/*
-----------------------------------------------
globally set everything to 0 
----------------------------------------------- */

	*, td, img { margin: 0; padding: 0; } 
	form, fieldset { font: 100%/120% verdana, arial, sans-serif; }
	p { margin: 0 0 0 0; padding: 0 0 1em 0; }

	form label { cursor: pointer; }
	fieldset { border: none; }
	input, select, textarea { font-size: 100%; }
	a, img, fieldset { outline: none; }


/*
-----------------------------------------------
body
----------------------------------------------- */

body { 
	margin:0;
	font: 62.5%/1.45em verdana, arial, sans-serif;
	background-color: #c3cdd6;
	}


/*
-----------------------------------------------
wrapper - holds header, main content, and footer
----------------------------------------------- */

#wrapper {
	width: 784px;
	}

#pbsnavbar {
	width: 784px;
	}


/*
-----------------------------------------------
main content - content between siteheader and footer
----------------------------------------------- */

#main_content {
	width: 768px;
	background: #e1ecf3;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.3em;
	color: #212c3d;
	padding-bottom: 15px;
	}

#main_content .small {
	font-size: .95em;
	}



/*
-----------------------------------------------
links within the main content area
----------------------------------------------- */

#main_content a {
	color: #27457b;
	}
#main_content a:visited {
	color: #776e50;
	}

#main_content a:hover {
	text-decoration: none;
	color: #000;
	}

#main_content a.top_link, #main_content a.top_link:visited {
	display: block;
	margin-bottom: 20px;
	font-size: .98em;
	color: #27457b;
	}
	
#main_content a.top_link:hover {
	color: #000;
	}

#main_content a.nolink,
#main_content a.nolink:hover,
#main_content a.nolink:visited {
	color: #212c3d;
	}



/*
-----------------------------------------------
site header
----------------------------------------------- */

#siteheader {
	position: relative;
	top: 0;
	left: 0;
	height: 135px;
	display: block;
	background: #ffdd90 url(../images/banner_inner.gif) no-repeat;
	}

#siteheader a#home_link {
	float: left;
	height: 122px;
	width: 150px;
	margin: 8px 0 0 8px;
	text-indent: 8px;
	vertical-align: bottom;
	line-height: 230px;
	color: #002960;
	font-weight: bold;
	text-decoration: underline;
	}

/* each row of links is its own ul */
#siteheader ul#small_links,
#siteheader ul#large_links{ 
	margin: 22px 0 0 8px;
	float: left;
	width: 458px;
	list-style-type: none;
	}

#siteheader ul#large_links {
		border-bottom: solid 1px #00295f;
	}

/* small_links = about, interviews & Outreach &amp; Partners */
#siteheader ul#small_links {  	
	margin: 9px 0 13px 8px;
	
	}

#siteheader ul li {
	float: left;
	text-indent: -99999px;
	}

#siteheader ul#small_links li {
/*	background: url(../images/dot_small.gif) no-repeat top right;*/
	margin: 0 4px 0 0;
	padding-right: 12px;
	}

#siteheader ul#large_links li {
/*	background: url(../images/dot_large.gif) no-repeat top right;*/
	/*margin: 0 6px 0 0;*/
	margin: 0 0 0 0;
	}

#siteheader ul#small_links li.nodot,
#siteheader ul#large_links li.nodot {
	background-image: none;
	}

#siteheader ul.site_links li a {
	display: block;
	height: 25px;
	background-repeat: no-repeat;
	text-decoration: none;
	}
	
#siteheader ul#small_links li a { height: 16px; }


/* the links are images, with hover states */
#siteheader a#about_link, #siteheader a#about_link:visited {
	width: 100px;
	background-image: url(../images/nav_about.gif);
	}
#siteheader a#about_link:hover,
#about_index #siteheader a#about_link,
#about_index #siteheader a#about_link:visited
	{ background-image: url(../images/nav_about_h.gif); }


#siteheader a#interviews_link, #siteheader a#interviews_link:visited {
	width: 125px;
	background-image: url(../images/nav_interviews.gif);
	}
#siteheader a#interviews_link:hover,
#interviews_index #siteheader a#interviews_link,
#interviews_index #siteheader a#interviews_link:visited
	{ background-image: url(../images/nav_interviews_h.gif); }


