@font-face {
	font-family: 'Maven Pro';
	src: url('/css/fonts/maven_pro-webfont.eot?') format('eot'),
	     url('/css/fonts/maven_pro-webfont.woff') format('woff'),
	     url('/css/fonts/maven_pro-webfont.ttf')  format('truetype'),
	     url('/css/fonts/maven_pro-webfont.svg#svgFontName') format('svg');
	}

	html,body {
		margin:0;
	padding:0;
}
body{
	background: #565656;
	font: 13px 'Maven Pro', Verdana, Geneva, Tahoma, sans-serif;
	color: #ccc;	
}

img {
	border:0;
}

a {
	color: #00a9dd;
}

strong {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}

a:hover {
	color: #fff;
}

.fright {
	float: right;
}
.fleft {
	float: left;
}

.clear {
	clear:both;
}

.sitewrap{
	width: 950px;
	margin: 0 auto;
}

#header {
	background: #fff;
	height: 140px;
}

#header a {
	color: #00359f;
	text-decoration: none;
	font-size: 14px;
}

#header .logo {
	margin:0;
	padding: 0;
}

#header .logo a{
	width: 308px;
	height: 45px;
	background: transparent url(/images/logo.png) no-repeat;
	float: left;
	margin: 50px 0 0 15px;
}
#header .logo span {
	display:none;
}

#header .navigation {
	float: right;
	text-transform: uppercase;
	margin-top: 37px;
	margin-bottom:0;
	list-style: none;
	overflow: hidden;
}

#header .navigation li {
	float: right;
	display: block;
}

#header .navigation li.opener a{
	background-image: url(/images/nav-dropdown.png);
	background-position: right top;
	background-repeat: no-repeat;
	padding-right: 40px;

}

#header .navigation li a{
	height: 48px;
	padding: 29px 20px;
	display: block;
}

#header .navigation li:hover {
	background: #191a1b;
}

#header .navigation li:hover a{
	color: #00a9dd;
}

#header .navigation li.opener:hover a {
	background-image: url(/images/nav-dropdown-hov.png);
}

#header .navigation li ul{
	display:none;
	background: #191a1b;
	list-style: none;
	margin:0;
	margin-top: -30px;
	padding: 0px;
	z-index: 999;
}

#header .navigation li ul li{
	float: none;
	margin:0;
	padding:0;
}

#header .navigation li ul li a{
	height: 24px;
	padding:0;
	padding-top: 8px;
	padding-left: 20px;
	color: #fff !important;
	text-transform: none;
	background: transparent url('/images/dropdown-highlight.png') no-repeat bottom center !important;
}

#header .navigation li ul li:last-child a{
	background-image: none !important;
}

#header .navigation li ul li a:hover{
	color: #00a9dd !important;
}

#header .navigation li:hover ul{
	display: block;
	position: absolute;
	top: auto;
}

#banner {
	border-top: 1px solid #494949;
	padding-top: 14px;
	background: #2d2d2d url(/images/banner-bg.png) center 13px no-repeat;
	padding-bottom: 19px;
}

#banner-slider {
	position: relative;
}

#banner-slider .link-prev{
	text-indent: -9999px;
	width: 43px;
	height: 44px;
	background: url(/images/slider-left.png);
	overflow: hidden;
	position: absolute;
	left: -5px;
	top: 174px;
}

#banner-slider .link-next{
	text-indent: -9999px;
	width: 43px;
	height: 44px;
	background: url(/images/slider-right.png);
	overflow: hidden;
	position: absolute;
	right: -5px;
	top: 174px;
}

#banner-frame {
	width: 940px;
	height: 360px;
	border: 5px solid #000;
	overflow: hidden;
	position: relative;
}

#banner-frame ul {
	list-style:none;
	margin:0;
	padding:0;
	width: 99999px;
}

#banner-frame ul li{
	float: left;
}

#banner .switcher {
	position: absolute;
	right: 33px;
	top: 331px;
	padding: 0;
	margin: 0;
	list-style: none;
}

#banner .switcher li {
	float: left;
	padding: 0 0 0 4px;
}

#banner .switcher li a {
	background: #191a1b;
	width: 10px;
	height: 10px;
	overflow:hidden;
	display:block;
	text-indent:-99999px;
}

#banner .switcher li.active a {
	background: #00a9dd;
}

#banner .thumbnail {
	background-color: #000;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	color: #fff;
	font-family: 'Maven Pro', Verdana, Geneva, Tahoma, sans-serif;
	font-size: 14px;
	width: 230px;
	height: 28px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	padding-top:124px;
	float: left;
	margin-left: 10px;
	margin-top: 12px;
}

#banner .thumbnail:hover {
	background-color: #009ec5;
}

#banner-0 {
	margin-left: 0!important;
}

#body {
	background: #191a1b;
	min-height: 40px;
	border-top: #3a3a3a 1px solid;
	padding-bottom: 30px;
	line-height: 21px;
}

#homepage #body h1 {
	background: url('/images/home-header.jpg') no-repeat top center;
	height: 74px;
	text-indent: -99999px;
	margin-top: 10px;
}

#body h2 {
	font: 18px 'Maven Pro', Verdana, Geneva, Tahoma, sans-serif;
	text-transform: uppercase;
	color: #fff;

}


#body img.banner {
	border: 5px solid #000;
	margin: 25px 0;
}

#body blockquote {
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #00a9dd;
	margin:0;
	padding: 25px 5px 0 35px;
	background: url(/images/quote-top.jpg) top left no-repeat;
	margin-bottom: -10px;
}

#homepage #body blockquote {
	font-size: 18px;
	color: #fffefe;
}

#body blockquote p{
	margin:0;
	padding:0;
	background: url(/images/quote-bottom.jpg) bottom right no-repeat;
	padding: 0 15px 15px 0;
}

#body .quoteauthor{
	font-size: 12px;
	font-style:italic;
	font-family: Georgia, serif;
	color: #ccc;
	font-weight: bold;
	padding-left: 25px;
}

#body .column {
	width: 50%;
	float: left;
}

#body .column p{
	margin-bottom: 10px;
	margin-right: 15px;
}

#body .column_left {
	float: left;
	width: 320px;
}

#body .quote {
	padding-top: 27px;
}

#body .column_right {
	float: left;
	width: 630px;
}

#footer{
	padding-top: 25px;
	border-top: #6c6c6c 1px solid;
	color: #ddd;
	font-size: 12px;
	padding-bottom:  25px;
}
#footer a {
	color: #ddd;
}
#footer .navigation a {
	color: #ddd;
}
#footer div {
	margin-bottom: 10px;
}

form label {
    display: block;
    float: left;
    width: 120px;
    clear: left;
}

form input {
    float: left;
}

form textarea {
    float: left;
}

form .submit {
    clear: left;
    margin-left: 120px;
    width: 90px !important;
}

#contact-form input {
    width: 300px;
}
#contact-form textarea {
    width: 300px;
}

#contact-form #subject {
    display: none;
}