/* Oaklea Cleaning CSS Document */


/* overall links setup */
a:link { color: #334c08; text-decoration: none }
a:visited { color: #334c08; text-decoration: none }
a:hover { color: #000; text-decoration: underline;}


/* main body area & all content format  - on wht */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.4pt;
	color: #334c08;
	/* line-height: 11.5pt;*/
	background-color:#FFFFFF;
	background-image:url(../img/main_bg.jpg);
	background-repeat:repeat-x;
	text-align: justify;
}
	



/* all headers */

.h1 { 
	font-size: 12pt; 
	}



.header8 { 
	font-size: 8pt; 
	}
	
.header10 { 
	font-size: 10pt; 
	}
	
.header12 { 
	font-size: 12pt; 
	}


.header15 { 
	font-size: 15pt; 
	}

	
.header17pt { 
	font-size: 17pt; 
	}
	
	
.header19pt { 
	font-size: 19pt; 
	}
	

.headerBlue { 
	font-size: 15pt; 
	color: #233263 
	}

.headerBlue8pt {
	font-size: 8t;
	color: #233263;
	font-weight: bold;
}



.headerBlue10pt {
	font-size: 10pt;
	color: #233263;
	font-weight: bold;
}



.headerBlue12pt {
	font-size: 12pt;
	color: #233263;
	font-weight: bold;
}




/* .green { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #009900; line-height: 11pt }
a.green:link { text-decoration: none; color: #009900 }
a.green:visited { text-decoration: none; color: #009900 }
a.green:hover { text-decoration: none; font-weight: bold; color: #009900 }

*/ 

.news { 
	font-size: 8pt; 
	color: #000000; 
	line-height: 11pt 
	}
	
.forms { 
	font-size: 8.2pt; 
	color: #000; 
	}
	
a.news:hover { 
	font-size: 8pt; 
	color: #000000; 
	line-height: 11pt; 
	text-decoration: underline 
	}

.small { 
	color: #000000; 
	font-size: 7pt 
	}
	
a.small:hover { 
	color: #000000;
	font-size: 7pt
	}

.GoldText { 
	color: #d2aa41
	}
	
.WhtText { 
	color: #fff
	}



/* Sub Menu info

.SubMenu {
	width: 170px;
	height: 18px;
	text-align: left;
	font-weight: bold;
	color: #384672;
	background-color: #fff;
	border-bottom: solid #9ba2b8 1px;
	padding: 6px 0px 4px 10px;
	margin: 0px 0px 0px 0px;
	display: block;
}

a.SubMenu:link { color: #384672; text-decoration: none; }
a.SubMenu:visited { color: #384672; text-decoration: none; }
a.SubMenu:hover { color: #000; text-decoration: none;
background-image:url(../ima/layout/sub_menu_rollover_ima_bg.jpg)}

.SubMenuHeader {
	width: 170px;
	height: 18px;
	text-align: left;
	font-weight: bold;
	color: #d3aa42;
	border-bottom: solid #384672 1px;
	padding: 10px 0px 4px 0px;
	margin: 0px 0px 0px 0px;
	display: block;
}

*/



/* Core Menu info */

.CoreMenu {
	float:left;
	height: 25px;
	text-align: center;
	font-size: 11.9px;
	font-weight: bold;
	letter-spacing: 1;
	text-transform: uppercase; 
	background-image:url(../img/nav_area_up.jpg);
	color: #334c08;
	padding: 14px 20px 10px 20px;
	margin: 0px 0px 0px 0px;
	display: block;
}

a.CoreMenu:link { color: #334c08; text-decoration: none; }
a.CoreMenu:visited { color: #334c08; text-decoration: none; }
a.CoreMenu:hover { color: #334c08; text-decoration: none; background-image:url(../img/nav_area_over.jpg)}

.CoreMenuBorder  { border-right: solid #b9becd 1px;}

.table p {
	margin:0pt;
	padding:0pt;
	color: #003300;
}
.table td {
background:#F0F4E6 none repeat scroll 0%;
border:1px solid white;
font-weight:normal;
padding:4px;
}


.submit {
background:#F0F4E6 none repeat scroll 0%;
border:0pt none;
color:#003300;
cursor:pointer;
font-size:1em;
font-weight:bold;
padding:2px;
}

/* 


body, h1, h3, p {
	padding: 0;
	margin: 0px;
}

h3 {
	padding: 6px 6px 6px 6px;
	color: #fff;
	background: #98bc48;
	cursor: pointer;
	font-size:11px;
	}



h3.menucontent {
	background: #45446d;
}


h3.lines {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #171549;
	
	

}

 */