#siteheader a#handbook_link, #siteheader a#handbook_link:visited {
	width: 292px;
	background-image: url(../images/nav_caregiver.gif);
	}
#siteheader a#handbook_link:hover, 
#handbook_index #siteheader a#handbook_link,
#handbook_index #siteheader a#handbook_link:visited
	{ background-image: url(../images/nav_caregiver_h.gif); }


#siteheader a#outreach_link, #siteheader a#outreach_link:visited {
	width: 142px;
	background-image: url(../images/nav_outreach.gif);
	}
#siteheader a#outreach_link:hover,
#community_index #siteheader a#outreach_link,
#community_index #siteheader a#outreach_link:visited
	{ background-image: url(../images/nav_outreach_h.gif); }


#siteheader a#watchonline_link, #siteheader a#watchonline_link:visited {
	width: 164px;
	background-image: url(../images/nav_watch.gif);
	}
#siteheader a#watchonline_link:hover,
#watchonline_index #siteheader a#watchonline_link,
#watchonline_index #siteheader a#watchonline_link:visited
{ background-image: url(../images/nav_watch_h.gif); }

#siteheader #skip_nav {
	display: none;
	}
	
#siteheader #search_div {
		width: 200px;
		margin: -19px 5px 0 0;
		float: right;
	}

#siteheader #search_div input[type=text] {
		height: 15px;
		width: 120px;
		font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif; 
		display: block;
		margin: 3px 0 0 0;
		padding:  2px 1px 1px 1px;
		background: url(../images/textbox_i.gif) left top no-repeat;
		border: none;
		float: left;
		
	}
	
#siteheader #search_div	input[type=image] {
		margin: 2px 0 0 5px;
		border: none;
		
	}

/* the font resize link */
#font_resize {
	position: absolute;
	top: 140px;
	left: 670px;
	font-size: 1.3em;
	}

#font_resize a,
#font_resize a:visited {
	color: #27457b;	
	}
	
#font_resize a:hover {
	text-decoration: none;
	color: #000;
	}


/* the section title */
#siteheader #section_title {
	position: absolute;
	top: 88px;
	left: 159px;
	width: 605px;
	float: left;
	font-size: 2.65em;
	color: #fddaba;
	margin-left: 8px;
	line-height: 1.7em;
	}
	
#siteheader #section_title a,
#siteheader #section_title a:visited,
#siteheader #section_title a:hover,
#siteheader #section_title a:active {
	color: #fddaba;
	text-decoration: none;
	}
	


/*
-----------------------------------------------
content headers
----------------------------------------------- */

#main_content h1, 
#main_content h3,  
#main_content .subnav {
	margin-left: 165px; 
	}

#main_content h1 {
	font-size: 1.9em;
	font-weight: normal;
	color: #fe9e16;
}

#main_content .subnav {  		/* mitch- if you don't use this anywhere i can move this to main.css */
	margin-top: 16px;
	font: 1.05em Verdana;
	color: #000;
	font-weight: normal;
	}

#main_content h3, 				/* mitch- if you don't use this anywhere i can move this to main.css */
#main_content h3 a, 
#main_content h3 a:visited, 
#main_content h3 a:hover {  
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 1em; 
	font-weight: bold; 
	color: #212c3d; 
	}

#main_content h4 {
	font-size: 1em;
	padding-top: 1em;
	}

/*
-----------------------------------------------
footer
----------------------------------------------- */

#footer {
	background: #bcb9b2 url(../images/footer_top.gif) no-repeat;
	padding: 20px 20px;
	clear: both;
	}

#footer a, #footer a:visited {
	color: #000;
	text-decoration: none;
	display: block;
	margin-top: -.3em;
	}

#footer a:hover {
	text-decoration: underline;
	}

#footer ul {
	list-style-type: none;
	float: left;
	clear: both;
	padding-bottom: 4px;
	}

#footer ul li {
	float: left;	
	border-right: 1px solid #555;
	padding: 0px 4px;
	height: 1em;
	}
#footer ul li.last { border-right: none; }


#footer #primary a {
	font-weight: bold;
	}

#footer p {
	clear: both;
	padding-top: 10px;
	font-size: .95em;
	}
	
	
	