/* RESET */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

body {
	background: #fff url(../../images/site/body-bg.jpg) repeat-x top left;
	font: 11px Verdana, sans-serif;
}

.clear {
	clear:both;
}
.wrap {
	width: 1100px;
	text-align:left;
}

.head {
	height: 136px;
	background: url(../../images/site/head-bg.jpg) no-repeat right center;
}

.splash {
	margin-bottom: 12px;
}

.left_col{
	margin: 0 12px;
	width: 166px;
	background: url(../../images/site/left_col-bg.jpg) repeat-x top left;
	min-height: 250px;
	float:left;
}

.main {
	background: url(../../images/site/main-bg.jpg) repeat-y right top;
	z-index: 1;
	padding-bottom: 150px;
}
.content {
	float:left;
	width: 665px;
	margin: 17px 36px;
}

.rotator {
	float:left;
	width: 158px;
}

h1, h2, h3, h4 {
	color: #db0d24;
}

h1 { 
	font: bold 22px Verdana;
	margin-bottom: 25px;
}

h2 {
	font: bold 18px Verdana;
	margin-bottom: 18px;
}

h3 {
	font: bold 14px Verdana;
	margin-bottom: 14px;
}

h3.download {background-image:url(../../images/site/pdf-logo.jpg); background-repeat:no-repeat; padding-left:35px; height:30px; padding-top:10px}

a:link, a:visited, a:active {
	color: #db0d24;
	text-decoration: none;
}

a:hover {
	color: #000;
}

p {
	line-height: 20px;
	margin-bottom: 25px;
}

.blue_text {
	font-size: 17px;
	font-weight: bold;
	color: #060d6b;
}

.nav {
	margin: 17px 17px 125px 17px;
}
.nav li {
	height: 27px;
}
.nav a:link, .nav a:visited, .nav a:active {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.nav a:hover {
	text-decoration: underline;
	color: #db0d24;
}

.footer {
	height: 61px;
	background: url(../../images/site/footer-bg.gif) repeat-x top left;
	margin-top: -20px;
	z-index: 2;
	bottom: 0;
	left: 0;
	position: fixed;
	width: 100%;
	padding-top: 50px;
	font-size:10px
}
.footer a:link, .footer a:visited, .footer a:active {
	color: #000000;
	text-decoration: none;
}


td {
	font-size: 11px;
	padding: 5px;
}

input, textarea {
	padding: 3px;
}

.error {
	border: 1px solid red;
	padding: 10px;
	margin: 10px;
	background: #fbbfc6;
	font-weight: bold;
}

.error li {
	font-weight: normal;
}

.success {
	border: 1px solid green;
	padding: 10px;
	margin: 10px;
	background: #c7fbbf;
	font-weight: bold;
}
