/* =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 {
	background: #e9e9e9 url(/images/BG.jpg) repeat-x;
	color: #404040;
  	font: 62.5% "Century Gothic", 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.2em;
	line-height: 1.4em;
}  

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;}
ul li ul{margin: 5px 0;}
ul li li{ 
	font-style: normal;
	font-size: .85em;
	line-height: 1.2em;
	list-style: none; 
	margin:0 1.5em 0 1.5em;
}

.contentSupport ul, .contentSupport li{
	list-style: none;
	padding: 0;
	margin: 0;
}

/* 3. =Headings
-----------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	color:#111;
	font: 62.5% Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-variant: small-caps;
	font-weight: bold;
}

h1 {
	font-size: 2em;
	line-height: 1.2em;
	margin-bottom:0.5em;
	text-shadow: 1px 1px 5px #999;
}

#header h1{
	color: #fff;
	border-bottom: 1px solid #fff;
	left: 0px;
	line-height: 21px;
	font-size: 20px;
	bottom: -5px;
	padding-bottom: 2px;
	position: absolute;
}

h2 {
	font-size: 1.7em;
	line-height: 1em;
	margin-bottom:0.75em;
}

.contentSupport ul h2{
	color: #002147;
	font-size: 17px;
	line-height: 1.2em;	
}

h3 {
	font-size: 1.5em;
	line-height: 1em;
	margin-bottom:1em;	
}

h4 {
	font-size: 1.5em;
	line-height: 1.25em;
	margin-bottom:1.25em;
}	

h5 {
	font-size: 1.5em;
	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:#002147; text-decoration:underline;}
a:hover, a:active {color: red;}	

#footer a:link, #footer a:visited {color:#fff; text-decoration:underline;}
#footer a:hover, #footer a:active {color: red;}		

/* 6. =MainNav
-----------------------------------------------------------------------------------------*/

/* 7. =SubNav
-----------------------------------------------------------------------------------------*/

/* 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-color: White;
	float: right;
	padding: 20px 25px 30px 25px;
	margin-left:10px;
	margin-top:10px;
	width: 623px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow:3px 3px 3px #555;
	-moz-box-shadow:3px 3px 3px #555;
	-webkit-box-shadow:3px 3px 3px #555;

}

.contentSupport{
	background-color:#FFF;
	float: left;
	padding: 20px 14px 40px 10px;
	margin-top:10px;
	width: 250px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow:3px 3px 3px #555;
	-moz-box-shadow:3px 3px 3px #555;
	-webkit-box-shadow:3px 3px 3px #555;
	clear:left;
}

#navSupport{
	
}

#navSupport ul{
	list-style: none;
}

#navSupport li{
	width:250px;
	height:20px;
	line-height: 20px;
	padding:4px;
	margin:4px 0 4px 0;
	background-color: #012148;
}

#navSupport a{
	text-decoration: none;
	font-size:1.1em;
	color: White;
}

#header{
	height: 216px;
	margin:0 auto;
	position: relative;
	width:960px;	
}
#footerWrapper{
	margin-top:10px;
	width:100%;
	background-color:#002147;
}

#footer{
	color: #fff;
	margin:0 auto;
	width:960px;	
}

#footer p{
	font-size: 12px;
	line-height: 10px;
	padding: 10px 0 0 0;
}

#footer p.paidforby{ float: left; }
#footer p.copyright{ float: right;}

#footer p.credit{
	clear: both;
	padding: 0 0 20px 0;
	text-align: right;
}

#wrapper {
	/*background: #fff;*/
	margin:0 auto;
	width:958px;
}
		
/* 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
-----------------------------------------------------------------------------------------*/
/* 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 */
</style>
<!--[END] Remove and Place in global style sheet after development -->
