@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}
img {
	border: none;
}
h1 {
	padding: 5px 20px;
	background: #95AEC9;
	color: #FFF;
	text-transform: uppercase;
	font-size: 1.2em;
}
h2 {
	padding: 5px 20px;
	background: #95AEC9;
	color: #FFF;
	font-size: 1.2em;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	color: #2B5D93;
}
h4 {
	font-size: 1em;
	font-weight: bold;
	color: #000;	
}
a:link, a:visited, a:active {
	color: #00F;
	text-decoration: none;
}
a:hover {
	color: #00F;
	text-decoration: underline;
}
blockquote {
	color: #2B5D93;
}
/* id styles */
#leftNav {
	background: #2B5D93 url(../../images/leftNav-dots-bg.gif) repeat-y;
}
.leftQuotes {
	background: #2B5D93 url(../../images/leftNav-bg.gif) repeat-y;
	padding: 10px 10px 10px 50px;
	color: #D5DFE9;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
}
.leftQuotesOver {
	background: #2B5D93 url(../../images/leftNav-bg-over.gif) repeat-y;
	padding: 10px 10px 10px 50px;
	color: #2B5D93;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
}
#mainContent {
	padding: 37px 37px 52px 37px;
	background: url(../../images/footer-bg.jpg) no-repeat bottom;
}
#mainContent > h1, #mainContent > h2, #mainContent > p {
	margin-top: 0; 
}
/*Form Elements*/
form {
	margin: 0px;
}
#formLeft {
	float: left;
	width: 455px;
}
#formRight {
	float: right;
	width: 250px;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	border: 1px solid #999999;
	font-size: 12px;
}
.chkBox {
	border: none;
	margin: 0;
}
input, select {
	margin-right: 5px;
	margin-bottom: 5px; 
}
label {
	margin-right: 8px;
}
.inputBtn {
	font-weight: bold;
	font-size: 12px;
	padding: 2px 35px;
	margin-right: 5px;
	background-color: #036;
	border: 1px solid #036;
	color: #FFF;
}
.inputFull {
	width: 443px;
	height: 16px;
}
.inputHalf {
	width: 215px;
	height: 16px;
}
.inputQuarter {
	width: 102px;
	height: 16px;
}
.inputQuarterSelect {
	width: 102px;
	height: 20px;
}
.inputComments {
	width: 250px;
	height: 168px;
}

.inputFullWatermark {
	width: 443px;
	height: 16px;
	color:Gray;
}
.inputHalfWatermark {
	width: 215px;
	height: 16px;
	color:Gray;
}
.inputQuarterWatermark {
	width: 102px;
	height: 16px;
	color:Gray;
}
.inputQuarterSelectWatermark {
	width: 102px;
	height: 20px;
	color:Gray;
}
.inputCommentsWatermark {
	width: 250px;
	height: 168px;
	color:Gray;
}


/* general use styles */
.attentionText {
	padding: 20px;
	background: #036;
	color: #FFF;
}
.attentionText > p {
	margin-top: 0;
}
.columnHalf {
	float: left;
	width: 48%;
	margin-right: 2%;
}
.columnHalf > h4, .columnHalf > p {
	margin-top: 0;
}
.clearBoth {
	clear: both;
}
.justified {
	text-align: justify;
}
.staffPhoto {
	padding: 0 10px 10px 0;
}
.numBox01 {
	padding-left: 25px;
	background: url(../../images/numBox01.gif) no-repeat;
}
.numBox02 {
	padding-left: 25px;
	background: url(../../images/numBox02.gif) no-repeat;
}
.numBox03 {
	padding-left: 25px;
	background: url(../../images/numBox03.gif) no-repeat;
}
.numBox04 {
	padding-left: 25px;
	background: url(../../images/numBox04.gif) no-repeat;
}
.numBox05 {
	padding-left: 25px;
	background: url(../../images/numBox05.gif) no-repeat;
}
.numBox06 {
	padding-left: 25px;
	background: url(../../images/numBox06.gif) no-repeat;
}
.numBox07 {
	padding-left: 25px;
	background: url(../../images/numBox07.gif) no-repeat;
}
.numBox08 {
	padding-left: 25px;
	background: url(../../images/numBox08.gif) no-repeat;
}
.numBox09 {
	padding-left: 25px;
	background: url(../../images/numBox09.gif) no-repeat;
}
.numBox10 {
	padding-left: 25px;
	background: url(../../images/numBox10.gif) no-repeat;
}