/* CSS Document */
html
{
	padding: 0;
	border: 0;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: black;
}

body 
{
	text-align: center;
}

p
{
	text-align: left;
}

ul
{
	text-align: left;
}

img
{
	border: none;
}

.important
{
	font-weight : bold;
	color : black;
}

.centered 
{
	text-align: center; /* 1st part of IE5-5.5 centering hack */
}

.initialcap
{
	font-size: 26px;
	font-weight: bold;
	color: red;
}

h1
{
	font-size: 22px;
	font-weight: bold;
}

h2
{
	font-size: 21px;
	font-weight: bold;
	margin-top:.25em;
	color: #095A2F;
}

h4
{
	font-weight: bold;
	color: #095A2F;
}

h3
{
	text-align:center;
	font-size:21px;
	font-weight: bold;
	color: #095A2F;
	margin-top:.25em;
}

.reference
{
	font-style :  italic;
	font-size : smaller;
}
	
#header {
	}
	
#footer {
	color: black;
	font-size: 11px;
	font-weight:bold;
	text-align: right;
	padding: 2px 10px 10px 10px;
	clear: both;
	background-color:white;
	}

#footer img
{
	border: none;
}

#builtby
{
	color: #333;
	font-size: 11px;
	font-weight:normal;
	text-align: center;
	clear: both;
	background-color:white;
}

#footercopyright
{
	color: #333;
	font-size: 14px;
	font-weight:normal;
	text-align: left;
	margin-left:2em;
	background-color:white;
}

.alert
{
	font-weight : bold;
	font-variant: small-caps;
	color : red;
}

#outerbody
{
	background-color:white;
	text-align:center;
}

#innerbody
{
	margin: 0 auto;
	width: 780px;
}

#contents
{
	background-color:white;
}

#content a
{
	text-decoration:none;
}

.spacer 
{
	margin: 0px; padding: 0px; border: 0px;
	clear: both;
	font-size: 1px; line-height: 1px;
}

.skipLinks {display: none;}
.accessibilityItems { display: none; }

.quotetitle
{
	float: left;
	font-size:18px;
	background-color: white;
	color: black;
	vertical-align:top;
}

.quote
{
	text-align: left;
	font-size:17px;
	font-style:italic;
	padding-left: 25px;
	padding-right: 25px;
	background-color: white;
	color:#333333;
}

.onrequest
{
	float: right;
	font-size:16px;
	font-style:italic;
	background-color: white;
	color:gray;
}	

.mainpoint
{
	color: #095A2F;
	font-size:18px;
	padding-left: 20px;
	padding-right: 20px;
}

#address
{
	font-size:18px;
	text-align:left;
	height:340px;
	width:650px;
	margin-left: auto;
	margin-right: auto;
}

#whychoose
{
	font-size:18px;
	text-align:left;
	margin-left: 50px;
	margin-right: 50px;
}

#whychoose li
{
	padding-bottom: 10px;
}

 #leftmenu
{
background: white;
width: 180px;
margin: 0 auto;
padding: 0;
padding-bottom: 1em;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
text-align: center;
vertical-align:top;
}

ul#navlist
{
text-align: left;
list-style: none;
padding: 0;
margin: 0 auto;
width: 70%;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
}

ul#navlist li a
{
display: block;
width: 100%;
padding: 0.5em 0 0.5em 1em;
border-width: 1px;
border-color: #ffe #aaab9c #ccc #fff;
border-style: solid;
color: black;
text-decoration: none;
background: #E4C6A0;
}

#leftmenu>ul#navlist li a { width: auto; }

ul#navlist li#currentnavlistitem a
{
background: white;
color: #006633;
}

ul#navlist li a:hover, ul#navlist li#currentnavlistitem a:hover
{
color: #006633;
background: transparent;
border-color: #aaab9c #fff #fff #ccc;
}

 #centercontent
{
background: white;
vertical-align:top;
margin: 0 auto;
padding: 0;
padding-left: 1em;
padding-right: 1em;
padding-bottom: 1em;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
text-align: left;
}


 #topmenu
{
background-color:#BED4E3;
margin: 0 auto;
padding: 0.5em 1em 0.5em 1em;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
text-align: center;
}

ul#menu
{
text-align: center;
list-style: none;
padding: 0;
margin: 0 auto;
width: 100%;
}

ul#menu li
{
display: inline;
margin: 0;
padding: 0;
}

ul#menu li a
{
display: inline;
width: 100%;
padding: 0.5em;
color: black;
text-decoration: none;
background-color:#BED4E3;
}

#topmenu>ul#menu li a 
{ 
	width: auto; 
}

ul#menu li#currentmenuitem a
{
background: white;
color: #006633;
}

ul#menu li a:hover, ul#menu li#currentmenuitem a:hover
{
color: #006633;
background: white;
}
