
body, td, th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

body {
	background: #EFEFEF url(images/top_bg.gif) repeat-x;
	margin: 0;
}

h1, h2 {
	margin: 1px 0px 5px 0px;
	padding: 0px;
	color: #3B4863;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
}

a:link {
	color: #91B31C;
}

a:visited {
	color: #91B31C;
}

a:hover {
	color: #FFA611;
}

a:active {
	color: #FFA611;
}

#container {
	margin: 10px auto;
	width:770px;
	background: url(images/mainArea_bg.gif) repeat-y;
}

#topbar {
	width:770px;
	background: url(images/header_bg.gif) repeat-x;
}

#logo {
	width:180px;
	height:66px;
	margin: 12px 0 10px 10px;
	float: left;
}

#callus {
	width:167px;
	height:38px;
	margin: 25px 0 12px 330px;
	float: left;
}

#menu {
	width:760px;
	height:13px;
	padding: 5px 0px;
	margin: 0;
	background: #738CB4 url(images/blueGrad.gif) repeat-x;
	border-top: solid 2px #91B31C;
}

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu li {
	display: inline;
	height: 23px;
	padding: 5px 22px;
	width: auto;
	text-transform: uppercase;
	font-weight: bold;
}

#menu li a {
	text-decoration: none;
	color: #FFFFFF;
}

#menu li a:hover {
	color: #FFFFCC;
}

#photobar {
	width:760px;
	border-bottom: solid 2px #91B31C;
}

#main {
	width:740px;
	padding: 5px 10px;
	margin: 15px 0;
}

#leftColumn {
	float: left;
	width: 540px;
	padding: 0 10px;
	line-height: 150%;
}

#rightColumn {
	float: left;
	width: 180px;
}

#rightColumn ul {
	list-style:none;
	margin: 2px 0px 5px 0px;
	padding: 0px;
}

#rightColumn .darkblue {
	color: #FFFFFF;
	background: url(images/orangeGrad.gif) repeat-x #FFA611;
	font-size: 12px;
	font-weight: bolder;
	margin: 5px 2px 0;
}

#rightColumn li {
	font-size: 11px;
	background-color: #91B31C;
	list-style-type: none;
	width: 160px;
	margin: 0 2px;
	padding: 6px;
	text-align: center;
}

#rightColumn li a {
	color: #FFFFFF;
}

#rightColumn img {
	margin: 2px;
}

#footer {
	width:760px;
	min-height:26px;
	height: auto !important;
	height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/footer_bg.gif) no-repeat bottom left;
	font-size: 10px;
	color: #666666;
	padding: 3px 0 20px 10px;
}

li.otherbutton {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	display: inline;
}

li.otherbutton a {
	color: #FFFFFF;
	text-decoration: none;
	border: solid 1px #ffffff;
	padding: 5px;
	background-color: #6079AF;
	float: left;
	width: 400px;
	margin: 5px;
}

li.otherbutton a:hover {
	background-color:#91B31C;
}

.small {
	font-size: 9px;
}

.clearer {
	height:0;
	line-height:0;
	font-size:0;
	clear:both;
}