body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	background: #ABB5AB;
	text-align: center;
}
html, body {
	min-height: 100%;
	height: 100%;
}
html, * {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
}

fieldset {
	padding: 15px;
}
legend {
	padding: 0 15px;
}

#wrapper {
	width: 960px;
	background: #fff;
	text-align: left;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
}
#wrapper .maininner {
	padding: 40px 55px;
}
h1.logo {
	height:43px;
	overflow: hidden;
	margin:0 0 15px 0;
}
h1.logo a {
	background:transparent url(../images/logo.gif) no-repeat scroll 0 0;
	display:block;
	height:0 !important;
	margin:0 0 15px 0;
	overflow: hidden;
	padding-top:43px;
	width:285px;
}

#menu {
	position: absolute;
	z-index: 5;
	width: 850px;
	height: 5em;
	overflow: hidden;
}
#menu ul {
	list-style: none;
	width: 990px;
}
#menu ul li {
	display: block;
	float: left;
	margin: 0 2px 0 0;
}
#menu ul li.last {
	margin: 0;
}
#menu ul li ul {
	position: absolute;
	background: #ABB5AB;
	visibility: hidden;
	left: 0;
	height: 3em;
	width: 849px;
}
#menu ul li ul li a {
	background: #ABB5AB;
	color: #ffffff;
	margin: 2px 0 0 0;
}
#menu ul li ul li a:hover {
	color: #701471;
}
#menu ul li ul li a.subover {
	color: #701471;
}
#menu ul li a.over {
	color: #701471;
}
#menu ul li ul li a.over {
	
}
#menu ul li ul.over {
	visibility: visible;
}
#menu a {
	display: block;
	padding:  5px 5px;
	font-size: 13px;
	text-decoration: none;
	color: #ABB5AB;
}
#menu a:hover {
	background: #ABB5AB;
	color: #ffffff;
}
#menu a.over {
	background: #ABB5AB;
}

#menu li.last a {
	padding:  5px 11px!important;
}

/* search */

#search {
	position: absolute;
	top: 15px;
	right: 0;
	width: 905px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ABB5AB;
	text-align: right;
}
#search .inner {
	padding: 20px 55px 20px 0;
}
#search .smallogo {
	background: transparent url('../images/logo-small.gif') no-repeat scroll center right;
	width: 42px;
	height: 45px;
	float: right;
}
#search input {
	padding: 0 2px;
	height: 22px;
	line-height: 22px;
	margin: 0 26px 0 0;
	border: 1px solid #ccc;
}
#search input.submit {
	padding: 0;
	margin: 0;
	height: 24px;
	width: 24px;
	line-height: 24px;
	border: none;
	cursor: pointer;
	background:	transparent url('../images/search-go.gif') no-repeat scroll center;
	position: absolute;
	right: 0;
	top: 0;
	#top: 1px;
}
#search form {
	display: block;
	float: right;
	margin: 16px 10px 0 0;
}
#search label {
	
}

/* home */

#home {
	margin: 75px 0 0 0;
}

#home .left {
	width: 547px;
	float: left;
	padding-right: 5px;
	overflow: hidden;
	border-right: 1px solid #ABB5AB;
}
#home .right {
	width: 290px;
	float: right;
	overflow: hidden;
}

#home h1#welcome {
	width: 523px;
	color: #aab4a9;
	padding: 0 0 0 0;
	font-size: 21px;
	font-weight: normal;
	margin: 0 0 15px 0;
}
#home #mainbox {
	width: 503px;
	height: 355px;
	padding: 30px 20px;
	overflow: hidden;
	background: transparent url('../images/home-main-bottom.jpg') no-repeat scroll 0 0;
	color: #aab4a9;
}
#home #mainbox h1 {
	width: 250px;
	margin: 0 0 10px;
	font-weight: normal;
	color:#666666;
}
#home #mainbox a {
	/*color: #aab4a9;*/
	color:#666666;
	text-decoration: none;
	display: block;
	margin: 0 0 20px;
	font-size: 13px;
}
#home #mainbox p {
	width: 230px;
	/*color: #aab4a9;*/
	color:#666666;
	margin: 0 0 10px 0;
}
#home .strap {
	font-size: 15px!important;
	font-weight: normal;
}

#home .inner {
	padding: 10px 30px 10px 0;
	color: #aab4a9;
	min-height: 405px;
}
#home .inner h1 {
	color: #aab4a9;
	margin: 0 0 10px;
	width: 240px;	
	font-weight: normal;
}
#home .inner p {
	color: #aab4a9;
	margin: 0 0 10px 0;
	font-size: 13px;
}
#home .inner a {
	color: #aab4a9;
}

/* feature box */

