/*
      Created by Lee G. Hornbrook
	  CRBS Webmaster
	  University of California, San Diego
	  9500 Gilman Drive, MC 0446
	  La Jolla, CA 92093
	  Web site: http://www.nbirn.net/
	  E-mail:  lee@ncmir.ucsd.edu
	  
	  Adapted from:
	  
	  Keith Donegan of Code-Sucks.com
	  E-Mail: Keithdonegan@gmail.com
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a 
	  link back to http://www.code-sucks.com
	  
*/


/* =====================================================
   Body and Basic HTML Settings
   ----------------------------------------------------- */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table {  
	margin: 0; 
	padding: 0; 
	border: 0; 
}

/* html {
	min-height: 100%;
	margin-bottom: 3px;
} */

/* * { padding: 0; margin: 0; } */

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 1001px; /* changed from 922px */
}

/* #faux {
 background: url(../images/fourcolumn_back4.jpg);
 margin-bottom: 0px;
 padding-bottom: 0px;
 overflow: auto;
 width: 999px;
 border-bottom: 1px solid #904246;
 border-top: 1px solid #904246;
 border-left: 1px solid #904246;
 border-right: 1px solid #904246;
} */

#header {
 /* color: #333; */
 width: 1000px; /* changed from 902px */
/* padding: 0px; */
 height: 100px;
 margin: 5px 0px 1px 0px;
 /* background: #D1DBDB; */
}


/* #navigation {
 color: #904246;
 font-weight: bold;
 font-size: 14px;
 padding: 10px;
 margin: 0px 0px 5px 0px;
 background: #EFEFFD;
}  */

/* =====================================================
   NAVIGATION Div - Holds navigation
   ----------------------------------------------------- */
#navigation {
	
	
	color: #904246;
	font-weight: bold;
	font-size: 13px;
	padding 0px;
	margin: 0px 0px 0px 0px;
	background: #904246; /* background color of navdiv */
	width: 1000px;
	height: 25px;
	/* border-left: 1px solid #904246; */
	
	/* margin: 0px;
	padding: 0px;
	width: 770px;
	height:21px;
	border-style: none; */ /* these are from current BIRN Web site */
}


/* ==========================================================
navigation without subnav
------------------------------------------------------------ */

/* Validating drop-down menu */
/* common styling */
.menu {font-family: Verdana, Arial, Helvetica, sans-serif; 
width:1001px; 
position:relative;  
font-size:13px;
font-weight: bold; 
margin: 0px 0px 0px 0px;
background-color: #904246; /* changed from #2D5B89 */

}
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	width:142px;
	height:24px;
	text-align:center;
	/* color determines text color for main menu */
color:#904246;
	border-bottom:1px solid #000000; /* changed from #b4bfcc */
	line-height:24px;
	font-size:13px;
	overflow:hidden;
	background-color: #EFEFFD;
	font-weight: bold;
}
.menu ul {
padding:0; 
margin:0;
list-style-type: none; 
}
.menu ul li {float:left; 
margin-right:1px; 
position:relative;

}
.menu ul li ul {display: none;}


/* specific to non IE browsers */
.menu ul li:hover a {
/*color of main hover text*/
color:#EFEFFD;
/* main nav hover color */ 
background:#904246;}
.menu ul li:hover ul {display:block; 
position:absolute; 
top:20px; left: 0; 
width:143px;}



/* ================== END NAVIGATION ======================== */

/* ========================================================
   INNERWRAPPER - holds left, center & right column content
   -------------------------------------------------------- */
   
   #innerwrapper {
	
	padding: 5px 0px 0px 0px;
	background-color: #FFFFFF;
	}

.missiontitle { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #904246;
	padding: 0px 0px 10px 0px;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000000;
	padding: 0px 0px 10px 0px;
	text-align: center;
}

.missiontext {
	line-height: 28px;
	margin: 0px 0px 0px 10px;
	}

.boxtext {
	margin: 0px 0px 3px 10px;
	}

#leftcol { 
 font-size: 13px;
 background-color: #fff0e1; /* changed from #fff0e1 and #B2B9CD*/
 border: 1px solid #904246;
 color: #000000; /* changed from #333 */
 margin: 0px; /* changed from 10px  */ 
 padding: 5px;
 width: 170px; /* changed from 205px */
 float: left;
}

/* for left column navigation */

#leftcol p { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #904246;
	padding: 0px 0px 6px 0px;
}

/* NEED LEFT COLUMN P A -- #leftcol p a -- for titles that serve as links */

#leftcol p a {
color: #904246;
}


#leftcol p a:hover {
text-decoration: underline;
color: #904246;
}

/* CONTINUE LEFT COLUMN PARAMETERS */

#leftcol ul {
list-style-type: none;
/*border-top: 1px solid #333;*/
margin: 0;
padding: 0;
border: 0;
}

#leftcol ul li {
/*border-bottom: 1px solid #333;*/
/*background-color: #B0C4DE;*/
}

#leftcol li a {
display: block;
text-decoration: none;
color: #000000;
padding: 4px 0px 4px 10px;
}

#leftcol li a:hover, #leftcol li a:focus {
/*background-color: #9ABABB;*/
color: #904246;
text-decoration: underline;
} 

