@charset "utf-8";
/* CSS Document */

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,
dl, dt, dd, ol, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
}
* {
	margin:0px;	
}
:focus {
	outline: 0;
}
body {
	font-size:75%;
	background:url(../../local/graphics/body/background.gif) #1882b3 repeat-x top left;
}

a {
	color:#55a8d2;
	cursor:pointer;
}
a:hover {
	color:#2980ac;
	text-decoration:underline;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
ol, ul {
	margin:0px;
	padding:0px;
}
table {
	border-collapse: separate;
	border-spacing: 0px;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

html, body {
	height: 100%;
}

p {
	line-height:1.5em;
	padding:12px 24px 12px 24px;
	color:#404040;
	font-size:1em;

}
h1, h2 {
	padding:16px 24px 0 24px;	
	color:#869f5a;
}
h3, h4, h5, h6 {
	padding:16px 24px 0 24px;	
	color:#5c5c5c;
}
h1{font-size:2em;}
h2{font-size:1.8em;}
h3{font-size:1.6em;}
h4{font-size:1.2em; font-weight:bold;}
h5{font-size:1.1em;}
h6{font-size:1em;}

h3 + h5, h5 + h5, h5 + h6, h4+h5, h2+h3, h2+h5 {
	padding-top:1px;	
}


/** CENTER INFO **/
#wrap {
	position:relative;
	width:921px;
	margin:0 auto;
}
#backgroundSwoosh {
	position:absolute;
	top:102px;
	right:0px;
	width:604px;
	height:287px;
	z-index:0;
	background:url(../../local/graphics/body/background_swoosh.gif) no-repeat top right;
}
/** HEADER **/
#header {
	position:relative;
	height:102px;
	width:100%;
}

#logo {
	position:absolute;
	top:0px;
	left:0px;
}	

ul#mainMenu {
	list-style:none;
	padding:50px 0px 0px 0px;
	float:right;
	font-size:18px;
}
ul#mainMenu a {
	color:#eeeeee;
	margin-left:20px;
	margin-right:1px;
	padding:2px 8px;
}
ul#mainMenu a:hover, li#btActive a {
	color:#eeeeee;
	margin-left:19px;
	margin-right:0px;
	text-decoration:none;
	background:#232323;
	border:1px #283d48 solid;
}
ul#mainMenu li{
		float:left;
}

/** CONTENT **/
#contentWrap {
	position:relative;
	z-index:10;
	width:921px;
	margin-top:42px;
	background:url(../../local/graphics/content/content_middle.png) repeat-y left top;
}
#contentWrapTop {
	position:absolute;
	top:-7px;
	left:0px;
	width:921px;
	height:7px;
	background:url(../../local/graphics/content/content_top.png) no-repeat left top;
}
#contentWrapBottom {
z-index:12;
	position:relative;
	top:7px;
	left:0px;
	width:921px;
	height:7px;
	background:url(../../local/graphics/content/content_bottom.png) no-repeat left bottom;
}
#contentWrap ul{
	padding:12px 24px 12px 48px;
	color:#404040;
}
#contentWrap li{
	color:#404040;
}

/** columns **/
.column-50 {
	width:50%;
}
.column-49 {
	width:49%;
}

.column-60 {
	width:59%;
}
.column-40 {
	width:40%;
}

.column-80 {
	width:79%;
}
.column-20 {
	width:20%;
}

.column-75 {
	width:74%;
}
.column-25 {
	width:25%;
}
.column-90 {
	width:89%;
}
.column-10 {
	width:10%;
}
.left {
	float:left;	
}

.right {
	float:right;
}

/** VERTICLE MENU **/
ul.vMenu {
	padding:0px 0px 24px 12px !important;
}
ul.vMenu h4{
	padding-left:14px;
}	
ul.vMenu li {
	list-style:none;
	position:relative;
	padding:5px 0px;
	background:url(../../local/graphics/content/blog_line.gif) no-repeat left bottom;
	margin:1px 0px 1px 15px;
	color:#464646;
	font-size:12px;
}

ul.vMenu li a:hover {
	text-decoration:none;
}

/** HOME SPECS **/

#homeTitle {
	position:relative;
	padding-top:40px;
	padding-bottom:0px;
}

ul#homeServices, ul#services {
	list-style:none;
	margin:0px 16px;
	padding:0px 0px 16px 0px;
}
ul#homeServices li, ul#services li {
	position:relative;
	min-height:100px;
	width:100%;
	background:url(../../local/graphics/services/gradient.gif) repeat-x bottom left;
	border-bottom:1px #e9e9e9 solid;
}
ul#homeServices .column-25 {
	text-align:center;
	height:100%;
}
ul#services li .column-10 { 
	text-align:center;
	height:100%;
}
ul#services li .column-10 img, ul#homeServices .column-25 img{
	position:relative;
	margin-top:16px;
}
ul#homeServices li h4, ul#homeServices li p {
	padding-left:8px;
	padding-right:4px;
}
ul#homeServices p{
	padding-bottom:4px;
}
ul#homeServices p + p {
	padding-top:0px;
	padding-bottom:0px;
}

/**Services **/

#pagination {
	padding:12px 0px 12px 0px;
	text-align:center;
	font-size:1.6em;
	
}


/** FAQ **/
#faqQuestion p, #faqAnswer p{
	display:inline;
	margin:0px;
	padding:0px;
}
#faqQuestion, #faqAnswer {
	position:relative;
	padding:0px 36px 0px 36px;
}
#faqQuestion p, #faqQuestion{
	font-size:1.2em;
	padding-top:6px;
	color:#5c5c5c;
}
#faqAnswer {
	padding:6px 54px 24px 54px;
}
.clear {
	clear:both;
	display:block;
	height:0px;
	content: ".";
}
#footer {
	position:relative;
	z-index:9;
	width:100%;
	text-align:center;
	padding-top:20px;
}
#footer a, #footer p{
	color:#eeeeee;
	margin:0px 5px;
	padding-top:8px;
}
#footer p{
	font-size:.833em;
}