@charset "UTF-8";
/*All images copyright jim weist. all copyrights apply jim weist*/
/* ---------- base styles ------------- */
* {
	margin: 0;
	padding: 0;
	}
body {
	background-color: #3e3a1a;
	background-color: #10161A; /*=======color=========*/
	text-align:center;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size: 85%;

	}
#wrapper {
	position:relative;
	width: 840px;
	margin: 0 auto;
	text-align: left;
	background-color: #fdfdfd; /*=======color=========*/

	
	}
#clear {
	clear:both;
	}
#allcontent{
	height: 540px;
	

}
/* ----------------- header styles ---------------*/
#header {
	position: relative;
	background: #5086c8 url(images_CTS/headerCleartheSpace.jpg) no-repeat top left; /*=======color=========*/
	
	height: 120px;
}
#header h1{
	margin-left: -9000px;
	}
#headerSm {
	position:absolute;
	top:106px;
	right: 0;
	padding: 0;
	}
/* ============= navbar styles ===============*/

#navbar ul{
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	position: relative;
	left: 0;
	top: 107;
	width: 840px;
	display: inline-block;
	background-color:#5086c8; /*=======color=========*/

}
#navbar.first ul a{
	background: none;
}
.navbar ul a.current {
	color: #5086c8; /*=======color=========*/
	background-color: #fff; /*=======color=========*/
	border-right: solid #5086c8 1px;

	
}
#navbar ul a{
	padding: 0 .55em;
	font-size:14px;
	line-height:1.4em;
	text-decoration:none;
	color:#fff; /*=======color=========*/
	float:left;
	display:block;
	background-color: #5086c8;  /*=======color=========*/
	border-right: solid #fff 1px;
	}


#navbar ul li a:hover {
	color: #5086c8; /*=======color=========*/
	background-color: #fff; /*=======color=========*/
	border-right: solid #5086c8 1px;
}
#navbar ul li a.current {
	color: #5086c8  ; /*=======color=========*/
	background-color: #fff; /*=======color=========*/
	border-right: solid #5086c8 1px;
}	
#navbar ul li a.current:hover{
	cursor: default;
}


/*----------------- main content styles ---------------*/
#mainContent {
	float:left;
	width: 517px;
	padding:0 0 1em 0;
	margin: 0
	overflow: auto;
	height: 541px;
	height: auto;
	/*border-right: solid #abe1f9 8px;
	background: #ffffff;*/
	
	background: #abe1f9;
	background: #fff;
	}



/* ----------------- side bar styles ---------------*/

#sideBar {
	clear:right;
	margin: 0;
	padding: 0;
	float:right;
	width: 255px;
	
	
	background-color:#abe1f9;
	background-color: #fff;

	height: 554px;
	border-left: solid #10161A 2px;

	
	
	}
#sideBar h3{
	text-align: left;
	font: 12pt/16pt "Trebuchet MS", Helvetica, sans-serif;
	color:#fff;
	margin: 1em .5em .25em 12px;
	padding: .15em 0em 0em .15em;
	background-color: #5086c8;

}
/*color for headline in side bar*/


#sideBar p{
	font: 9pt/12.25pt "Trebuchet MS", Helvetica, sans-serif;
	text-align: left;
	margin: 0em .5em 0em 0em;
	color:#111111;
	padding-left: 1em;
}


#sideBar h5{
	color:#333333;
	font: 10pt/12.25pt "Trebuchet MS", Helvetica, sans-serif;
	text-align: left;
	padding-bottom: .05em;
	
	margin: 0em .5em .25em 2em;
}
#sideBar ul li{
	list-style: none;
} 


#sideBar ul li a:visited{
	text-align: left;
	list-style: none;
	color: #5086c8;
	padding-left: 1.3em;
	margin: 0em .5em .2em 12px; 
}
#sideBar ul li a:hover{
	text-align: left;
	list-style: none;
	color: #333333;
	padding-left: 1.3em;
	margin: 0em .5em .2em 12px; 

}

#sideBar ul li a:link{
	text-align: left;
	text-decoration: none;
	list-style: none;
	display: block;
	padding-left: 1.3em;
	margin: 0em .5em .2em 12px;
}
#sideBar a:link, #featured a:visited{
	font-weight: bold;
	color:#10161A ;
	text-decoration: none;
	border-bottom: dashed #10161A 1.75px;
}
#sideBar a:hover, #sideBar a:active{
	font-weight: bold;
	color:#5086c8;
	text-decoration: none;
	border-bottom: dashed #5086c8 1.75px;
}

