
/* --- body default values --- */

body {
	margin:0;
	padding:0;
	background-color:#2c5ca3;
	font:62.5% Arial, Helvetica, sans-serif;
	color:#000000;
}

.bold {
	font-weight:bold;
}

.underline {
	text-decoration:underline;
}

.italicize {
	font-style:italic;
}

a:link {
	color:#003f9c;
	text-decoration:underline;
}

a:visited {
	color:#003f9c;
	text-decoration:underline;
}

a:hover {
	color:#003f9c;
	text-decoration:none;
}

a:active {
	color:#003f9c;
	text-decoration:none;
}

ul {
	margin:0 0 15px 50px;
	padding:0;
	list-style-type:square;
	font-size:1.2em;
	line-height:150%;
}

ul li ul {
	margin:3px 0 5px 40px;
	padding:0;
	list-style-type:square;
	font-size:1em;
}

ol {
	margin:0 0 15px 53px;
	padding:0;
	font-size:1.2em;
	line-height:150%;
}

ol li ol {
	margin:3px 0 5px 40px;
	padding:0;
	font-size:1em;
}

.floatRight {
	float:right;
	margin-left:10px;
}

.floatLeft {
	float:left;
	margin-right:10px;
}

.clearFloat {
	clear:both;
	height:0;
	font-size:1px;
	line-height:0px;
}

/* this hides navigation / sitemap link so that it only displays in mobile devices */
#navHandheld {
	display:none;
}

/* this hides footer info that only displays when printing */
#contactInfoForPrint {
	display:none;
}

/* eliminates extra bottom margin pixels added to images by Firefox and Safari */
img.displayBlock {
	display:block;
	border:none;
}

/* this class should be used on a div to put some vertical space such as after the last paragraph */
.verticalSpacer {
	margin:0 0 5px 0;
	padding:0;
}

/* acronyms, abbreviations -- changes cursor -- be sure to have a title attribute that provides the meaning of the acronym or abbreviation */
acronym {
	border-bottom:1px dotted #666;
	cursor:help;
}

/* -------------------------------------------------- */

/* REMINDER:the total width of a <div> will include the padding and border in addition to the width specified in the CSS so adjust the width attribute if adjusting the padding and border attributes -- i.e. reduce width if increasing padding and/or border width sizes and vice versa */

/* main container that contains all other elements below */
#wrapper {
	margin:0 auto 20px auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	width:757px;
	background-color:#eff2fa;
	border-left:#003178 solid 1px;
	border-right:#003178 solid 1px;
}

#topBar {
	position:relative;
	margin:0;
	padding:0;
	background:url(../images/top-bar-bg.gif) repeat-x;
	width:757px;
	height:25px;
}

/* --- top two buttons - rollover effect without javascript --- */

#topBarContactUsTodayButton {
	position:absolute;
	right:145px;
	padding:0;
	width:139px;
	height:25px;
	background:url(../images/nav/contact-us-today.gif) no-repeat bottom right;
}

#topBarContactUsTodayButton a:link, #topBarContactUsTodayButton a:visited {
	display:block;
	width:139px;
	height:25px;
	background:url(../images/nav/contact-us-today.gif) no-repeat bottom right;
}

#topBarContactUsTodayButton a:hover, #topBarContactUsTodayButton a:active {
	background-position:bottom left;
}

#topBarCrisisInformationButton {
	position:absolute;
	right:0;
	margin:0;
	padding:0;
	width:145px;
	height:25px;
	background:url(../images/nav/crisis-information.gif) no-repeat bottom right;
}

#topBarCrisisInformationButton a:link, #topBarCrisisInformationButton a:visited {
	display:block;
	width:145px;
	height:25px;
	background:url(../images/nav/crisis-information.gif) no-repeat bottom right;
}

#topBarCrisisInformationButton a:hover, #topBarCrisisInformationButton a:active {
	background-position:bottom left;
}

/* -------------------------------------------------- */

#topNav {
	margin:0;
	padding:0 0 0 12px;
	background:url(../images/main-nav-bg.gif) repeat-x;
	width:745px;
	height:28px;
}

/* contains side and main sections */
#mainContainer {
	margin:0;
	padding:0;
	width:757px;
	background:#eff2fa url(../images/main-body-bg.jpg) repeat-x;
}