/* end left column navigation */


#rightcol { 

 color: #000;
 margin:5px;
padding:5px;
border: 0px;
border-left: 1px solid #904246;
 width: 170px; /* changed from 205px */
 float: right;
}

/* ========================================================
   CENTER COLUMN - holds main content
   -------------------------------------------------------- */

#content {
	width: 600px; /* must be at 600px in order to work in IE6 */
	margin-left: 195px;
	
}

#content h1 {
font-family: Arial, Helvetica, sans-serif;
margin: 0px;
padding-bottom: 10px;
color: #000;
font-size: 16px;
}

#content p {
padding-bottom: 10px;
}

/* List formatting for content area */

#content p a {
text-decoration: underline;
}

#content p a:hover {
text-decoration: underline;
}

#content ul {
padding-left: 10px;
margin-left: 13px; /* adjusts indent value of lists of second and subsequent lines */
margin-bottom: 10px;
list-style-type:disc;
list-style-position:outside;
}

#content ol {
padding-left:10px;
margin-left: 13px; /* adjusts indent value of lists of second and subsequent lines */
margin-bottom: 10px;
list-style-type: decimal;
list-style-position: outside;
}

#content ul li, ol li {
margin: 5px;
}


#content ol li p {
font-size:inherit;
}

#content ol li ul li {
font-size:120%;
}

.bold {
font-weight: bold;
}


/* end list formatting for content area */

/* =================================================================== */

/* FOOTER 2 */

/* #footer2 {
	color: #000000;
	font-weight: bold;
	font-size: 10px;
	padding 0px;
	margin: 0px 0px 5px 0px;
	background: url(../images/footer2.jpg);
	width: 999px;
	height: 15px;
} */

#footer2 { 
background: url(../images/footer2a.jpg);
 color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	margin-top: 1px;
 margin-bottom: 0px;
 padding-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 999px;
 height: 21px;
 clear:both;
 border-bottom:1px solid #904246;
 border-top: 1px solid #904246;
 border-left: 1px solid #904246;
 border-right: 1px solid #904246;
}

/* Validating drop-down menu */
/* common styling */
.footer2menu {font-family: Arial, Helvetica, sans-serif; 
width:999px; 
position:relative;  
font-size:10px;
font-weight: bold; 
margin: 0px 0px 0px 0px;
background-color: #000000;
} 

.footer2menu ul li a, .footer2menu ul li a:visited {
	display:block;
	text-decoration:none;
	width:80px;
	height:20px;
	text-align:center; 
	/* color determines text color for main menu */
color:#CCCCCC;
	border-bottom:1px solid #000000; /* changed from #b4bfcc */
line-height:20px;
	font-size:11px;
	overflow:hidden;
	/* background-color: #EFEFFD; */
	font-weight: bold;
} 

.footer2menu ul {
padding:0; 
margin:0;
list-style-type: none; 
}

.footer2menu ul li {float:left; 
margin-right:1px; 
position:relative;
}

.footer2menu ul li ul {display: none;}
/* specific to non IE browsers */

.footer2menu ul li:hover a {
/*color of main hover text*/
color: #FFFFFF;
/* main nav hover color */ 
/* background:#000000; */
}

.footer2menu ul li:hover ul {display:block; 
position:absolute; 
top:0px; left: 0; 
width:80px;}

/* END FOOTER 2 */

#footer { 
 width: 981px;
 clear: both;
 color: #333;
 background: #FFFFFF;
 margin: 0px 0px 10px 11px;
 padding: 3px;
 border: 0px solid #904246;
}

#footer p {
padding-bottom: 5px;
}

/* #footer p a {
text-decoration: underline;
} */

.footer-text {
font-size: 10px
}

/* ========================================================
   FLOATS - holds parameters for float classes
   -------------------------------------------------------- */
.left {
float: left;
margin:1px 10px 5px 0px;
border: none;
}

.right {
	float: right;
	margin:1px 0px 5px 10px;
	border: none;
}

.clear-it {
clear: both;
}
.clear { clear: both; background: none; }


/* ====================================================================
STYLE FOR SEARCH BOX
-------------------------------------------------------------------- */

/* RIGHT COLUMN ===================== */

#searchbox {
	margin: 0;
	padding: 0;
	width:*;
	color:#FFFFFF;
	/*background-color:#999999;
	border: 2px solid #DCE6F2;*/
	}

.t-s {
	/* this margin setting effects the actual search box placement  */
	margin: 5px 0px 5px 5px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	color:#103b61;
	font-size: 11px;
	width: 85%;
	height: 20px;
	border: 1px solid #597c98;
	background-color: #FFF;	
	}	
	
/* Hide from IE-Mac \*/	
.topsformsubmit{
	margin: 6px 0px -10px 0px;
	padding: 0px 0px 0px 0px;
	/*background: url("../images/graphics/white.gif") no-repeat;*/
	width: 17px;
	height: 17px;
	}
.searchtext{
	color: #fffecb;
	font-size:17px;
	font-weight:bold;
	}
.searchtext2{
	color: #ffffff;
	font-size:13px;
	font-weight:bold
	}
/* END SEARCH BOX */