/* CSS Document */

/* SITE COLORS */
/* #FFFFFF = White */
/* #000000 = Black */

html, body {
	margin: 0;
	padding: 0;
	background-color: #2E4D8E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}
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: 0px;
}
h1 {
	color: #2E4D8E;
	font-size: 1.6em;
	margin: 0 0 8px 0;
}
h2 {
	color: #69b342;
	font-size: 1.3em;
	margin: 0 0 2px 0;
}
h3 {
	color: #2E4D8E;
	font-size: 1.2em;
	margin: 8px 0 4px 0;
}
h4 {
	color: #2E4D8E;
	font-size: 1em;
	color: black;
	margin: 0px 0px 4px 0px;
}
a {
	color: #2E4D8E;
}
a:hover {
}
a img {
	border: none;
}
ul {
	padding: 0px 0px 10px 10px;
	margin: 0;
}
li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
hr {
	clear: both;
	margin: 30px 20px;
	color: #d4933b;
	border-color: #d4933b;
}
#canvas {
	text-align: left;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0px;
}
#mainTable {
	background-color: white;
	background-image: url(../img/bg-blueprint.gif);
	background-position: 210px 140px;
	background-repeat: no-repeat;
}
#mainTable td.col0 {
	width: 50px;
}
#mainTable td.col1 {
	width: 150px;
}
#mainTable td.col2 {
	width: 275px;
}
#mainTable td.col3 {
	width: 275px;
}
#mainTable td.col4 {
	width: 100px;
}
#mainTable td.col5 {
	background-image: url(../img/border-shadow.gif);
	background-repeat: repeat-y;
}
#mainTable td.blueBG {
	background-color: #2E4D8E;
}
#topCell {
	/*font-family: "Times New Roman", Times, serif;*/
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	color: #2E4D8E;
	font-style: normal;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.3em;
	background-image: url(../img/corner-blueULround.gif);
	background-repeat: no-repeat;
}
#topCell p {
	margin-right: 75px;
	width: 450px;
	float: right;
	padding-top: 27px;
	text-align: center;
}
#topCell img.logo {
	margin: 10px 0px 20px 20px;
}



/****************************************************/
/* Begin CSS Popout Menu */
/****************************************************/
#topNav {
	background-image: url(../img/bg-topnavleft.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	font-size: 1.3em;
	padding-bottom: 30px;
}

/* LEVEL 1 */
#topNav ul {
	display: inline;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 30px;
}
#topNav li {
	list-style: none;
	float: left;
	position: relative;
	z-index: 2000;
	display: inline;
}
#topNav ul li a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	position: relative;
	padding: 3px 22px;
	top: 2px;
}
#topNav ul li a.currentpage, #topNav ul li a:hover {
	color: #2E4D8E;
	text-decoration: none;
}

/* LEVEL 2 */
#topNav 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;
}
#topNav ul ul li {
	text-align: left;
	float: none;
	margin: 0px;
	padding: 0px;
	text-transform: none;
}
#topNav 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;
}
#topNav ul ul a:hover {
	text-decoration: underline;
	background-color: #fbf2da;
}
#topNav ul ul a img {
	padding-bottom: 1px;
}
#topNav ul ul a:hover img {
	text-decoration: none;
}
#topNav ul ul ul {
	top: 0; 
}

/* POP OUT CONTROLS */
#topNav li:hover ul ul,
#topNav li li:hover ul ul,
#topNav li li li:hover ul ul,
#topNav li li li li:hover ul ul {
	display: none;
}

#topNav li:hover ul,
#topNav li li:hover ul,
#topNav li li li:hover ul,
#topNav li li li li:hover ul {
	display: block;
	margin-top: 0;
}
/****************************************************/
/* End CSS Popout Menu */
/****************************************************/


#leftNav {
	padding: 0px 10px 30px 10px;
}
#leftNav ul {
	margin-bottom: 30px;
	margin-left: 0px;
	padding-left: 0px;
}
#leftNav li {
	border-bottom: 1px solid #69b342;
	margin-left: 0px;
	padding-left: 0px;
}
#leftNav a {
	color: #2E4D8E;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 8px;
	display: block;
}
#leftNav a:hover {
	color: #69b342;
}

#col0 {
	padding: 0px 0px 30px 20px;
	text-align: justify;
}
#col0 img {
	border: 1px solid black;
}
#col1, #col2 {
	padding-bottom: 50px;
}

#col0 ul, #col1 ul, #col2 ul {
	margin-left: 10px;
}
#col0 li, #col1 li, #col2 li {
	list-style-type: disc;
}

#botNav {
	background-image: url(../img/bg-botnavright.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 1.3em;
}
#footer {
	color: #2E4D8E;
	background-image: url(../img/corner-blueLRround.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#footer p {
	margin-left: 150px;
	line-height: 1.2em;
}

#canvas .printOnly {
	display: none;
}


/* CSS BELOW APPLIES TO Photo Cluster ELEMENT */
table#photoCluster {
	width: 470px;
}
table#photoCluster td#clusterMainPhoto {
	height: 180px;
	width: 310px;
	text-align: center;
}
table#photoCluster #clusterMainPhoto img#mainPhoto {
}
table#photoCluster table#photoGrid {
	width: 150px;
	margin-left: 4px;
}
table#photoCluster table#photoGrid td {
	text-align: center;
	padding: 2px;
}
table#photoCluster #captionCell {
	padding: 0;
}
table#photoCluster #captionCell h3 {
	padding: 0;
	margin-top: 0;
}
table#photoCluster p#captionCopy {
	font-size: 0.9em;
	font-style: italic;
	padding: 0 10px 0px 4px;
	line-height: 1.2em;
}



/* CSS BELOW APPLIES TO Site Map */
#sitemap_container ul {
	display: inline;
	float: left;
	font-weight: bold;
	width: 200px;
}
#sitemap_container ul ul {
	display: block;
	font-weight: normal;
}



/* CSS BELOW APPLIES TO contactus_template.html */
#canvas #contactForm {
}
#canvas .warn {
	color: red;
}
#canvas #f1-leftWidth {
	width: 86px;
}
#canvas #f1-rightWidth {
	width: 300px;
}

/* CSS BELOW APPLIES TO print layout */
@media print {
	#canvas .noPrint {
		display: none;
	}
	#canvas .printOnly {
		display: block;
	}
	#canvas img.noPrint {
		display: none;
	}
	#footer p {
		margin-left: 0px;
		line-height: 1.2em;
	}
}
