@charset "utf-8";
/* CSS Document */
/*--------------------------------------------Global styling---------------------------------------*/
htm,body{
	padding: 0;
	border: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
	text-align: left;
	height: 100%;
	background-color: #FFFFFF;
}
body{
	background: #FFFFFF url(../images/bodyTile.jpg) left top repeat-x;
}
h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6, p, img, img a, ul, ol {
	margin:0;
	padding: 0;
	border: 0;
}
.siteClear
{
	clear: both;
	margin: 0;
	padding: 0;
}
.highlight
{
	color: #EABB00 !important;
}
/*-------------------------------------------- MAIN HEADER STRUCTURE ---------------------------------------*/
#mainHeaderWide
{
	position: relative;
	width: 100%;
	min-height: 70px;
	background: transparent url(../images/navTile.gif) repeat-x;
	background-position: left 60px;
	z-index: 1000;
}
#mainHeader
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 850px;
}
#siteLogo
{
	float: left;
	margin: 12px 0 0 13px;
}
#siteContact
{
	float: right;
	color: #666666;
	font-size: 1.2em;	
	margin: 10px 20px 0 0;
}
#siteContact span
{
	color: #006600;
}
#siteNav
{
	float: left;
	clear: both;
	width: 100%;
	margin: 5px 0 0 0;
}
/*----------------------------------------- BODY SUB NAV STRUCTURE ----------------------------------*/
.bodySubNav
{
	float: left;
	width: 100%;
	clear: both;
	margin: 0 0 10px 0;
}
.bodySubNav ul li
{
	display: inline;
	list-style-type: none;
	padding: 0 7px 0 7px;
	border-right: 1px solid #006600;
}
.bodySubNav a:link, .bodySubNav a:active, .bodySubNav a:visited
{
	color: #006600;
	text-decoration: none;
}
.bodySubNav a:hover
{
	text-decoration: underline;
}
.bodySubNav ul li.start
{
	padding-left: 0px;
}
.bodySubNav ul li.end
{
	border-right: none;
}
/*-------------------------------------------- BODY STRUCTURE ---------------------------------------*/
#bodyContainer
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	width: 850px;
	clear: both;
}
#leftColumn
{
	float: left;
	width: 206px;
	margin: 0 30px 0 10px;
}
#centerColumn
{
	float: left;
	width: 583px;
	font-size: 0.75em;
	line-height: 1.6em;
	margin: 10px 0 0 0;
}
#centerColumn h1
{
	font-size: 1.7em;
	margin: 0 0 10px 0;
	color: #006600;
}
#centerColumn h1 a:link, #centerColumn h1 a:active, #centerColumn h1 a:visited
{
	color: #006600;
	text-decoration:none;
}
#centerColumn h1 a:hover
{
	text-decoration: underline;
}
#centerColumn h2, #centerColumn h3, #centerColumn h4, #centerColumn h5, #centerColumn h6
{
	font-size: 1.3em;
	margin: 15px 0 10px 0;
	color: #006600;
}
#centerColumn h2 a:link, #centerColumn h2 a:active, #centerColumn h2 a:visited,
#centerColumn h3 a:link, #centerColumn h3 a:active, #centerColumn h3 a:visited,
#centerColumn h4 a:link, #centerColumn h4 a:active, #centerColumn h4 a:visited,
#centerColumn h5 a:link, #centerColumn h5 a:active, #centerColumn h5 a:visited,
#centerColumn h6 a:link, #centerColumn h6 a:active, #centerColumn h6 a:visited
{
	color: #006600;
	text-decoration: none;
}
#centerColumn h2 a:hover,
#centerColumn h3 a:hover,
#centerColumn h4 a:hover,
#centerColumn h5 a:hover,
#centerColumn h6 a:hover
{
	text-decoration: underline;
}
#centerColumn h1 span
{
	color:#006600;
}
#centerColumn strong
{
	color: #000000;
}
#centerColumn p
{
	margin: 10px 0 10px 0;
}
#centerColumn p a:link, #centerColumn p a:active, #centerColumn p a:visited
{
	color: #006600;
	text-decoration: none;
}
#centerColumn p a:hover
{
	text-decoration: underline;
}
#centerColumn ul
{
	padding-left: 0;
	list-style: none;
}
#centerColumn ul li
{
	padding-left: 15px;
	background-image: url(../images/bulletLogo.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}
#centerColumn ul li a:link, #centerColumn ul li a:active, #centerColumn ul li a:visited
{
	color:#006600;
	text-decoration:none;
}
#centerColumn ul li a:hover
{
	color:#006600;
	text-decoration:underline;
}
/*------------------------------------------------ TABLE STYLES STRUCTURE -------------------------------------------*/
/* Three column table, 20% 10% 70% */
.tableStyle1
{
	margin: 10px 0 10px 0;
	width: 100%;
}
.tableStyle1 td
{
	vertical-align: top;
	padding: 4px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.tableStyle1 .col1
{
	width: 20%;
	font-size: 1.1em;
	font-weight: bold;
	color: #006600;
	background-color: #B2D1B2;
}
.tableStyle1 .col1 a:link, .tableStyle1 .col1 a:visited, .tableStyle1 .col1 a:active
{
	color: #006600;
	text-decoration: none;
}
.tableStyle1 .col1 a:hover
{
	text-decoration: underline;
}
.tableStyle1 .col2
{
	width: 10%;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	background-color: #EBEBEB;
}
.tableStyle1 .col2 a:link, .tableStyle1 .col2 a:visited, .tableStyle1 .col2 a:active
{
	color: #006600;
	text-decoration: none;
}
.tableStyle1 .col2 a:hover
{
	text-decoration: underline;
}
.tableStyle1 .col3
{
	width: 70%;
	background-color: #EBEBEB;
}
.tableStyle1 .col3 a:link, .tableStyle1 .col3 a:visited, .tableStyle1 .col3 a:active
{
	color: #006600;
	text-decoration: none;
}
.tableStyle1 .col3 a:hover
{
	text-decoration: underline;
}
/*-------------------------------------------- SIDE PANEL COMPONENT STRUCTURE ---------------------------------------*/
.sidePanelComponent
{
	float: left;
	width: 206px;
	margin: 0 0 15px 0;
}
.sidePanelComponent .header
{
	font-size: 5px;/*FOR IE 6*/
	width: 206px;
	float: left;
	top: 0;
	background: transparent url(../images/panelHeader.gif) left top no-repeat;
}
.sidePanelComponent .header .title
{
	margin: 18px 0 0 20px;
	color: #666666;
	font-size: 3.0em;
}
.sidePanelComponent .header .title a:link, .sidePanelComponent .header .title a:active, .sidePanelComponent .header .title a:visited
{
	color: #666666;
	text-decoration: none;
}
.sidePanelComponent .header .title a:hover
{
	text-decoration: underline;
}
.sidePanelComponent .tile
{
	float: left;
	width: 166px;
	font-size: 0.75em;
	line-height: 1.5em;
	padding: 10px 20px 10px 20px;
	background: transparent url(../images/panelTile.gif) left top repeat-y;
}
.sidePanelComponent .tile p
{
	padding: 0 0 10px 0;
}
.sidePanelComponent .tile strong
{
	color: #EABB00;
}
.sidePanelComponent .tile a:active, .sidePanelComponent .tile a:visited, .sidePanelComponent .tile a:link
{
	color: #006600;
	text-decoration:none;
}
.sidePanelComponent .tile a:hover
{
	text-decoration:underline;
}
.sidePanelComponent .footer
{
	float: left;
	width: 206px;
	height: 12px;
	background: transparent url(../images/panelFooter.gif) left top no-repeat;
}
.sidePanelComponent .footerAppointment
{
	float: left;
	width: 206px;
	height: 115px;
	background: transparent url(../images/panelAppointment.gif) left top no-repeat;
}
.componentLink1
{
	float:left;
	clear:both;
	padding: 0 20px 0 0;
	background: transparent url(../images/linkGreen.gif) no-repeat;
	background-position: right 0px;
}
.componentLink2
{
	float:left;
	clear:both;
	padding: 0 20px 0 0;
	margin: 0 0 0 20px;
	background: transparent url(../images/linkGreen.gif) no-repeat;
	background-position: right 0px;
}
.componentLink2 a:link, .componentLink2 a:active, .componentLink2 a:visited
{
	font-size: 0.75em;
	color: #006600;
	text-decoration: none;
}
.componentLink2 a:hover
{
	text-decoration: underline;
}
.componentList
{
	padding-left: 0;
	list-style: none;
}
.componentList li
{
	padding-left: 15px;
	background-image: url(../images/bulletRed.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}
.sidePanelComponentFullImg
{
}

/*-------------------------------------------- FOOTER STRUCTURE ---------------------------------------*/
#footerWide
{
	clear: both;
	width: 100%;
	background: #FFFFFF url(../images/footerTile.jpg) left top repeat-x;
}
#footer
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	width: 850px;
	height: 58px;
	text-align: center;
	color: #000000;
}
#footer p
{
	font-size: 0.75em;
	line-height: 1.5em;
	padding: 10px 0 0 0;
}
#footer p a:link, #footer p a:visited, #footer p a:active
{
	color:#000000;
	text-decoration:none;
}
#footer p a:hover
{
	text-decoration: underline;
}
#footer p strong
{
	color: #006600;
}
/*-----------------------------------------------------------------------------------------------------*/
/*------------------------------------------------ HOME PAGE ------------------------------------------*/
#hpMap
{
	float: left;
	width: 573px;
	min-height: 234px;
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;
	background: transparent url(../images/hpMap.jpg) bottom center no-repeat;
}
.hpMapLeft
{
	float: left;
	width: 185px;
	margin: 0 0 25px 0;
	clear: left;
}
.hpMapLeft p, .hpMapRight p
{
	margin: 3px 0 0 0 !important;
	min-height: 55px;
}
.hpMapRight
{
	float: right;
	width: 185px;
	text-align: right;
	margin: 0 0 25px 0;
	clear: right;
}
.hpMapLeft span,
.hpMapRight span
{
	color: #006600;
	font-size: 1.3em;
}
#hpMap a:link, #hpMap a:active, #hpMap a:visited
{
	color: #006600;
	text-decoration: none;
}
#hpMap a:hover
{
	text-decoration: underline;
}
