html{
	
}
body{
	font-family: arial;
	font-size: 12px;
	margin: 0px;
	background-color: #EBEBEB;
	color: #58585A;
	background-image: url(body.bg.jpg);
	background-repeat: repeat-x;
}
h1{
	margin: 5px 0px 10px 0px;
	font-size: 17px;
	color: #58585A;
	border-bottom: solid 1px;
}
h2{
	margin: 5px 0px -10px 0px;
	font-size: 14px;
	color: #58585A;
	clear: both;
}
h3{

}
h4{

}
h5{

}
h6{

}
a{
	color: #58585A;
	color: #F6B505;
	color: #F58423;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color: #F6B505;
	text-decoration: underline;
}
a img{
	border: none;
}
p{
	text-align: justify;
}
form{
	margin: 0px;
	padding: 0px;
}
input,select,textarea{
	padding: 2px;
	font-family: arial;
	font-size: 12px;
	border: solid 1px #ACACAC;
	color: #58585A;
}
input:focus,select:focus,textarea:focus{
	outline: solid 2px #FFDD77;
}
input[type=checkbox],input[type=radio]{
	border: none;
}
textarea{
	overflow: auto;
}
label{
	display: -moz-inline-stack;
	display: inline-block;
	width: 150px;
	margin-right: 20px;
	padding: 5px;
	vertical-align: top;
}
ul,ol,li{
	margin: 0;
	padding: 0;
}
li{
	list-style-type: none;
}

#glue{
	display: block;
	width: 1000px;
	margin: 0 auto;
	clear: both;
}
#parent{
	display: block;
	margin: 0 auto;
	width: 950px;
	background-color: #FFFFFF;
}

#header{
	position: relative;
	display: block;
	margin: 0 auto;
	width: 947px;
	height: 122px;
	background-image: url(header.bg.jpg);
	background-repeat: no-repeat;
}
#logo{
	margin: 5px 0px 0px 20px;
}
#searchform{
	position: absolute;
	left: 720px;
	top: 80px;
}

#mainnav{
	display: block;
	width: 616px;
	height: 14px;
	padding: 10px;
	margin: 0px 0px 5px 0px;
	background-image: url(mainnav.bg.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
#mainnav a{
	margin: 0px 1px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 11px;
}
#mainnav a:hover{
	text-decoration: none;
	color: #F6B505;
}
#maincontent{
	display: block;
	margin: 0 auto;
	width: 917px;
	padding: 5px;
}
#leftcol{
	float: left;
	margin-right: 10px;
	width: 271px;
}
#rightcol{
	float: left;
	width: 630px;
}
#footer{
	display: block;
	margin: 0 auto;
	padding: 10px 0px 0px 0px;
	width: 950px;
	color: #58585A;
	font-size: 10px;
}

#services{
	display: block;
	width: 271px;
	margin: 0px 0px 0px 0px;
	padding-top: 30px;
	background-image: url(services.bg.jpg);
	background-repeat: no-repeat;
}
#services ul{
	padding: 10px 0px 0px 0px;
}
#services ul li{
	margin: 0px 0px 0px 25px;
	list-style-type: none;
	list-style-image: url(li.bullet.gif);
	color: #2D2B2A;
}
#services ul li a{
	display: block;
	padding: 4px;
	text-decoration: none;
	color: #2D2B2A;
	vertical-align: -2px;
	font-weight: normal;
}
#services ul li a:hover{
	background-color: #F6B505;
}

#news{
	display: block;
	width: 271px;
	min-height: 270px;
	margin-top: 5px;
	background-color: #FFFFFF;
	background-image: url(news.bg.jpg);
	background-repeat: repeat-x;
}
#news p{
	display: block;
	width: 265px;
	margin-left: 10px;
}
#news p img{
	float: left;
}
#news p .news-date{
	float: left;
	clear: right;
	width: 175px;
	margin-left: 10px;
	color: #F58423;
	font-size: 11px;
	font-weight: bold;
}
#news p .news-article{
	float: left;
	width: 175px;
	margin: 5px 0px 15px 10px;
	color: #505052;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}
