@charset "utf-8";
body {
	background:url(images/bg-body.jpg) repeat-x left top #060d16;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
p, h1, h2, h3, h4, h5, h6, a, ul, li, dt, dd, lo, address, td, div {
	font:normal 13px Georgia;
	text-align:left;
	margin:0px;
	padding:0px;
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
}
p {
	margin:0 0 20px 0;
	padding-right:5px;
}
h1 {
	font:normal 18px Georgia;
	color:#0b131f;
	background:url(images/bg-heading.jpg) repeat-x left top;
	padding:3px 0px 10px 0px;
	margin-bottom:15px;
}
h2 {
	font:normal 17px Georgia;
	color:#000000;
	padding:3px 0px;
	margin-bottom:15px;
}
h3{
	font:normal 18px Georgia;
	color:#0b131f;
	margin:0px;
	padding:3px 12px 14px 12px;
	background:url(images/bg-contact.jpg) no-repeat left top;
	text-transform:capitalize;
	margin-bottom:15px;
}

h4 {
	font:bold 13px Georgia;
	color:#000000;
	margin-bottom:5px;
}
address {
	font:normal 12px Georgia;
	padding:0px 15px 10px 15px;
	color:#000000;
}
a {
	color:#000;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a img {
	border:none;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width:968px;
	margin:0px auto;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	display:inline-block;
	position:relative;
	
}
div#header {

	width:968px;
	height:371px;
	background:url(images/bg-header.jpg) no-repeat left top;
	text-align:center;
	padding:0px ;
}
img#logo {
width:661px;
height:35px;
position:absolute;
top:44px;
left:160px;
	
}
img#cta{
width:294px;
height:230px;
position:absolute;
top:141px;
right:15px;
}
div#flash{
	
	width:644px;
		height:230px;
		position:absolute;
		top:141px;
		left:14px;
		border-left:1px solid #fff;

}
div#maincontent{
float:left;
width:940px;
background:url(images/bg-maincontent.jpg) repeat-y left top;
margin:0px 14px;
display:inline;

}
div#content {
	float:left;
	width:696px;
	padding:0 0 0 0;
		margin:0px;
}

div#sidebar {
	float:left;
	width:242px;
	padding:0 0 0 0;
	margin:0px;
}
div#footer {
	float:left;
	width:954px;
	padding:45px 0 20px 0;
	background:url(images/bg-footer.jpg) no-repeat left top;
	margin-left:14px;
	display:inline;
}
a#owner {
	float:left;
	width:auto;
	font:bold 11px arial;
	color:#595e70;
	text-decoration:none;
	padding:6px 8px 3px 16px;
	background:url(images/bg-owner.jpg) no-repeat left center;
	margin-left:30px;
}
a#owner:hover {
	text-decoration:underline;
}
div#copyright {
	float:right;
	text-align:right;
	font:normal 12px arial;
	color:#595e70;
	padding:0px 129px 0 0px;
	width:650px;
	margin-right:30px;
	display:inline;
}
div#copyright img {
	border: none;
	float:right;
	margin:-26px -129px 0px 10px;
}
div#copyright a {
	font:normal 12px arial;
	color:#595e70;
	text-decoration:none;
}
div#copyright a:hover {
	text-decoration:underline;
}

/* ----------------- NAVIGATION ----------------- */
div#nav{

width:930px;
height:30px;
position:absolute;
top:107px;
left:20px;
}
ul#mainnav {
	float:left;
	width:auto;
	margin:0px;
	padding:0px;
	list-style-type:none;
}
ul#mainnav li {
	width:auto;
	float:left;
	padding:0px 1px;
}
ul#mainnav li a {
	font:bold 12px verdana;
	color:#fffffe;
	text-decoration:none;
	padding:10px 8px 10px 8px;
	float:left;
}
ul#mainnav li a:hover, ul#mainnav li a.current {
	background:#4396e9;
}
/* ----------------------------  NAVIGATION (HORIZONTAL) ----------------------------  */
div#utility {
	float:left;
	width:968px;
	margin:0px auto;
	padding:10px 0px 45px 0px;
}
ul#utilitynav {
	width:666px;
	margin:0px auto;
	padding:0px;
	list-style-type:none;
}
ul#utilitynav li {
	float:left;
	width:auto;
	margin:0px;
	padding:0px 10px;
	border-right: 1px solid #ccc;
	font-size:13px;
	line-height:13px;
}
ul#utilitynav li a {
	font:normal 11px Georgia;
	color:#2f4059;
	text-decoration: none;
	width:auto;
	padding:0px;
	margin:0px;
}
ul#utilitynav li a:hover {
	text-decoration: underline;
}
ul#utilitynav li.last {
	border:none;
	padding-right:0px;
}
/* ----------------- CUSTOM CLASSES ----------------- */
.clear {
	clear:both;
	display:inline-block;
}
img.left {
	float:left;
	padding:4px;
	margin:0px 0px 15px 0px;
	border:solid 1px #b8c8dd;
	background:#ffffff;
}
img.right {
	float:right;
	padding:4px;
	margin:0px 10px 15px 15px;
	border:solid 1px #b8c8dd;
	background:#ffffff;
}

ul{
padding: 0px 30px 0px 30px;
}


.center{ text-align:center;}

.video{
	float: right;
	padding: 4px;
	border: solid 1px #b8c8dd;
	margin: 0px 10px 20px 15px;
}
