@charset "UTF-8";
/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
	font-family: Arial, sans-serif;
}

body, html {
	background: #ebebd2 url('../images/hbabg.png') repeat-x;
	width:100%;
	height: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
}

img {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

a {
	outline: none;
	text-decoration: none;
	color: #0066CC;
}

a:hover {
	text-decoration: underline;
}

input {
	border: 1px #e2e3de solid;
	padding: 4px;
	margin: 5px 0px;
	/*width: 171px;*/
}

input:hover {
	background-color: #CCCCCC;
}

textarea {
	font-size: 11px;
	/*width: 365px;*/
	width: 265px;
	height: 100px;
	border: 1px #e2e3de solid;
	padding: 4px;
	margin: 5px 0px;
}

textarea:hover {
	background-color: #CCCCCC;
}

input.leftform {
	margin-right: 10px;
}

.submit {
	display: block;
	width: 103px;
	height: 25px;
	border: none;
	background: url('../images/submit.png') no-repeat;
	float: right;
	margin-right: 1px;
	padding: 0px;
	cursor: pointer;
}

.submit:hover {
	background: url('../images/submit_over.png') no-repeat;
	cursor: pointer;
}

h2 {
	font-size: 18px;
	margin-bottom: 20px;
}

p {
	margin-bottom: 20px;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -4em;
	width: 961px;
	text-align: left;
	font-size: 12px;
	line-height: 20px;
}

#header {
	margin: 0px auto;
	width: 961px;
	text-align: center;
	padding-top: 30px;
}

#navbanner {
	background: url(../images/navbanner.png) no-repeat;
	width: 961px;
	height: 204px;
	margin-top: 26px;
}

.bannerpod {
	float: right; 
	margin-top: 12px; 
	margin-left: 20px;
	width: 160px; 
	border: 1px solid #FFFFFF; 
	background-color: #676767;
}

.bannerpod a {
	display: block;
	padding: 5px;
	height: 25px;
}

.bannerpod a:hover {
	background-color: #999999;
}

#topmenu {
	clear:both;
	height:39px;
	margin-bottom:13px;
	width: 802px;
	margin-left: 78px;
	/*background:url(images/bg.png) #000000 0 0 repeat-x;*/
	font-size:1.1em;
}

#topmenu ul {
	float:left;
	list-style:none;
	position:relative;
	z-index:20;
	padding:0 2px;
	margin:0;
	width: 802px;
}

#topmenu ul li {
	float:left;
	position:relative;
	height:auto;
	line-height:39px;
	width:111px;
	text-align:center;
}

#topmenu ul li.last {
	width:134px;
}

#topmenu ul li a {
	float:left;
	height:39px;
	width:100%;
	color:#fff;
	text-decoration:none !important;
}

#topmenu ul li a:hover {
	color: #000000;
}

#topmenu ul li:hover,
#topmenu ul li.hover {
	background-color: #fdc000;
	color: #000000;
}

#topmenu ul li ul {
	clear:both;
	position:absolute;
	z-index:20;
	margin-left: -1px;
	width:133px;
	height:auto;
	padding:0;
	left:0;
	top:39px;
	display:block;
	font-size:0.9em;
	background:#fdc000;
	border-left:1px solid #888888;
	border-right:1px solid #888888;
	display:none;
	overflow:hidden;
}

#topmenu ul li.m2 ul {
	width:189px;
}

#topmenu ul li.m3 ul {
	width:189px;
}

#topmenu ul li:hover ul,
#topmenu ul li.hover ul {
	display:block;
}

#topmenu ul ul li {
	width:100%;
	clear:both;
	text-align:left;
	line-height:normal;
	background:none !important;
	border-top: 1px dotted #888888;
}

#topmenu ul ul li.last {
	width:100%;
	clear:both;
	text-align:left;
	line-height:normal;
	background:none !important;
	border-bottom: 1px solid #888888;
}

#topmenu ul ul li a {
	padding:7px 10%;
	width:80%;
	height:auto;
	background:none;
	color: #333333;
}

#topmenu ul ul li a:hover {
	background:#fed249;
}

#bannertag {
	float: right;
	margin-right: 80px;
	width: 660px;
}

#bannertag img {
	float: right;
}

#leftcolumn {
	float: left;
	width: 160px;
	margin-top: 20px;
}

#leftcolumn a {
	color: #0066CC;
}

#leftcolumn a:hover {
	color: #000000;
	text-decoration: underline;
}

#content {
	margin-left: 175px;
	/*margin-right: 416px;*/
	margin-right: 326px;
	margin-top: 20px;
	background-color: #FFFFFF;
	border: 1px solid #e2e3de;
	padding: 15px;
	min-height: 610px;
}

#inner_content {
	min-height: 590px;
	margin-left: 175px;
	margin-top: 20px;
	background-color: #FFFFFF;
	border: 1px solid #e2e3de;
	padding: 15px;
}

