/* CSS Document */

/* SITE COLORS */
/* #FFFFFF = White */
/* #000000 = Black */
/* #303536 = Text Dark Gray */
/* #dad6cb = Border Gray */

html, body {
	margin: 0;
	padding: 0;
	background-color: #a9afd3;
	background-image: url(../images/bg_topBorder.jpg);
	background-repeat: repeat-x;
	color: #303536;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.87em;
	line-height: 1.5em;
}
table {
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
}	
td {
	padding: 0;
	border-collapse: collapse;
	vertical-align: top;
	text-align: left;
}
p {
	margin: 0px 0px 10px 0px;
	padding: 0;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0px 0px 20px 0px;
	font-size: 3.3em;
	font-size: 40px;
	line-height: 1em;
	letter-spacing: -.05em;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 12px 0 8px 0;
	padding: 0;
	font-size: 1.5em;
}
h3 {
	margin: 0;
	padding: 0;
}
h4 {
	margin: 8px 0px 3px 0px;
	padding: 0;
	font-size: 1.0em;
}
a {
	color: #5466af;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
ul {
	padding: 0;
	margin: 0;
}
ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
ol li {
	padding: 0;
	margin: 0;
}
hr {
	height: 1px;
	margin: 0px 6px 10px 6px;
	color: #dad6cb;
	border-color: #dad6cb;
	clear: both;
}
#canvas {
	text-align: left;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#topNavSearch {
	text-align: right;
	color: white;
	height: 30px;
	font-size: 12px;
	line-height: normal;
}
#topNavSearch #search {
	display: inline;
	margin-left: 20px;
}
#topNavSearch form {
	display: inline;
}
#topNavSearch #search input {
	border: none;
	background-color: #7c85bc;
	color: white;
	margin: 5px 0px 0px 6px;
	padding-left: 4px;
	padding-right: 4px;
	width: 100px;
}
#topNavSearch #search input.subbutton {
	color: white;
	background: none;
	cursor: pointer;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	width: auto;
}
#topNavSearch a {
	color: white;
	padding: 4px;
}


#mainNav img.mainLogo {
	margin: 13px 0px 8px 12px;
}
#fontResize {
	font-size: 14px;
	float: right;
	display: inline;
	margin-top: 50px;
	margin-right: 10px;
}
#fontResize span {
	font-size: 1.5em;
	font-weight: bold;
}
#fontResize a {
	color: black;
}
#fontResize a:hover {
	color: white;
}


#contactForm #fontResize {
	font-size: 14px;
	float: none;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#contactForm #fontResize span {
	font-size: 1.5em;
	font-weight: bold;
}
#contactForm #fontResize a {
	color: black;
}
#contactForm #fontResize a:hover {
	color: #5466af;
}


/****************************************************/
/* Begin CSS Popout Menu */
/****************************************************/
#mainNav {
	background-image: url(../images/bg_mainNav.jpg);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: normal;
}

/* LEVEL 1 */
#mainNav ul {
	display: inline;
	float: right;
	margin: 45px 10px 0px 0px;
	padding: 0px 20px 0 20px;
	background-image: url(../images/bg_mainNav.gif);
	background-repeat: repeat-x;
	height: 31px;
}
#mainNav li {
	list-style: none;
	float: left;
	position: relative;
	z-index: 2000;
}
#mainNav ul li {
	display: inline;
}
#mainNav ul li a {
	color: white;
	font-weight: bold;
	position: relative;
	padding: 8px;
	background-image: url(../images/bg_mainNav.gif);
	background-repeat: repeat-x;
	top: 8px;
}
#mainNav ul li a:hover {
	color: #004054;
	background-image: none;
	background-color: #fbf2da;
	text-decoration: none;
	border-left: 1px solid #4d5fab;
	border-right: 1px solid #4d5fab;
	padding-left: 7px;
	padding-right: 7px;
}

/* LEVEL 2 */
#mainNav ul ul {
	position: absolute;
	z-index: 500;
	display: none;
	/*background-image: url(../img/bg_topnavlev2arrow.gif);*/
	background: none;
	/*background-position: right top;
	background-repeat: repeat-x;*/
	margin: 0px;
	width: 173px;
	top: 31px;
	padding: 0px;
	left: -1px;
	font-size: 0.9em;
}
#mainNav ul ul li {
	text-align: left;
	float: none;
	margin: 0px;
	padding: 0px;
	text-transform: none;
}
#mainNav ul ul a {
	background-color: #ffffff;
	/*background-image: url(../img/bg_topnavlev2.gif);
	background-repeat: repeat-x;
	background-position: top;*/
	background-image: none;
	color: #000000;
	width: 173px;
	text-align: left;
	display: block;
	padding: 9px 8px 6px 8px;
	text-transform: none;
	font-size: 1.0em;
	border-left: 1px solid #d8d6d0;
	border-right: 1px solid #d8d6d0;
	border-bottom: 1px dotted #d8d6d0;
	top: 0px;
}
#mainNav ul ul a:hover {
	text-decoration: underline;
	background-color: #fbf2da;
	border-left: 1px solid #d8d6d0;
	border-right: 1px solid #d8d6d0;
	padding-left: 8px;
	padding-right: 8px;
}
#mainNav ul ul a img {
	padding-bottom: 1px;
}
#mainNav ul ul a:hover img {
	text-decoration: none;
}
#mainNav ul ul ul {
	top: 0; 
}

