 
/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background:#fff;
	text-align:center; 
	font:10px/17px Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1	{ display:none;}
h2	{ font-size:1.2em; color:#8d071b; font-weight:bold; letter-spacing:1.75;}
h3	{ font-size:.95em; color:#000; font-weight:bold;}

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#E00B2B; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#8F0017; text-decoration:underline; outline:none;}

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url(../images/top.gif) right no-repeat;
	font-size:10px;
	}
	
p.small{
	font-size:10px;
	font-style:italic;
	}
	
img.img-left { 
	float:left; 
	margin:2px 8px 8px 0; 
	}
	
img.img-center { 
	margin-left: 120px;
	margin-bottom:10px;
	}
	
img.img-right { 
	float:right; 
	margin:5px 0 8px 8px; 
	}
	
	
	
/* ----- form elements ----- */

form {
	width:140px;
	font-size:11px;
	color:#fff;
	}

form label	{ font-size:11px; color:#fff; display:block;}

form input, textarea, select { 
	background-color:#fff !important; 
	border:1px solid #CBDCE9;
	color:#000;
	width:135px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:11px;
	}
	
select { width:135px; margin-top:4px; margin-bottom:4px; vertical-align: middle; padding-top:1px; } /* same width as form - !important */

	
input.radio{
	background:#28446B!important; 
	width: auto!important;
	height:auto!important; 
	border:none!important;
	} 
	
input.radio-contact{
	background:#fff!important; 
	width: auto!important;
	height:auto!important; 
	border:none!important;
	} 
	
textarea { height:90px; overflow:auto; width:140px; }
textarea.main { height:90px; overflow:auto; width:200px; }

form input.form_error, form textarea.form_error {
background:#EE9E99 !important;
}

input.submit{ 
	width:70px;
	height:20px;
	cursor:pointer;
	}
	
input.submit-main{ 
	width:70px!important;
	height:20px;
	cursor:pointer;
	}
	
body#contact form { width:205px; margin-left:95px; color:#000000 !important;}

body#contact form input { width: 200px;}
body#contact form label { color:#000;}




/* framework
 * ------------------------------------------------------------------------- */

#wrap {
	background:url(../images/bg-wrap.gif) repeat-y;
	width:817px;
	margin:0 auto;
	text-align:left;
	}
	
#header {
	background:url(../images/header.jpg);
	height:240px;
	}
	
	#header span{ display:none;}
	
#masthead {
	position:relative;
	background:url(../images/masthead.gif) 0 -20px;
	height:66px;
	}
	
	/* index page link within #masthead */		
	#masthead a {
	position:absolute;
	left:4px;
	width:349px;
	top:30px;
	height:50px;
		}
	#masthead a span {
		display:none;
		}

/* ----- column-left ----- */

#column-left {
	width:198px;
	float:left;
	}
			
	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul{
	margin:0 15px 5px 25px;
	}	


	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url(../images/img-box.gif) 0px 2px no-repeat;
			padding-left:15px;  /* pushes text to the right to display bg img */
			margin-bottom:10px;
			}

			
/* ----- column-middle ----- */

#column-middle {
	width:420px;
	float:left;
	}
	
	#column-middle p{
		margin:0 22px 10px 20px;
		font-size:11px;
		color:#333;
		letter-spacing:1.0px
		}
		
	#column-middle h2{
		margin:15px 17px 5px 20px;
		}
		
	#column-middle ul { margin:0 30px 10px 30px; }
		#column-middle ul li { 
			background:transparent url(../images/img-list.gif) 0px 2px no-repeat;
			padding-left:20px;  
			margin-bottom:10px;
			}
				
			
/* ----- column-right ----- */

#column-right {
	width:199px;
	float:left;
	}
	
	#column-right p{
		margin:0 35px 10px 35px;
		font-size:11px;
		color:#fff;
		letter-spacing:normal;
		line-height:14px;
		}
		
		
	#column-right form { padding-left:25px; }
	
#column-right a:link, #column-right a:visited	{ color:#fff; text-decoration:underline; outline:none; }
#column-right a:hover, #column-right a:active	{ color:#ccc; text-decoration:underline; outline:none;}
	 
	
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url(../images/bottom-wrap.gif);
	height:35px;
	clear:both;
	width:100%; /* fix for Safar */
	}
	

/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead { height:55px; margin-bottom:10px; } /* sets height for all subheads */
	body#index #subhead-index { background:url(../images/subhead-index.gif); height:75px; }
	body#gse #subhead { background:url(../images/subhead-gse.gif); }
	body#birth-defects #subhead { background:url(../images/subhead-birth-defects.gif); }
	body#about #subhead { background:url(../images/subhead-about.gif); }
	body#thankyou #subhead { background:url(../images/subhead-thankyou.gif); }
	body#error #subhead { background:url(../images/subhead-error.gif); }
	body#disclaimer #subhead { background:url(../images/subhead-disclaimer.gif); }
	body#contact #subhead { background:url(../images/subhead-contact.gif); }
	

/* ----- subhead framework with varying heights ----- */

#subhead-col-left {
	height:115px;
	background:url(../images/col-left-subhead.gif) no-repeat ;
	}
	
	
#subhead-contact-us {
	height:110px;
	background:url(../images/subhead-quick-contact.gif) no-repeat ;
	}
	
		
/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:817px;
	margin:0 auto;
	text-align:center;
	background:url(../images/footer-bg.gif) repeat-y;
	}

#footer p {
	color:#000;
	padding-bottom:10px;
	line-height: 16px;
	}

#footer a:link, #footer a:visited { color:#000; }

#footer a:hover, #footer a:active { color:#ccc; }

#footer ul {margin-top:0px; padding-bottom:5px;}

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px;
	display: inline;
	border-left: 1px solid #000;
	}

	#footer li.first { border: none; }

#nav { 
	background:url(../images/nav.gif) no-repeat; 
	width:817px; 
	height:70px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:70px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; }

#nav-01 { width: 86px; margin-left: 154px;}
#nav-02 { width: 185px;}
#nav-03 { width: 98px;}
#nav-04 { width: 133px;}
#nav-05 { width: 161px;}

#nav-01 a:hover { background:url(../images/nav.gif)  -154px -70px no-repeat; }
#nav-02 a:hover { background:url(../images/nav.gif) -240px -70px no-repeat; }
#nav-03 a:hover { background:url(../images/nav.gif) -425px -70px no-repeat; }
#nav-04 a:hover { background:url(../images/nav.gif) -523px -70px no-repeat; }
#nav-05 a:hover { background:url(../images/nav.gif) -656px -70px no-repeat; }

body#index #nav-01 a{ background:url(../images/nav.gif)  -154px -70px no-repeat; }
body#gse #nav-02 a{ background:url(../images/nav.gif) -240px -70px no-repeat; }
body#birth-defects #nav-03 a { background:url(../images/nav.gif) -425px -70px no-repeat; }
body#about #nav-04 a { background:url(../images/nav.gif) -523px -70px no-repeat; }
body#contact #nav-05 a { background:url(../images/nav.gif) -656px -70px no-repeat; }

#column-middle #hnews * {margin-left:0;}
#hnews { margin:0 2em;}
#hnews .yhr-wp-news-content { margin-bottom:1em;}
#hnews h3 span {display:inline;margin-right:8px;}
#sidebar { width:160px;margin-left:35px;}
#sidebar ul li {list-style-type:none;}
#sidebar ul#fuwp {margin:0;padding:0;list-style-type:none;}
#sidebar ul#fuwp li {padding:0; list-style-type:none;}
#column-left #sidebar h2 {margin:0;margin-top:1em;}