﻿@import url(navMenu.css);
@import url(callout.css);
@import url(search.css);

/* Design44 Base HTML/CSS  -  Written By: Eric Florez  -  Last Updated: 2007-11-14 */
/* ====================== Page Formatting  ========================*/
body, table, p, a, div {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;}
body {background: #466f9A url(../Img/backgrounds/bkgndBody.gif) repeat-x 0px 0px;}

input, select, textarea {
	margin: 0px;
	padding: 0px;
	color: #6A737B;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;}

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;}
h1, h1 a {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;}
h2, h2 a {
	color: #D49E0F;
	font-size: 16px;}
h3, h3 a {font-size: 14px;}
h4, h4 a {font-size: 12px;}
h5, h5 a {
	color: #D49E0F;
	font-size: 12px;
	font-weight: bold;}
h6, h6 a {
	font-size: 11px;
	font-weight: bold;}

a {
	color: #D49E0F;
	text-decoration: none;}
a:hover {text-decoration: underline;}

ul {
	padding: 0px;
	list-style-type: square;
	margin: 0px 0px 12px 20px;}
li {padding: 2px 0px 2px 0px;}
li a {}
li a:hover {}

p {padding: 0px 0px 12px 0px;}

hr {
	height: 1px;
	border: none;
	margin: 10px 0px;
	background-color: #C9CACB;}


/* ====================== layout & columns ========================*/
#bodyContainer {
	
	width: 852px;
	margin: 0px auto;
	background: url(../Img/backgrounds/bkgndBodyContainer.gif);
	background-repeat:no-repeat;}

#pageContainer {
	margin: 0px 24px 0px 26px;
	background-color: #FFFFFF;}

#main {
	    clear: both;
		background: url(../Img/backgrounds/bkgndMain.gif);
		background-repeat:no-repeat;}
#leftMaster {
	float: left;
	width: 585px;}

#rightMaster {
	float: right;
	width: 178px;}


#pagePhotoContainer {
	height: 188px;
	overflow: hidden;
	position: relative;
	margin-bottom: 12px;}
.pagePhoto {
	margin-top: 25px;}
.noSubNav .pagePhoto {margin: 0px;}
.paperContainer {
	left: 0px;
	bottom: 0px;
	position: absolute;}


#content {padding: 24px 0px 0px 58px;}


#breadCrumbs {
	color: #00457C;
	font-size: 11px;
	padding-left: 28px;
	position: relative;}
#breadCrumbs a {
	color: #00457C;
	font-size: 11px;
	text-decoration: underline;}


/* ====================== Header & Footer ====================== */
#headerContainer {
	height: 123px;
	position: relative;
	border-bottom: 1px solid #B8CAD7;
	background: url(../Img/backgrounds/bkgndHeader.gif) no-repeat right top;}
#logo {}

#topMenu, #topMenu a {
	color: #D49E0F;
	font-size: 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;}
#topMenu {
	top: 16px;
	right: 264px;
	position: absolute;}
	

#footer {
	clear: both;
	width: 852px;
	height: 70px;
	font-size: 10px;
	margin: 0px auto;
	padding-top: 5px;
	text-align: center;
	background: url(../Img/backgrounds/bkgndFooter.png);
	background-repeat: no-repeat;}
#footer a, #footer p {
	padding: 0px;
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;}


/* ====================== Table Styling ======================== */
table {margin: 10px 0px;}
td {
	margin: 0px;
	padding: 0px;
	vertical-align: top;}


/* ====================== Template Overrides ======================== */
.categoryHome #pagePhotoContainer {
	margin: 0px;
	height: 222px;}

.categoryHome #rightMaster {padding-top: 10px;}


.contentFull #leftMaster {
	width: auto;
	padding-right: 20px;}

/* PNG Background Fix for IE6 */
#footer, .calloutPromo { behavior: url(/Common/Scripts/iepngfix.htc); }


