/* Style sheet layout */
body{
	background-color:#eee;
	background-image:url("../img/bg.png");
	background-repeat:repeat-x;
}

#header{
	margin-top:15px;
	padding:5px 4px 0;
	background-image:url("../img/header-bg.png");
	background-repeat:no-repeat;
}

#header .inside {
	position:static; /* for older IE */
}

#logohead{
	float:left;
	display:block;
	padding:15px 10px 15px 30px;
}


/**********************
* Main Navigation
**********************/

#header .mod_navigation {
	height:34px;
	clear:both;
	padding-left:15px;
	background-color:#616161;
	background-image:url("../img/nav-bg.png");
	background-repeat:repeat-x;
}

#header.level_1 {
	margin:0;
	padding:0;
	vertical-align:baseline;
	color:#ffffff;
	list-style-type:none;
}

#header ul.level_1 li {
	float:left;
	display:block;
	padding:0;
	font-family:Verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	line-height:34px;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	text-shadow:1px 1px 0 #444;
	margin-left:0;
	color:#fff;
	background:none;
}


#header ul.level_1 li a {
	display:block;
	text-decoration:none;
	color:#ffffff;
	padding: 0px 25px 0px 25px;
}

#header ul.level_1 li:hover {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

#header ul.level_1 li:hover > a {
	background: #616161 url("../img/nav-bg_hover.png") repeat-x;
}

#header ul li.active {
	padding: 0px 25px 0px 25px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	background: #616161 url("../img/nav-bg_hover.png") repeat-x;
}

#header ul li.trail {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	background: #616161 url("../img/nav-bg_hover.png") repeat-x;
}


/**********************
* Sub Navigation
**********************/
#subnavigation {
	margin-top:15px;
	font-size:115%;  /* 16 px */
}

#subnavigation ul {
	padding-left:15px;
	margin-left: -30px;
}

#subnavigation ul li {
	background: url("../img/subnav-bullet.png") no-repeat 10px 13px;
	border-bottom: 1px solid #eeeeee;
	padding: 8px 0px 12px 30px;
	line-height:1.2em;
}

#subnavigation ul li:hover {
	background-image: url("../img/subnav-bullet_hover.png");
}

#subnavigation a {
	color:#444;
	font-weight: normal;
}

#subnavigation a:hover {
	color:#8a9d45;
	text-decoration:underline;
}

#subnavigation li.active {
	background-image: url("../img/subnav-bullet_hover.png");
	color:#668009;
}

#subnavigation ul .level_2 {
	font-size:92%;
	padding-top: 2px;
	padding-bottom:2px;
}

#subnavigation ul .level_2 li {
	border-bottom:0;
}

#subnavigation .level_2 li.last{
	padding-bottom:0;	
}

/**********************
* Breadcrumb
**********************/
.mod_breadcrumb {
	padding-top:15px;
	text-align:right;
	font-size:116.67%;
	margin-bottom:-30px;
}


/**********************
* Main
**********************/
#main {
	margin-bottom:15px;
	min-height:360px;
}

#main .inside {
	margin-left:30px;
	margin-right:30px;
}

.homepage #main .inside {
	margin-left:0;
	margin-right:0;
}



/**********************
* Content
**********************/
#container{
	background: url("../img/content-bg.png") repeat-y;
	padding: 0px 4px;
	height: 1%;
	position: relative;
	z-index: 1;
}

#container:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}



/**********************
* Featured
**********************/
.custom{
	background: url("../img/content-bg.png") repeat-y;
	padding: 0px 4px;
}

/*
#featured {
	background-attachment:scroll;
	background-color:#EEEEEE;
	background-image:url("../img/slide-bg.jpg");
	background-position:0 0;
	background-repeat:no-repeat;
	height:300px;
	overflow-x:hidden;
	overflow-y:hidden;
	width:100%;
}
*/

#featuredslider {
	background:transparent url("../img/slide-bg.jpg") 0 0 no-repeat;
	height:300px;
	overflow-x:hidden;
	overflow-y:hidden;
	width:100%;
}

#featuredslider .inside {
	margin:0;
}
/*
#featuredslider:after {
	background: url("../img/featuredBottom2.png") repeat-x;
	height:5px;
	width:100%;
	display:block;
	clear:both;
	content:" ";
	padding: 0px 4px;
}
*/

#feature3Bar {
	background:#f0f0f0;
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 5px;
	height: 1%;
}

#feature3Bar:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#feature3Bar .column {
	background: url("../img/feature3Bar-bg.png") repeat-x;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #ffffff;
	margin: 0 -1px;
	padding-top: 10px;
	padding-bottom: 10px;
	width:257px;
	display:inline;
	float:left;
}

#feature3Bar .column:hover{	background: url("../img/feature3Bar-hover-bg.png") repeat-x;	}
#feature3Bar .column.first{	border-left: 0; margin-left: 0;}
#feature3Bar .column.last{	border-right: 0; margin-right: 0;}

#feature3Bar .icon {
	float:left;
	margin-right:10px;
}

#feature3Bar .title {
	line-height:1.2em;
	margin-top:6px;
	display:block;
	color:#0F68A9;
	text-shadow:0 1px 0 #dddddd;
	font-weight:bold;
	font-size:18px;
}

#feature3Bar .description {
	line-height:1.3em;
	font-weight:normal;
	color:#0F68A9;
	font-size:12px;
}

#feature3Bar a {
	text-decoration:none;
}

/**********************
* Page Elements
**********************/


.column {
	display:inline;
	float:left;
	overflow-x:hidden;
	overflow-y:hidden;
	padding-bottom:0;
	padding-left:30px;
	padding-right:30px;
	padding-top:0;
	width:255px;
}


/**********************
 * Call to action buttons
 */

.button{
	background: #0f68a9 url(../img/button-blue-bg.png) repeat-x;
	border: 1px solid #0f68a9;
	color: #FFF;
	display: inline-block;
	line-height: 22px;
	margin: 3px 0px;
	padding: 0px 10px;
	text-transform: uppercase;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: 0px -1px 0px #4c4e4f;
	font-family:"Gill Sans",Verdana,sans-serif;
	font-size:13px;
	font-weight:bold;
}
.button:hover{
	background-position: 0px -22px;
	color: #fff;
	text-decoration: none;
}
	
.button.red{
	background: #de2c2c url(../img/button-red-bg.png) repeat-x;
	border-color: #de2c2c;
}
.button.red:hover{ background-position: 0px -22px; }
.button.grey{
	background: #666 url(../img/button-grey-bg.png) repeat-x;
	border-color: #666;
}
.button.grey:hover{ background-position: 0px -22px; }
.button.green{
	background: #38a230 url(../img/button-green-bg.png) repeat-x;
	border-color: #38a230;
}
.button.green:hover{ background-position: 0px -22px; }

a.button, a.button:visited {
	color:#fff;
}

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

#footerWidgets {
	background: url("../img/footerWidgets-bg.png") no-repeat 0px 1px;
	border-top: 1px solid #dddddd;
	float: left;
	padding-top: 20px;
	margin: 25px 0;
	width: 960px;
}

#footer{
	background: url("../img/footer-bg.png") no-repeat;
	height: 35px;
	margin: 0 auto 20px;
	padding: 5px 30px;
	width: 908px;
}

#footer .inside {
	margin:7px 15px 0px 15px;
}

#copyright {
	float:left;
	font-size:10px;
	color:#888;
}

#footerlinks {
	float:right;
	font-size:10px;
	color:#888;
}

/**********************
* Utilities
**********************/

.clear{
	clear:both;
	height:0px;
}
