/* resets */
body {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0 0 12px 0;
	font-weight: normal;
}
a img {
	border: 0;
}
a {
	outline: none;
}

/* cms styles */
#main .photoset {
	margin: 12px 0;
}
#main .photoset img {
	float: left;
	margin: 6px 15px 9px 0;
}
#main .rf-paragraph {
	margin: 0 0 18px 0;
}
#main .rf-paragraph h2 {
	margin-bottom: 6px;
}
#main div.image {
	border: 2px solid #369;
}
#main .image img {
	display: block;
}
#main div.right {
	margin: 0 0 9px 15px;
    float: right;
}
#main div.left {
	margin: 0 15px 9px 0;
    float: left;
}

/* styles */
body {
	background: #040309;
}
#body {
	font: 13px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #000;	
	background: url(../images/bodybg.jpg) no-repeat top center #efeacb;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}
#header {
	height: 145px;
	position: relative;
	background: url(../images/headerbg.gif) no-repeat bottom center;
}
#logo {
	position: absolute;
	top: 0;
	left: 20px;
}
ul#nav {
	list-style-type: none;
	padding: 0;
	margin: 0;
	height: 45px;
	position: absolute;
	left: 25px;
	bottom: 11px;
}
ul#nav li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	background: url(../images/nav-left.gif) no-repeat;
}
ul#nav a {
	float: left;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	line-height: 35px;
	padding: 10px 12px 0 12px; /* don't forget to tweak padding in the special cases to match changes */
	height: 35px;
	display: block;
	color: #fff;
	background: url(../images/nav-right.gif) no-repeat right 0;
}
ul#nav li.first {
	background-image: url(../images/nav-left-first.gif);
}
ul#nav li.first a {
	padding-left: 20px;
}
ul#nav li.last a {
	padding-right: 20px;
	background-image: url(../images/nav-right-last.gif);
}
ul#nav li.active {
	background-position: 0 -45px;
}
ul#nav li.active a {
	background-position: right -45px;
	color: #336;
}
ul#nav a:hover, ul#nav a.active {

}
#tagline {
	position: absolute;
	top: 35px;
	right: 35px;
	color: #336;
	font: 16px "Trebuchet MS", Arial, sans-serif;
	line-height: 30px;
}

#main_wrap {
	background: url(../images/mainwrapbg.jpg) repeat-y #fff;
}
#main {
	background: url(../images/mainbg.jpg) no-repeat;
	padding: 14px 35px 25px;
}
#main .page_head {
	background: url(../images/head-top.gif) no-repeat #B8DE17;
	margin-bottom: 25px;
}
#main .page_head h1 {
	color: #fff;
	padding: 10px 24px;
	font-size: 30px;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	background: url(../images/head-btm.gif) no-repeat bottom left;
	margin-bottom: 0;
}

#content {
	min-height: 600px;
}

#main.with_sidebar #content {
	width: 660px;
	float: left;
}
#main .error {
    color: #cc0000;
}
#sidebar_wrap {
	background: url(../images/sidebar-top.gif) no-repeat #5895c2;
	float: left;
	width: 200px;
	margin-right: 30px;
}
#sidebar {
	min-height: 100px;
	padding: 20px;
	background: url(../images/sidebar-btm.gif) no-repeat bottom left;
}
#sidebar ul#subnav {
	list-style-type: none;
	margin: 0;
	padding: 0 0 20px 0;
}
#sidebar ul#subnav li {
	margin: 0;
	padding: 0;
	display: block;
}
#sidebar ul#subnav li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 10px;
	font-size: 16px;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}
#sidebar ul#subnav li.active {
	background: url(../images/sidebar_a-top.gif) no-repeat #3e5081;
} 
#sidebar ul#subnav li.active a {
	background: url(../images/sidebar_a-btm.gif) no-repeat bottom left;
}

#footer_wrap {
	background: url(../images/footerbg.jpg) repeat-x #040309;
}
#footer {
	font-size: 12px;
	line-height: 16px;
	padding: 30px 35px;
	width: 890px;
	min-height: 200px;
	margin: 0 auto;
	color: #acacac;
}
#footer a {
	color: #d9e021;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
}
#footer strong {
	font-weight: normal;
	color: #fff;
}
#footer_logo {
	width: 105px;
	float: left;
	margin-right: 30px;
}
#footer_logo img {
	display: block;
	margin-bottom: 18px;
}
#footer_info {
	width: 230px;
	float: left;
	padding-top: 5px;
	margin-right: 30px;
}

