@charset "UTF-8";
/* CSS Document */
/**** RESET ****/
body{
	padding:0;
	margin:0;
	font:13px Arial,Helvetica,Garuda,sans-serif;
	/*font-size:small;
	*font:x-small;*/
}
h1,h2,h3,h4,h5,h6,ul,li,em,strong,pre,code{
	padding:0;
	margin:0;
	line-height:1em;
	font-size:100%;
	font-weight:normal;
	font-style: normal;
}
table{
	font-size:inherit;
	font:100%;
}
ul{
	list-style:none;
}
img{
	border:0;
}
p{
	margin:1em 0;
}
/**** RESET ****/

body {
	background-color: #FDFAEB;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#bodyContent p {
	font-size:.9em;
}
#bodyContent h1 {
	color:#2b5a2c;
	font-weight:bold;
	font-size:1.1em;
}
#bodyContent h2 {	
	font-size:1.0em;
	font-weight:bold;
}
#bodyContent ul {
	font-size:1.0em;
	margin: 8px;
	list-style:disc;
}
#bodyContent li {
	padding-bottom: 5px;
}
#bodyContent ol {	
	font-size:1.0em;
}
.backtotop {
	font-size:.6em;
	text-decoration:none;
}
a.backtotop {
	color: #d03a21 !important;
}
a:hover.backtotop {
	color: #2b5a2c !important;
}
a {
	color:#2b5a2c;
}
a:hover {
	color:#000000
}
a:visited {
	color:#2b5a2c;
} 

table {
	font-size:.9em;
}

#mainBodyContainer {
	width: 695px;
}
#headerImageContainer {
	height: 240px;
	width: 695px;
	background-image: url('../images/mainheader.jpg');
	background-repeat:no-repeat;
	background-position: 49px 15px;
}
/****** BEGIN Left Navigation *******/
#leftNavigationContainer {
	float:left;
	width: 185px;
	height:100%;
}
#buttonContainer{
	margin-left: 12px;
	width:168px;
}
.buttonThin{
	background-image: url('../images/navButtons/homeBckgrd.png');
	background-repeat:no-repeat;
	margin-bottom: 5px !important;
}

.buttonThin_short{
	background-image: url('../images/navButtons/homeBckgrd_short.png');
	background-repeat:no-repeat;
	margin-bottom: 5px !important;
}

.buttonThick{
	background-image: url('../images/navButtons/thickBckgrd.png');
	background-repeat:no-repeat;
	margin-bottom: 5px !important;
}


.buttonThin:hover {
	background-image: url('../images/navButtons/homeOnBckgrd.png');
	background-repeat:no-repeat;
	margin-bottom: 5px !important;
}

.buttonThin_short:hover {
	background-image: url('../images/navButtons/homeOnBckgrd_short.png');
	background-repeat:no-repeat;
	margin-bottom: 5px !important;
}

.buttonThinOn {
	background-image: url('../images/navButtons/homeOnBckgrd.png');
	background-repeat:no-repeat;
	margin-bottom: 5px !important;
}

.buttonThick:hover {
	background-image: url('../images/navButtons/thickOnBckgrd.png');
	background-repeat:no-repeat;
	margin-bottom: 5px !important;
}

.buttonThickOn {
	background-image: url('../images/navButtons/thickOnBckgrd.png');
	background-repeat:no-repeat;
	margin-bottom: 5px !important;
}

#buttonContainer ul {
	position:relative;
}
	
/****** END Left Navigation *******/
#mainContentContainer {
	float:left;
	width:505px;
	/*margin-top: -8px;*/
}

#bodyContent {
	width:472px;
	float:left;
}
#innerBodyContent {
	margin: 0 8px 8px 15px;
	height:100%
}

#footer {
	text-align:center;
	width:480px;
	float:left;
	clear:both;
}

#footerText {
	font-size:10px;
}

#subNav {
	margin: 0 0 16px 0;
}

#subNav li {
	font-weight: bold;
	display: inline;
	margin-right: 14px;
	font-size:0.9em;
	color: #000;
}

#subNav li a {
	color:#000;
}

.name {
	font-size: 1.2em;
	color:#2b5a2c;
	font-weight: bold;
}

.bold {
	 font-weight: bold;
 }

#toc {
		list-style:none !important;
		width:400px;
}
#toc li {
	background:url('../images/dot.png') repeat-x 0 0.85em;
}
.business {
	float:left;
	background:#FDFAEB;
	padding: 0 4px 0 0;
}
.phone {
	float:right;
	background:#FDFAEB; 
	padding: 0 0 0 4px;
}
#toc li br {
	clear:both;
}