* {
	border: 0;
	font-family: verdana, sans-serif;
}

p{ margin: 10px 5px 10px 10px;}

b, u {color: #E72629;}

input, select, textarea {
	border: 1px solid #000000;
	font-family: verdana, sans-serif;
	font-size: 10pt;
}

table, tr, td{
	padding: 0px;
	margin: 0px;
	font-size: 10pt;
	/*border: 1px solid #000000;*/
}

td {vertical-align: top;}


h1,h2,h3,h4,h5,h6{
	padding: 3px 2px 5px 2px;
	font-size: 35px;
	font-weight: bold
}

h2{font-size: 28px; color: #000099;}
h3{font-size: 22px; color: #000099; padding: 0px; margin: 0px;}
h4{font-size: 16px; color: #000099; }
h5{font-size: 13px; color: #000099;}
h6{font-size: 10px; color: #000099;}

a:link {color: #E42628;}
a:visited {color: #E42628;}
a:hover {color: #FF0000;}

body{
	background-image: url(images/bg.gif); 
	background-repeat: repeat;
}

hr  {
 border: 0;
 height: 3px;
 width: 600px;
 color: #E42628;
 background-color: #E42628; }

/* WHOLE PAGE */
#page{
	margin: 0;
	padding: 0;
	width: 800px;
	background: #ffffff;
	position: relative;
	overflow:hidden;
	border: 1px solid #000099;
	background: url(images/page-bg.gif) repeat-y top center #fff; /*white*/
}

/* HEADER AREA */
#header{
	width: 800px;
	height: 182px;
	vertical-align: bottom;
	overflow: hidden;
	padding-top: 0px;
}

/* MAIN CONTENT AREA */
#contentarea{
	width: 800px;
	min-height: 300px;
	padding: 0px 0px 0px 0px;
	margin: 0;
	/*border: 1px solid #FF0000;*/
	font-size: 10pt;
	
}

#contentleft{
	float: left;
	width: 175px;
	overflow: hidden;
	margin-right: 0px;
	padding: 0px;
	background-image: url(images/left-bg.jpg); 
	background-repeat: repeat;
/*	border: 1px solid red;*/
	position:relative;

}

#contentright{
	width: 620px;
	float: right;
	padding: 0;
	margin-right: 0px;
/*	border: 1px solid red;*/
	text-align:left;
}

#content-index{
	width: 620px;
	min-height:500px;
  	height:auto !important;
  	height:600px;
	padding: 0;
	margin: 0;
	/*border: 1px solid #FF0000;*/
	font-size: 10pt;
	/*background: url(images/starfish.jpg) no-repeat bottom right; */
}

#content-about{
	width: 620px;
	min-height:500px;
  	height:auto !important;
  	height:500px;
	padding: 0;
	margin: 0;
	/*border: 1px solid #FF0000;*/
	font-size: 10pt;
	background: url(images/palmtree.jpg) no-repeat bottom right; 
}

#content-services{
	width: 620px;
	min-height:500px;
  	height:auto !important;
  	height:500px;
	padding: 0;
	margin: 0;
	/*border: 1px solid #FF0000;*/
	font-size: 10pt;
	background: url(images/waxchick.jpg) no-repeat bottom right; 
}

/* FOOTER */
#footer{
	width: 800px;
	min-height:89px;
  	height:auto !important;
  	height:89px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #E42628;
	margin-top: 5px;
	padding: 0; 
	background: url(images/footer.gif) no-repeat bottom right;

}
#footer a:link {color: #E42628;}
#footer a:visited {color: #E42628;}
#footer a:hover {color: #000;}

.font8 {font-size: 8pt;}
.font10 {font-size: 10pt;}
.font11 {font-size: 11pt;}
.font12 {font-size: 12pt;}
.font14r {font-size: 14pt; color: #E42628;}
.font14 {font-size: 14pt;}
.font16 {font-size: 16pt;}



.off{display: none}

.noSub{margin-left: 0px}

.treeImg{
	margin-right: 5px;
	cursor: pointer;
	cursor: hand;
}

.nopaddingB{padding:0; margin:0; font-size: 11pt; font-weight: bold;}
.padding8{padding:8px;}
.nopadding{padding:0; margin:0; font-size: 11pt;}
.red{color: #E42628;}

.listpadding {list-style-type: disc;}
.listpadding2 {padding-left: 30px;list-style-type: square;}
.listpadding3 {padding-left: 20px;list-style-type: disc;}
.listpadding4 {padding-left: 30px;list-style-type: disc;}

/* Allset clear method  */
.clearfix:after {   
    content: ".";   
    display: block;   
    clear: both;   
    visibility: hidden;   
    line-height: 0;   
    height: 0;   
}   
.clearfix {   
    display: inline-block;   
} 
/* backslash hack hides from IE mac \*/
html[xmlns] .clearfix {   
    display: block;   
}   
* html .clearfix {   
    height: 1%;   
}  
/* end backslash hack */

/*#searchForm input{
	width: 80px;
}

#searchForm #searchButton{
	width: 50px;
	font-size: 12px;
}

#rightNav{
	float: right;
}

<div class="clear"><!-- clear --></div>


*/