@charset "utf-8";
/* v1.0 | 20080212 */

/* Reset CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/*ol, ul {
	list-style: none;
}*/
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	/*font-size:11px; */
	font-family: "Times New Roman", Times, Tahoma, Verdana, Arial, Helvetica, sans-serif, Trebuchet MS,;
}
/* End of Reset CSS */

body {
	background: url(../images/body_bg.jpg) repeat-x;
	text-align: center;
	font-family: "Times New Roman", Times, Tahoma, Verdana, Arial, Helvetica, sans-serif, Trebuchet MS,;
	color:#444444;
	font-size: 14px;
	line-height:1.4em;
	letter-spacing: normal;
}
#wrapper {
	background: url(../images/wrapper_bg.jpg) center top;
	text-align: left;
	width: 984px;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
}
#header {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header a{
border:none;
text-decoration:none;
}

#header_links {
	background: url(../images/header_links_bg.png) no-repeat;
	height: 30px;
	width: 200px;
	left: 931px;
	top: 1px;
	float: right;
	text-align: center;
	padding-top: 10px;
	text-transform: uppercase;
	color: #025662;
	font: 14px "Calibri", Tahoma, Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
}

#logo {
	width:154px;
	display:block;
	height:105px;
	background: url(../images/logo.png) no-repeat right bottom;
	margin-left: 20px;
}

#content {
	background: #FFFFFF url(../images/content_bg.jpg) no-repeat;
	width: 984px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 31px;
}
.banner {
	height: 29px;
	width: 736px;
	margin-top: -20px;
	background: url(../images/banner.png) no-repeat;
	position: relative;
	z-index: 2;
	color: #FFFFFF;
	padding-top: 200px;
	padding-left: 20px;
}
.banner_inner {
	height: 171px;
	width: 756px;
	margin-top: -20px;
	background: url(../images/banner_inner.png) no-repeat;
	position: relative;
	z-index: 2;
	color: #FFFFFF;

}

.main_column {
	float: right;
	width: 760px;
}
.sidebar_bg {
	width: 252px;
	float: right;
	background: url(../images/sidebar_bg.gif) repeat-y left top;
	top: -10px;
	position: relative;
	z-index: 0;
}
.sidebar {
	background: url(../images/sidebar_gradient.jpg) no-repeat left bottom;
	padding-bottom: 80px;
	clip: rect(auto,auto,1px,auto);
	}
.sidebar h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif, Trebuchet MS;
	display: block;
	background: url(../images/sidebar_heading_bg.png) no-repeat;
	height: 45px;
	font-size: 18px;
	font-weight: normal;
	color: #2c7192;
	padding-top: 5px;
	padding-left: 20px;
	margin-top: 20px;
}
.main_column .content {
	padding-left: 10px;
	width: 480px;
	margin-top: 20px;
	padding-right: 10px;
}
.homeh3 h3{
	font-size: 16px;
	color: #025662;
	font-weight: normal;
	margin-bottom: 10px;
	border-bottom: none;
	padding-bottom: 10px;
	margin-top: 0px;
	padding-top: 5px;

}

.font14{
	font-size: 14px;
	line-height:18px;
}


#nav_bg {
	background: url(../images/nav_bg.jpg) no-repeat left top;
	clear: right;
	float: left;
	position: relative;
	top: 50px;
	left: 13px;
	text-align:left;
	height:100%;
	width: 194px;
}
#logo strong {
	display: none;
}
.sidebar_content {
	width: auto;
	padding-right: 20px;
	padding-left: 20px;
	font-size:13px;
	line-height:14px;
}
a{
	color:#025662;
	text-decoration:underline;/*	border-bottom:#025662 solid 1px;*/

}
a:hover{
	color:#1356ff;
	border-bottom:none;
	text-decoration: none;
}
.sidebar a{
	margin-right: 15px;
}

.margin_right_fifteen{
	margin-right: 15px;
}
.clear {
}
hr {
	border-style: none;
	background: url(../images/hr_bg.gif);
	height: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.column {
	width: 220px;
	clear: left;
	float: right;
	margin-left: 20px;
}
h3 {
	font-size: 16px;
	color: #025662;
	font-weight: normal;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-bottom: 10px;
	margin-top: 5px;
	padding-top: 25px;
}
.highlight_box {
	background: #f3f9fd;
	border: 1px solid #dafaff;
	padding: 10px;
	width: auto;
	margin-top: 20px;
}
.clear {
	clear: both;
}
.footer {
	background: url(../images/footer_bg.gif) repeat-x;
	padding: 30px 30px 0px;
	line-height: 24px;
	height: 72px;
	width: auto;
	margin-top: 30px;
	font-size:11px;

}

#nav{
	margin-top:20px;
	margin-left:40px;
	list-style-type: none;
	
}

#nav a{
border:none;
text-decoration:none;
}

#nav li{
	padding-top:8px;
	padding-bottom:8px;
}
h2 {
	font-size: 26px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #025662;
	padding-top: 10px;
	line-height: normal;
}
h4 {
	font-size: 14px;
	color: #025662;
	margin-bottom: 10px;
	margin-top: 10px;
}
h5 {
	font-size: 12px;
	color: #025662;
}
h6 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.tlist {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 30px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top:2px;
	line-height: normal;

}
ol, ul{
	list-style-position: outside;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top:15px;

}
li {
	padding-bottom:4px;
}
.tlist li {
	margin-top: 4px;
	padding-bottom:4px;
}
p {
	margin-top: 10px;
	margin-bottom: 5px;
}
.nlist {
	list-style-type: lower-roman;
	list-style-position: outside;
	margin-left: 30px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top:15px;
}
.nlist li {
	margin-top: 5px;
	padding-bottom:8px;
}
#logbox {
	margin: 0px;
	padding: 0px;
}
#messageBox {
	background-color:#E3F2EA;
	padding:5px;
	width:80%;
}
.warning {
	margin-left:5px;
	clear:both;
	color:#990000;
}
.input_error {
	border:1px solid #990000;
}
.textfield {
	font-size:13;
	border:1px solid #999999;
}
.form_width{
	width:200px;
	font-size:12px;
}

.evlink {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
#dialog {
	background-color:#E6E6E6;
	padding:5px;
	border: 1px solid #CCCCCC;
}
.errorBox {
	color:#FF0000;
	font-weight:bold;
	padding:5px;
}
.messageBox {
	color:#006666;
	background-color:#F3FDEA;
	padding:5px;
}
input .btn {
	font-size: 10px;
}

.social_media{
text-align:center;
}
.social_media img{
margin: 0 5px;
}
.social_media a{
border:none;
}

#adminnav{
	margin-top:0px;
	margin-left:40px;

	
}

#adminnav a{
border:none;
text-decoration:none;
}

#adminnav li{
	padding-top:8px;
	padding-bottom:8px;
}
.textfieldclass{
	padding:1px;
	font: 12px Arial, Helvetica, Tahoma, Verdana;
	min-width:150px;
	font-size:11px;
	border:1px solid #999999;
}