.feature-box {
	background: transparent;
	width: 290px;
	height: 98px;
	margin: 0 0 7px 0;
	overflow: hidden;
}
.feature-box img {
	display: block;
}
.feature-box a {
	display: block;
	float: right;
	text-decoration: none;
}
#home .feature-box a.more {
	margin: 10px 0 0;
}

.feature-box h1 {
	padding: 8px 10px;
	font-size: 18px!important;
	color: #fff!important;
	margin: 0!important;
	font-weight: normal!important;
}
.feature-box a.more {
	display: block;
	padding: 0 10px!important;
	color: #fff!important;
	float: none;
}
/*
.feature-box a {
	display:block;
	height:0 !important;
	overflow: hidden;
	padding-top:100px;
	width:290px;
}

#feat2 a {
	background: transparent url('../images/feature-2.jpg') no-repeat scroll 0 0;
	display:block;
	height:0 !important;
	overflow: hidden;
	padding-top:100px;
	width:290px;
}
#feat3 a {
	background: transparent url('../images/feature-3.jpg') no-repeat scroll 0 0;
	display:block;
	height:0 !important;
	overflow: hidden;
	padding-top:100px;
	width:290px;
}
#feat4 a {
	background: transparent url('../images/feature-4.jpg') no-repeat scroll 0 0;
	display:block;
	height:0 !important;
	overflow: hidden;
	padding-top:100px;
	width:290px;
}
*/

/* footer */

#footer {
	margin: 20px 0 0 0;
}
#footer #strap {
	float: left;
	width: 200px;
}
#footer #strap h1 {
	font-size: 16px;
	color: #ABB5AB;
	font-weight: normal;
}
#footer #footer-menu {
	float: right;
	width: 650px;
	padding: 5px 0 0 0;
	text-align: right;
	color: #ABB5AB;	
}

#footer #footer-menu a {
	color: #ABB5AB;
	text-decoration: none;
	text-transform: uppercase;
}

/* home */

#subpage {
	margin: 80px 0 0 0;
}

#subpage .left {
	width: 500px;
	float: left;
	overflow: hidden;
}
#subpage .right {
	width: 330px;
	height: 397px;
	float: right;
	overflow: hidden;
}

/*#subpage h1, #subpage h2, #subpage h3, #subpage h4, #subpage h5 {
	font-weight: normal;
	color: #ABB5AB;
	margin: 0 0 15px 0;
}*/

#subpage h1, #subpage h2, #subpage h4, #subpage h5 {
	font-weight: normal;
	color: #ABB5AB;
	margin: 0 0 15px 0;
}

#subpage h1 {
	font-size: 21px;
}
#subpage h2 {
	font-size: 18px;
	font-weight:bold;
	color:#000000;
}

#subpage h3 {
	font-size: 15px;
	margin: 0 0 5px 0;
	font-weight:bold;
	color:#000000;
}

#subpage p {
	margin: 0 0 10px 0;
	font-size: 12px;
	line-height: 150%;
}
#subpage a {
	text-decoration: none;
	color: #ABB5AB;
}

#subpage a.blocklink {
	display: block;
	width: auto;
	font-size: 15px;
	margin: 10px 0 30px 0;
}
#subpage .ssearch {
	border-right: 1px solid #ABB5AB;
	height: auto!important;
	min-height: 400px;
	height: 400px;
}
#subpage .ssearch input {
	width: 350px;
	height: 20px;
	float: left;
	margin: 0 10px 0 0;
}
#subpage .ssearch input.submit {
	width: 25px;
	height: 24px;	
	float: left;
}

#subpage .sresults {
	position: relative;
	padding: 30px 0;
}
#subpage .sresults a {
	padding-right: 10px;
	width: 140px;
	display: block;
	color: #000000;
	background: transparent url('../images/arrow-small.gif') no-repeat scroll 100% center;
}
#subpage .sresults a:hover {
	color: #7D2F7E;
}

#subpage .sresults #pagination {
	position: absolute;
	bottom: 0;
}
#subpage .sresults #pagination a {
	color: #ABB5AB;
	padding-right: 0;
	width: 0;
	display: inline;
	background: none;
}
#subpage .sresults #pagination a:hover {
	color: #7D2F7E;
}
#subpage .sresults h2 {
	margin: 0 10px 10px;
}
#subpage .sresults ul {
	list-style: none;
	margin: 0 10px;
}

/* small feature panels */

#footer-panels {
	width: 880px;
	overflow: hidden;
}

#footer-panels .feature-box {
	background: #ABB5AB;
	width: 210px;
	height: 70px;
	float: left;
	margin: 7px 3px 0 0;
	padding: 0;
	overflow: hidden;
}
#footer-panels .feature-box h1 {
	font-size: 12px!important;
	width: 100px;
}
.box1 {
	background: #711371!important;
}

