/* COLOR PALETTE

dark red (primary)		#9E423F
dark teal				#536E6A
medium teal				#ADB9B7
light teal				#C6D8D6
hyperlink blue			#00639C
light gray				#9C9C9C
black					#000000

*/

BODY { padding:0;margin:0;background-color: #EFEFEF !important;}
H1,H2,H3,H4,P,LI,TD,DIV,SPAN { font-family: "Georgia", Times New Roman, Times, serif; }

H1 {
	font-family: "Times New Roman", Times, serif; 
	font-size: 1.5em;
	color: #9E423F;
	font-weight: bold;
	font-style: italic;
	padding: 0;
	margin: 0;
}

H1.home { font-size: 1.1em; }

H1.reverse {
	background-color: #9E423F;
	color: White;
	padding: 5px;
	text-align: center;
	margin-bottom: 10px;
	background-image: url(/images/bg-topnavactive.gif);
	background-repeat: repeat-x;
}

H2 {
	color: Black;
	font-size: 1.1em;
	font-weight: normal;
	padding: 4px;
	background-image: url(/images/bg_h2.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
	border-bottom: 1px solid Black;
}
H3 {
	color: #000000;
	background-color: White;
	font-size: .9em;
	font-weight: bold;
	padding: 4px;
	border-bottom: 1px dotted #b0c9fa;
	border-top: 1px dotted #b0c9fa;
}
TABLE.layout { width: 850px; border-left: 1px solid #C6D8D6;  border-right: 1px solid #C6D8D6; }

TD.header { background-color: white; }

.logo { width: 40%; text-align: left; background-color: white; }
.banner { width: 60%; text-align: right; background-color: white; }
.bannerBottom { width: 1%; text-align: right; vertical-align: top; background-color: #D6E3E1; }


TD.topNav {
	font-family: "Times New Roman", Times, serif; 
	padding: 2px 10px 5px 10px;
	margin: 0;
	white-space: nowrap;
	border-right: 1px solid #ADB9B7;
	border-top: 1px solid #ADB9B7;
	border-bottom: 1px solid #ADB9B7;
	background-image: url(/images/bg-topnav.gif);
	background-repeat: repeat-x;
}
TD.topNav A {
	text-decoration: none;
	font-size: .9em;
	font-weight: bold;
	color: #536E6A;
}
TD.topNav A:hover { 
	text-decoration: underline;
}
 
TD.topNavActive { 
	font-family: "Times New Roman", Times, serif; 
	padding: 2px 10px 5px 10px;
	margin: 0;
	border-top: 1px solid #9E423F;
	border-right: 1px solid #9E423F;
	border-bottom: 1px solid #ADB9B7;
	background-color: #9E423F;
	background-image: url(/images/bg-topnavactive.gif);
	background-repeat: repeat-x;
}

TD.topNavActive A {
	text-decoration: none;
	font-size: .9em;
	font-weight: bold;
	color: White;
}

TD.main {
	background-image: url(/images/bg-separator.gif);
	background-repeat: repeat-x;
	padding-top: 3px;
}

TD#column1 { width: 200px; vertical-align: top; background-color: #ADB9B7;}
TD#column2 { width: 475px; vertical-align: top; background-color: #EBF1F0;}
TD#column3 { width: 175px; vertical-align: top; background-color: #ADB9B7;}
 
.sideHeader { 
	padding: 10px;
	background-color: White;
	border: 1px solid #ADB9B7;
	background-image: url(/test/images/bg-sidebar.gif);
	background-repeat: repeat-x;
}
.sideHeader P { font-size: .7em; font-weight: bold; padding: 0; margin: 0; }
.sideHeader A { text-decoration: none; color: #536E6A; }
.sideHeader A:hover { text-decoration: underline; } 

.sideContent {
	padding: 10px;
	background-color: #ADB9B7;
	color: Black;
	font-size: .7em;
}
.sideContent P { padding: 0 0 7px 0; margin: 0; }
.sideContent A { color: #00639C; }
.sideContent A:hover { color: White; }

#colLeft { padding: 15px 5px 15px 15px; width: 330px; }
#colRight { padding: 15px 15px 15px 5px; width: 330px;}

TD.content2Col { vertical-align: top; background-image: url(/images/bg-content.gif); background-repeat: repeat-x; }
TD.content2Col P, LI { font-size: .9em; color: #536E6A; line-height: 1.5em; }  
TD.content2Col A { color: #00639C; }
TD.content2Col A:hover { color: Black; }
TD.content2Col A:visited { color: Gray; }

TD.content1Col { padding: 15px; width: 100%; background-image: url(/images/bg-content.gif); background-repeat: repeat-x;}
TD.content1Col P, LI { font-size: .9em; color: #536E6A;  line-height: 1.5em;  }  
TD.content1Col A { color: #00639C; }
TD.content1Col A:hover { color: Black; }
TD.content1Col A:visited { color: Gray; }

TABLE.services TD { padding: 2px; }

TD.footer {
	background-color: White;
	background-image: url(/images/bg-separator.gif);
	background-repeat: repeat-x;
	padding: 15px;
}
TD.footer P { margin: 0; padding: 3px; font-size: .6em; color: #9C9C9C; }
TD.footer A { color: #00639C; }
TD.footer A:hover { color: Black; }
TD.footer A:visited { color: Gray; }

LEGEND { font-weight: bold; }

.ccSubmit { font-size: 10px; }
.ccText { font-size: .8em; width: 75px; }

.required { font-weight: bold; }
.optional { color: #536E6A; }

TABLE.webform TD { padding: 1px; font-size: .8em; }