@charset "utf-8";
html {
	height: 98.9%;
}
body {
	font: 12px/1.4 Tahoma, Geneva, sans-serif;
	background: #4c88e8 url(../images/body-bg.png) repeat-x fixed left top;
	margin: 0;
	padding: 0;
	color: #000;
	height: 98.9%;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}
.container {
	width: 768px;
	background: #FFFFFF;
	min-height: 98.9%;
	height: auto !important;
	height: 98.9%;
	margin: 0 auto -4em;
}
.header-top {
	width: 768px;
	height: 25px;
	margin: 0 auto;
	text-align: right;
	color: #FFF;
	padding-top: 5px;
}
.header-top a:link, .header-top a:visited {
	color: #FFF;
	text-decoration: none;
	padding: 0 10px;
}
.header-top a:hover, .header-top a:active, .header-top a:focus {
	color: #a0a0a0;
}
header {
	background: url(../images/logo-tablet.png) no-repeat left center;
	height: 142px;
	padding-top: 22px;
}
.header {
	margin-right: 10px;
}
.sidebar1 {
	float: right;
	width: 194px;
	padding-top: 36px;
	margin-right: 20px;
	padding-bottom: 10px;
}
.sidebar1 h3 {
	background: #0c1560;
	color: #FFF;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 0;
	padding-top: 17px;
	padding-bottom: 17px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-radius: 10px 0 0 0;
}
.sidebar1 p {
	padding-right: 0;
	padding-left: 0;
}
.sidebar1 aside {
	border: solid 1px #0c1560;
	background: #e8e8e8;
	font-size: 12px;
	color: #333;
}
.sidebar1 aside ul {
	margin-top: 10px;
	margin-left: 25px;
}
.sidebar1 aside ul li {
	list-style: url(../images/bullet.png) none;
	padding-bottom: 8px;
}
.sidebar1 aside a:link, .sidebar1 aside a:visited {
	color: #333;
	text-decoration: none;
}
.sidebar1 aside a:hover, .sidebar1 aside a:active, .sidebar1 aside a:focus {
	color: #666;
	text-decoration: underline;
}
.content {
	margin-top: 25px;
	margin-left: 10px;
	padding: 10px 0;
	width: 544px;
	float: left;
}
.content h1 {
	font-size: 22px;
	margin-bottom: 15px;
}
.content h2 {
	font-size: 16px;
	margin-bottom: 0;
}
.content h3 {
	font-size: 14px;
	margin-bottom: 15px;
}
.content h4 {
	font-size: 14px;
	color: #FFF;
	padding-left: 5px;
	padding-bottom: 2px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 0;
	background: #0c1560;
}
.content a:link, .content a:visited {
	color: #a0212d;
	text-decoration: underline;
}
.content a:hover, .content a:active, .content a:focus {
	color: #0c1560;
	text-decoration: none;
}
.content ul, .content ol {
	padding: 0 15px 15px 40px;
}
nav {
	background: #a0212d;
	width: 726px;
	height: 38px;
	margin: 0 auto;
	padding-top: 13px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	border-radius: 10px 0 0 0;
}
nav ul {
	padding-left: 30px;
	list-style: none;
}
nav ul li {
	display: inline;
}
nav ul a:link, nav ul a:visited {
	padding: 14px 25px;
	text-decoration: none;
	font-size: 18px;
	color: #FFF;
}
nav ul a:hover, nav ul a:active, nav ul a:focus {
	color: #a0a0a0;
}
.phone-nav {
	display: none !important;
}
footer {
	position: relative;
	clear: both;
	height: 4em;
	text-align: center;
	font-size: 11px;
}
footer p {
	margin-top: 10px;
}
.footer-div {
	height: 4em;
	clear: both;
}
.footer {
	width: 768px;
	margin: 0 auto;
}
header, section, footer, aside, nav, article, figure {
	display: block;
}
/********** FLOATS **********/
.clearfloat {
	clear: both;
}
.clearfloat-blue {
	clear: both;
	height: 15px;
	border-bottom: solid 1px #0c1560;
	margin: 0 15px 15px 15px;
}
.floatrt {
	float: right;
	margin-left: 10px;
}
.floatlft {
	float: left;
	margin-right: 10px;
}
/********** END OF FLOATS **********/