#news p .newslink{
	float: left;
	width: 180px;
	margin-top: 15px;
	color: #F58423;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.archivelink{
	text-decoration: none;
	font-weight: bold;
}

#news-specific{
	display: block;
	width: 610px;
	margin-left: 10px;
	text-align: justify;
}
#news-specific p{
	width: 100%;
}
#news-specific h2{
	margin-top: 15px;
	margin-bottom: 5px;
}
#news-specific ul,#news-specific li{
	margin: 15px;
	list-style-type: disc;
}
#news-specific img{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
#news-specific .news-date{
	float: left;
	clear: right;
	width: 490px;
	margin-left: 5px;
	margin-bottom: 10px;
	color: #F58423;
	font-size: 11px;
	font-weight: bold;
}
#news-specific .news-date-article{
	width: 600px;
	color: #F58423;
	font-size: 11px;
	font-weight: bold;
}
#news-specific .news-article{
	/*float: left;*/
	width: 400px;
	margin: 5px 0px 0px 5px;
	color: #505052;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}
#news-specific a{
	margin-left: 0px;
	color: #F58423;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.news-image-specific{
	float: left;
	margin: 0px 20px 5px 0px;
}
.news-title-specific{
	margin: 5px 0px 0px 0px;
	font-size: 17px;
	color: #58585A;
}
.news-date-specific{
	margin: 0px 0px 10px 0px;
	color: #F58423;
	font-size: 11px;
	font-weight: bold;
}
.news-article-specific{
	
}
div.news-article-specific p,div.news-article-specific h2{
	border: dashed 1px;
}
#newsarticle p{
	/*float: left;*/
}

#flash{
	display: block;
	margin-top: 5px;
	width: 634px;
	height: 262px;
}

#friend{
	margin: 10px 0px 0px 10px;
}
#friendform input{
	margin-bottom: 10px;
}
.submit{
	width: 20px;
	height: 21px;
	border: solid 1px #58585A;
	background-color: #58585A;
	background-image: url(btt.go.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#documents{
	display: block;
	width: 271px;
	min-height: 270px;
	margin-top: 5px;
	background-color: #FFFFFF;
	background-image: url(documents.bg.jpg);
	background-repeat: repeat-x;
}
#documents a{
	display: block;
	height: 25px;
	padding: 5px 0px 0px 25px;
	margin: 2px 0px 2px 10px;
	color: #F58423;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

#interviews{
	display: block;
	width: 271px;
	min-height: 150px;
	margin-top: 5px;
	background-color: #FFFFFF;
	background-image: url(documents.bg.jpg);
	background-repeat: repeat-x;
}
#interviews a{
	display: block;
	height: 25px;
	padding: 5px 0px 0px 0px;
	margin: 2px 0px 2px 0px;
	color: #F58423;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

.faqblock{
	margin: 0px 0px 20px 20px;
}

#frmcomment{
	background-color: #EBEBEB;
	padding: 10px;
	margin-top: 5px;
}
#frmcomment ul li{
	position: relative;
}
#frmcomment ul li .formhelp{
	position: absolute;
	top: 0px;
	left: 480px;
	padding: 5px;
	width: 150px;
	background-color: #FFDD77;
	border: solid 1px #58585A;
}
#frmcomment textarea,#frmcomment input[type=text]{
	width: 284px;
}
#messagesent{
	padding: 15px;
	background-color: #FFDD77;
}
#comments{
	padding: 10px;
}
#comments li{
	padding: 10px;
	margin: 10px 0px;
	background-color: #EBEBEB;
}
.comment-date{
	margin-right: 10px;
	color: #F58423;
	font-size: 11px;
	font-weight: bold;
}
.comment-person{
	font-weight: bold;
}
.comment-subject{
	display: block;
	padding: 5px 5px 5px 10px;
}
.comment-more{
	margin: 0px 0px 0px 15px;
}
.comment-fullcomment{
	display: block;
	padding: 10px;
	margin: 5px 0px 5px 15px;
	border-left: solid 3px;
	text-align: justify;
}