/* === begin image rotator code */
#photoText{
	clear:both;
}
#bigShow{
	position:relative;
	width: 225px;
	margin:auto;
	text-decoration: none;
	margin: 0em .5em .25em 0px;
	padding: .15em 0em 10em .15em;	
}
#bigShow div {
	position:absolute;
	z-index: 0;
	margin-bottom: 5em;
}
#bigShow div.previous{
	z-index:1;
}
#bigShow div.current{
	z-index:2;
}
#bigShow img{
	text-align:left;
	}
#bigShow p{
	background:#fff;
}	
	/*end big photoshow*/
#photoShow{
	position:relative;
	width: 225px;
	margin:auto;
	text-decoration: none;
	margin: 0em .5em .25em 12px;
	padding: .15em 0em 10em .15em;	
}
#photoShow div {
	position:absolute;
	z-index: 0;
	margin-bottom: 5em;
}
#photoShow div.previous{
	z-index:1;
}
#photoShow div.current{
	z-index:2;
}
#photoShow img{
	text-align:left;
	}
#photoShow p{
	background:#fff;
	
}
#noShowPhoto{
	margin: 1em .5em .25em 12px;
}
/* === end image rotator code */

.headlineSideBar {
	background-color: #999966;
	}
.underlineSideBar{
	color:#333333;
	font: 10pt/12.25pt "Trebuchet MS", Helvetica, sans-serif;
	text-align: left;
	padding-bottom: .05em;
	margin: 0em .5em .25em 2em;border-bottom: solid #cccccc 1px;
}
/*.gallery  a:link, a:visited{
	font-weight: bold;
	color:#10161A ;
	text-decoration: none;
	border: solid #10161A 1.75px;
}
.gallery a:hover, a:active{
	font-weight: bold;
	color:#5086c8;
	text-decoration:none;
	border: solid #5086c8 1.75px;
}*/

	/* ----------------- featured styles ---------------*/
	
#featured {
	float: left;
	text-align: left;
	width: 515px;
	padding: .5em 0em 0em 1em;
	margin: .5em 0em 0em 0em;
	}



#featured h2{
	font: 16pt/17pt "Trebuchet MS", Helvetica, sans-serif;
	color: #5086c8;
	border-bottom: solid #5086c8 1px;
	padding-bottom: .05em;
	margin-right: 1em;

	}
	
#featured h4{
	padding: .25em 0 .25em 1.25em;
	font: 10pt/13pt "Trebuchet MS", Helvetica, sans-serif;
	color: #333333
	}
	
#featured p{
	padding: 0 0 0 .5em;
	font: 9.75pt/13pt "Trebuchet MS", Helvetica, sans-serif;
	color:#111111;
}
#featured a:link, #featured a:visited{
	font-weight: bold;
	color:#10161A;
	text-decoration: none;
	border-bottom: dashed #10161A  1.75px;
}
#featured a:hover, #featured a:active{
	font-weight: bold;
	color:#5086c8;
	text-decoration: none;
	border-bottom: dashed #5086c8 1.75px;
}

	/* ----------------- footer styles ---------------*/

#footer{
	color: #fff;
	font: .8em "Trebuchet MS", Helvetica, sans-serif;
	padding: 0;
	background: #00adef;
	clear: both;
	margin-top: 0;
	}


#footer ul {
	float: left;
	list-style: none;
	position: relative;
	background-color:#5086c8;

	width: 840px;
	display: inline-block;
	}
#footer ul li a{
	color: #fff;
	list-style: none;
	display: inline-block;
	padding: .5em .5em 0 .5em;
	font-size: 1em;
	line-height:1.2em;
	text-decoration:none;
	float:left;
	color: #464646;
	margin: 0 0 .5em 0;
}
	/* ----------------- link styles ---------------*/
#footer a:link, #footer a:visited{
	color: #fff ;
	display:block;
	text-decoration:none;
}
#footer a:hover, #footer a:active{
	color: #a9c1e6;
	color:#10161A;
	display:block;
	text-decoration:none;

}