/* POP OUT CONTROLS */
#mainNav li:hover ul ul,
#mainNav li li:hover ul ul,
#mainNav li li li:hover ul ul,
#mainNav li li li li:hover ul ul {
	display: none;
}

#mainNav li:hover ul,
#mainNav li li:hover ul,
#mainNav li li li:hover ul,
#mainNav li li li li:hover ul {
	display: block;
	margin-top: 0;
}
/****************************************************/
/* End CSS Popout Menu */
/****************************************************/


#bodyTable {
	background-color: #fbf2da;
}
#bodyTable td.col0 {
	width: 300px;
}
#bodyTable td.col1 {
	width: 300px;
}
#bodyTable td.leftCol {
}
#bodyTable td.leftCol img {
	margin: 10px 8px 8px 8px;
}
#bodyTable td.rightCol {
	padding-bottom: 10px;
	height: 380px;
}
#bodyTable td.rightCol h2 {
	margin-top: 0px;
	letter-spacing: 0em;
}
#bodyTable td.rightCol ul {
	margin: 16px;
	border: 5px solid white;
	border-bottom: 4px solid white;
	background-color: #e3d8b9;
}
#bodyTable td.rightCol ul p {
	padding-bottom: 0px;
	line-height: 1.2em;
}
#bodyTable td.rightCol ul a {
	color: #191c1f;
	display: block;
	padding: 10px 15px 7px 15px;
	width: 228px;
	border-bottom: 1px solid #fbf2da;
	border-top: 2px solid #dcceab;
}
#bodyTable td.rightCol ul a:hover {
	color: white;
	text-decoration: none;
	background-color: #a0b2a6;
	border-top: 2px solid #75857a;
	/*background-image: url(../images/border_homeRightNav.gif);
	background-repeat: repeat-x;
	background-position: bottom;*/
}
#bodyTable td.rightCol ul li {
	/*border-bottom: 1px solid white;*/
	/*background-image: url(../images/border_homeRightNav.gif);
	background-repeat: repeat-x;
	background-position: bottom;*/
}
#bodyTable td.rightCol ul li:hover {
}


div.homeCell {
	margin: 12px 12px 50px 12px;
	background-image: url(../images/bg_homeCell.jpg);
	background-repeat: no-repeat;
	padding: 30px;
}
div.homeCell a {
	font-weight: bold;
	color: #303536;
}
div.homeCell ul {
}
div.homeCell li a {
	display: block;
	position: relative;
	border-bottom: 1px dotted #575a5d;
	color: #303536;
	font-weight: normal;
	background-image: url(../images/bul_chevron.gif);
	background-position: 2px 15px;
	background-repeat: no-repeat;
	padding: 8px 12px;
}
div.homeCell li a:hover {
	background-color: #eae1b5;
	text-decoration: none;
	background-image: url(../images/bul_chevron_mo.gif);
}
div.homeCell input {
	color: #857362;
	font-weight: bold;
	margin-bottom: 6px;
	padding: 2px 4px 2px 4px;
	border: 3px solid #dad6cb;
}
div.homeCell input.subbutton {
	background: none;
	border: none;
	cursor: pointer;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0;
	width: auto;
	color: #303536;
}
#sendInfoForm input {
	color: #857362;
	font-weight: bold;
	margin-bottom: 6px;
	padding: 2px 4px 2px 4px;
	border: 3px solid #dad6cb;
}
#sendInfoForm input.subbutton {
	background: none;
	border: none;
	cursor: pointer;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0;
	width: auto;
	color: #303536;
}





#canvas #footer {
	background-image: url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
	padding: 30px 12px 30px 12px;
}
#canvas #footer #footerCopy {
	float: right;
	display: inline;
	text-align: right;
	color: #2a325e;
}
#canvas #footer #footerCopy a {
	color: #2a325e;
}




#canvas .printOnly {
	display: none;
}

/* CSS BELOW APPLIES TO print layout */
@media print {
	#canvas {
		width: 100%;
	}
	#canvas .noPrint {
		display: none;
	}
	#canvas .printOnly {
		display: block;
	}
	#canvas img.noPrint {
		display: none;
	}
	#bodyTable td.col0 {
		width: 33%;
	}
	#bodyTable td.col1 {
		width: 33%;
	}
	div.homeCell {
		margin: 0px;
		background-image: url(../images/bg_homeCell.jpg);
		background-repeat: no-repeat;
		padding: 5px;
	}
	ul#topnav {
		display: none;
	}
}
