/* MAIN CSS FOR THE SITE */

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

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

a:hover
{
	color: #00abdc;
	text-decoration: underline;
}

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

body
{
	background-color: #91c300;
	background-image: url(../images/site/body_bg.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	
	color: #59427e;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-align: left;
}

#pageContainer
{
	width: 802px;
	min-height:500px;
	margin: 0 auto;
	padding: 0 25px 0 25px;
	text-align: left;
	
	background-image: url(../images/site/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

* html #pageContainer    /* a hack for IE */
{
	height: 500px;
}

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



#header
{
	text-align: center;	
}

/*------------------- NAVIGATION -------------------*/
a.navButton
{
	position: relative;
	display: block;
	width: 118px;
	height: 32px;
	padding: 0 5px 0 25px;
	
	line-height: 32px;
	text-align: left;
	color: #fff;	
	font-weight: bold;
}
a.navButton:link, a.navButton:visited 
{
	color: #fff;	
	background-image: url(../images/site/navBar_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
a.navButton:hover 
{
	color: #fff;	
	background-image: url(../images/site/navBar_bg_rol.gif);
	background-position: left top;
	text-decoration:none;	
}

/*------------------- MAIN CONTENT AREA -------------------*/

#content
{
	background-color: #fff;
}

#maintitle
{
    background-color: #ffb31f;	
	padding-bottom: 8px;
}
#maincol
{
	width:650px;
	position: relative;
	float: right;
	display:block;
	text-align:left;
}

#maincol p, table 
{
	padding: 8px 20px 8px 20px;
	margin: 0;
}

#directions
{
	
}

#navCol
{
	width: 148px;
	position: relative;
	float: left;
	text-align: left;
	padding: 5px 0px 67px 0px;
	background-color: #00abdc;
	background-image:url(../images/site/nav_clouds_bottom.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;

	color: #fff;
	font-size: 12pt;
	line-height: 1.8em;
}

#rightCol ul
{
	margin-top: 0;
}

/*------------------- FOOTER -------------------*/
#footer
{
	width: 802px;
	margin: 0 auto;
	padding-bottom: 10px;
	
	font-family: "Comic Sans MS", "Comic Sans", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFF;
	text-align: left;
	
	background-image: url(../images/site/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#footer a:link, #footer a:visited
{
	color: #FFF;
	text-decoration: none;
}

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



/*====================================== FONT STYLING ======================================*/
h1
{
	font-family: "Comic Sans MS", "Comic Sans", Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #FFF;
	background-color: #ffb31f;
	padding: 6px 11px 6px 11px;
	margin: 0;
	line-height: .34;
}

h1.slogan
{
	font-size: 12pt;
	font-weight: bold;
	font-style: italic;
}

h2
{
	font-family: "Comic Sans MS", "Comic Sans", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	padding: 5px 20px 0px 20px;
	margin: 0;

	color: #7ca20b;
}

.rightColHeader
{
	font-family: "Comic Sans MS", "Comic Sans", Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #59427e;
}

/*======================Special formatting for contact us page===============*/
#entry
{
	float:right;
}

th.chead
{
	background-color: #91c300;
}

}

/*==============Our Office page=========*/
p.caption
{
	line-height: .3;
	text-align: left;
}

#noIndent td p {
	margin: 0;
	padding: 0;
}



