/* _______________________________	*/
/*			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 {
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 12px;   
	font-family: arial, verdana, sans-serif;
	background:  #000000;
}

 b, strong, i, em, cite, var, tt, code, kbd, samp, 
 img, span { display: inline }
 
 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 { font-style: italic }
 
 pre, tt, code, kbd, samp { font-family: monospace }
 
#oldbrowsers {display: none !important;}
 
 
 
/* _______________________________	*/
/*          2. PAGE STRUCTURE       */


#window {
	text-align:center;
} 

#page{
	width:700px;
	padding:0px;  
	color:#444444;
	background-color: #E7E7EF;
	background-image: url(../images/cwsf_page_bg.gif);
	background-repeat: repeat-y;
	text-align: left;
	margin-top: 0px;
	margin-left: auto; 
	margin-right: auto;
}

#header {
	clear: both;
	background-color: #203448;
	background-image: url(../images/cwsf_header_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height:194px;
	text-align:right;
}


#footer {      
	color: #ECECEC;   
	font-size: 11px;       
	margin-left: auto; 
	margin-right: auto;
	width: 700px;
	height: 40px;
	background-color: #045604;
	clear:both;
	text-align:center;
	padding-top: 20px;
	line-height: 12px;
} 


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



/* margin-left should equal #sidebar 1: width + margin-left */
/* width+margin-left should not exceed #page:width */


#maincontent2col {
	width: 490px;
	margin: 0px 0px 0px 170px;
	padding: 0px 0px 0px 0px;
}



#maincontent2col p {
	padding: 0em 12px 12px 12px;
	margin: 0;
}
	

#sidebar1 {
	float: left;
	display: inline;
	width: 120px;
	font-size:12px;
	padding: 0px 0px 10px 0px;
	margin: 10px 0px 0px 10px;
}


/* specific to each project */
.separator {
	width: 700px;
	clear:both;
	height:9px;
	background-color: #BBB59A;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFD780;
	border-bottom-color: #FFD780;
}


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

a:link {color: #444444;}
a:visited{color: #444444;}
a:hover {color: #999999;}
a:active {color: #444444;}

#subnav a {color: #FDD687;
text-decoration:none;
}
#subnav a:visited {}
#subnav a:hover {text-decoration:underline;}

#subnav ul ul a {color: #FFE7B3;
text-decoration:none;
}

#footer a, 
#footer a:link,
#footer a:visited, 
#footer a:active {color: #999999;}

#footer a:hover {color: #FFFFFF;}


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

h1, h2, h3, h4, h5 {
	color: #456A49;
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: bold;
	}

h1 {
	font-size: 1.6em;
	padding: 5px 0px 0px 5px;
	color: #FFD780;
	margin: 0px -3px 0px 3px;
}   


h2 {           
	font-size: 1.3em;    
	padding: 20px 0px 10px 10px;
}  

h3 {           
	font-size: 1.2em;
	padding: 0px 0px 10px 10px;      
}  
	#subnav h3 {margin-bottom: .2em;}

h4 {
	font-size: 1em;
	font-weight: normal !important; 	   
}

h5 {
	font-size: 80%;       
}


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

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

ol {
	margin:0px 0px 10px 0px;
}

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

	#maincontent2col ul {
		padding: 0em 1em 0em 3em;
		margin: 0;
		list-style-type:disc;
	}
	
	#maincontent2col ol {
		padding: 0em 1em 0em 3em;
		margin: 0;
	}
	
	#maincontent2col li {		
	line-height:1.1;
	padding-left:0px;
	margin-bottom:2px;}
	


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



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


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

.photobox { 
margin-right: 10px;
margin-bottom: 8px;
float:left;
border-bottom: solid 3px #024285;
padding-bottom: 5px;
}

.photo1 {
margin-right: 10px;
margin-bottom: 5px;
float:left;
border: solid 1px #777777;
}

.photo2 {
margin-left: 10px;
margin-bottom: 10px;
float:right;
border: solid 1px #333333;
}

.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        */


#button a, #button a:link, #button a:active {
	
	background-repeat: no-repeat;
	background-position: left -79px;
	
	width: 160px;
	height:79px;
	display:block;

		background-image:url(../images/cwfs_wflc_button.png);
	border: 1px solid #BDCEC6;
}

#button a:hover {
	background-image:url(../images/cwfs_wflc_button.png);
	border: 1px solid #002F52;
	background-position: left top;
	
}

#button span {display: none;}