/* contains calendar */
#mainContainerCalendar {
	margin:0;
	padding:20px 0 20px 26px;
	width:731px;
	background:#eff2fa url(../images/main-body-bg.jpg) repeat-x;
}

#mainContainerCalendar h1 {
	margin:0 26px 15px 0;
	padding:0 0 5px 0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:2.1em;
	font-weight:normal;
	line-height:120%;
	color:#0053a0;
	background:url(../images/horizontal-dot.gif) repeat-x bottom;
}

#mainContainerCalendar p {
	margin:5px 0 10px 0;
	padding:0;
	font-size:1.2em;
	line-height:150%;
}

/* --- main section --- */

#main {
	float:right;
	margin:20px 0;
	padding:0 20px;
	width:444px;
	background:url(../images/vertical-dot.gif) repeat-y left;
}

#main img {
	border:none;
}

#main h1 {
	margin:0 0 15px 0;
	padding:0 0 5px 0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:2.1em;
	font-weight:normal;
	line-height:120%;
	color:#0053a0;
	background:url(../images/horizontal-dot.gif) repeat-x bottom;
}

#main h2 {
	margin:10px 0 5px 0;
	padding:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:1.8em;
	font-weight:normal;
	line-height:120%;
	color:#0053a0;
}

#main h3 {
	margin:10px 0 5px 0;
	padding:0;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:normal;
	line-height:120%;
	color:#0053a0;
}

#main p {
	margin:5px 0 10px 0;
	padding:0;
	font-size:1.2em;
	line-height:150%;
}

#main table.twoColumnTable {
	border-collapse:collapse;
	width:100%;
}

#main table.twoColumnTable tr td {
	padding:3px 10px;
	width:50%;
	vertical-align:top;
	border:1px solid #2c5ca3;
}

#main table.twoColumnTable tr th {
	padding:5px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size:1.4em;
	font-weight:normal;
	color:#0053a0;
	text-align:left;
}

#main table.twoColumnTable tr td {
	margin:0;
	padding:5px;
	font-size:1.2em;
}

/* -------------------------- */

/* --- side section --- */

#side {
	float:left;
	margin:70px 0 20px 0;
	padding:0;
	width:273px;
}

#side img {
	border:none;
}

#side .sideContainer {
	margin:0 0 20px 0;
	padding:0 20px;
	width:233px;
}

/* -------------------------- */

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

#footer {
	margin:0;
	padding:0;
	width:757px;
	height:26px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#666666;
	background:#eff2fa url(../images/bottom-bar-bg.gif) repeat-x;
}

#footer a:link {
	color:#666666;
	text-decoration:none;
}

#footer a:visited {
	color:#666666;
	text-decoration:none;
}

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

#footer a:active {
	color:#666666;
	text-decoration:underline;
}

#footer .footerLeft {
	float:left;
	margin:0 0 0 20px;
	padding:7px 0 0 0;
	width:210px;
}

#footer .footerRight {
	float:right;
	margin:0 20px 0 0;
	padding:7px 0 0 0;
	width:500px;
	text-align:right;
}

/* -------------------------- */

/* --- form field attributes --- */

/* Newsletter sign up form attributes - form is pulled from icontact.com */
#SignUp .signupframe {
	border: 1px solid #2c5ca3;
	background: #f1e3c1;
	color: #000000;
}

#submissionForm {
	margin:0;
	padding:10px;
	border:1px solid #2c5ca3;
	background: #f1e3c1;
}

#submissionForm table {
	margin:0;
	padding:0;
	border-collapse:collapse;
}

#submissionForm table tr td {
	margin:0;
	padding:5px 0 5px 10px;
}

#submissionForm table tr td.alignright {
	margin:0;
	padding:0;
	text-align:right;
}

#submissionForm table tr td.alignright p {
	margin:0;
	padding:0;
	text-align:right;
	vertical-align:top;
}

#firstname, #lastname, #email, #address, #city, #state, #zipcode {
	margin:0;
	padding:3px;
	width:150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
}

#comments {
	margin:0;
	padding:2px;
	width:250px;
	height:100px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
}

#submissionForm table tr td.alignright img.spamcode {
	margin:0;
	padding:0;
	border:1px solid #f1e3c1;
}

#security_code {
	margin:0;
	padding:2px;
	width:50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
}

/* -------------------------- */
