/* =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: #188766;
	color: #fff;
  	font: 62.5% Arial, Helvetica, sans-serif;
	/*font: 62.5% "Times New Roman", Times, serif;*/
	line-height: 1;
	background-image:url(../images/line-back.gif);
	background-repeat:repeat;
}

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.5em Arial, Helvetica, sans-serif;
	margin:10px;
}

ul{
	list-style: disc;
	margin:2px 2px 2px 2px;
}

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 2.2em/1.2em Arial, Helvetica, sans-serif;
	/*font:normal 2.4em/1.2em "Times New Roman", Times, serif;*/
	margin:8px;
	margin-bottom:1px;
}

h2{
	font:normal 2.0em/1.2em Arial, Helvetica, sans-serif;
	/*font:normal 2.2em/1.2em "Times New Roman", Times, serif;*/
	margin:10px;
}

h3{
	font:normal 1.8em/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.0em/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;
}

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:480px;
	text-align:justify;
	background-image:none;
	background-color:#157458;
}
#icontent{
	width:480px;
	height:190px;
	text-align:justify;
	overflow:auto;
	margin-bottom:10px;
}
#top{
	height:188px;
	width:100%;
	background-image:url(../images/header-back.gif);
	background-repeat:repeat-x;

}
#logo {
	width:329px;
	height:165px;
	float:left;
}
#hd-partners {
	width:330px;
	height:60px;
	float:right;
	margin-right:50px;
}
#line{
	background-color: #000;
	display: block;
	font-size: 0px;
	height: 1px;
	line-height: 1px;
}
.menu {
	width:175px;
	margin-top:2px;
}
.menu a {
	font-size:1.3em;
	font-weight:bold;
	color:#ffffff;
	display:block;
	text-decoration:none;
	line-height:30px;
	border-bottom: 1px solid #71b39f;
}
.menu a:hover {
	background-color:#34846b;
	color:#d7a813;
}
#main-content {
	width:480px;
}
#main-content p {
	text-align:justify;
}
#footer{
	height:84px;
	width:100%;
	background-image:url(../images/footer-back.gif);
	background-repeat:repeat-x;
	clear:both;
}
#copyright {
	margin:0 auto;
	width:775px;
	padding-left:10px;
	font-size:1.1em;
	line-height:15px;
	padding-top:15px;
}
#copyright a {
	color:#ffffff;
}
.wline {
	width:90%;
	color:#ffffff;
	height:1px;
}
.box {
	background-color:#157458;
	background-image:url(../images/box-back.gif);
	background-repeat:repeat-x;
	border: 1px solid #414141;
	width:410px;
	margin-bottom:10px;
	margin-left:75px;
	display:block;
	padding-bottom:10px;
}
.interior-box {
	background-color:#157458;
	background-image:url(../images/box-back.gif);
	background-repeat:repeat-x;
	border: 1px solid #414141;
	width:485px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:15px;
	display:block;
	padding-bottom:10px;
}
.box ul {

}
.box li {
	line-height:20px;
	list-style:disc;
	margin-left:15px;
}
.list {
	float:left; 
	width:190px;
	margin:5px;
	font-size:13px;
}

#wrapper{
    margin-left: auto;
    margin-right: auto;
	width:785px;
	margin-top:-188px;
	z-index:0;
}

#main {
	width:785px;
	border-right: 1px solid #414141;
	border-left: 1px solid #414141;
	background-image:url(../images/wrapper-back.gif);
	background-repeat:no-repeat;
	z-index:2;
	display:block;
	background-color:#188766;
}
* html #main {

}
#left-column {
	width:208px;
	float:left;
}
#right-column {
	width:558px;
	height:auto;
	float:left;
	left:225px;
}
#header{
	height:188px;
	width:100%;
	background-image:url(../images/header-back.gif);
	background-repeat:repeat-x;
	z-index:1;
}

#head-content{
	width:785px;
}
#nav {
	width:188px;
	height:273px;
	background-image:url(../images/nav-back.gif);
	background-repeat:no-repeat;
	z-index:12;
	margin-top:-18px;
	position: relative;
	padding-left:15px;
}
/* start firefox hack */
*:lang(en) #nav{
    margin-top:-20px !important;
}
/* end firefox hack */
#testimonial {
	width:208px;
	top:250px;
	z-index:20;
}
#testimonial a{
	color:#ffffff;
}
#phonebanner {
	width:558px;
	height:287px;
	margin-top:-121px;
	position:relative;
	margin-left:10px;
}
#phonegirl{
	width:163px;
	height:263px;
	position:absolute;
	top:490px;
	left:-75px;
	z-index:10;
}
#phoneman{
	width:145px;
	height:148px;
	position:absolute;
	top:740px;
	left:425px;
	z-index:10;
}
.product {
	width:220px;
	background-color:#ffffff;
	border: 1px solid #414141;
	float:left;
	margin-left:8px;
	color:#000000;
	padding:3px;
	margin-bottom:10px;
}
		
/* =Forms
-----------------------------------------------------------------------------------------*/
/* Removes fieldset borders. even on Opea 7 */
fieldset {border: 0px solid transparent;}

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-bottom:10px;
}

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
-----------------------------------------------------------------------------------------*/
