* {
	font-family: verdana;
}

body {
	/*background: #eff0f0 url('/images/layout/tile-background.gif') repeat top left;*/
	background: #fff url('/images/green-back.gif') repeat-x fixed top left;
	text-align: center;
	font-size: 11px;
}

#page {
	position:relative;
	width: 846px;
	margin: 20px auto;
	text-align: left;
}

#header {
	position:relative;
	border: 0px solid #f00;
	height: 244px;
	width: 846px;
}

#headercall {
	height: 30px;
	width: 846px;
	background: transparent url('/images/layout/header-bar.gif') no-repeat top left;
	text-align: right;
}

#headercallbookmark {
	color: #fff;
	font-size: 14px;
}

#headercallbookmark A {
	color: #fff;
	text-decoration: none;
}

#headercallnumber {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin-right:30px;
	line-height:30px;
}

#headerimage {
	position:relative;
	background: transparent url('/images/layout/photos/1.jpg') no-repeat top right;
}

#headerlogo {
	position: absolute;
	top: 0px;
	left: 0px;
	border: 0px solid #f00;
}
#headerlogo IMG {
	height: 170px;
	width: 203px;
	border: 0px;
}

#content {
	background: #fff;
}

#rightcol {
	width: 620px;
	float: right;
	border: 0px solid #f00;
	padding-top: 10px;
	margin-right: 15px;
	/*margin-left: 20px;*/
}

#leftcol {
	width: 200px;
	float: left;
	padding-top: 10px;
	border: 0px solid #f00;
}

#menu {
	border-top: 1px solid #d1d4d3;
}

#menu A {
	display: block;
	text-decoration: none;
	font-size: 12px;
	color: #66bc29;
	padding: 4px 0px 4px 39px;
	border-bottom: 1px solid #d1d4d3;
}

#menu A.open {
	border-bottom: 0px;
}

#menu A.lvl2 {
	padding: 4px 0px 4px 54px;
	border-bottom: 0px;
}

#menu A:hover {
	color: #000;
	text-decoration: underline;
	background: transparent url('/images/layout/menu-indicator-hover.gif') no-repeat 17px 7px;
}

#menu A.active {
	background: transparent url('/images/layout/menu-indicator.gif') no-repeat 17px 6px;
}

#footer {
	height: 30px;
	width: 846px;
	background: transparent url('/images/layout/footer-bar.gif') no-repeat top left;
}

#footerlinks {
	text-align: center;
	font-family: arial;
	font-size: 10px;
	padding-bottom: 30px;
}

#footerlinks A {
	color: #767878;
	text-decoration: none;
}

.home-grey-box-bottom {
	position: relative;
	width: 201px;
	background: url('/images/home/grey-box-bottom.gif') no-repeat bottom left;
	padding-bottom:10px;
}

.home-grey-box-top {
	position: relative;
	background: url('/images/home/grey-box-top.gif') no-repeat top left;
	padding-top: 10px;
}

.home-grey-box-middle {
	position: relative;
	background: url('/images/home/grey-box-middle.gif') repeat-y top left;
	padding: 10px 7px 1px 7px;
	margin: 0px;
}

.home-grey-box-content {
	width: 177px;
}

.height-spacer {
	float: right;
}

.honeypot {
	display: none;
}

.clear {
	clear: both;
}

.style3 {
	font-size: 14px;
	color: #00a8e1;
}

H1 {
	font-size: 16px;
	color: #00a8e1;
}

H2 {
	font-size: 14px;
	color: #00a8e1;
}

H3 {
	font-size: 12px;
	color: #66bc29;
}

H3 {
	font-size: 10px;
	font-weight: bold;
	color: #000;
	margin:0px;
	padding:0px;
	margin-bottom: 5px;
}

IMG {
	border: 0px;
	-ms-interpolation-mode: bicubic;
}

P {
	font-size: 11px;
	line-height: 16px;
	color: #231f20;
	text-align: justify;
}

A {
	color: #66bc29;
}

UL {
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	margin-left: 25px;
}

LI {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

FIELDSET {
	margin-bottom:10px;
	-moz-border-radius: 7pt;
}

FIELDSET DIV {
	margin: 10px;
}

LEGEND {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

LABEL {
	font-size: 11px;
}

INPUT {
	font-size: 11px;
}

SELECT {
	font-size: 11px;
}