/* _______________________________	*/
/*			STYLES FOR SCREENS		*/


/* _______________________________	*/
/*			TABLE OF CONTENTS		*/
/*			                 		*/
/*          1. DEFAULTS             */
/*          2. PAGE STRUCTURE       */
/*          3. COLUMNS              */
/*          4. LINKS                */
/*          5. HEADINGS             */
/*          6. LISTS                */
/*          7. FORMS                */
/*          8. IMAGES               */
/*          9. MISCELLANEOUS        */



/* _______________________________	*/
/*          1. DEFAULTS             */

body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;   
	font-family: verdana, sans-serif;
	background-color: #A7CAE1;
	

}

 b, strong, i, em, cite, var, tt, code, kbd, samp, 
 img, span { display: inline;}
 a img {border: 0px;}
 
 dt { margin-bottom: 0 }
 dd { margin-top: 0; margin-left: 3em }

 hr { border-top: solid }

 b, strong { font-weight: bolder } /* relative to the parent */
 
 i, cite, em, var, address, blockquote { font-style: italic }
 
 pre, tt, code, kbd, samp { font-family: monospace }

 blockquote {margin: 0px; padding: 0px;}
 
#oldbrowsers {display: none !important;}
 
 
 
/* _______________________________	*/
/*          2. PAGE STRUCTURE       */

#wrapper {background: #A7CAE1 url(../images/global_bg.gif) no-repeat scroll center top; width: 100%; height: 750px; margin: 0px auto 0px auto;}

#window {
	text-align:center;
} 

#outerpage {}

#page{
	width:500px;
	padding:0px;
	color:#444444;
	text-align: left;
	margin: 0px auto 0px auto;
	background-color: #FFFFFF;
	border: 0px none;
}

#header {
	clear: both;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 84px;
	width:500px;
	border: 0px solid #FF0000;
}


#footer {      
	color: #FFFFFF;   
	font-size: 11px;       
	margin: 0px auto 0px auto;
	text-align: right;
	clear: both;
	width: 500px;
	
	line-height: 1.1;
} 

#footer div {
	padding: 5px 0px 20px 0px;
}




/* _______________________________	*/
/*          3. COLUMNS              */


/* width+margin-left should not exceed #page:width */
#maincontentFull {
	padding: 0px;
	margin: 20px;
	width: 500px;
}

/* margin-left should equal #sidebar 1: width + margin-left */
/* width+margin-left + sidebar2:width+left-margin+left-padding(padding) should not exceed #page:width */
#maincontent3col {
	margin-top: 0px;
	padding-top: 25px;
	padding-bottom: 45px;
	margin-left: 120px;
	width: 450px;

}

/* margin-left should equal #sidebar 1: width + margin-left */
/* width+margin-left should not exceed #page:width */
#maincontent2col {
	margin: 0px 0px 0px 150px;
	padding: 10px 0px 25px 0px;
	width: 315px;
	/* border: 1px solid #FF0000; */
}







/* width+margin-left + sidebar2:width should not exceed #page:width */
#maincontent2colR {
	margin-top: 0px;
	padding-top: 25px;
	padding-bottom: 45px;
	margin-left: 10px;
	width: 500px;
}

#sidebar1 {
	float: left;
	display: inline;
	width: 120px;
	height: 400px;
	margin: 0px 0px 0px 10px;
	background-color:#ffffff;
	font-size:12px;
	padding: 12px 5px 0px 0px;
	background-image: url(../images/horn_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;	 /*border: 1px solid #FF0000; */
	border-right: 1px solid #999999;
}



#sidebar2 {
    margin-top: 25px;
	margin-left:20px;
	margin-bottom: 10px;
	float: right;
	width: 180px;
	border: 1px solid #D14C00;
	background-color: #000000;
	color: #FFFFFF;
	padding: 10px;
}

/* specific to each project nav */
#nav {
margin: 0px 0px 0px 280px;
padding: 125px 0px 0px 0px;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
}


/* specific to each project subnav */
#subnav {
}


/* _______________________________	*/
/*          4. LINKS                */

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited{
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}

