BODY{
	background-color:#414141;
	font-family:Arial, Helvetica, sans-serif;
}

H1{
	color:#414141;
	font-size:14pt;

}

H2{
	color:#69696b;
	font-size:11pt;
	font-weight:bold;
	margin-bottom:10px;
}

H3{
	color:#414141;
	font-size:10pt;
	font-weight:bold;
}

H4{
	color:#fff;
	font-size:10pt;
	font-weight:bold;
}

H5{
	color:#F00;
	font-size:10pt;
	font-style:italic;
	font-weight:normal;
	margin:0;
	padding:0;
}

P{
	color:#656567;
	font-size:9pt;
}

A{
	color:#72b32f;
	font-size:9pt;
}

A:HOVER{
	
}

.selected{
	color:#666;
}

#container{
	background-color:#fff;
	margin:auto;
	width:930px;
}

/* HEADER */
#header{
	border-top:1px solid #414141;
	background-color:#414141;
	height:100px;	
}

#header H1 A{
	background-image:url(../images/logo.jpg);
	float:left;
	display:block;
	padding-top:100px;
	height:0;
	overflow:hidden;
	width:214px;
}

#nav{
	background:url(../images/nav_bg.jpg) right bottom no-repeat;
	display:block;
	height:25px;
	margin:68px 0 0 236px;
    padding-top:7px;
}

#nav LI A{
	color:#FFF;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11pt;
    padding:0 18px 5px 18px;
    background:url(../images/seperator.png) right bottom no-repeat;
}

.nav_contact{
    background-image:none !important;
}

#nav, #nav ul { 
	list-style: none;
}
 
#nav a {
	display: block;	
}
 
#nav li { /* all list items */
	float: left;
    
}

#nav li li a{
    background-image:none !important;
}
 
#nav li ul { /* second-level lists */
	position: absolute;
	background: #72b430;
	width: 175px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
 
#nav li ul ul { /* third-and-above-level lists */
	margin: -25px 0 0 175px;
}
 
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
 
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li ul{
    padding: 5px 0 0 0;
    margin-left:0px;
}

#nav li li ul{
    padding:0 0 0 0;
}

#nav li ul li a{
    padding: 5px 10px;
    width: 155px;
    font-size:12px;
}

#client_login a{
    float:right;
    height:15px;
    width:75px;
    background-color:#6d6d6d;
    border: 1px solid #303030;
    padding:5px;
    text-align:center;
    margin-top:15px;
    font-size:12px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display:block;
}

#client_login a:hover{
    background-color:#8a8a8a !important;
    color:#fff;
}

/* HERO PANE */
#home_hero{
	margin-top:6px;
	
}

/* MAIN CONTENT */
#main_content{
	background-image:url(../images/main_content_bg.gif);
	background-repeat:repeat-y;
	display:block;
	margin:auto;
	padding-top:34px;
	padding-bottom:55px !important;
	padding-left:25px;
	padding-right:25px;
	width:930px;
}

#home_news{
	color:#656567;
	float:left;
	margin-right:25px;
	width:186px;
}

#home_news OL{
	border-top:1px solid #cdcdce;
	list-style:none;
}

#home_news OL LI{
	margin-top:14px;
}

#home_news OL LI A{
	font-weight:bold;
}

#home_news OL LI H1, H2, H3, H4{
	margin:0;
	padding:0;
}

#home_news OL LI IMG{
	border:1px solid #cdcdce;
	height:56px;
	float:left;
	margin-right:8px;
	padding:2px;
	width:56px;
}

#main_text{
	float:left;
	margin-right:25px;
	width:458px;
}

#main_text H1{
	border-bottom:1px solid #cdcdce;	
	padding-bottom:14px;
}


#main_text UL{
	color:#656567;
	font-size:9pt;
	margin:0 0 10px 16px;
}

#main_text OL{
	color:#656567;
	font-size:9pt;
	margin-left:16px;
}

#main_text OL LI{
	margin-bottom:6px;
}

/*
#main_text UL LI{
	float:left;
	width:220px;
}
*/

#main_text_2col{
	float:left;
	margin-right:25px;
	width:669px;
}

#main_text_2col H1{
	border-bottom:1px solid #cdcdce;	
	padding-bottom:14px;
}


