/*
Company:	Volk Agency
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Nav - navigation bar
Default Headings - headings like h1, h2, etc
Common Text Styles - Styles for text
Default Lists - unordered and ordered lists
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background: url(../images/page-bkg.gif) repeat-x 0 0 #003d73;
}
body {
	font-family: Helvetica, Arial, sans-serif;
}
/* @end */

/* @group Layout */
/* Head */
div#hd {
	width: 958px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/bd-bkg.gif) repeat-y 0 0;
	margin-top: 42px;
	padding: 0 0 15px 0;
}
div#hd-right {
	width: 685px;
	float: right;
	display: inline;
}

/* Body */
div#bd {
	width: 958px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/bd-bkg.gif) repeat-y 0 0;
	overflow: hidden;
	padding: 0 0 10px 0;
}
div#bd-btm {
	width: 958px;
	height: 16px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/ft-btm.gif) no-repeat 0 0;
}

/* Footer */
div#ft {
	width: 958px;
	margin-left: auto;
	margin-right: auto;
	padding: 15px 0;
	color: #c4c4c4;
	font-size: 85%;
	text-align: center;
}
div#ft a:link, div#ft a:visited {
	color: #c4c4c4;
	text-decoration: none;
}
div#ft a:hover {
	text-decoration: underline;
}
div#ft p.ftnav {
	font-weight: bold;
	margin: 0 0 8px 0;
}
div#ft p.ftnav a {
	padding: 0 3px;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 218px;
	height: 118px;
	background: url(../images/volk-logo.gif) no-repeat 0 0;
	text-indent: -9000px;
	margin: 10px 0 0 15px;
	float: left;
	display: inline;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Head Callout */
div#hd-callout {
	width: 502px;
	float: left;
	display: inline;
}
/* Contact */
div#contact {
	width: 160px;
	color: #aaa;
	padding: 15px 20px 0 0;
	text-align: right;
	line-height: 140%;
	float: right;
	display: inline;
}
div#contact a {
	font-weight: bold;
}
div#contact a:link, div#contact a:visited {
	color: #aaa;
	text-decoration: underline;
}
div#contact a:hover {
	text-decoration: none;
}

div.all {
	width: 860px;
	margin: 0 25px 0 25px;
	float: left;
	display: inline;
}

/* Left */
div.left {
	width: 180px;
	margin: 10px 0 0 20px;
	float: left;
	display: inline;
}
div.left img {
	margin-top:20px;
}
div.leftmid {
	width: 705px;
	margin: 0 0 0 20px;
	float: left;
	display: inline;
}

/* Center */
div.center {
	width: 498px;
	margin: 0 0 0 28px;
	float: left;
	display: inline;
}

/* Right */
div.right {
	width: 180px;
	margin: 0 25px 0 0;
	float: right;
	display: inline;
}
div.rightmid {
	width: 705px;
	margin: 0 25px 0 0;
	float: right;
	display: inline;
}

/* Gray Box */
div.gray-box {
	width: 195px;
	background-color: #808080;
	margin: 0 1px 0 15px;
	padding: 80px 15px 15px 15px;
	color: #fff;
	font-weight: bold;
	font-size: 131%;
	float: right;
	display: inline;
}
div.gray-box p {
	margin: 0;
}

/* News */
div.news-top {
	width: 180px;
	height: 18px;
	background: url(../images/news-top.gif) no-repeat 0 0;
	overflow: hidden;
}
div.news {
	width: 150px;
	background: url(../images/news-bkg.gif) repeat-y 0 0;
	overflow: hidden;
	padding: 0 15px;
}
div.news-btm {
	width: 180px;
	height: 18px;
	overflow: hidden;
	background: url(../images/news-btm.gif) no-repeat 0 0;
	margin: 0 0 30px 0;
}

/* Partner logos */
div.partner p {
	font-size:14px;
	border-top:1px solid #003d73;
	border-bottom:1px solid #003d73;
	background-color:#e2e2e2;
	color:#003d73;
	padding:2px 10px;
	font-weight:bold;
}
div.partner div.item {
	height:150px;
	border-bottom:1px dotted #aaa;
	margin-bottom:10px;
}
div.partner div.column {
	width:275px;
	float:left;
	margin-right:25px;
	text-align:center;
}
div.partner img {
	margin-top:8px;
}