#frmcontact{
	background-color: #EBEBEB;
	padding: 10px;
	margin-top: 5px;
}
#frmcontact textarea,#frmcontact input[type=text]{
	width: 284px;
}

#cmscontent{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 30px 0px;
	text-align: justify;
}
#cmscontent ul li{
	list-style-type: disc;
	margin-left: 20px;
}
#cmscontent ol li{
	list-style-type: decimal;
	margin-left: 20px;
}
#cmscontent img{
	float: left;
	margin: 10px;
}

.contactplaque{
	display: block;
	width: 600px;
	margin: 0px 10px;
	padding: 10px;
	border: solid 1px #EAEAEA;
	background-color: #F9F9F9;
}
.contactplaque h3{
	display: inline-block;
	display: -moz-inline-stack;
	width: 200px;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	font-size: 12px;
}
.contactplaque b{
	display: inline;
	width: 400px;
	color: #F6B505;
	margin-bottom: 5px;
	font-weight: normal;
}
.contactplaque .contactlink{
	display: block;
	margin-top: 10px;
}
.contactplaque .contacttel{
	background-image: url(icon.tel.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-left: 200px;
}
.contactplaque .contactemail{
	background-image: url(icon.email.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-left: 30px;
}

#searchresults ul li{
	margin-bottom: 10px;
}
#searchresults ul li a{
	text-decoration: none;
}
#searchresults h2{
	margin: 20px 0px 5px 0px;
}
.searchlink{
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
}
.searchsummary{
	display: block;
	margin-left: 20px;
	font-size: 11px;
}
.searchsummary b{
	color: #F6B505;
}

.homepageh1{
	margin-top: 50px;
	font-weight: normal;
	text-transform: uppercase;
}
.bigtext{
	display: block;
	font-size: 18px;
	font-weight: bold;
	/*color: #000000;*/
}

#sitemap{
	background-color: #EBEBEB;
	padding: 10px;
	margin-top: 5px;
}
dl{
	
}
dl dd{
	margin-bottom: 30px;
}
dt{
	margin: 5px;
	padding: 3px;
	background-color: #E4E4E4;
	border: solid 1px #DEDEDE;
}
dl dd dl dd{
	margin: 5px 5px 5px 30px;
	padding: 3px;
	background-color: #E4E4E4;
	border: solid 1px #DEDEDE;
}
dt a,dl dd dl dd a{
	display: block;
}
dt:hover,dl dd dl dd:hover{
	background-color: #DEDEDE;
}
dt a:hover,dl dd dl dd a:hover{
	font-weight: bold;
	color: #58585A;
	/*background-color: #F6B505;*/
}
dt a,dd a{
	text-decoration: none;
	padding: 3px;
}
.dataheading{
	margin-bottom: -5px;
	font-size: 13px;
	font-weight: bold;
	border-bottom: solid 2px #58585A;
}

#footnotes{
	margin-top: 30px;
	font-size: 10px;
	border-top: solid 1px;
}
#footnotes b{
	font-size: 11px;
}	

#frmwomencontact{
	background-color: #EBEBEB;
	padding: 10px;
	margin-top: 5px;
}
#frmwomencontact textarea,#frmwomencontact input[type=text]{
	width: 284px;
}
#frmwomencontact ul,#frmwomencontact li{
	margin: 0;
	padding: 0;
}
#frmwomencontact ul li{
	list-style-type: none;
}

.label-title{
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: solid 1px;
}
.imghover:hover{
	cursor: pointer;
}
.message{
	font-size: 13px;
	padding-left: 20px;
	font-weight: bold;
}
.nolabel{
	margin-left: 180px;
	width: 290px;
}
.helparrow{
	position: absolute;
	top: 0px;
	left: -11px;
}
.hidden{
	display: none;
	visibility: hidden;
}

/*PNGTAGS{
	behavior: url('resources/iepngfix.htc')
}*/

* html ul li a {
   height:1em;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}