/* =Index 
-----------------------------------------------------------------------------------------
Author: CityMind.com (Pelham Palmer)
1. =Meyerweb Reset (do not change)
2. =Typography
3. =Headings
4. =General
5. =Links
6. =nav
6B. =subNav
7. =navProduct
8. =Components (fckEditor)
9. =Layout
10.=Forms
11.=Filters
-----------------------------------------------------------------------------------------*/

/* 1. =Meyerweb Reset 
-----------------------------------------------------------------------------------------*/
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, b, u, i, 
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;	padding: 0;	border: 0;	outline: 0;	font-size: 100%;	vertical-align: baseline;	background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q { quotes: none;}
/* remember to define focus styles! */
:focus {outline: 0;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse; border-spacing: 0;}

/* 2. =Typography
-----------------------------------------------------------------------------------------*/
html, body, #wrapper {height: 100%;}

body > #wrapper {height: auto; min-height: 100%;}


body {
	background: #fff url(/images/BG.png) repeat-x;
	color: #555;
  	font: 62.5% Arial, Helvetica, sans-serif;
}

p, blockquote, dfn, abbr, acronym, address, del, ul, ol, dl, dl dt, dd, table, td, caption, label, input, textarea {
	font-style: normal;
	font-size: 1.4em;
	line-height: 1.6em;
}  

p {margin:0 0 1.5em;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong, b {font-weight: bold;}
em, i, dfn {font-style: italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:normal 1.2em/1.5em 'andale mono', 'lucida console', monospace;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#c3d9ff;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}

/* 3. =Headings
-----------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	background-color: #fff;
	color:#077cbb;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
}

h1, #contentSupport h3 {
	display: inline;
	font-size: 2.4em;
	line-height: 2.4em;
}

h2 {
	font-size: 2.2em;
	line-height: 2.2em;
}

h3 {
	font-size: 2.0em;
	line-height: 2em;
}

h4 {
	font-size: 1.8em;
	line-height: 1.25em;
	margin-bottom:1.25em;
}	

h5 {
	font-size: 1.6em;
	line-height: 1.2em;
	margin-bottom:1.5em;
}	

h6 {
	font-size: 1.4em;
	line-height: 1.2em;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}	

.h1bg{
	background-color: #c0dbef;
	margin: 10px 0;
	width: 100%;
}

.h1bg h1, #contentSupport .h1bg h3 {
	margin: 0;
	padding: 0 10px 0 0;
	line-height: 1em;
}

/* 4. =General
-----------------------------------------------------------------------------------------*/
.clear {clear:both;}
.left {float:left;}
.right {float:right;}
img.left {margin:1.5em 1.5em 1.5em 0;}
img.right {margin:1.5em 0 1.5em 1.5em;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
#line {background-color: #000; display: block; font-size: 0px; height: 1px; line-height: 1px;}

/* 5. =Links
-----------------------------------------------------------------------------------------*/
#footer a:link, #footer a:visited  { color: #555; }
a:link, a:visited { color:#03314d; text-decoration:underline; }
a:hover, a:active, #footer a:hover, #footer a:active { color:#80B751; }		

/* 6. =nav
-----------------------------------------------------------------------------------------*/
#nav {
	font: 15px/18px Arial, Helvetica, sans-serif;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 23px;
	top: 100px;
}

#nav li {
	display: block;
	float: left;
	margin: 0 0 0 0;
	padding: 0;
}


#nav li a:link, #nav li a:visited {
	border-left: 1px solid #fff;
	border-right: 1px solid #767676;	
	color: #03314d;
	display: block;
	padding: 0 18px;
	text-decoration: none;
}

#nav li a:hover, #nav li a:active { color: #80B751; }
#nav li.first a { border-left: 0; }
#nav li.last a { border-right: 0; }

/* 6B. =subNav
-----------------------------------------------------------------------------------------*/
#subNav ul {
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	list-style: none;
	margin: 0;
	padding: 0 0 17px 0;
}

#subNav ul li a:link, #subNav ul li a:visited {
	background-color: #b2d1a0;
	/*border-bottom: 1px solid #0A3D67;
	border-right: 1px solid #0A3D67;*/
	color: #03314d;
	display: block;
	margin: 5px 0 5px 0;
	padding: 5px 10px;
	text-decoration: none;
	width: 100%;
}

#subNav ul li a:hover, #subNav ul li a:active { background: #c0dbef; }

#subNav ul li a.over { background: #c0dbef; }

/* 7. =navProduct
-----------------------------------------------------------------------------------------*/

#navProduct {
	float: right;
	font: 16px/26px Georgia, "Times New Roman", Times, serif;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 298px;
}

