/*  
Theme Name: Benefit Specialists Theme
Theme URI: http://www.benefitspecialists.net
Description: Wordpress theme designed by Webxites.
Version: 1.0
Author: Webxites
Author URI: http://webxites.com/
*/

/* =reset ******************************** */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,var{font-style:normal;font-weight:normal;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
body {font:13px verdana,helvetica,clean,sans-serif;}
table {font-size:inherit;font:100%;}
select, input, textarea {font:99% verdana,helvetica,clean,sans-serif;}
pre, code {font:115% monospace;}
body * {line-height:1.22em;}
/* =clear */
.clear:after {clear: both; content: "."; display: block; height: 0; visibility: hidden;}
.clear {display: block; overflow: hidden;}
.hidden {position:absolute; left:0px; top:-500px; width:1px; height:1px; overflow:hidden;}

/* =elements ***************************** */

#skip,#omniture {display: none;}

/* links colors */

a:link 			 {color: #00437f;}
a:active		 {color: #00437f;}
a:visited		 {color: #00437f;}
a:hover			 {color: #000; text-decoration: none;}

body {background: #fff url(images/bg.gif) repeat-x 0 0; color: #333;}
h1,h2,h3,h4,h5,h6 {color: #000; font-family: arial,helvetica, sans-serif; margin: 2px 0 5px;}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {text-decoration: none;}
h1 {font-size: 174%;}
h2 {font-size: 159%;}
h3 {font-size: 144%;}
p {line-height: 1.6; margin: 5px 0 15px;}
ul,ol {margin: 5px 25px 15px;}
ul li, ol li {line-height: 1.5; padding: 2px 0;}
dl {margin: 10px 0 15px;}
dt {color: #000; font-weight: bold; padding: 2px 0 5px 5px;}
dd {padding: 2px 0 10px 15px;}

/* =classes ***************************** */

.float-left {
	float: left;
	margin: 0 10px 10px 0;
	}
.float-right {
	float: right;
	margin: 0 0 10px 10px;
	}

/* =grids ***************************** */

#document {
	
	}
#header, #body {
	margin: 0 auto;
	width: 970px;
	}
#header {
	background: transparent url(images/header.jpg) no-repeat 0 0;
	}
#navigation {
	list-style-type: none;
	margin: 0;
	padding: 215px 0 0;
	}
#navigation li, #navigation li a {
	float: left;
	}
#navigation li {
	border-right: 1px solid #002a4f;
	margin: 0;
	padding: 0;
	}
#navigation li a {
	color: #fff;
	display: block;
	font-size: 129%;
	padding: 10px;
	text-decoration: none;
	}
#navigation li a:hover {
	text-decoration: underline;
	}
#body {
	margin: 35px auto 25px;
	}
#content {
	float: right;
	width: 598px;
	}
.postmetadata {
	color: #666;
	font-size: 85%;
	}
.post {
	border-bottom: 1px solid #ccc;
	margin: 5px 0 20px;
	}
#sidebar {
	float: left;
	width: 350px;
	}
.profile, .subnav {
	padding: 5px 0 20px;
	}
.profile h4, .subnav h4 {
	border-top: 1px solid #999;
	border-bottom: 1px dotted #999;
	color: #333;
	font-size: 144%;
	margin: 0;
	padding: 10px 15px;
	}
.profile p {
	margin: 5px 15px 0;
	}
.subnav ul {
	list-style-type: none;
	margin: 0;
	padding: 5px 0 0;
	}
.subnav ul li {
	margin: 0;
	padding: 0;
	}
.subnav ul li a {
	border-bottom: 1px solid #ddd;
	color: #00437f;
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	}
.subnav ul li a:hover {
	background-color: #eee;
	border-bottom: 1px solid #ccc;
	border-left: 3px solid #ccc;
	color: #000;
	padding: 8px 15px 8px 12px;
	}
#footer {
	background-color: #013567;
	clear: both;
	font-size: 85%;
	padding: 10px 0 40px;
	}
#footer p, #footer a {
	color: #fff;
	}
#footer p {
	margin: 0 auto;
	width: 970px;
	}