#contact{
	float:left;
	margin-left:21px;
	margin-right:15px;
	width:165px; 
}

#contact OL LI{
	border-top:1px solid #cdcdce;
	padding-top:14px;
	padding-bottom:4px;
	list-style:none;
}

#contact OL LI A{
	font-weight:bold;	
}


#contact OL LI H1, H2, H3, H4{
	margin:0;
	padding:0;	
}

#sub_pages{
	color:#656567;
	float:left;
	margin-right:25px;
	width:186px;
}

#sub_pages OL{
	border-top:1px solid #cdcdce;
	list-style:none;
	padding-top:14px !important;
}

#sub_pages A{
	font-weight:bold;
}

#sub_pages OL LI H1, H2, H3, H4{
	margin:0;
	padding:0;
}

.subsubmenu{
	color:#72b32f;
	margin-left:10px;
	list-style:inside !important;
	font-size:8pt;
}

.splash{
    display:block;
    float:right;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border: 5px solid #60bb46;
    padding:30px 20px;
    font-size:14px;
    color:#414141;
    width:125px;
	margin:0 0 10px 10px;
}

.splash strong{
    font-size:24px;
    display:block;
    margin-bottom:10px;
}

/* archive */
.archive UL{
	margin: 0 !important;
	padding-bottom: 0 !important;
}


.archive LI{
	list-style:none;
	margin: 0 0 15px 0 !important;
	clear:both;
	width:100%;
	border-bottom:1px solid #CDCDCE;
	padding: 0 0 15px 0 !important;
}

.archive h2{
	font-size:16px !important;
	font-weight:bold;
	padding-bottom:8px !important;
}

.archive_heading{
	margin:15px 0 10px 0;
}

.feature_list{
	margin-bottom:10px !important;
}



/* SEARCH */
#searchresults{
	margin-top:14px !important;
	color:#656567;
	font-size:9pt;
}

.searchform{
	margin-top:-6px;
	padding:0;
}

/* FOOTER */
#footer{
	background-image:url(../images/footer_bg.jpg);
	background-repeat:repeat-y;
	background-color:#4e4e4e;
	display:block;
	min-height:151px;	
	padding-left:25px;
	padding-right:25px;
	padding-top:25px;
}

#footer H4{
	margin-bottom:10px;
	padding:0;
}

#mastercare{
	float:left;
	margin-right:25px;
	width:186px;
}

#mastercare OL{
	color:#cccccc;
	list-style:none;
}

#mastercare OL LI{
	font-size:8pt;
	margin-bottom:4px;
}

#footer_contact{
	color:#cccccc;
	float:left;
	margin-right:25px;
	width:458px;
}

#footer_contact P{
	color:#cccccc;
	font-size:8pt;
	margin-bottom:4px;
}

#footer_contact A{
	font-size:8pt;
	text-decoration:underline;
}

#sitemap{
	float:left;
	margin-left:21px;
	margin-right:15px;
	 
}

#sitemap OL{
	list-style:none;
}

#sitemap OL LI A{
	color:#cccccc;
}


/* CREDIT */
#credit{
	background-color:#414141;
	padding-top:18px;
	padding-bottom:18px;
	padding-left:26px;
}

#credit A{
	color:#999999;	
	font-size:8pt;
}

/* CLASSES */
.green_text{
	color:#72b430;
	font-size:9pt;
	font-weight:bold;
}

.quotation{
	color:#bfbfbf;
	display:block;
	font-size:17pt;
	font-style:italic;
	margin-top:12px !important;
	text-align:center;
}

.quote_one{
	color:#e2e2e2;
	font-size:40pt;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	margin-bottom:-20px !important;
	float:left;
}

.quote_two{
	color:#e2e2e2;
	font-size:40pt;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	margin-top:-24px !important;
	float:right;
}

.image_left{
	float:left;
	margin-right:10px;
	border:1px solid #cdcdce;
	height:206px;
	float:left;
	margin-right:8px;
	padding:2px;
	width:202px;
}

.image-left {
 float: left;
 margin-right:10px;
}

.image-right {
 float: right;
  margin-left:10px;
}

.clear {
	clear: both;
}