/*  =RESET STYLES
   ----------------------------------------------------*/
img, div { behavior: url(/include/iepngfix.htc) }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,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,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}


body {
	margin: 0 ;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #36516C url(../images/bg.jpg) repeat-x;
	display: block;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 982px;
	position: relative;		
	overflow: hidden;
	/*width: 768px;*/
}

#header{
	width: 645px;
	/*float: left;*/
	
}

h2.logo {
	height: 88px;
	width: 645px;
	text-indent: 0px;
	font-size: 12px;	
	margin:0;
	padding: 0;	
	display: block;
	/*text-indent: -2000em;*/
}

#header_image{
	margin: auto;
	text-align: center;
}



#container{
	width: 645px;
	float: left;
	
}

#top_content{
	background: url(../images/top_content.gif);
	height: 9px;
	font-size: 1px;
	width: 636px;
	display: block;
	margin: 15px auto 0 auto;
}
#content{
	width: 576px;
	background: White url(../images/bottom_content.gif) no-repeat bottom;
	margin: 0 auto;	
	display: block;
	font-size: 13px;
	color: #343C49;
	padding: 10px 30px;
}

#content p{
	margin: 0 0 18px 0;
	
	line-height: 18px;
}

#content a{
	color: #009090;
	font-weight: bold;
	text-decoration: none;
}

#content a:hover{
	color: #D27927;
	text-decoration: underline;
}

.image_border{
	
	border: 2px solid #B6BDDB;
}

.font11{
	font-size: 11px;
}

#contact_col{
float: left;
	color: White;
	font-size: 11px;
	padding: 290px 0 0 10px;
	line-height: 17px;
}

#contact_col a{
	text-decoration: none;
	color: White;
}

#contact_col a:hover{
	text-decoration: underline;


}

.contact_col_table td{ 
padding: 6px 0;

}


#footer {
	/*float: left;*/
	width: 636px;
	/*height: 50px;*/
	background:  url(../images/bg_footer.jpg) no-repeat;
	padding: 18px 0 10px 0;
	margin: 0 auto;
	font-size: 12px;
	line-height:1.5em;
	text-align: center;
	color: #C3CBD3;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#footer_larger {font-size:14px;}	


#footer a:link, #footer a:visited, #content-middle a:link, #content-middle a:visited {
	font-weight: normal;
	color: #C3CBD3;
	text-decoration: none
}

#footer a:hover, #footer a:active, #content-middle a:hover, #content-middle a:active {
	padding: 0 3px 0 3px;
	font-weight: normal;
	color: #273335;
	background-color: #9BA6B1;
	text-decoration: none
}

#footer a {
	padding: 0 3px 0 3px;
	margin: 0 auto;
	font-weight: normal;
}

/*end of footer*/


/* headings and etc */
#content h1 {
	font-size: 1.2em;
	margin: 0 55px 25px 55px;
	font-weight: bold;
	color: #246600;
	text-align: center;
	border-bottom: 1px solid #327C03
}

#content h3 {
	font-size: 1.1em;
	margin: 0 0 5px 0;
	font-weight: lighter;
	color: #327C03;
	/* color: #246600; */
	font-weight: bold;
}


#content ul, #content ol {
	margin: 0px 0 18px 25px;
}

#content ul li {
	background: url(../images/arrow-bullet.gif) no-repeat;
	padding-left: 22px;
	margin-bottom: 6px;
	font-size: 11px;
}

#content ol li {
	margin-left: 22px;
	
	margin-bottom: 6px;
	font-size: 11px;
	list-style-type: lower-roman;
}

#content h3.welcome {
	text-align: center;
	font-size: 1em;
	color: #333333;
	margin-bottom: 5px;
	/*
	border-left: 2px solid #AE8FF7;
	padding-left: 15px; */
}

#content h3.welcome span {
	font-size: 1.25em;
	color: #246600;
	border-left: none;
	
}
