/*
// COPYRIGHT (C)2010 - LEE MASON DESIGN. ALL RIGHTS RESERVED.
// ANY REPRODUCTION, COPYING OR EDITING, IN PART OR IN FULL IS STRICTLY PROHIBITED.
 */
 
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dd,dl,dt,li,ol,ul,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;font-weight:normal;font-style:normal;text-align:left;font-family:inherit;}
table{border-collapse:collapse;border-spacing:0;}ol,ul{list-style:none;}q:before,q:after,blockquote:before,blockquote:after{content:"";}

body {
	background-color:#FFFFFF;
	color: #999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:400;
	line-height:18px;
	background-attachment: fixed;
	background-image: url(../images/pagebg.jpg);
	background-repeat: no-repeat;
	background-position: center 300px;
}

h2, h3, h4, h5, h6{
	font-weight: normal;
	font-size: 14px;
	padding-bottom:20px;
	color:#666666;
}

h1 {
	font-size:22px;
	color:#999999;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:26px;
	margin-top:20px;
	margin-bottom:20px;
	}
	
h6 {
	color:#999999;
	font-weight:bold;
	font-size:12px;
	}
	
p {
	padding-bottom:20px;
}

blockquote {
	padding-left:40px;
	font-style:italic;
	width:500px;
}

a {
	color: #666666;
	text-decoration: none;
	border-bottom:dotted;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-size:14px;
}
a.hover {
	color: #CCCCCC;
	text-decoration: none;
}
a.visited {
	color: #666666;
	text-decoration: none;
}

.clear {
	clear: both;
	float: none !important;
}

#page-title {
	float:left;
	width:120px;
}

/********************** MAIN STRUCTURE *****************/

#page_header_wrap {
	width:100%;
	height:290px;
	margin-top:50px;
	background-color:#FFFFFF;
	background-image: url(../images/bg.jpg); /* main header bg is here */
	background-repeat: repeat-x;
	background-position: left top;
}

#page_header {
	width:984px;
	height:290px;
	margin-left:auto;
	margin-right:auto;
	padding-left:15px;
	/*background-image: url(../images/header-bg.png);*/
	background-repeat: repeat-y;
}

/********************** lOGO & DETAILS *****************/

#logo_wrap {
	position:absolute;
	width:100%;
	top:0px;
	left:0px; 
	z-index:10; 
	height:100px;
	background-image: url(../images/logo_wrap_bg.gif);
	background-repeat:repeat-x;
}
#logo_inner {
	width:970px;
	margin-left:auto;
	margin-right:auto;
	height:100px;
}

#logo {
	float: left;
	/*margin-left:32px;*/
	padding-left:7px;
	background-color:#333333;
}

#logo a, #logo img {
	border:none; 
}

#address {
	float: right;
	padding-top:20px;
	color:#FFFFFF;
	font-size:10px;
	text-align:right;
}

/********************** TOP NAVIGATION *****************/

#navwrap {
	clear:both;
	width:100%;
	height:37px;
	background-image:url(../images/nav-bg.jpg);
	background-repeat: repeat-x;
}

#top-nav {
	width:970px;
	margin-left:auto;
	margin-right:auto;
}

/*********************** THE PAGE *****************************/

#page_wrap { /* for main page content, below header */
	clear:both;
	width: 900px;
	margin: auto;
	background-color:#FFFFFF;
	padding-left:25px;
	padding-right:25px;
}

/***************** HOMEPAGE CONTENT *************************/

#home-slideshow {
	height:280px;
	margin-bottom:0px;
}

#home-slideshow a {
	border:none;
}

#home-content {
	clear:both;
	float:left;
	width:900px;
}

#home-content .titlearea2 h2 {
	width:280px;
	padding-bottom:10px;
	margin-bottom:15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

.featured-item {
 	width:260px;
	padding-right:35px;
	float:left;
}

.featured-item p, .featured-item img, .featured-item p img {
	padding:0px;
	margin:0px;
}

/***************** PAGE CONTENT *************************/
	
#content {
	width:900px;
	border-bottom: 1px solid #e7e7e7;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
}

#content h3 a {
	color: #0686b0;
	text-decoration: none;
}

#content h3 a:hover {
	text-decoration: underline;
}

#content p.date {
	color: #ddd;
}

#content.half div {
	width: 450px;
	float: left;
}

#content.half div.half-1 {
	margin-right: 40px;
}

#content .features-row {
	margin-bottom: 25px;
}

#content .half-2 .feature {
	float: left;
	width: 215px;
}

#content .half-2 .feature.first {
	margin-right: 20px;
}

#content .half-2 .feature img {
	float: left;
	width: 40px;
	height: 40px;
	margin-right: 20px; 
}

#content .half-2 .feature div {
	width: 155px;
}

#content .half-2 .feature div h6 {
	font-size: 15px;
	font-weight: bold;
	color: #0686b0;
	margin-bottom: 5px;
}

/***************************************************
						 FOOTER
***************************************************/

#footer {
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	float: left;
	margin-top:20px;	
}

#footer .sidebar {
    float: left;
    width: 180px;
    border-left: 1px solid #e7e7e7;
}

#footer .sidebar img {
	margin: 0px;
	padding: 3px;
}

#footer .sidebar img:hover {
	border-color: #cccccc;
}

#footer .maincontent-hp {
	float: left;
	width: 610px;
	padding-right: 30px;
}

#footer .sidebar-element {
    border-bottom: none; 
    padding-bottom: 25px;
    margin-bottom: 25px;
	width:280px;
}

#footer .sidebar-element ul  {
}

#footer .sidebar-element ul li {
    border-bottom: 1px solid #e7e7e7;
	padding-bottom:10px;
}

#footer .sidebar-element ul li a{
	border:none;
	color:#999999;
	text-decoration:none;
}

#footer .sidebar-element ul li a:hover {
	color:#FF0066;
}

/*********************** other ************************/

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

#content .maincontent img, #content .maincontent-hp img, #content .half-1 img {
	padding: 5px;
	border: 1px solid #ccc;
}

#content img.alignleft {
	margin: 20px 20px 15px 0px;
}

#content img.alignright {
	margin: 0px 20px 15px 20px;
}

.half-1, .maincontent-hp {
	padding-bottom: 20px;
}