#footer_info .address {
	margin-bottom: 12px;
}
#redundant_nav {
	width: 120px;
	float: left;
	padding-top: 5px;
	margin-right: 30px;
}
#redundant_nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#redundant_nav ul li {
	margin: 0;
	padding: 0;
}
#journal_feed {
	width: 345px;
	float: left;
	padding-top: 5px;
}
#journal_feed .feed_item {
	margin-bottom: 12px;
}
#journal_feed .date {
	color: #707070;
}

/* styles */

#main h1 {
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}
#main h2 {
	color: #369;
	font: 23px "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}
#main h3 {
	color: #369;
	font: 20px "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
}

#main a {
	color: #369;
}
#main a:hover {
	color: #5895c2;
}

#content ul li, #content ol li {
	margin-bottom: 6px;
}

#main form.site_form {
	margin: 24px 0;
}
#main form.site_form label {
	width: 100px;
	padding: 3px 15px 3px 0;
	text-align: right;
	float: left;
}
#main form.site_form input.text {
	border: 1px solid #999;
	padding: 2px;
	width: 200px;
	font: 14px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #666;
}
#main form.site_form textarea {
	font: 14px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #666;
	border: 1px solid #999;
	padding: 2px;
	width: 300px;
	height: 150px;
}
#main form.site_form .form_item {
	margin: 0 0 12px 0;
}


/* bios */
#bios .bio {
	width: 136px;
	float: left;
	margin-right: 35px;
	margin-bottom: 35px;
	text-align: center;
	font: 18px "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	text-decoration: none;
}
#bios .last_in_row {
	margin-right: 0;
}
#bios .bio img {
	display: block;
	border: 2px solid #369;
	margin: 0 3px 6px;
}
#bios .bio:hover img {
	border: 2px solid #5895c2;
}
#bio .bio_img {
	width: 200px;
	float: left;
	border: 2px solid #369;
	margin: 0 24px 0 0;
}
#bio .bio_text {
	float: left;
	width: 432px;
}

/* services */
#services {
	margin-top: 35px;
}
#services .service {
	width: 136px;
	float: left;
	margin-right: 35px;
	margin-bottom: 35px;
	text-align: center;
	font: 18px "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	text-decoration: none;
}
#services .last_in_row {
	margin-right: 0;
}
#services .service img {
	display: block;
	border: 2px solid #369;
	margin: 0 3px 6px;
}
#services .service:hover img {
	border: 2px solid #5895c2;
}


/* resources styles */
#main .test_results {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    font-style: italic;
}
#main #test_footnotes {
	font-size: 11px;
    margin-top: 20px;
}
#main .important {
	text-decoration: underline;
    font-weight: bold;
}
#questions {
    margin: 0 0 0 25px;
    padding: 0;
}
#questions .question {
    margin-bottom: 10px;
}
#questions .question .answers .answer {
    float: left;
    width: 125px;
}
#questions .question .answers .answer input {
    float: left;
}
#questions .question .answers .answer label {
    float: left;
    width: 90px;
    margin-left: 5px;
}

/* homepage styles */

#focus {
	background: url(../images/focusbg.jpg) no-repeat;
	height: 284px;
	margin-bottom: 24px;
	position: relative;
}
#focus_content {
	position: absolute;
	top: 94px;
	left: 410px;
	width: 450px;
	height: 175px;
	overflow: hidden;
	font-size: 15px;
	padding: 1px;
	color: #000;
}
#focus_content p {
	font-weight: bold;
}

#intro {
	padding-bottom: 15px;
}
#duo {
	padding-bottom: 24px; /* to account for 6px margin on p's */
}
#duo .duo_item {
	width: 420px;
	float: left;
}
#duo .text {
	float: left;
	width: 144px;
}
#duo .duo_item.trio_item {
	width: 283px;
}
#duo .duo_item h2 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}
#duo_item1 {
	margin-right: 50px;
}
#trio_item1, #trio_item2 {
	margin-right: 20px;
}
#triptych {
	border-top: 1px solid #999;
	padding-top: 30px;
	padding-bottom: 30px; 
}
#triptych .tri {
	float: left;
	border-right: 1px solid #ccc;
}
#triptych .tri .button img {
	border: 0;
}
#triptych #tri1 {
	padding-right: 30px;
	width: 270px;
}
#triptych #tri2 {
	padding: 0 30px;
	width: 290px;
}
#triptych #tri3 {
	padding-left: 30px;
	border-right: 0;
	width: 208px;
}
#duo .duo_item img, #triptych .tri img {
	border: 2px solid #369;
	float: left;
	margin: 3px 15px 6px 0;
}
#duo .duo_item p, #triptych .tri p {
	margin-bottom: 6px;
}

#focus_content .asthma_test {
	margin: 0 40px 0 0;
}

/* other styles */
.clear {
	clear:both;
}
.fakelink {
	color: #999;
	text-decoration: underline;
}
