@charset "UTF-8";
/* CSS Document */

	/* <!-- */
	/* General styles */

	/* #container centers the whole page on the browser */ 	
	#container {
	width: 960px;
	margin: auto;
	text-align: left;
	background-color: #FFFFFF;
	}

	body {
		margin:0;
		padding:0;
		border:0;			/* This removes the border around the viewport in old versions of IE */
		width:100%;
		background:#2e2e2e;
		min-width:600px;    	/* Minimum width of layout - remove line if not required */
								/* The min-width property does not work in old versions of Internet Explorer */
		font-size:80%;
		font-family: arial, sans-serif;
	}
	
	h1, h2, h3 {
		margin:.8em 0 .2em 0;
		padding:0;
	}
	
 	
	
	/* Header Styles */ 
	#header {
		clear:both;
		background:#1C398F;
		height: 95px;
		background-image:url(../images/2010HeaderBanner.jpg);
	}
	
	#HeaderLinksContainer {
		float:right;
		width: 100%;
		/* background-color: #2e2e2e; */ 
		text-align:right;
		padding:0px;
		height:20px;
	}
	
	#HeaderLinksNav {
		margin:0px;
	}
	
	#HeaderLinksNav li {
		display: inline;
	}
	
	#HeaderLinksNav li a {
		background: transparent url(/images/LinksSeparator.gif) left center no-repeat;
		padding-left:12px;
		margin-right:5px;
		font-size:11px;
		font-family:Arial, Helvetica, sans-serif;
		text-decoration:none;
		color:#dddddd;
		text-transform:uppercase;
	}
	
	#HeaderLinksNav li a:hover {
		color:#ffffff;
	}
	/* end of Header Styles */ 
		
	
	/* start of menu, the pulldown menu formatting located in Spry CSS file */ 
	#menu {
		clear:both;
		background:#151515;
		height: 30px;  
		background-image:url(../images/blackglass.jpg);
	}
		
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;		/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;				/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;				/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;		/* no left and right padding on columns, we just make them narrower instead 
									only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	
	/* column 1 colors */ 
	.col1 h2 {
		color:#003399;
		padding:0;
		font-family:Geneva, Arial, Helvetica, sans-serif;
		font-size:20px;
	}
	
	.col1  h3 {
		color:#171717;
		padding:0;
		font-family:Geneva, Arial, Helvetica, sans-serif;
		font-size:16px;
	}
	
	.col1 p {
		color:#4f4f4f;
		line-height:22px;
	}
	
	.col1 p a {
		color:#0000ff;
		text-decoration:none;
	}
	
	.col1 p a:hover {
		color:#0000ff;
		text-decoration:underline;
	}	
	
	
	.col1 table a {
		color:#0000ff;
		text-decoration:none;
	}
	
	.col1 table a:hover {
		color:#0000ff;
		text-decoration:underline;
	}	
	
	.col1 ol {
		color:#4f4f4f;
		line-height:22px;
	}	
	
	.hotelname {
		color:#FF6600;
		font-size:14px;
		font-weight:bold;
		line-height:18px;
		cursor:pointer;
	}
	
	tr.alt td{
		background:#ebebeb; 
	}
	
	tr.over td{
		background:#E2ECF9;
	}
	
	table.view th {
		background:#003366;
		color: #fff;
		font-weight: bold;
		text-align: center;
	}
	
	
	
	
	/* column 2 colors */ 
	.col2 h2 {
		color:#003366;
		padding:0;
		/* background-color:#003399;
		padding:5px;
		border:thick;
		border-bottom-color:#003366;
	
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px;
		background-image:url(../images/blueglass.jpg);
		text-align:center;
		*/ 
			
	}
	
	.col2 p {
		color:#333333;
		font-size:12px;
		line-height:16px; 
	}
	
	.col2 p a {
		color:#0000ff;
		text-decoration:none;
	}
	
	.col2 p a:hover {
		color:#0000ff;
		text-decoration:underline;
	}	
	
	.col2 table a {
		color:#0000ff;
		text-decoration:none;
	}
	
	.col2 table a:hover {
		color:#0000ff;
		text-decoration:underline;
	}	
	
/*	.col2 table {
		font-size:90%;
	}
*/	
	
	.col2 .latestnews {
		color: #333333;		
	}
	
	.col2 .latestnews a {
		text-decoration:none;
	}
	
	.col2 .latestnews a:hover {
		text-decoration:none;
	}
	
	
	/* column 3 colors */ 
	.col3 h2 {
		color:#003366;
		padding:0;
		margin-top:15px;
	}
	
	.col3 p {
		color:#0f0f0f;
		line-height:16px;
	}
	
	.col3 p a {
		color:#0000ff;
		text-decoration:none;
	}
	
	.col3 p a:hover {
		color:#0000ff;
		text-decoration:underline;
	}
	
	#pastorsconference {
		margin-top:10px;
		margin-bottom:-10px;
	}
	
	
	
	/* 3 Column blog style settings */
	.blogstyle {
		background:#cecece;			/* right column background colour */
	}
	.blogstyle .colmid {
		right:194px;				/* width of the right column */
		background:#dedede;		/* center column background colour */
	}
	.blogstyle .colleft {
		right:200px;				/* width of the middle column */
		background:#fff;		/* left column background colour */
	}
	.blogstyle .col1 {
		width:540px;				/* width of center column content (column width minus padding on either side) */
		left:406px;				/* 100% plus left padding of center column */
	}
	.blogstyle .col2 {
		width:170px;				/* Width of left column content (column width minus padding on either side) */
		left:436px;				/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.blogstyle .col3 {
		width:170px;				/* Width of right column content (column width minus padding on either side) */
		left:462px;				/* Please make note of the brackets here:
							(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	
	
	
	/* Footer styles */

	#footer{
		clear:both;
		width:100%;
		height:60px;
		background-color:#999999;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#333333;
	}
	
	#footer p, #header p {
	color:#fff;
	}
	
	#footer a {
		color:#fff;
	}
	
	#footer a:hover {
		text-decoration:none;
	}
	
	#footerinfo {
		float: right;
		padding:10px;
		text-align:right;
	}
	
	#footerinfo a {
		text-decoration:none;
		color:#333333;
	}
	
	#footerinfo a:hover {
		text-decoration:none;
		color:#FFFFFF;
	}
	
	#copyright {
		float:left;
		padding:10px;
	}
	
	#copyright a {
		text-decoration:none;
		color:#333333;
	}
	
	#copyright a:hover {
	 // text-decoration:none;
		color:#FFFFFF;
	}
	
	
	#adminpage {
		padding:10px;
	}



	/* Sortable tables, see sorttable.js*/
	.col1 table.sortable thead {
		background-color:#2B6FCD;
		color:#ffffff;
		font-weight: bold;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		cursor:pointer;
		line-height:16px;
	}
	
	.col1 table.sortable tr {
		line-height:25px;
	}


	/* --> */