.ribbon {
	background: url('../images/wraparound.png') no-repeat; 
	width: 218px; 
	height: 38px; 
	margin-left: -26px; 
	padding: 5px 0px 0px 26px; 
	color: #FFFFFF; 
	font-size: 16px;
}

#rightcolumn {
	float: right;
	/*width: 376px;*/
	width: 276px;
	margin-top: 20px;
	background-color: #ede1ce;
	border: 1px solid #e2e3de;
	padding: 15px;
}

a.newslink {
	color: #0066CC;
}

a.newslink:hover {
	text-decoration: underline;
}

.profile {
	float: left;
	padding: 0px 20px 10px 0px;
}

ul.servicelist {
	margin-left: 20px;
}

ul.servicelist li {
	list-style: none;
}

/*
ul.people li {
	display: inline;
	list-style: none;
	padding-right: 14px;
}

ul.people li.mid {
	padding-right: 19px;
}

ul.people li.last {
	padding-right: 0px;
}
*/
.gallery{
	padding:0 0 10px 0;
	margin:0;
	float:left;
}

.gallery li{
	list-style:none;
	padding:0;
	margin-left:12px;
	margin-bottom:6px;
	display:inline;
	float:left;
	width: 90px;
}

.gallery li a{
	padding: 4px;
	float:left;
	display:block;
	height: 180px;
}

.gallery li a:hover {
	background-color: #e6ca9c;
}

.gallery li a img{
	float:left;
}

.gallery_partner{
	padding:0 0 10px 0;
	margin:0;
	float:left;
}

.gallery_partner li{
	list-style:none;
	padding:0;
	margin-left:12px;
	margin-bottom:6px;
	display:inline;
	float:left;
	width: 100px;
}

.gallery_partner li a{
	padding: 4px;
	float:left;
	display:block;
	height: 180px;
}

.gallery_partner li a:hover {
	background-color: #e6ca9c;
}

.gallery_partner li a img{
	float:left;
}

ul.sidelist {
	margin-bottom: 20px;
}

ul.sidelist li {
	list-style: none;
}

ul.sidelist li a {
	padding: 4px 15px;
	color: #0066CC;
}

ul.sidelist li a:hover {
	background-color: #e6ca9c;
	text-decoration: none;
}


ul.sidelist li.subhead {
	font-weight: bold;
	margin-top: 10px;
}

ul.sidelist li.title {
	background: url('../images/wraparound.png') no-repeat; 
	width: 218px; 
	height: 38px; 
	margin-left: -26px;  
}

ul.sidelist li.title a {
	color: #FFFFFF; 
	font-size: 16px;
	height: 38px;
	line-height: 30px;
	padding: 0px 0px 0px 26px;
	display: block;
}

ul.sidelist li.title a:hover {
	background: url('../images/wraparound_over.png') no-repeat;
	/*background-color: #544c4c;*/
	text-decoration: none;
}

.footer, .push {
	clear: both;
	height: 4em;
}

.footer {
	margin-top: 20px;
	background-color: #000000;
	text-align: left;
	font-size: 12px;	
}

#bottomlinks {
	width: 961px;
	margin: 0 auto;
}

ul.sitemap {
	float: left;
	width: 490px;
	padding-top: 17px;
}

ul.sitemapby {
	float: right;
	width: 300px;
	padding-top: 17px;
	text-align: right;
}

ul.sitemapby li {
	display: inline;
	list-style: none;
	padding-right: 20px;
}

ul.sitemapby li.siteby {
	padding-right: 0px;
}

ul.sitemapby li.siteby a {
	color: #ea6227;
}

ul.sitemapby li a {
	color: #ebebd2;
}

ul.sitemap li {
	display: inline;
	list-style: none;
	padding-right: 20px;
}

ul.sitemap li.siteby {
	padding-right: 0px;
}

ul.sitemap li a {
	color: #ebebd2;
}

ul.sitemap li a:hover {
	text-decoration: underline;
}

/* form validation */
#validate_form label{
	display: block;
}

#validate_form input {
	width: 265px;
}

#validate_form input.submit {
	width: 103px;
}

#validate_form label.error {
	display: block;
	font-style: italic;
	font-weight: normal;
}

#validate_form label.error {
	color: red;
	border: 0px solid red;
}

#validate_form .error {
	color: red;
	border: 1px solid red;
}

#contact_form label{
	display: block;
}

#contact_form input {
	width: 265px;
}

#contact_form input.submit {
	width: 103px;
	float: left;
}

#contact_form label.error {
	display: block;
	font-style: italic;
	font-weight: normal;
}

#contact_form label.error {
	color: red;
	border: 0px solid red;
}

#contact_form .error {
	color: red;
	border: 1px solid red;
}