/* =Reload 
-----------------------------------------------------------------------------------------*/
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, ul, li,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: inherit; vertical-align: baseline;}
/* remember to define focus styles! */
:focus {outline: 0;}

body {
	background-color: #6b9ccb;
	color: #000;
  	font: 62.5%  Arial, Helvetica, sans-serif;
	/*font: 62.5% "Times New Roman", Times, serif;*/
	line-height: 1;
	background-image:url(../images/back.jpg);
	background-repeat:repeat-x;
}

ol, ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate;	border-spacing: 0;}
caption, th, td {	text-align: left;	font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/* =General
-----------------------------------------------------------------------------------------*/
.left{float:left;}
.right{float:right;}
.clear{clear:both;}
strong, b{font-weight: bold;}
em, i{font-style: italic;}

/* =Typography
-----------------------------------------------------------------------------------------*/
p, #news{
	font:normal 1.2em/1.2em  Arial, Helvetica, sans-serif;
	margin:10px;
}

ul{
	font:normal 1.2em/1.2em  Arial, Helvetica, sans-serif;
	list-style: disc;
	margin:10px 10px 10px 25px;
}

ol{
	font:normal 1.2em/1.2em  Arial, Helvetica, sans-serif;
	list-style: decimal;	
	margin:10px 10px 10px 25px;
}

#news .art-date{
	font-size: .8em;
}

#news .art-ttl a{
	font-weight: bold;
	text-decoration: none;
}

/* =Headings
-----------------------------------------------------------------------------------------*/
h1{
	font:normal 1.6em/1.2em  Arial, Helvetica, sans-serif;
	/*font:normal 2.4em/1.2em "Times New Roman", Times, serif;*/
	color:#0055a5;
}

h2{
	font:normal 1.4em/1.2em  Arial, Helvetica, sans-serif;
	/*font:normal 2.2em/1.2em "Times New Roman", Times, serif;*/
	margin:10px;
}

h3{
	font:normal 1.3em/1.2em  Arial, Helvetica, sans-serif;
	/*font:normal 2.0em/1.2em "Times New Roman", Times, serif;*/
	margin:10px;
}

h4{
	font:normal 1.2em/1.2em  Arial, Helvetica, sans-serif;
	/*font:normal 1.8em/1.2em "Times New Roman", Times, serif;*/
	margin:10px;
}	

h5{
	font:normal 1.1em/1.2em  Arial, Helvetica, sans-serif;
	/*font:normal 1.6em/1.2em "Times New Roman", Times, serif;*/
	margin:10px;
}	

h6{
	font:normal 1.0em/1.2em  Arial, Helvetica, sans-serif;
	/*font:normal 1.4em/1.2em "Times New Roman", Times, serif;*/
	margin:10px;
}				

/* =Links
-----------------------------------------------------------------------------------------*/
a:link, a:visited{
	cursor:pointer;
}

a:hover, a:active{
}		

/* =MainNav
-----------------------------------------------------------------------------------------*/

/* =SubNav
-----------------------------------------------------------------------------------------*/

/* =Components These need to be set for back-ground
-----------------------------------------------------------------------------------------*/
#article, #fckArticles{}
#news, #fckNews{}
#question, #fckQuestion{}
#testimonials, #fckTestimonials{}

/* =Layout
-----------------------------------------------------------------------------------------*/
#aside{}

#line{
	background-color: #000;
	display: block;
	font-size: 0px;
	height: 1px;
	line-height: 1px;
}

#wrapper{
	margin:0 auto;
	width:770px;
	margin-top:15px;
}
#header{
	width:770px;
	height:76px;
	background-image:url(../images/logo-head.gif);
	background-repeat:no-repeat;
	
}
#content {
	width:768px;
	background-color:#ffffff;
	border-right: 1px solid #2e3235;
	border-bottom: 1px solid #2e3235;
	border-left: 1px solid #2e3235;
}
.top-contact {
	padding-left:705px;
	padding-top:30px;
	height:20px;
	font-size:1.2em;
}
.top-contact a{
	color:#ffffff;
	text-decoration:none;
}
.tagline {
	padding-left:300px;
	padding-top:0px;
	font-style:italic;
	height:20px;
	font-size:1.5em;
}

.nav {
	width:750px;
	height:25px;
	background-color:#eaedf0;
	margin-left:10px;
	text-align:center;
}
.nav a {
	color:#0055a5;
	display:inline;
	line-height:25px;
	text-decoration:none;
	font-size:1.5em;
	font-weight:bold;
	padding-left:9px;
	padding-right:9px;
}
.nav a:hover {
	color:#fdba31;
}
#headpic {
	width:768px;
	height:165px;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}
.subnav {
	width:245px;
	margin-left:9px;
	float:left;
	margin-right:10px;
	font-size:1.2em;
}
.subnav a{
	color:#0055a5;
	display:block;
	line-height:25px;
	text-decoration:none;
	font-size:1.2em;
	font-weight:normal;
	padding-left:9px;
}
.subnav a:hover{
	color:#fdba31;
	background-color:#eaedf0;
}
#txtcontent, #fckPages{
	width:495px;
	float:left;
	font-size:1.2em;
	background-image: none;
	background-color:#ffffff;
}
#bar {
	width:752px;
	height:10px;
	background-image:url(../images/bar-back.gif);
	background-repeat:repeat-x;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:9px;
}

#footer{
	text-align:right;
	color:#ffffff;
	line-height:28px;
}
#footer a {
	color:#ffffff;
}
/* =Forms
-----------------------------------------------------------------------------------------*/
/* Removes fieldset borders. even on Opea 7 */
fieldset {border: 0px solid transparent;}

label {
margin: .2em;
}

input, textarea {
	font-size: 1em;
	color: #434343;

	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0.2em;
	margin: .2em;
}

input:focus, textarea:focus {
	background-color: #fff5be;
}

#sidebar input {
	width: 100%;
}

input#submit {
	width: auto;
	font-size: 0.85em;
}
/* =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*/

/* =Home Page Content
-----------------------------------------------------------------------------------------*/