.box2 {
	background: #6a6b65!important;
}

.box3 {
	background: #59a38c!important;
}

.box4 {
	background: #8f7578!important;
}

/* services */

#subpage div.items {
	width: 350px;
	float: left;
}
#subpage div.items a {
	display: block;
	font-size: 21px;
	color: #ABB5AB;
	text-decoration: none;
	padding-right: 20px;
	background: transparent url('../images/arrow-right.gif') no-repeat scroll 90% center;
}
#subpage div.items a:hover {
	color: #7D2F7E;
}
#subpage div.items a.over {
	color: #7D2F7E;
	background: transparent url('../images/arrow-down.gif') no-repeat scroll 90% center;
}
#subpage div.items ul {
	margin: 10px 0 20px 15px;
	list-style: none;
}
#subpage div.items ul a {
	display: block;
	font-size: 13px;
	color: #7D2F7E;
	background: none;
}
#subpage div.items ul a:hover {
	color: #000000;
}
#subpage div.items ul li.find a {
	color: #000000;
	margin: 20px 0 0 0;
}
#subpage div.items ul li.find a:hover {
	color: #7D2F7E;
}

#subpage .withicons {
	position: relative;
	min-height: 390px;
	height: auto!important;
}
	
#subpage #icons {
	position: absolute;
	bottom: 0;
}
#subpage #icons a {
	display: block;
	float: left;
	width: auto;
	font-size: 13px;
	color: #000000;
	margin: 0 10px 0 0;
}
#subpage #icons a:hover {
	color: #701471;
}
#subpage #icons #ico-pdf {
	padding: 0 0 0 18px;
	background: transparent url('../images/ico-pdf.gif') no-repeat scroll left center; 
}
#subpage #icons #ico-email {
	padding: 0 0 0 18px;
	background: transparent url('../images/ico-email.gif') no-repeat scroll left center; 
}
#subpage #icons #ico-print {
	padding: 0 0 0 18px;
	background: transparent url('../images/ico-print.gif') no-repeat scroll left center; 
}
#subpage #icons #ico-back {
	padding: 0 10px 0 0;
	background: transparent url('../images/arrow-small.gif') no-repeat scroll right center; 
}

/* person view page */

#subpage #person {
	font-size: 13px;
}
#subpage #person #person-details {
	position: relative;
}
#subpage #person #person-image {
	margin: 0 20px 20px 0;
	float: left;
}
#subpage #person #pName {
	font-size: 21px;
	color: #701471;
	margin: 0;
}
#subpage #person #pSec {
	font-size: 21px;
	color: #701471;
}
#subpage #person a {
	color: #000000;
}
#subpage #person a:hover {
	color: #701471;
}
#subpage #person .details {

}
#subpage #person .details ul {
	list-style: none;
	margin: 0 0 0 120px;
}
#subpage #person .fixed {
	width: 110px;
	float: left;
	color: #ABB5AB;
}
#subpage #person .back {
	position: absolute;
	bottom: 33px;
	right: 60px;
}
#subpage #person .back a {
	padding-right: 10px;
	width: 150px;
	display: block;
	color: #000000;
	background: transparent url('../images/arrow-small.gif') no-repeat scroll 100% center;
}
#subpage #person .back a:hover {
	color: #7D2F7E;
}
#subpage #person #spec {
	width: 350px;
	float: left;
}
#subpage #person #con {
	width: 340px;
	float: left;
}
#subpage #person #con .fixed {
	width: 45px;
}

#subpage #person #person-table {
	
}
#subpage #person #person-table .tab {
	width: 212px;
	height: 20px;
	overflow: hidden;
	text-align: center;
	display: block;
	float: left;
	background: transparent url('../images/person-tab.gif') no-repeat scroll 0 0;
	font-size: 11px;
	color: #ffffff;
	padding-top: 7px;
	cursor: pointer;
}
#subpage #person #person-table .over {
	background: transparent url('../images/person-tab-over.gif') no-repeat scroll 0 0;
}
#subpage #person #person-table .last {
	background-position: right;
}
#subpage #person #person-table .twoline {
	padding-top: 0;
	height: 27px;
	background-position: right;
}

#subpage #person #person-table a {
	color: #ffffff;
}
#subpage #person #person-table a:hover {
	color: #7D2F7E;
}
#subpage #person #person-table .over a {
	color: #7D2F7E;
}

#subpage #person #person-table #tab-details {
	background: transparent url('../images/person-tab-bg.gif') repeat scroll 0 bottom;
	clear: both;
	min-height: 13em;
}
#subpage #person #person-table #tab-details p {
	line-height: 19px;
	margin: 0 10px;
}


input {
}
input.submit {
	padding: 0;
	height: 25px;
	width: 24px;
	border: 0;
	cursor: pointer;
	line-height: 25px;
	background:	transparent url('../images/search-go.gif') no-repeat scroll bottom;
}

