/* =Index 
-----------------------------------------------------------------------------------------
Author: CityMind.com (Pelham Palmer)
1. =Meyerweb Reset (do not change)
2. =Typography
3. =Headings
4. =General
5. =Links
6. =Main Nav
7. =Sub Nav
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
-----------------------------------------------------------------------------------------*/
body {
	color: #323232;
  	font: 62.5% Arial, Helvetica, sans-serif;
}

body.home {
	background: #fff url(../images/BG-home.jpg) repeat-x;
}

body.int {
	background: #fff url(../images/BG-interior.jpg) repeat-x;
}

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.8em;
}  

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 {
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

h1, h2 {
	border-bottom: 1px solid #ccc;
	font-size: 2.2em;
	font-style: italic;
	line-height: 1.6em;
	margin-bottom:0.5em;
	width: 100%;
}

h3 {
	font-size: 2.0em;
	line-height: 1em;
	margin-bottom:1em;	
}

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;}	

/* 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
-----------------------------------------------------------------------------------------*/
a:link, a:visited {color:#a03601; text-decoration:underline;}
a:hover, a:active {color:#000;}		

/* 6. =MainNav
-----------------------------------------------------------------------------------------*/
#nav {
	clear: left;
	font-size: 18px;
	height: 53px;
	list-style: none;
	margin: 0;
	padding: 6px 0 0 0;
	overflow: hidden;
	width: 960px;
}

#nav li { float: left; }

#nav li a:link, #nav li a:visited {
	border-bottom: 3px solid #fff;
	color: #000;
	display: block;
	float: left;
	line-height: 49px;	
	margin: 0 39px 0 0;
	text-decoration: none;
}

#nav li a:hover, #nav li a:active {
	border-bottom: 3px solid #a03601;
	color: #a03601;
}

/* 7. =SubNav
-----------------------------------------------------------------------------------------*/
#navSub {
	clear: left;
	font-size: 18px;
	list-style: none;
	margin: 0;
}

#navSub li a:link, #navSub li a:visited {
	color: #323232;
	text-decoration: none;
}

#navSub li a:hover, #navSub li a:active { color: #a03601; }

/* 8. =Components These need to be set for back-ground
-----------------------------------------------------------------------------------------*/
#fckPages, #fckArticles, #fckNews, #fckQuestion, #fckTestimonials {
	background-color: #fff;
	background-image: none;
}

/* 9. =Layout
-----------------------------------------------------------------------------------------*/
#content {
	clear: both;
	padding: 30px 0;
}

#contentMain{
	float: left;
	width: 630px;
}

#contentMain td {
	font-size: 1em;
}

#contentSupport{
	float: right;
	width: 300px;
}

#content img{ border: solid 1px #a03601; }

#footer {
	background-color: #f1f1f1;
	border-top: 1px solid #d4d4d4;
	clear: both;
	height: 124px;
	width: 960px;
}

#footer div {
	height: 80px;
	float: left;
	margin: 20px 10px;
}

#footer div.footerContent {
	border-right: 1px solid #ccc;
	width: 190px;
}

#header {
	height: 553px;
	position: relative;
}

#headerInt {
	height: 341px;
	position: relative;
}

#header a.logo, #headerInt a.logo {
	left: 0;
	position: absolute;
	top: 54px;
}

#header img.phone, #headerInt img.phone {
	right: 0;
	position: absolute;
	top: 54px;
}

#headerImg {
	bottom: 0;
	height: 488px;
	left: 0;
	position: absolute;
	width: 960px;
}

#headerImg ul, #headerImg li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#headerImgInt {
	bottom: 0px;
	height: 207px;
	left: 3px;
	position: absolute;
	width: 960px;
}

#headerImgIntBG{
	background: transparent url(../images/BG-ihi.png) no-repeat;
	bottom: 0px;
	height: 207px;
	left: -24px;
	position: absolute;
	width: 1008px;
}

#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; }

/* 11. =Filters
-----------------------------------------------------------------------------------------*/
/*[BEGIN] Clear Fix for Fire Fox*/
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/*[END] Clear Fix for Fire Fox*/

* html #nav li a:link, #nav li a:visited { margin: 0 18px 0 0; }
* html #headerImg { bottom: -1px; }
* html #headerImgInt { bottom: -4px; }
* html #headerImgIntBG{ bottom: -1px; }