/*
Theme Name: Dyson Mosely
Theme URI: http://dysonmoselylab.com
Description: Dyson Mosely
Author: Anchorwave
Author URI: http://anchorwave.com
*/


@import "style/css/reset.css";
/*
@import "style/css/typography.css";
@import "style/css/layout.css";
*/

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	background: #e9e9e9 url(images/body-bg.jpg) top left repeat-x;
}

/******** basics **********/

h1
{
	color:#1a4c87;
	font-size: 160%;
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom: 10px;
}

h2
{
	color: #005596;
	font-weight:bold;
	font-size: 120%;
	padding-bottom: 5px;
}

h3
{
	/*color:#5a5a5a;*/
	color: #0d4a7f;
	font-style:italic;
}

h4
{
	color:#0d4a7f;
	font-weight:bold;
}

p
{
	padding: 5px 0 5px 0;
	line-height: 135%;
	color: #5a5a5a;
}

a
{
	color:#006699;
}

a:hover
{
	color:#0099cc;	
}

hr
{
	margin: 10px 0 12px 0;
}

ul
{
	padding: 5px 0 5px 30px;
	color: #5A5A5A;
}

li
{
	margin: 5px 0 5px 0;
	list-style-type:disc;
}

#site
{
	width: 960px;
	margin:0px auto;
	margin-bottom: 20px;
	background-color: #fff;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.50);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.50);
	box-shadow: 0px 0px 10px rgba(0,0,0,.50);
}

#logo
{
	width: 363px;
	height:88px;
	padding-left: 20px;
}

#header
{
	background: url(images/header-bg.jpg) top center no-repeat;
	width:960px;
	height: 130px;
}

ul#nav
{
	border:1px solid #005596;
	height:38px;
	background: #005596 url(images/nav-bg.jpg) top left repeat-x;
	padding-left: 60px;
}

ul#nav li
{
	display: inline;
}

ul#nav li a
{
	display: block;
	float:left;
	height: 38px;
	padding: 0px 10px 0 10px;
	line-height: 38px;
	border-left: 1px solid #004070;
	color: #fff;
	letter-spacing: 1px	;
	text-decoration:none;
}

ul#nav li:last-child a
{
	border-right: 1px solid #004070;
}

ul#nav li a:hover
{
	background: transparent url(images/hover-bg.jpg) top left repeat-x;
}

/****** Site Content **********/

#site-content
{
	margin-top: 20px;
	padding: 0 10px 15px 10px;
}

img.portrait
{
	border: 1px solid #aaaaaa;
	background-color: #f4f4f4;
	padding:5px;
	margin-right: 5px;
	float:left;
}

/***** Footer ******/

#footer
{
	/*min-height: 155px; */
	height:155px;
	background-color: #333333;
	border: 2px solid #525252;
}

ul#footer-nav
{
	float:right;
	padding: 15px 10px 0px 0px;
}

ul#footer-nav li
{
	display:inline;
	padding: 0px 20px 0px 20px;
	border-right: 1px solid #ffffff;
}

ul#footer-nav li:last-child
{
	border-right:none;
}

ul#footer-nav li a
{
	color:#ffffff;
	letter-spacing:1px;
	text-decoration:none;
}

ul#footer-nav li a:hover
{
	text-decoration:underline;
}

#footer-content
{
	text-align:center;
	margin-top: 50px;
}

#footer-content p
{
	color:#ffffff;
}

/************ Accordion ******/

#accordion h3
{
	font-size: 18px;
}

#accordion div.answer
{
	margin: 15px 0 15px 10px;
}

/************ insurance cols ********/

ul.left-col
{
	float:left;
}

ul.right-col
{
	float:right;
}