a.teaser:link {text-decoration:none;}
a.teaser:visited {text-decoration:none;}
a.teaser:hover {text-decoration:none; color: #666666;}
a.teaser:active {text-decoration:none;}

h3 a:link {
	color: #000000;
	text-decoration: underline;
}
h3 a:visited{
	color: #000000;
	text-decoration: underline;
}
h3 a:hover {
	color: #999999;
	text-decoration: underline;
}
h3 a:active {
	color: #000000;
	text-decoration: underline;
}

#nav a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border: none;
}
#nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
	border: none;
}
#nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

	#nav li.on a:link {color: #000000;}
	#nav li.on a:visited {color: #000000;}
	#nav li.on a:hover {color: #000000; text-decoration:none;}
	#nav li.on a:active {color: #000000;}	
	

#subnav a {color: #666666;
	text-decoration: none;
}
#subnav a:visited {color: #666666;
	text-decoration: none;
}
#subnav a:hover {color: #999999;
}

	#subnav li.on a:link {text-decoration: none; color: #000000; border-bottom-width: 0px;}
	#subnav li.on a:visited {text-decoration: none; color: #000000; border-bottom-width: 0px;}
	#subnav li.on a:active {text-decoration: none; border-bottom-width: 0px;}

#footer a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
#footer a:visited {	
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF
}
#footer a:hover {color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;}
	
	h1 a:link {
	text-decoration:none;
	color: #FF8A24;
	border: 0px;}

	h1 a:visited {
	text-decoration:none;
	color: #FF8A24;
	border: 0px;}
	
	h1 a:hover {
	text-decoration:none;
	color: #7A99C4;
	border: 0px;}
	
	h2 a:link {
	text-decoration:none;
	color: #663300;
	border: 0px;}

	h2 a:visited {
	text-decoration:none;
	color: #663300;
	border: 0px;}
	
	h2 a:hover {
	text-decoration:none;
	color: #7A99C4;
	border: 0px;}

	
/* _______________________________	*/
/*          5. HEADINGS             */

h1, h2, h3, h4, h5 {
	margin: 0px 0px .2em 0px;
	padding: 0px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

h1 {           
	font-size: 1.6em;
	color: #74A5CD;
    
}   

h1.maintitle {
display:none;
}

h1.pagetop {padding: 10px 0px 8px 8px; border-bottom: 1px solid #999999; width: 340px; float: left; margin-bottom: 10px;}

h2 {           
	font-size: 1.4em;
	color: #663300;  
  
}  

h3 {           
	font-size: 1.2em;
	color: #74A5CD;         
}  

h4 {
	font-size: 1em; 
	color: #999999;     
}

h5 {
	font-size: .8em;    
}


/* _______________________________	*/
/*          6. LISTS                */

ul {
	margin: 7px 0px 10px 0px;
	padding: 0px;
	list-style-type: none;
}

li {
	line-height:1.1;
	padding-left:0px;
	margin-bottom:15px;
	clear: both;
}

	#subnav ul {
		padding: 0px 0px 0px 15px;
		margin: 0px;
	}

	#subnav ul li {
		padding: 0px 0px 10px 0px;
		margin: 0px;
		color: #999999;

	}

	/* #subnav li.on {
		list-style: url("/images/arrow.gif");
	} */

	
	#subnav h3 {
	margin-bottom: 10px;
	}

 	/* This is assigned to the <ul> for a horizontal list  */
	#nav ul {
	margin: 0px;
	padding: 0px;
	}
	
	#nav ul li {
	display: inline;
	padding: 0px 0.5em 0px 0.6em;
	margin: 0px;
	border-left: 1px dotted #999999;
 	}



 /*IE workaround*/
 /*All IE browsers*/
 * html #nav ul li
 {
	width: 30px; /* IE 5.0 needs a width for some reason  */
	white-space: nowrap;
 }


 /*End hide*/
 /*Mac IE 5*/
 






/* _______________________________	*/
/*          7. FORMS                */