#navProduct li {
	margin: 0 0 3px 0;
	padding: 0;
}

#navProduct li a { position: relative; }

#navProduct li a img { 
	left: 4px;
	position: absolute;
	top: 4px;
}

#navProduct li a.first {
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}

#navProduct li a.last {
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

#navProduct li a:link, #navProduct li a:visited {
	background-color: #c0dbef;
	border: 1px solid #e4e4e4;
	color: #03314d;
	display: block;
	height: 56px;
	text-decoration: none;
	text-indent: 60px;
	width: 296px;
}

#navProduct li a:hover, #navProduct li a:active {
	background-color: #b2d1a0;
	color: #fff;
}

/* 8. =Components These need to be set for back-ground
-----------------------------------------------------------------------------------------*/
#fckPages, #fckArticles, #fckNews, #fckQuestion, #fckTestimonials {
	background-color: #fff;
	background-image: none;
}

/* 9. =Layout
-----------------------------------------------------------------------------------------*/
#content {
	background: #fff url(/images/BG-content.png) no-repeat;
	padding: 21px 21px 93px 21px;
}

#contentMain {
	float: left;
	overflow: hidden;
	padding: 10px 0 21px 0;
	width: 600px;
}

#contentSupport {
	display: inline;
	float: right;
	padding: 10px 0 21px 0;
	overflow: hidden;
	width: 298px;
}

#contactData{
	display: inline;
	float: right;
	padding: 30px 0 21px 0;
	overflow: hidden;
	width: 298px;
}

#contactData p{
	text-align:right;
}

#contactData strong{
	font-weight:bold;
	color:#03314d;
}

#footer {
	background: #fff url(/images/BG-footer.png) repeat-x;
	clear:both;
	height: 93px;
	margin-top: -93px; /* negative value of footer height */	
	position: relative;
}

#footer p{
	margin: 0 auto;
	padding: 30px 0 0 0;
	width: 918px;
} 


#header {
	height: 129px;
	overflow: hidden;
	position: relative;
	width: 960px;
}

#header a.logo{
	position: absolute;
	top: 36px;
	left: 17px; 
}

#header .phone{
	display: none;
	position: absolute;
	top: 66px;
	right: 41px; 
}

#headerImg {
	border: 1px solid #767676;
	float: left;
	height: 299px;
	width: 598px;
}

#headerImg ul, #headerImg ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

#headerImg ul li{
	left: 0px;
	margin: 0;
	padding: 0;
	position: absolute; 
	top: 0px; 
}

#wrapper {
	margin:0 auto;
	width:960px;
}
		
/* 10. =Forms
-----------------------------------------------------------------------------------------*/
/* Removes fieldset borders. even on Opea 7 */
/* fieldset {border: 0px solid transparent; } */
label { display: block; float: left; font-weight:bold; }
fieldset { padding:1.4em; margin:0 0 1.5em 0; }
legend { border:0 solid #fff; display: none; font-weight:bold; font-size:1.2em; }
input[type=text], input[type=password], input.text, input.title, textarea, select { background-color:#fff; border:1px solid #bbb; float: left; }
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus { border-color:#666; }
input[type=text], input[type=password], input.text, input.title, textarea, select { margin:0.5em 0; }
input.text, input.title { padding:5px; width:300px; }
input.title { font-size:1.5em; }
textarea { height:250px; padding:5px; width:390px; }
input[type=checkbox], input[type=radio], input.checkbox, input.radio { position:relative; top:.25em; }
form.inline { line-height:3; }
form.inline p { margin-bottom:0; }
.error, .notice, .success { border:2px solid #ddd; margin-bottom:1em; padding:.8em; }
.error { background:#FBE3E4; border-color:#FBC2C4; color:#8a1f11; }
.notice { background:#FFF6BF; border-color:#FFD324; color:#514721; }
.success { background:#E6EFC2; border-color:#C6D880; color:#264409; }
.error a { color:#8a1f11; }
.notice a { color:#514721; }
.success a { color:#264409; }


#quickContact label {
	text-indent: -999999px;
}


#quickContact input, #quickContact textarea { 
	clear: both;
	float: right;
	font-size: 12px;
	height: 11px;
	line-height: 1em;
	margin: 0;
	padding:4px 5px; 
	width:272px; 
}

#quickContact textarea { 
	height:119px; 
	margin: 0 0 10px 0;
	padding: 5px;
}

#quickContact input#quickContactSubmit{
	background-color: #c0dbef;
	height: 19px;
	padding: 0;
	width: 106px;
}


/* 11. =Filters
-----------------------------------------------------------------------------------------*/
/* new clearfix */
.clearfix:after { clear: both; content: " "; display: block; font-size: 0; height: 0; visibility: hidden; }
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
