﻿@charset "utf-8";
/* CSS Document */

/* Yahoo Reset */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}legend{color:#000;}

/* Yahoo Base */
h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin:1em 0;}h1,h2,h3,h4,h5,h6,strong{font-weight:bold;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;} em{font-style:italic;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style:decimal outside;}ul li{list-style:disc outside;}dl dd{margin-left:1em;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}p,fieldset,table,pre{margin-bottom:1em;}

body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	background-image:url(images/bg3.png);
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	line-height: 130%;
}
#topContainer {
	width: 773px;
	background-color: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
}
#footer {
	color: #999999;
	text-align: center;
	font-size: small;
	padding-top: 12px;
	padding-bottom: 6px;
	clear: both;
}
#headerFlash {
	height: 123px;
	overflow: hidden;
}
#headerMenu {
}
#mainContent {
	padding: 0;
	padding-left: 1px;
}
#headerContainer {
	background-color: #092338;
}
#mmMenu {
	height: 23px;
	background-color: #f7941e;
}
#mmMenu a {
	color: #092338;
	font-size: 95%;
	text-decoration:none;
	padding-right: 9px;
}
#mmMenu a:hover {
	color: black;
}
#mmMenu strong {
	color: #092338;
	font-size: 95%;
	font-weight: bold;
	padding-right: 9px;
}
h1 {
	color:#092338;
}
h2 {
	color: #092338;
}
a {
	color: #092338;
}
a:hover {
	color: #f7941e;
}
#featureBox {
	float: right;
	border: #f7941e 3px solid;
}
#frontpageBox {
	margin-top: 25px;
}
.highlight {
	background-color: #FFFF00;
}
.textBox {
	padding-left: 22px;
	padding-right: 22px;
	margin-left: 40px;
	margin-right: 40px;
	padding-top: 18px;
	padding-bottom: 18px;
	margin-top: 18px;
	margin-bottom: 18px;
	/*	background-color:#FEF0DE; */
	background-color:#F3F3F3;
}
#notes {
	font-size: small;
	margin-top: 24px;
	border-top: 1px solid #999999;
}
.answerBox {
	margin-left: 12px;
	border-left: 1px solid #f7941e;
	padding-left: 12px;
}
.headshot {
	border: 1px solid #092338;
	float: right;
	margin: 0 2px 8px 12px;
}
.frontBot {
	padding: 12px 18px;
	background-color: #092338;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	margin-bottom: 12px;
}
.frontBot a {
	color: #FFFFFF;
	text-decoration:none;
}
.frontBot a:hover {
	color: #F7941D;
}
.sidebar {
	float: right;
	width: 180px;
	margin-left: 12px;
	margin-bottom: 6px;
	background-color: #F7941D;
	color: #FFF;
	padding: 8px;
}
.sidebar a {
	color: #FFF;
	text-decoration:underline;
}
.sidebarTable {
	float: right; width: 400px; margin-left: 12px; margin-bottom: 6px;
}
.sidebarTable table {
	font-size: small;
	border: 1px solid #F7941D;
}
.sidebarTable table td {
	padding: 2px;
}
.tr1 {
	background-color:#EEE;
}


#front_signup {
	background: #092338; padding: 3px 6px; min-height:128px;color:#FFF;
}
#front_signup .name {
	width: 80px;
	font-size: 10px;
	margin: 2px;
	padding: 2px;
}
#front_signup .zip {
	width: 40px;
	font-size: 10px;
	margin: 2px;
	padding: 2px;
}
#front_signup .email {
	width: 100px;
	font-size: 10px;
	margin: 2px;
	padding: 2px;
}

#frontSidebar {
	float: right;
	width: 250px;
	margin-left: 50px;
}
#frontSidebar .fsc {
	margin-bottom: 16px;
}
#frontPrimary h1 {
	color: #FFF;
	background-color:#092338;
	padding: 6px;
	margin-right: 300px;
	margin-top: 0;
	margin-bottom: 10px;
}
#frontPrimary h1 a {
	text-decoration: none;
	color: #FFF;
}
#frontPrimary h2 {
	margin-bottom: 0;
	font-size: 108%;
}
#frontPrimary h2 a {
	font-weight: bold;
	color: #000;
	text-decoration:none;
	margin-bottom: 0;
}
#frontPrimary h2 a:hover {
	color: #F7941D;
	text-decoration:underline;
}
#introText {
	line-height: 140%;
}
blockquote {
	color: #666;
}

.postDate {
	clear: left;
	float: left;
	margin-right: 10px;
	margin-bottom: 4px;
	padding: 2px 6px;
	background-color: #F7941D;
	color: #FFF;
	text-align: center;
	margin-top: 7px;
}
.postDate .postDay {
	font-weight:bold;
	font-size: 18px;
}
div.blogSidebar {
	float: right;
	width: 240px;
	margin-left: 18px;
	margin-bottom: 6px;
	border: 1px solid #F7941D;
	padding: 8px;
	
}
div.blogSidebar .postDate {
	margin-top: 4px;
	padding: 6px 6px;
	background-color: #092338;
	
}
div.blogSidebar h3 a {
	margin-top: 8px;
	text-decoration: none;
	color: #092338;
}
div.blogSidebar h1 a {
	text-decoration: none;
}

#introText a {
	color: #092338;
	font-weight: bold;
}
#introText a:hover {
	background-color: #999;
}


/* New Menu */
#main_navigation
{	margin: 0;
	padding: 0;
}
	
#main_navigation li
{	float: left;
	list-style: none;
	font: 15px Tahoma, Arial;
	font-weight:bold;
}

#main_navigation li a
{	display: block;
	padding:8px 10px 8px 10px;
	text-decoration: none;
	width: auto;
	color: #fff;
	white-space: nowrap;
	font-weight:bold;
}

#main_navigation li a:hover
{	background: #F7941E;}
	
#main_navigation li ul
{	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-top: 1px solid white;
	z-index: 100;
	}

#main_navigation li ul li
{	float: none;
	display: inline;
	}

#main_navigation li ul li a
{	width: auto;
	background: #092338;
}

#main_navigation li ul li a:hover
{	background: #F7941E;
}
#headerMenu {
	width: 773px;
}
ul.glossary-terms li {
	list-style-position:inside;
}
dl.glossary {
	margin: 0;
}
dl.glossary dt {
	font-weight: bold;
}
dl.glossary dd {
	margin: 0 0 20px 10px;
}
div.blog-excerpts div.post-preview div.sociable {display:none;}
