@charset "UTF-8";
/* CSS Document */
img, div { behavior: url(iepngfix.htc) 
}
body {
	background-image: url(/images/bg_main.png);
	background-repeat: repeat-x;
	background-color: #043c41;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 1.3em;
	padding: 0px;
	margin-top: 5px;
}
a {
	text-decoration: none;
	color: #66CCCC;
}
a:hover {
	text-decoration: none;
	color: #66CCCC;
}
a:visited {
	text-decoration: none;
	color: #66CCCC;
}	
	
/* Div Tags */
#wrapper {
	background-image: url(images/bg_img.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	width: 960px;
	margin-top: -18px;
	}
#branding {
	float: left;
	margin-top: 15px;
}
#nav {
	}
#header {
	margin-top: 0px;
}
#indexcontent {
	color:#ffffff;
	background-image: url(/images/bg_content.jpg);
	background-repeat: repeat;
	margin-top: 30px;
	padding: 25px 10px 10px 10px;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	border-top: 1px solid #66cccc;
	background-color: #043C41;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 1.3em;
	clear: both;
	padding-left: 5px;
	width: 960px;
}
div#indexcontent p {
	line-height: 1.3em;
}
	
/* Content Selectors*/
div#indexcontent h2 {
	font-size:17px;
	border-bottom: 1px solid #66cccc;
	color:#FFFFFF;
	padding-bottom: 5px;
	font-weight: bold;
}
div#indexcontent h3 {
	font-size:17px;
	color:#FFFFFF;
	padding-left: 10px;
	margin-bottom: 13px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-top: -10px;
	background-image: url(images/img_col_header.png);
	display: block;
	border-right: 1px solid #027978;
}
div#indexcontent a {
	color: #66CCCC;
	font-style: italic;
}
/* Nav Selectors */
div#nav li {
	float: right;
	list-style: none;
	display: inline;
	padding: 0px;
	margin: 0px;
	}
div#footer img {
	float: left;
}
.section {
	margin-right: 0px;
	margin-left: 0px;
}
.section img {
	padding: 0px 10px 10px 10px;
}
.content {
	float: right;
	width: 600px;
	margin: 64px 0px 15px 15px;
	background-image: url(/images/bg_content.jpg);
	background-repeat: repeat;
	color: #FFFFFF;
	line-height: 1.3em;
	padding: 15px 15px 100px 15px;
	overflow: auto;
	clear: both;
}
.content h3{
	font-size:17px;
	border-bottom: 1px solid #66cccc;
	color:#FFFFFF;
	padding-bottom: 5px;
	font-weight: bold;
}
.content h4{
	font-size:17px;
	color:#FFFFFF;
	padding-bottom: 5px;
	font-weight: bold;
}
.subcontent {
	float: left;
	width: 298px;
	margin: 64px 0 0 0;
	overflow: visible;
	clear: left;
}
.subnav {
	background-image: url(/images/bg_content.jpg);
	background-repeat: repeat;
	margin-top: 15px;
	padding-top: 5px;
	overflow:visible;
}
.subnav h4 {
	font-size: 22px;
	background-image: url(/images/img_li_head.jpg);
	background-repeat: repeat-x;
	margin: 0px 5px 5px 5px;
	height: 33px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	color: #FFFFFF;
	display: block;
}
.subnav   h5   a:link {
	color: #FFFFFF;
}
.subnav   h5   a:hover {
	color: #FFFFFF;
}
.subnav   h5   a:visited {
	color: #FFFFFF;
}
.subnav h5 {
	font-size: 12px;
	font-weight: lighter;
	background-image: url(/images/img_li.jpg);
	background-repeat: repeat-x;
	height: 24px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	color: #FFFFFF;
	display: block;
	line-height: 1.3em;
	vertical-align: middle;
}
.subnav h5:hover{
	background-image: url(/images/img_li_head.jpg);
	background-repeat: repeat-x;
}
/* Class Tags */
.indexcolumnA {
	background-image:url(/images/bg_content.png);
	width: 425px;
}
.indexcolumnB {
	width: 230px;
	float: right;
	margin-left: 25px;
	margin-top: -15px;
}
.indexcolumnB img {
	padding: 0px;
	display: inline;
	margin-bottom: 17px;
}
.thumbnail  {
	display: inline;
	width: 100px;
	height: 100px;
}
.thumbnail img {
	margin: 10px;
}

.hr {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 1px;
	background-color: #66CCCC;
	max-height: 1px;
}
.hr2 {
	width: 50%;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 1px;
	background-color: #66CCCC;
	max-height: 1px;
}
.spacer {
	height: 1px;
	width: 100%;
}
