@charset "utf-8";
html {
 overflow-y: scroll !important;
}

body { 
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #f2f3f4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
}

h2 {
	color: #3273a1;
	margin: 0px;
	padding: 0px 0px 12px 0px;
	font-weight: normal;
	border-bottom: 1px #777777 dotted;
	font-size: 2em;
}

h3 {
	color: #3273a1;
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 4px 0px;
	font-weight: normal;
	border-bottom: 1px #777777 dotted;
	font-size: 1.5em;
}

p {
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
}

#container {
	width: 962px;
	margin: auto;
	clear: both;
	height: auto;
}

#subContainer {
	float: left;
	width: 962px;
}

#header {
	float: left;
	width: 962px;
	clear: both;
	margin-top: 1px;
}

#nav {
	float: left;
	margin-left: 2px;
	display: block;
	width: 962px;
}

#nav img {
	padding: 0px;
	margin: 0px;
	float: left;
	display: inline;
	border: 0px;
}

#content {
	width: 930px;
	background-color: #FFFFFF;
	margin-left: 2px;
	float: left;
	padding: 25px 15px 15px 15px;
	color: #777777;
}

#content a, #content a:visited {
	font-weight: bold;
	color: #115686;
	text-decoration: underline;
}

#content a:hover, #content a:active {
	text-decoration: none;
}

#leftContent {
	width: 544px;
	float: left;
	clear: left;
	padding-right: 6px;
	font-size: 12px;
	line-height: 20px;
}

#leftContent ul {
	font-size: 12px;
	padding-left: 15px;
}

#leftContent li {
	margin-bottom: 2px;
	line-height: 1.5em;
}

#rightContent {
	width: 364px;
	float: right;
	clear: right;
	padding-left: 10px;
	border-left: 1px #dee0e1 solid;
	min-height: 560px;
}

#dark_blue_box {
	background-image: url(../images/dark_blue_box.jpg);
	width: 290px;
	height: 326px;
	margin-bottom: 20px;
	color: #FFFFFF;
}

#footer {
	width: 930px;
	margin-left: 2px;
	margin-top: 15px;
	margin-bottom: 10px;
	line-height: 20px;
	float: left;
	clear: both;
	font-size: 11px;
	text-align: center;
	color: #777777;
	background-color: #f2f3f4;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

#footer a, #footer a:visited {
	color: #115686;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;
}

#footerLeft {
	width: 320px;
	float: left;
	clear: left;
}

#footerRight {
	width: 590px;
	margin-left: 20px;
	float: right;
	clear: right;
	color: #115686;
}

#footerRight a {
	padding-left: 4px;
	padding-right: 4px;
}

#contactTableSide td {
	padding: 2px;
	margin: 2px;
	vertical-align: top;
}

.spacer {
	display: block;
	height: 20px;
}

.spacerVertical {
	width: 40px;
	height: 40px;
	float: left;
}

.spacerSmall {
	display: block;
	height: 10px;
}

.spacerSmall2 {
	height: 6px;
}

.light_blue_box {
	/*background-image: url(../images/light_blue_box.jpg);*/
	background-color: #F7F7FF;
	width: 224px;
	float: left;
	padding: 8px;
	font-size: 12px;
	margin-top: 3px;
	-moz-border-radius-topright: 10px; 
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px; 
	-webkit-border-bottom-left-radius: 10px;
}

.light_blue_box h3 {
	padding-left: 10px;
	font-size: 18px;
}

.light_blue_box p {
	margin-left: 10px;
}

.light_blue_box ul {
	list-style: none;
	margin-left: 0px;
	font-size: 11px;
	padding-left: 30px;
	text-indent: -16px;
}

.light_blue_box ul a {
	font-size: 12px;
}

.light_blue_box li {
	line-height: 20px;
}

.inputFieldSide {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	width: 160px;
	background-image: url(../images/fieldbg.gif);
	border:1px solid #CCCCCC;
}

.textareaFieldSide {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	width: 185px;
	height: 130px;
	background-image: url(../images/fieldbg.gif);
	border:1px solid #CCCCCC;
	overflow: auto;
}

.light_blue_box ul li:before {
	content: "\00BB \0020";
	padding-right: 6px;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style:italic;
}

.darkText {
	color: #4d4d4d;
}