/* Claims */
div.claims {
	margin-left:15px;
}
div.claims span {
	color:#003d73;
}
div.claims h3 {margin-bottom:0;}
div.claims p {margin-top:0;}

/* faq */
div.faq h3 {
	margin-bottom:3px; color:#003d73;
}
div.faq p {
	margin-top:0;
}

/* HR */
div.hr {
	border-top: 1px solid #c4c4c4;
	height: 1px;
	overflow: hidden;
	margin: 0 0 10px 0;
}

/* Mainpic */
div.mainpic {
	width: 497px;
	height: 258px;
	overflow: hidden;
}
div.mainpic-two {
	width: 225px;
	margin: 0 1px 0 15px;
	color: #fff;
	float: right;
	display: inline;
}

/* @end */

/* @group Nav */
/* Util Nav */
div#util-nav {
	height: 30px;
	background: url(../images/hd-top.gif) no-repeat 0 0;
	width: 958px;
	overflow: hidden;
}
div#util-nav p {
	margin: 0;
	line-height: 30px;
	text-align: right;
	padding: 0 20px 0 0;
	color: #fff;
	font-size: 108%;
}
div#util-nav p a:link, div#util-nav p a:visited {
	color: #fff;
	text-decoration: none;
}
div#util-nav p a:hover {
	text-decoration: underline;
}
div.map {
	float:right;
	width:350px;
}
/* Nav */
div#nav {
	clear: both;
	background: url(../images/nav.gif) no-repeat 0 0;
	width: 646px;
	height: 29px;
	margin-left: 20px;
}
div#nav ul {
	margin: 0;
	padding: 0 0 0 15px;
}
div#nav ul li {
	padding: 0 4px;
	float: left;
	display: inline;
}
div#nav ul li a {
	display: block;
	line-height: 29px;
	padding: 0 16px;
	font-size: 131%;
	font-weight: bold;
}
div#nav ul li a:link, div#nav ul li a:visited {
	color: #fff;
	text-decoration: none;
}
div#nav ul li:hover a, div#nav ul li.sfhover a {
	background: url(../images/nav-hover.gif) repeat-x 0 0;
	color: #888;
}

/* Nav Drop Down */
div#nav ul ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	background-color: #c4c4c4;
	z-index: 100;
	width: 200px;
}
div#nav ul li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
div#nav ul li ul li {
	background-image: none;
	height: auto;
	float: none;
	padding: 0;
}
div#nav ul li ul li a {
	text-align: left;
	line-height: 18px;
	padding: 7px 16px;
	margin: 0;
	font-size: 108%;
	display: block;
	font-weight: bold;
	background-image: none!important;
	border: 1px solid #e7e7e8;
	border-top: none;
	width: 166px!important;
}
div#nav ul li:hover ul, div#nav ul li.sfhover ul {
	left: auto;
}
div#nav ul li ul li a:link, div#nav ul li ul li a:visited {
	color: #fff;
}
div#nav ul li ul li a:hover {
	background-color: #e7e7e8;
	color: #888;
}
/* @end */

/* @group Default Headings */
div#bd h1 {
	font-size: 167%;
	margin: 0 0 5px 0;
	font-weight: bold;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	color: #003d73;
}
div#bd h2 {
	margin: 0 0 10px 0;
	color: #003d73;
	font-weight: bold;
	font-size: 161.6%;
	border-bottom: 1px solid #c4c4c4;
	padding: 0 0 5px 0;
}

div#bd span.h4 {
	color: #003d73!important;
	font-weight: bold;
}
/* @end */

/* @group Common Text Styles */
div#bd p {
	font-size: 108%;
}
div#bd p.intro {
	padding: 10px 0 0 0;
}
div#bd div.news p {
	font-size: 93%;
	line-height: 130%;
}

.aligncenter {
	text-align: center!important;
}
.note {
	color:#C00;
}
div#bd .small {
	font-size:10px;
}
/* @end */

/* @group Default Lists */
div#bd li {
	font-size: 108%;
}
div#bd li li {
	font-size: 100%;
}
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #003d73;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

.reveal {display:none;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */