body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background-color: #3290AA;
	background-repeat: no-repeat;
	background-position: 1002px 17px;
}
#cta {
	float: right;
	margin-right: 40px;
	margin-top: 1px;
}

h1 {
	font-size: 10px;
	text-align: center;
	padding-top: 2px;
	font-weight: normal;
	text-transform: capitalize;
	margin: 0px;
	width: 1002px;
}
#h1bg {
	background-color: #F0F0F0;
	height: 17px;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	padding-left: 10px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 1px;
	color: #0B5266;
	background-image: url(../images/h2-bg.jpg);
	height: 27px;
	width: 645px;
	text-align: left;
}
h6 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	margin: 15px 0px 2px 0px;
	padding: 0px;
	color: #0B5266;
	text-align: left;
	text-transform: uppercase;
	list-style: none;
	border-bottom: 1px solid #76B4CB;
}
#container {
	width: 1002px;
	background-image: url(../images/container-bg.jpg);
	margin: 0px;
}
#top {
	background-image: url(../images/top-bg.jpg);
	height: 336px;
	width: 767px;
	padding-top: 46px;
	padding-left: 235px;
}
#top-cpc{
	background-image: url(../images/top-bg-cpc.jpg);
	height: 336px;
	width: 767px;
	padding-top: 46px;
	padding-left: 235px;
}
#left {
	float: left;
	width: 210px;
	background: url(../images/left-bg.jpg) no-repeat top;
	padding-top: 122px;
	padding-left: 41px;
}
#left-sidebar {
	float: left;
	position: relative;
	display: table;
	width: 210px;
	margin-left: -30px;
}
#content {
	float: right;
	width: 656px;
	background-image: url(../images/content-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-right: 71px;
	padding-left: 24px;
	text-align: justify;
	padding-top: 20px;
	padding-bottom: 5px;
}
#footer {
	clear: both;
	width: 902px;
	background-image: url(../images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 35px;
	padding-bottom: 5px;
	color: #FFFFFF;
	background-color: #3290AA;
}
img {
 border-top-style: none;
 border-right-style: none;
 border-bottom-style: none;
 border-left-style: none;
}
.leftimg {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.rightimg {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
a:link {
	color: #EA6336;
	text-decoration: underline;
	font-weight: normal;
	font-variant: normal;
}
a:visited {
	color: #EA6336;
	text-decoration: underline;
	font-weight: normal;
	font-variant: normal;
}
a:hover {
	color: #4045A0;
}
#footer a:link {
	color: #3F449F;
	text-decoration: underline;
	font-weight: normal;
	font-variant: normal;
}
#footer a:visited {
	color: #3F449F;
	text-decoration: underline;
	font-weight: normal;
	font-variant: normal;
}
#footer a:hover {
	color: #C5CCFE;
}
.cap {
	font-size: 9px;
	text-align:center;
	font-weight: bold;
}

ul {
	list-style: none;
}
li {
	list-style: none;
}
#buttons-bg {
	position:relative;
	top:-47px;
	left:-0px;
	width:685px;
	height:213px;
	background: url(../images/buttons.jpg);
	display:table;
}
#buttons a {
	width:200px;
	height:118px;
	padding:95px 14px 0px 14px;
	font-size:11px;
	float:left;
	color: #333333;
	text-decoration: none;
}
#buttons.about a:hover {
	background: url(../images/buttons-h.jpg) 0px 0px no-repeat;
}
#buttons.forms a:hover {
	background: url(../images/buttons-h.jpg) -228px 0px no-repeat;
}
#buttons.contact a:hover {
	background: url(../images/buttons-h.jpg) -456px 0px no-repeat;
}

.hoverimg {
	float: right; 
	margin: 0px 0px 0px 2px; 
	position:relative; 
	display:block;
	padding: 0px 0px 0px 3px;
}

.hoverimg span {
	visibility:hidden;
	display:none;
	padding: 0px 0px 0px 3px;
}

.hoverimg:hover span  {
	visibility:visible;
	display:block; 
	position:absolute; 
	top:0px; 
	left:0px;
}

