/* =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: #e9eaea;
	background-image:url(images/grn-marble.jpg);
	background-repeat:repeat-x;
	color: #000;
  	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.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.9em/1.2em Georgia, Arial, Helvetica, sans-serif;
	/*font:normal 2.4em/1.2em "Times New Roman", Times, serif;*/
	margin:10px;
	color:#000000;
	font-weight:bolder;
}

h2{
	font:normal 2.2em/1.2em Georgia, Arial, Helvetica, sans-serif;
	/*font:normal 2.2em/1.2em "Times New Roman", Times, serif;*/
	margin:10px;
}

h3{
	font:normal 1.2em/1.2em Georgia, Arial, Helvetica, sans-serif;
	/*font:normal 2.0em/1.2em "Times New Roman", Times, serif;*/
	margin:10px;
	color:#000000;
}

h4{
	font:normal 1.8em/1.2em Georgia, Arial, Helvetica, sans-serif;
	/*font:normal 1.8em/1.2em "Times New Roman", Times, serif;*/
	margin:10px;
}	

h5{
	font:normal 1.6em/1.2em Georgia, Arial, Helvetica, sans-serif;
	/*font:normal 1.6em/1.2em "Times New Roman", Times, serif;*/
	margin:10px;
}	

h6{
	font:normal 1.4em/1.2em Georgia, Arial, Helvetica, sans-serif;
	/*font:normal 1.4em/1.2em "Times New Roman", Times, serif;*/
	margin:10px;
}				
		

/* =Links
-----------------------------------------------------------------------------------------*/
a {
	color:#000;
}

a:link {
cursor:pointer;
}

a:visited{
	cursor:pointer;
	color:#717171;
}

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{}

#content, #fckPages{
	width:465px;
	margin-top: 5px;
	margin-left:10px;
	float:left;
	color:#000;
	background-color:none;
}

#footer{}

#header{
	background-color:none;
	width:746px;
	height:200px;
	padding-top:5px;
	position:relative;
	
}

#line{
	background-color: #000;
	display: block;
	font-size: 0px;
	height: 1px;
	line-height: 1px;
}

#wrapper{
	margin:0 auto;
	width:746px;
}
#main-pic {
	width:275px;
	height:173px;
	position:absolute;
	top:30px;
	left:0px;
}
#logo {
	width:409px;
	height:33px;
	position:absolute;
	top:75px;
	left:310px;
	background-color: none;
	text-align:center;
}
.subnav {
	width:270px;
	float:left;
}
.subnav a {
	width:200px;
	color:#000;
	display:block;
	font-size:1.4em;
	text-decoration:none;
	line-height:25px;
	padding-left:30px;
	margin-left:20px;
	border-bottom: 1px solid #002f50;
}
.subnav a:hover {
	color:#51715a;
	font-weight:bold;
}
.cbox {
	width:121px;
	height:66px;
	float:left;
	border: 1px solid #241809;
}
.cinfo {
	width:130px;
	font-size:1.4em;
	padding-left:10px;
	color:#000;
	float:left;
}
#footer{
	width:100%;
	height:117px;
	background-image:url(images/footer-back.gif);
	background-repeat:repeat-x;
	padding-right:auto;
	padding-left:auto;
	font-size:1.4em;
}

#foot {
	width:762px;
	margin:auto;
}

#newsletter {
	width:285px;
	margin-top:15px;
	float:left;
	color:#fff;
}
#newsletter h3{
	color:#fff;
}
#newsletter label{
	color:#fff;
}

.copyright {
	width:425px;
	height:60px;
	border-left: 1px solid #000;
	float:left;
	margin-top:25px;
	padding-left:20px;
	font-size:.9em;
	color:#fff;
}
.copyright a {
	color:#fff;
	display:inline;
	text-decoration:none;
	
}
.copyright a:hover {
	color: #fff;
}
.copyright a:visited {
	color:#fff;	
}
label {
	width:40px;
	float:left;
	font-size:.9em;
	color:#000;
}
.inews {
	width:140px;
	height:12px;
	font-size:.9em;
	border: 1px solid #000;
	float:left;
}

.sbut {
	width:45px;
	height:18px;
	font-size:.7em;
	border: 0px solid #000;
	margin-left:5px;
	float:left;
}
		
/* =Forms
-----------------------------------------------------------------------------------------*/
/* Removes fieldset borders. even on Opea 7 */
fieldset {border: 0px solid transparent;}

input, textarea {
	font-size: 1em;
	color: #434343;
	width: 20em;
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0.2em;
}

input:focus, textarea:focus {
	background-color: #fff5be;
}

#sidebar input {
	width: 100%;
}

input#submit {
	width: auto;
	font-size: 0.85em;
}

/* =Nav
-----------------------------------------------------------------------------*/
#menu{
	height:35px;
	padding-left:280px;
	padding-top:10px;
	margin-bottom:2px;
	width: 100%;
}

#nav ul { /* all lists */
	line-height: 1;
}

#nav ul li{
	font-size:13px;
	height:20px;
}


#nav a {
	padding-left:10px;
	display: block;
	line-height:20px;
	text-decoration:none;
	font-weight:bold;
	color: #fff;
}

#nav li { /* all list items */
	float:left;
	list-style: none;
	height:25px;
	/*width: 8em;  width needed or else Opera goes nuts */
}

#nav li a:link, #nav li a:visited{
	padding:0px 0px 0px 10px;]
}

#nav li a:hover, #nav li a:active{
	text-decoration:underline;
	color: #000;
}

#nav li ul { /* second-level lists */
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top: 0px;
	position: absolute;
	width: 230px;
	z-index:1;
}

#nav li ul li{
	display:block;
	width:230px;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: 0px 0 0 230px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
 /* lists nested under hovered list items */
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	background-color: #717171;
	left: auto;
	margin-left: 0px;
}
/* =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
-----------------------------------------------------------------------------------------*/

td {
	text-align:center;
}

.border {
	border: 1px solid #000;
}