/* MAIN CSS FOR THE SITE */

/*
div {
	border: 1px dotted #000099;
}/**/

/*------------------- LINKS -------------------*/
a:link, a:visited
{
	color: #339131;
	text-decoration:none;
}

a:hover
{
	text-decoration: underline;
}

/*====================================== PAGE LAYOUT ======================================*/
body, html
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #fff;
	background-image: url(../images/site/bg2010.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	color: #333;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

#pageContainer
{
	width: 970px;
	margin: 0 auto;
	text-align: left;
	margin-top: 5px;
	
}

.clearer
{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}



#header
{
	width: 960px;
	margin-left: auto;
	margin-right:auto;

}

#phone {
	font-weight:bold;
	text-align:center;
	padding-top:5px;
	font-size:14px;
}
#content
{
	padding-bottom: 50px;
	
}
#pageContainer #content #maincol img {
	border: thin dotted #FC0;
}


#maincol
{
	width:500 px;
    margin-right:220px;
    margin-left:220px;
	text-align:left;
	padding-left:0px;
	padding-right:0px;
}
#leftcol {
	width: 200px;
	float:left;
}
#sideCol
{
	width: 185px;
	float: right;
	padding: 5px 5px 0 5px;
	font-size: 12px;
	color: #339131;
	background-color: #fdedc9;
	text-align:center;
	border: thin dotted #F90;
}

#certifications
{
	height: 154px;
}
#rep{
	background-color: #fff;
}
/*------------------- FOOTER -------------------*/
#footer
{
	background-image: url(../images/site/footerbak.jpg);
	background-repeat:repeat-x;
	background-color: #376C36;
	height: 200px;
	margin: 0 auto;
	color: #333;
	clear: both;	
}
#footertext
{
	width:960px;
	margin: 40px auto;
}
#footer a:link, #footer a:visited
{
	color: #333;
	text-decoration: none;
}

#footer a:hover
{
	color: #333;
	color: #9000;
	text-decoration: underline;
}



/*====================================== FONT STYLING ======================================*/
h1
{
	font-size: 20pt;
	line-height: normal;
	font-weight: bold;
	color: #FE9900;
}

h2
{
	font-size: 12pt;
	line-height: normal;
	font-weight: bold;
	color: #F90;
}


/*=====================================PHP Menu================================================*/
ul.ectmenu1 {
list-style: none;
border:0px solid;
font-size:11px;
padding:0px;
background-color: #fdedc9;
}
li.ectmenu1 {
border: 1px dotted #e69d01;
padding:0px;
background-color:#fdedc9;
}
li.ectmenuhassub1 a{
display:block;
padding:4px;
background-image:url(images/arrow2.gif);
}
li.ectmenuhassub1 a:hover{
display:block;
padding:4px;
background-image:url(images/arrow2ov.gif);
background-color: #e69d01;
color: #fff;
}
li.ectmenu1 a{
display:block;
padding:4px;
}
li.ectmenu1 a:hover{
background-color: #e69d01;
color: #fff;
}
li.ectsubmenu1{
	background-color: #FFC;
	border-bottom:0px;
}
.form {
	border: thin solid #FC0;
	font-size: 11px;
	padding: 5px;
}
