* {
	margin: 0px;
	padding: 0px;
}
html {
	height: 100%;
}
body {
	background-attachment: scroll;
	background-image: url(images/bg.jpg);
	background-color: #568227;
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 30px;
	margin-bottom: 30px;
}
#wrapper {
	height: inherit;
	width: 778px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#bannerImage {
	height: 80px;
	width: 770px;
	background-image: url(images/banners/index.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#horizontalBar {
	background-color: #FFFFFF;
	height: 25px;
	width: 740px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 10px;
	background-image: url(images/dashedLine.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#leftShadow {
	background-image: url(images/drop_shadow_left_bg.jpg);
	background-repeat: repeat-y;
	background-position: right;	
	width: 5px;
}
#rightShadow {
	background-image: url(images/drop_shadow_right_bg.jpg);
	background-repeat: repeat-y;
	background-position: left;	
	width: 5px;
}
#breadCrumbs {
	float: left;
	margin-top: 5px;
}
#breadCrumbs ul {
	list-style-type: none;
}
#breadCrumbs li {
	float: left;
}
#breadCrumbs .start {
	background-image: url(images/startBreadCrumb.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
}
#breadCrumbs .all {
	background-image: url(images/allBreadCrumb.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 5px;
	margin-left: 5px;
}
#breadCrumbs a {
	color: #8B8D90;
	text-decoration: none;
}
#breadCrumbs a:hover {
	text-decoration: underline;
}
#phoneNumber {
	float: right;
	margin-top: 5px;
}
#headerArea {
	height: 105px;
}
#leftContent {
	width: 155px;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
	background-color: #F5F5F6;
	background-image: url(images/boxes.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
}
#leftContent h1 {
	font-weight: bold;
	color: #717476;
	font-size: 12px;
	margin-bottom: 3px;
}
#leftContent ul {
	list-style-type: none;
	width: 140px;
}
#leftContent li {
	margin-bottom: 1px;
}
#leftContent a {
	color: #8D9395;
	padding-left: 12px;
	text-decoration: none;
	font-size: 11px;
}
#leftContent a:hover {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#centerContent {
	height: 510px;
	font-size: 10px;
	color: #000000;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	width: auto;
}
#centerContent h1 {
	font-size: 21px;
	font-weight: bold;
	color: #6D6F71;
}
#centerContent h2 {
	font-size: 12px;
	font-weight: bold;
	color: #82BA36;
}
#centerContent p {
	margin-right: 15px;
}
#centerContent ul {
	margin-left: 15px;
	margin-right: 30px;
	list-style-type: square;
	list-style-position: outside;
}
#centerContent a {
	color: #329898;
	text-decoration: none;
}
#centerContent a:hover {
	color: #000000;
	background-color: #BBFFBB;
}
#rightContent {
	width: 130px;
	font-size: 10px;
	color: #000000;
	text-align: center;
	vertical-align: top;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
}
#rightContent a {
	color: #333333;
	width: 100px;
	text-decoration: none;
	display: block;
}
#rightContent a:hover {
	color: #666666;
	background-color: #FFFFFF;
}
#bottomLeft {
	background-image: url(images/bottom_left.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	height: 33px;
	width: 15px;	
}
#bottomMiddle {
	background-image: url(images/bottom.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	float: left;
	padding-top: 8px;
	height: 25px;
	width: 730px;
	padding-right: 10px;
	padding-left: 10px;
}
#bottomRight {
	background-image: url(images/bottom_right.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	float: left;
	height: 33px;
	width: 15px;	
}
#copyright {
	float: left;
	font-size: 10px;
	color: #8D8F92;
}
#footerLinks {
	float: right;
	font-size: 10px;
	color: #6B6C6F;
}
#footerLinks a {
	font-size: 10px;
	color: #6B6C6F;
	text-decoration: underline;
}
#footerLinks a:hover {
	font-size: 10px;
	color: #6B6C6F;
	text-decoration: underline overline;
}