/* textarea,input,select {
color:#024285;
background-color: #ffffff;
font-size: 11px;
font-family: arial, verdana, sans-serif;
margin: 0px;
margin-bottom: 0px;
padding: 0px;
}
*/

/* stle for form buttons */

/*
.button {
color:#ffffff;
background-color: #668ABF;
font-size: 10px;
font-family: arial, verdana, sans-serif;
margin-top: 6px;
margin-bottom: 0px;
padding: 0px;
border-color: #ffffff;
}

.submit {
color:#ffffff;
background-color: #668ABF;
font-size: 12px;
font-weight: bold;
font-family: arial, verdana, sans-serif;
margin-top: 6px;
margin-bottom: 0px;
padding: 0px;
border-color: #ffffff;
}
*/

/* Web Forms -- Table style*/

.form {
border:1px solid #5980B9;
border-right:2px solid #5980B9;
white-space:normal;
}

.form td {
padding-top: 4px;
padding-left:15px;
padding-right:8px;
font-size:12px;
vertical-align:top;
background-color: #ECECF5;
}

.form th {
color: #ffffff;      
font-size: 18px;
font-weight: bold;     
padding: 3px;
padding-left: 5px;
text-align:left;
border-right: 1px solid #5980B9;
background-color:#ffffff;
border-bottom:1px solid #5980B9;
background-image: url(/images/th_bg.gif);
vertical-align:bottom;
}

/* _______________________________	*/
/*          8. IMAGES               */


.photo { border: solid 1px #777777; }

.photobox { 
margin-right: 10px;
margin-bottom: 8px;
border-bottom: solid 3px #74A5CD;
padding-bottom: 5px;
margin-top: 10px;
}

.caption {
width: 219px;
font-size:11px;
font-weight:bold;
color:#000000;
text-align: left;
}

.photocredit{
font-size:10px;
font-weight:normal;
color:#666666;
margin-top: 5px;
}

.photo1 {
margin-right: 5px;
margin-bottom: 8px;
float:left;
}

.photo2 {
margin-left: 18px;
margin-bottom: 12px;
margin-top: 10px;
margin-right: 5px;
float:right;
border: solid 1px #777777;
}

.photo2nb {
margin-left: 12px;
margin-bottom: 12px;
float:right;
padding: 2px;
border: 1px solid #999999;
}

/* Image nested to left side of surrounding text */
.nested {
margin-right:20px;
margin-bottom: 10px;
float: left;
width: 155px;
border-bottom: 5px solid #5980B9;
padding: 10px;
background-color: #023A77;
color: #ffffff;
font-size: 11px;
font-weight: bold;
}



/* _______________________________	*/
/*          9. MISCELLANEOUS        */

#photos a {border-bottom: none;} 

#home3col {
	background-image: url(../images/home_3colbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px 0px 0px 0px;
	height: 143px;
}

#home3col h1 {
	font-weight:bold;
	color:#FFFFFF;
    text-shadow: 2px 2px 1px #333333;}

#news {
margin: 10px 0px 0px 0px;
padding: 0px 12px 12px 12px;
}

#news h3 {padding-top: 12px;}

#news div.pic {float:right;
padding: 12px 0px 6px 12px;}

#news img {
padding: 2px;
	border: 1px solid #999999;
}

#news p {
padding: 0px 0px 12px 0px;
margin: 0px;
border-bottom: 1px dotted #999999;
}

#news p.end {border-bottom:none;
text-align:right;
padding: 12px 0px 0px 0px;
margin: 0px;}


	.valid {margin: 0px; padding: 2px 0px 0px 0px;}
	
	.bottomclear {clear:both; height:10px; padding: 0px; margin: 0px;}
	
	.newstitle {font-size:14px; font-weight: bold;}
	
	.newsdate {color: #74A5CD;}
	
	.article {margin-bottom: 13px;}
	
#expandlinks {line-height: 22px;}
	
#expandlinks a:link {text-decoration: none;}
#expandlinks a:visited{text-decoration: none; color:#000000;}
#expandlinks a:hover {font-size:20px; font-weight:bold; color:#CC0000; line-height:0px;}
#expandlinks a:active {text-decoration: none;}