@charset "utf-8";

* {padding: 0; margin: 0; border: 0;}
p {padding: 8px 0px;}

#wrapper {
	width: 782px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ccc;
	margin-top: 0px;
	background: #ccc url(images/bg.jpg);
}

a:link {
	color: #678b99;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #678b99;
}
a:hover {
	text-decoration: none;
	color: #ccc;
}
a:active {
	text-decoration: none;
	color: #678b99;
}

#footer a:link {
	color: #ccc;
	text-decoration: none;
	padding: 0 2px;
}
#footer a:visited {
	text-decoration: none;
	color: #ccc;
	padding: 0 2px;
}
#footer a:hover {
	text-decoration: none;
	color: #678b99;
	padding: 0 2px;
	border-bottom: 1px solid #666;
}
#footer a:active {
	text-decoration: none;
	color: #ccc;
	padding: 0 2px;
}

#side_column a:link {
	color: #fff;
	text-decoration: none;

}
#side_column a:visited {
	text-decoration: none;
	color: #fff;

}
#side_column a:hover {
	text-decoration: none;
	color: #ccc;

}
#side_column a:active {
	text-decoration: none;
	color: #fff;

}



h1 {
	text-indent: -9999px;
}

h2 {
	font-size: 21px;
	color: #678b99;
	display: block;
	text-indent: 4px;
	border-left: 2px solid #ccc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

h3 {
	font-size: 10px;
	color: #ccc;
	height: 38px;
	text-indent: 10px;
	line-height: 38px;
	letter-spacing: 2px;
	background-image: url(images/h2_bg.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;

}

h4 {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ccc;
	display: block;
	text-indent: 4px;
	border-left: 2px solid #ccc;
	padding-bottom: 3px;
	border-bottom: 1px dotted #ccc;
	text-transform: uppercase;
	letter-spacing: 3px;

}
h5 {
	color: #678B99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	display: block;
	margin: 4px 0;
	padding-bottom: 4px;
	border-bottom: 1px dotted #666;
}


#header {
	height: 120px;
	background: url(images/header.jpg) no-repeat;
}

#nav {
	width: 782px;
	/*margin: 0 auto;*/
	height: 50px;
	clear: both;
	background: url(images/nav_bg.jpg) no-repeat;
}

#nav_wrap {
	width: 740px;
	margin: 11px auto;
	text-align: center;
}

#nav ul {
	list-style: none;
	text-align: center;
}

#nav ul li {
	float: left;
	height: 28px;
	line-height: 28px;
	width: 105px;
	border-right: 1px #666 solid;
	
}

#nav ul a {
	font-size: 10px;
	font-weight: bold;
	display: block;
	color: #ccc;
	letter-spacing: 1px;
}

#nav ul a:hover {
	background: #333 url(images/link_hover.jpg) repeat-x;
	color: #fff;
	/*border-bottom: 1px #ccc solid;*/
	/*border-top: 1px #333 solid;*/
	
}

#nav_wrap .last {
	border-right: none;
	width: 103px;
}

#flash {
	width: 742px;
	height: 160px;
	padding: 0 20px;
	margin: 0 auto;
	clear: both;
	background: url(images/flash_bg.jpg) no-repeat;
}

#maintext_wrapper {
	background: url(images/middle_span.jpg) repeat-y;
}

#maintext_border {
	padding: 10px 0px;
	width: 730px;
	margin: 0 auto;
}

#maintext ul {
	padding-left: 20px;
}

#side_column {
	float:left;
	width: 150px;
	padding-left: 0px;
	color: #FFf;
}

#side_column ul p {
	width: 130px;
	margin: 0 auto;
	padding: 0 0 10px;
	display:block;
}

#side_column li {
	list-style: none;
	padding-bottom: 5px;
	background-image: url(images/side_li_bg.jpg);
	background-position: bottom;
	margin: 5px 0;
}


#maintext {
	float:right;
	width: 570px;
	margin: 5px 0;
}

#p1 {
	line-height: 18px;
}

#clear {
	clear: both;
}

#footer {
	clear: both;
	text-align: center;
	letter-spacing: 1px;
	background:url(images/footer.jpg);
	height: 46px;
	line-height: 25px;
}

#footer_border {
	width: 730px;
	margin: 0 auto;
	border-top: 1px dotted #666;
	
}

.border {
	border: 1px solid #93120c;
}
