/* =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-image:url(../images/grey-back.jpg);
	background-color: #484848;
	background-repeat:repeat-x;
	color: #fff;
  	font: 62.5% Arial, Helvetica, sans-serif;
	/*font: 62.5% "Times New Roman", Times, serif;*/
	line-height: 1;
}

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.4em/1.4em Arial, Helvetica, sans-serif;
}

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.8em/1.2em Arial, Helvetica, sans-serif;
	margin:5px 0 10px 0;
	/*font:normal 2.4em/1.2em "Times New Roman", Times, serif;*/
}

h2{
	font:normal 2.2em/1.2em Arial, Helvetica, sans-serif;
	/*font:normal 2.2em/1.2em "Times New Roman", Times, serif;*/
	margin:10px;
}

h3{
	font:normal 2.0em/1.2em Arial, Helvetica, sans-serif;
	/*font:normal 2.0em/1.2em "Times New Roman", Times, serif;*/
	margin:10px;
}

h4{
	font:normal 1.8em/1.2em Arial, Helvetica, sans-serif;
	/*font:normal 1.8em/1.2em "Times New Roman", Times, serif;*/
	margin:10px;
}	

h5{
	font:normal 1.6em/1.2em Arial, Helvetica, sans-serif;
	/*font:normal 1.6em/1.2em "Times New Roman", Times, serif;*/
	margin:10px;
}	

h6{
	font:normal 1.4em/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;
	color:#fff;
}

a:hover, a:active{
}		

/* =MainNav
-----------------------------------------------------------------------------------------*/

/* =SubNav
-----------------------------------------------------------------------------------------*/

/* =Components These need to be set for back-ground
-----------------------------------------------------------------------------------------*/
#article, #fckArticles{}
#news, #fckNews{}
#question, #fckQuestion{}
#testimonials, #fckTestimonials{}

/* =Layout
-----------------------------------------------------------------------------------------*/


#line{
	background-color: #000;
	display: block;
	font-size: 0px;
	height: 1px;
	line-height: 1px;
}

#wrapper{
	margin:0 auto;
	width:969px;
	background-image:url(../images/plan-back.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	padding-top:20px;
}
.logo-nav {
	width:385px;
	float:left;
	text-align:center;
}		
.header-pic{
	width:570px;
	float:left;
}
.nav {
	width:336px;
	height:30px;
	margin:10px auto;
}
.nav ul{
	list-style:none;
	height:30px;
	margin: 0px;
	padding: 0px;
	
}
.nav ul li{
	float:left;
	text-align:center;
	margin: 0px;
	padding: 0px;
	width:84px;
	line-height:30px;
	padding-top:2px;
}
.nav ul li a{
	display: block;
	color:#000;
	text-decoration:none;
	font-size:1.2em;
	margin: 0px;
	padding: 0px;
	border-top:1px solid #000;
}
.nav ul li a:hover, .nav ul li a.ovr{
	color:#fff;
	border-top:6px solid #525151;
	margin: 0px;
	padding: 0px;
	margin-top:-3px;
}
#left-buttons{
	width:385px;
	text-align:center;
	float:left;
}
#left-buttons img{
	margin:10px 0 10px 0;
}
#content {
	width:575px;
	float:right;
}
#fckPages{
	width:575px;
	background-color: #484848;
	background-image:none;
	color: #fff;
}
#content img{
	margin:5px;
}
#content .gallImages img{
	margin:0;
}

#interested{
	margin-top:20px;
	float:left;
	width:265px;
}
#latestnews{
	margin:20px 20px;
	float:left;
}
.box{
	border: 1px solid #000;
	background-image:url(../images/form-back.jpg);
	background-repeat:no-repeat;
	padding:10px;
	font-size: 1.2em;
	color: #555555;
}
.latest{
	width:245px;
	/*height:200px;*/
}
#footer{
	border-top: 1px solid #000;
	width:100%;
	height:30px;
	padding:10px;
	margin-top:20px;
}
img, div, input { behavior: url("iepngfix.htc") }
/* =Forms
-----------------------------------------------------------------------------------------*/
/* Removes fieldset borders. even on Opea 7 */
fieldset {border: 0px solid transparent;}

input {
	font-size: 1.2em;
	color: #555555;
	width: 260px;
	border: 1px solid #000;
	background-image:url(../images/form-back.jpg);
	background-repeat:no-repeat;
	padding: 3px;
	margin-bottom:4px;
}
textarea {
	font-size: 1.2em;
	color: #555555;
	width: 260px;
	margin-bottom:4px;
	border: 1px solid #000;
	background-color:#aeaeae;
	background-image:url(../images/form-back.jpg);
	background-repeat:no-repeat;
	padding: 3px;
	height:90px;
	overflow:auto;
	
}

input:focus, textarea:focus {
	background-color: #fff5be;
}

#sidebar input {
	width: 100%;
}

input#submit {
	width: 100px;
	font-size: 10px;
}
.sub-btn{
	width:75px;
	height:25px;
	float:right;
	font-size: 10px;
	color: #555555;
	background-color:#aeaeae;
	background-image:url(../images/form-back.jpg);
	background-repeat:no-repeat;
	padding: 3px;
}
/* =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
-----------------------------------------------------------------------------------------*/