/********** MARGINS/PADDING **********/
.padTop {
	padding-top: 16px;
}
/********** END OF MARGINS/PADDING **********/

/********** TEXT **********/
.text-bold {
	font-weight: bold;
}
.text-center {
	text-align: center;
}
.ErrorMessage {
	color: #990000;
}
.fine-print {
	font-size: 10px;
	font-style: italic;
}
/********** END OF TEXT **********/

/********** IMAGES **********/
.img1 {
	width: 200px;
	height: 120px;
	float: right;
	margin-right: 15px;
}
.img2 {
	width: 200px;
	height: 120px;
	float: right;
	margin-right: 15px;
}
.img3 {
	display: none;
}
.img1 img, .img2 img {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}
.img-center {
	margin: 0 auto;
	display: block;
}
.img-center2 {
	width: 300px;
	margin: 30px auto 0 auto;
	display: block;
}
.img-round {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}
.magnify {
}
.magnify-phone {
	display: none;
}
/*~~~~~~ Tablet/Phone ~~~~~~*/
/* 225px width */
.img-size1 {
	width: 225px;
	height: auto;
}
/*~~~~~~ End of Tablet/Phone ~~~~~~*/

/********** END OF IMAGES **********/

/********** FORMS **********/
form {
	height: 98.9%;
}
.form-lbl {
	width: 105px;
	float: left;
	text-align: right;
	margin-right: 5px;
}
.form-input {
	width: 317px;
	float: left;
	margin-right: 5px;
}
.form-recaptcha {
	width: 317px;
	float: left;
	margin-right: 5px;
}
.form-spacer {
	height: 5px;
	clear: both;
}
.form-error-a {
	float: left;
}
.form-error-b {
	display: none;
}
.textbox, textarea {
	width: 307px;
	border: solid 1px #999;
	padding: 3px;
	background: #EEE;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	font: 12px/1.4 Tahoma, Geneva, sans-serif;
}
.textbox:focus, textarea:focus {
	outline: 0;
	background: #FFF;
	border: solid 1px #8d1b34;
}
.dropdownbox {
	width: 315px;
	border: solid 1px #999;
	padding: 3px;
	background: #EEE;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.dropdownbox:focus {
	outline: 0;
	background: #FFF;
	border: solid 1px #8d1b34;
}
.submit-button {
	background: #0c1560;
	color: #FFF;
	padding: 5px;
	border: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.submit-button:hover {
	cursor: pointer;
	background: #a0212d;
}
.submit-button:active {
	background: #666;
}
/********** END OF FORMS **********/

/********** MODULES **********/
.module2 {
	float: left;
	width: 270px;
	margin-bottom: 15px;
}
.module3 {
	float: left;
	width: 270px;
	margin-bottom: 15px;
}
.module3a {
	width: 100%;
	clear: both;
}
.module3 h4 {
	font-size: 14px;
	color: #FFF;
	padding-left: 5px;
	padding-bottom: 2px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 0;
	background: #0c1560;
}
.module3 a:link img, .module3 a:visited img {
	border: solid 1px #FFF;
}
.module3 a:hover img, .module3 a:active img, .module3 a:focus img {
	border: solid 1px #0c1560;
}
.module4 {
	float: left;
	width: 181px;
	margin-bottom: 15px;
}
.module4 h5 {
	font-size: 12px;
	margin-bottom: 5px;
	text-align: center;
}
.module4 a:link img, .module4 a:visited img {
	border: solid 1px #3b3b3b;
}
.module4 a:hover img, .module4 a:active img, .module4 a:focus img {
	border: solid 1px #0c1560;
}
/********** END OF MODULES **********/

/********** SCROLL PANEL **********/
.scroll-panel {
	height: 455px;
	overflow: auto;
}
/********** END OF SCROLL PANEL **********/

/********** MANAGEMENT PAGE **********/
.management .img {
	float: left;
	border: solid 1px #707070;
	margin-left: 15px;
	margin-right: 10px;
	width: 196px;
	-moz-box-shadow: 10px 10px 5px 0 gray;
	-webkit-box-shadow: 10px 10px 5px 0 gray;
	box-shadow: 10px 10px 5px 0 gray;
}
.management .img img {
	padding: 12px;
}
.management .desc {
	float: left;
	width: 320px;
	margin-bottom: 25px;
}
/********** END OF MANAGEMENT PAGE **********/