input.radio {
	width: 15px!important;
	display: inline;
}
label.overlabel {
	color:#999;
}
label.overlabel-apply {
	position:absolute;
	top:3px;
	left:5px;
	z-index:1;
	color:#999;
	font-size: 12px;
	font-weight: normal;
	padding: 4px 0 0 0;
}
div.overlabel-wrapper {
	position: relative;
}

/* search results */

#search-results {
	
}


#search-results h1 {
	font-weight: normal;
	color: #ABB5AB;
	margin: 0 0 15px 0;
}
#search-results h1 {
	font-size: 21px;
}
#search-results h3 {
	font-size: 15px;
	margin: 0 0 0 0;
}
#search-results p {
	margin: 0 0 0 0;
	font-size: 12px;
	line-height: 150%;
}
#search-results p.url {
	margin: 0 0 15px 0;
	color: #ABB5AB;
}
#search-results a {
	text-decoration: underline;
	color: #ABB5AB;
}

#search-results .highlight {
	background: #ABB5AB;
	color: #fff!important;
}

/* downloads */

#downloads {
	
}

#downloads h3 {
	font-size: 15px;
	margin: 0 0 0 0;
}
#downloads p {
	margin: 0 0 0 0;
	font-size: 12px;
	line-height: 150%;
}
#downloads li {
	margin: 0 0 10px 0;
}

/* Q AND A */

#questions {
	padding: 15px 30px;
}

#questions ol {
	margin: 0 0 20px 20px;
	color: #ABB5AB;
}

#questions h3 {
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: normal;
	font-size: 15px;
}

#questions .answer {
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px 0;
}
#questions p.top {
	text-align: right;
}

#contact {
	
}
#contact .left {
	width: 340px;
}
#contact .right {
	width: 510px;
	float: left;
}
#contact fieldset {
	padding: 20px;
	position: relative;
}
#contact legend {
	padding: 0 10px;
	font-size: 13px;
	color: #ABB5AB;
}
#contact label {
	display: block;
}
#contact input {
	display: block;
}
#contact textarea {
	height: 4em;
	width: 200px;
}
#contact .leftcol {
	width: 200px;
	float: left;
	margin: 10px 0 0 0;
}
#contact .rightcol {
	width: 200px;
	float: right;
	margin: 10px 10px 0 0;
}
#contact .red {
	color: Red;
}

ul#sitemap {
	margin: 20px 0 20px 30px!important;
}
ul#sitemap ul {
	margin: 0 0 0 30px!important;
}
ul#sitemap a {
	font-size: 14px!important;
	line-height: 18px!important;
	color: #000!important;
}

#news {
	
}

#news .item {
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
	margin: 0 0 10px;
}
#news .item h1 {
	margin: 0!important;
}
#news .item .date {
	color: #ABB5AB!important;
}

br {
	clear: both;
}

/* other */

.clear {
	clear: both;
	height: 1%!important;
	height: 1px!important;
}
.space {
	padding: 0 5px;
}
.bold {
	font-weight: bold;
}

a.button {
	display: block;
	padding: 5px;
	height: 18px;
	line-height: 18px;
	color: #fff!important;
	background: #701471;
	text-align: center;
	width: 150px;
}

#news-feed
	{
	float:left;
	width:828px;
	margin:10px 0px;
	padding:10px;
	border:1px solid #DDE1DD;
	}

#news-top
	{
	float:left;
	width:828px;
	height:30px;
	}

#news-item
	{
	width:266;
	float:left;
	padding:5px;
	margin:0;
	}

#news-item p
	{
	width:256px;
	float:left;
	padding:0 10px 0 0;
	margin:0;
	color: #8B988B;
	font:normal 0.9em Arial, Helvetica, sans-serif;
	}

#news-item h3
	{
	
	font:normal 1.1em Arial, Helvetica, sans-serif;
	}
	
#news-item h4
	{
	color:#888;
	font:normal 0.9em Arial, Helvetica, sans-serif;
	}
	
#news-item a
	{
	color:#666;
	text-decoration:underline;
	}
	
#news-item a:hover
	{
	color:#666;
	text-decoration:none;
	}

#news-logo
	{
	float:left;
	width:90px;
	padding:0 0 0 5px;
	height:23px;
	}

#news-cap
	{
	float:right;
	text-align:left;
	color: #ABB5AB;
	padding-top:5px;
	width:733px;
	font:normal 1.1em Arial, Helvetica, sans-serif;
	}
		
#news-cap a
	{
	color: #444;
	text-decoration:underline;
	
	}
	
#news-cap a:hover
	{
	color: #ABB5AB;
	text-decoration:none;
	}