/*************************************************************************
**************************************************************************

Produced by DHX Advertising
2009
http://dhxadv.com

TABLE OF CONTENTS
01. GLOBAL
02. COPY STYLES
03. MAIN NAV
04. SUB NAV
05. HEADER
06. HOME PAGE
07. INNER PAGES - SHARED
08. FILE UPLOAD
09. FOOTER
10. LINKS
11. IE6 PNG SUPPORT

**************************************************************************
01. GLOBAL
*************************************************************************/

html, body{
	margin:0;
	padding:0;
	font:14px/16px Arial, Helvetica, sans-serif;
	color:#676767;
	background:#3A3A3A;
}
#outer{
	background:#FFFFFF url(/images/body-bgRepeat.png) repeat-x;
}
#container{
	width:960px;
	margin:0 auto;
}
a.logo{
	width:240px;
	height:102px;
	display:block;
}

/*************************************************************************
02. COPY STYLES
*************************************************************************/

p{
	padding:0;
	margin-top:0;
	margin-bottom:15px;
}
h1{
	margin:0;
	padding-bottom:15px;
	font-size:22px;
	font-weight:normal;
	color:#1b7bad;
	line-height:24px;
}
h2, h3{
	margin:0;
	padding-bottom:15px;
	font-size:18px;
	font-weight:normal;
	color:#203453;
}
#main ul{
	margin-top:0;
}
#main ul li{
	padding-bottom:8px;
	list-style:url(/images/bullet.png);
}
#main ul ul{
	margin-top:5px;
}
#main ul ul li{
	padding-bottom:8px;
	list-style:url(/images/bullet2.png);
}
blockquote{
	padding:20px;
	background:#F6F6F6;
	border-top:1px dotted #393939;
	border-bottom:1px dotted #393939;
}
.floatLeft{
	float:left;
	padding:2px 25px 10px 0;
}
.floatRight{
	float:right;
	padding:15px 0 10px 25px;
}

/*************************************************************************
03. MAIN  NAV
*************************************************************************/

#left{
	width:240px;
	min-height:550px;
	margin:0 0 30px 0;
	padding-bottom:1px;
	float:left;
	background:#FFFFFF url(/images/nav-bg.png) no-repeat;
}
#nav{
	margin:0;
	padding:0;
	list-style:none;
}
ul#nav li a{
	height:36px;
	_height:35px; /* IE6 */
	padding:18px 45px 0 0;
	display:block;
	font-size:18px;
	text-align:right;
	border-bottom:1px dotted #FFFFFF;
}
*:first-child+html ul#nav li a{ /* IE7 */
	height:35px;
}

/*************************************************************************
04. SUB NAV
*************************************************************************/

#subnav{
	width:165px;
	margin-top:13px;
	padding:12px 30px 10px 30px;
	text-align:right;
	background:url(/images/subnav-bg.png) no-repeat top;
}
#subnav ul{
	margin:0;
	padding:10px 0 0 0;
	list-style:none;
}
#subnav ul li a{
	height:22px;
	margin:0;
	padding:3px 0 0 0;
	display:block;
	font-size:14px;
}

/*************************************************************************
05. HEADER
*************************************************************************/

#header{
	width:300px;
	height:23px;
	padding-top:7px;
	float:right;
	font-size:13px;
	text-align:right;
	color:#FFFFFF;
}
#header a{
	padding:0 3px 0 3px;
}

/*************************************************************************
06. HOME PAGE
*************************************************************************/

#slideshow{
	width:720px;
	height:347px;
	float:right;
	background:url(/images/slideshow-bg.jpg) no-repeat;
}
#mainHome{
	width:420px;
	margin-top:25px;
	padding:0 0 30px 35px;
	float:left;
}
.promo{
	width:170px;
	margin-top:13px;
	padding:12px 30px 0 30px;
}
.promo h2{
	padding-bottom:25px;
}
#services{
	width:240px;
	float:right;
	margin-top:10px;
	padding:16px 0 0 0;
	background:url(/images/promo-servicesHome.png) no-repeat;
}
#services ul{
	margin:17px 0 0 0;
	padding:0;
	list-style:none;
}
#services li a{
	height:22px;
	padding-top:8px;
	display:block;
	border-bottom:1px dotted #393939;
}
.fb-like{
	margin-top:30px;	
}

/*************************************************************************
07. INNER PAGES - SHARED
*************************************************************************/

#banner{
	width:720px;
	height:347px;
	float:right;
}
#main{
	width:650px;
	min-height:200px;
	margin-top:25px;
	padding:0 0 40px 35px;
	float:left;
}
#map{ /* google map */
	width:400px;
	height:265px;
	float:right;
	border:1px solid #AAAAAA;
}

/*************************************************************************
08. FILE UPLOAD
*************************************************************************/

input, textarea{
	width:250px;
	height:20px;
	margin:0 0 4px 0;
	padding-left:3px;
	color:#666666;
	border:1px solid #ACACAC;
	outline:none;
}
textarea{
	height:80px;
}
.warning{
	width:230px;
	height:270px;
	padding:0 0 0 20px;
	float:right;
	border-left:1px solid #CCCCCC;
}

/*************************************************************************
09. FOOTER
*************************************************************************/

#footer{
	width:100%;
	font-size:12px;
	color:#989898;
	background:url(/images/footer-bgRepeat.png) repeat-x center;
	_background:none; /* IE6 */
}
#footerInner{
	width:960px;
	height:100px;
	margin:0 auto;
	background:transparent url(/images/footer-fsc.png) no-repeat top left;
}
.footerLeft{
	width:450px;
	padding:20px 0 0 275px;
	float:left;
	line-height:24px;
}
.footerRight{
	width:200px;
	padding:25px 0 0 0;
	float:right;
	text-align:right;
}
#twitter {
	background:url(/images/icon-twitter.png) no-repeat top left;
}
#facebook {
	background:url(/images/icon-facebook.png) no-repeat top left;
}
#twitter, #facebook {
	display:block;
	float:left;
	width:16px;
	height:16px;
	background-position:0 -16px;
}
.footerLeft a {
	margin-right:16px;
}

/*************************************************************************
10. LINKS
*************************************************************************/

/* default */
a:link, a:visited, a:active {color:#487CB9; text-decoration:none;}
a:hover{color:#2B5993; text-decoration:underline;}

/* nav */
#nav a:link, #nav a:visited, #nav a:active {color:#FFFFFF; text-decoration:none;}
#nav a:hover, #nav a.selected {color:#FFFFFF; background-color:#779FCD; text-decoration:none;}

/* subnav */
#subnav a:link, #subnav a:visited, #subnav a:active {color:#1b7bad; text-decoration:none;}
#subnav a:hover, #subnav a:hover, #subnav a.selected {color:#1b7bad; text-decoration:underline;}

/* header nav */
#header a:link, #header a:visited, #header a:active {color:#FFFFFF; text-decoration:none;}
#header a:hover, #header a.selected {color:#DCD3B3; text-decoration:none;}

/* header nav */
#footer a:link, #footer a:visited, #footer a:active {color:#FFFFFF; text-decoration:none;}
#footer a:hover {color:#DCD3B3; text-decoration:none;}

/*************************************************************************
11. IE6 TRANSPARENT PNG SUPPORT
*************************************************************************/

img, div, a {behavior: url(/assets/iepngfix.htc);}
