/* _______________________________	*/
/*			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: 25px 0px 20px 0px;
	padding: 0px;
	font-size: 12px;   
	font-family: arial, verdana, sans-serif;
	background: #516E68 url(../images/body_bg.gif) no-repeat center top; }

 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: 1px solid #777777; }

 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;}
 
 .container { 		 /*  used in various places to clear floating especially when two columns are of different heights	*/
	overflow: hidden; 
	width: 100%;
	margin: 0px;
	padding: 0px; }
 
 
 
/* _______________________________	*/
/*          2. PAGE STRUCTURE       */


#window {
	text-align:center; } 

#outerpage {}

#page{
	width:768px;
	padding:0px;
	color:#444444;
	text-align: left;
	margin: 0px auto 0px auto;
	border: 0px none; 
	background: #FFFFFF url(../images/page_bg.jpg) repeat-y center 279px;  }

#header {
	clear: both;
	padding: 0px;
	margin: 0px;
	background-color:#ECECEC;
	background-repeat: no-repeat;
	background-position: center top;
	height: 228px;
	width: 768px;
	border: 0px solid #FF0000; }


#footer {      
	border-bottom: 10px solid #0C342D; } 

#footer div {
	padding: 25px 0px 0px 0px; }


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


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

/* 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: 15px;
	padding-bottom: 45px;
	margin-left: 165px;
	width: 375px;
	/* border: 1px solid #FF0000; */  }

/* margin-left should equal #sidebar 1: width + margin-left */
/* width+margin-left should not exceed #page:width */
#maincontent2col {
	margin: 0px 0px 0px 170px;
	padding: 20px 0px 30px 0px;
	width: 550px;
	/* border: 1px solid #FF0000; */ }


#sidebar1 {
	float: left;
	display: inline;
	width: 150px;
	margin: 0px 0px 0px 0px;
	background-color:#7F8A90;
	font-size:10px;
	letter-spacing:0px;
	padding: 0px 0px 10px 0px;
	 /*border: 1px solid #FF0000; */ }

#sidebar2 {
	float: right;
	width: 208px;
	/*background-color: #F8F8F8;
	color: #FFFFFF;*/
	padding: 0px;
	margin: 0px; }

/* specific to the global horizontal nav */
#nav {
	width: 762px; 
	height: 51px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	background: #FFFFFF url(../images/nav_bg.gif)  no-repeat center top; }


/* specific to the global vertical subnav */
ul#subnav { width: 150px; padding: 0px; margin: 0px;}

#subnav li {
width: 150px;
padding: 0px;
margin: 0px;
}


#subnav a span {
visibility: hidden;
}

#subnav a:hover span {
visibility: visible;
}

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

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

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: #54716B;
	text-decoration: none;
	border: none;
}
#nav a:visited {
	color: #54716B;
	text-decoration: none;
	border: none;
}
#nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

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

#subnav li a, #subnav li a:link, #subnav li a:active, #subnav li a:visited {
border:0px; 
color: #333333;
width: 145px;
padding: 5px 0px 5px 5px;
text-decoration:none;
display:block;
background: #ECECEC url(../images/subnav_hover_bg.jpg) no-repeat center -3000;
font-weight: bold;
}

#subnav li a:hover, #subnav li.on a, #subnav li.on a:link, #subnav li.on a:visited, #subnav li.on a:active {
color: #000000;
background: #ECECEC url(../images/subnav_hover_bg.jpg) no-repeat center top;
}

#subnav li.on a:hover { color:#010101; }

#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: #FF6633;
	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 5px 0px;
	font-weight: bold;
	font-family: Arial, "Verdana", sans-serif;
	}

h1 {           
	font-size: 1.8em;
	color: #FF6633;  
}   

h1.maintitle {
display:none;
}

h2 {           
	font-size: 1.5em;
	color: #19453C; 
	padding: 0px; 
}  

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

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: #82001E;
		font-weight: bold;
	}

	/* #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;
 	}
	
	#nav ul li.nbpr-page {float:right;}
	#nav ul li.nbpr-page a {color: #B2CD4B;}
	#nav ul li.nbpr-page a:hover {color: #FFFFFF; }
	

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



fieldset {
	margin: 0;
	padding: 0;
	border: none; }

fieldset input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	background-color: #ECECEC; }

fieldset textarea { 
	width: 300px; }

fieldset p {
	margin: 0;
	padding: 6px 10px;
	font-weight: bold; }

fieldset p span {
	color: #666;
	font-size: 10px;
	font-weight: normal; }
	
fieldset p label {
	float: left;
	display: block;
	width: 90px; }
	
fieldset p.submit {
	margin: 0 0 1.0em 0;
	padding: 8px 0px 8px 100px;
	border-bottom: none; }

fieldset p.submit input {
	font-family: Arial, Helvetica, sans-serif; }


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


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

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

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

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

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

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

.photo2nb {
margin-left: 10px;
margin-bottom: 10px;
float:right;
}

/* 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;}

