/* CSS Document */

body {
	background: #453f3f;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
}
a, a:visited, a:active {
	outline: none;
	color: #C90000 ;
}
a:hover, a:focus {
	outline: none;
	color: #C90000 ;
	text-decoration: none;
}
#container {
	width: 980px;
	position: relative;
	margin-left:auto;
	margin-right: auto;
	height: 0px;
}
#container2 {
	width: 950px;
	background: url(images/main_content_bg_repeat_y.jpg) repeat-y;
	float: left;
	padding: 0 15px;
}



/**************************************** HEADER ****************************************/
#header {
	width: 950px;
	height: 130px;
	float: left;
	background: #ffffff;
}
#logo {
	background-image:url(images/logo.jpg);
	background-repeat:no-repeat;
	height: 100px;
	width: 500px;
	float: left;
}
#logo h1 {
	height: 100px;
	width: 500px;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
#logo h1 a {
	display: block;
	width: 500px;
	height: 100px;
}
#logo span {
	display:none;
}
#headText {
	float: right;
	height: 20px;
	width: 275px;
	text-align: right;
	padding: 5px 10px 0 0;
	color: #594d4d;
}
#headText p {
	margin: 0 0 8px;
	padding: 0;
}	
#phone_number{
	display:block;
	position:relative;
	width:350px;
	float:right;
	text-align:right;
	padding-right:10px;
	font-size: 12px;
	color: #C90000;
	font-weight: bold;
}
#navigation {
	height: 25px;
	width: 950px;
	float: left;
	background: #C90000 ;
	margin-top: 5px;
}
#feature_area{
	width: 930px;
	padding: 5px;
	margin: 10px 5px 0;
	background: #453f3f;
	display: block;
	float: left;
}
#image{
	float: left;
	width: 620px;
	height: 290px;
	overflow: hidden; 
}
#quote{
	width: 271px;
	background: url(images/testimonials_bg_repeat_x.jpg) repeat-x bottom #6a6464;
	padding: 30px 12px;
	float: right;
	height: 230px;
	color: #fff;
	font-size: 12px;
	overflow: hidden;
}
.quoteImg {
	padding: 18px 0 0 13px;
	width: 258px;
	background: url(images/openquote.png) top left no-repeat;
}
.quoteImg h3 {
	padding: 0 8px 12px 0;
	margin: 0;
	font-size: 16px;
	background: none /*url(images/closedquote.png) bottom right no-repeat*/;
	display: block;
}
.quoteImg ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: none;
}
.quoteImg ul li {
	background: none;
}

/**************************************** Front Content ****************************************/

#content {
	float: left;
	width: 930px;
	background: #fefefe url(images/inner_containt_bg_repeat_x.jpg) bottom repeat-x;
	padding: 20px 10px 10px;
}
#left {
	float: left;
	width: 585px;
	min-height: 156px;
	padding: 15px;
	background: #fff;
	border: 1px solid #bcb8b8;
}
h2.frontTitle {
	background: url(images/welHead.gif) top left no-repeat;
	height: 47px;
	margin: 0;
	padding: 0;
}
h2.frontTitle span {
	display: none;
}
.frontDesc {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5;
}

#right {
	float: right;
	width: 300px;
}
#contact_box {
	border: 1px solid #bcb8b8;
	background: #fff;
	width: 268px;
	padding: 15px;
}
#status {
	border: 1px solid #999595;
	width: 298px;
	height: 56px;
	text-align: center;
	background: #bcb8b7;
	margin-top: 7px;
	padding: 8px 0;
}
#column_wrapper{
	width:930px;
	margin:0 auto;
	padding: 6px 0 0 0;
}
#column_header{
	background:url(images/column_headers.png)  no-repeat;
	width:930px;
	height:9px;
	float:left;
	display:block;
}
#column_body{
	background:url(images/column_repeat_y.png) repeat-y;
	width:930px;
	height:auto;
	float:left;
}
.column1, .column2, .column3 {
	z-index:4;
	float:left;
	min-height:200px;
	padding:0 16px 10px;
	color:#000;
}
.column1 {
	width: 271px;
}
.column2 {
	margin:0 11px 0 9px;
	width: 274px;
}
.column3 {
	width: 269px;
}
.newsTitle  {
	background: url(images/newsHead.gif) 50% 10px no-repeat;
	height: 57px;
	margin: 0;
	padding: 0;
}
.eventsTitle  {
	background: url(images/eventsHead.gif) 50% 10px no-repeat;
	height: 40px;
	margin: 0;
	padding: 0;
}
.testsTitle  {
	background: url(images/testHead.gif) 50% 10px no-repeat;
	height: 57px;
	margin: 0;
	padding: 0;
}
.newsTitle span, .eventsTitle span, .testsTitle span {

	display: none;
}
.colDesc {
	line-height: 1.4;
}
.colDesc p {
	padding: 0;
	margin: 0 0 12px 0;
}
.colDesc ul.rss {
	list-style: none;
	margin: 0;
	padding: 0;
}
.colDesc ul.rss li {
	margin: 0 0 17px 0;
	padding: 0 0 0 16px;
	background: url(images/red_square.gif) 0px 7px no-repeat;
}
.colDesc ul.rss li strong a, .colDesc ul.rss li strong a:visited, .colDesc ul.rss li strong a:active {
	font-size: 14px;
	color: #000;
	text-decoration: none;
}
.colDesc ul.rss li strong a:hover, .colDesc ul.rss li strong a:focus {
	font-size: 14px;
	color: #C90000 ;
	text-decoration: none;
}
.colDesc ul.rss li a, .colDesc ul.rss li a:visited, .colDesc ul.rss li a:active {
	text-decoration: none;
}
.colDesc ul.rss li a:hover, .colDesc ul.rss li a:focus {
	text-decoration: underline;
}
.colDesc ul.up_events {
	list-style: none;
	margin: 0;
	padding: 0;
}
.colDesc ul.up_events li {
	margin: 0;
	padding: 0;
}
.colDesc ul.up_events li a, .colDesc ul.up_events li a:visited, .colDesc ul.up_events li a:active {
	font-size: 14px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.colDesc ul.up_events li a:hover, .colDesc ul.up_events li a:focus {
	font-size: 14px;
	color: #C90000 ;
	text-decoration: none;
}
.colDesc ul.up_events li span.up_events_date {
	font-size: 14px;
	color: #C90000 ;
	float: left;
	display: block;
	width: 64px;
	height: 19px;
	margin: 17px 7px 0 0;
	background: url(images/ln.gif) right center no-repeat;
}
ul#tests {
	margin: 0;
	padding: 0;
	list-style: none;
}







#column_footer{
	background:url(images/column_footer.png) no-repeat bottom;
	width:930px;
	height:8px;
	float:left;
}



/**************************************** Article Content ****************************************/
#artContent {
	float: left;
	width: 898px;
	padding: 10px 15px 16px;
	background: #fff;
	border: 1px solid #999596;	
	min-height: 350px;
}
#breadcrumbs {
	float: right;
	background: #fefefe;
	width: 870px;
	line-height: 10px;
	padding: 10px 40px 0 40px;
	text-align: right;
	text-transform: lowercase;
	font-size: 10px;
	color: #b5b4a4;
}
#breadcrumbs a, #breadcrumbs a:visited, #breadcrumbs a:active{
	text-decoration: none;
	color: #b5b4a4;
}
#breadcrumbs a:hover, #breadcrumbs a:focus{
	text-decoration: none;
	color: #47403B;
}
h1.artTitle {
	font-size: 24px;
	color: #000000;
	padding: 0 0 15px 0;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
.artDesc {
	padding: 0;
	line-height: 1.4;
}
.summaryPageTitle {
	margin: 0;
	font-weight: bold;
}
.summaryPageDescription {
	margin: 0;
}
.searchDesc h1{
	display: none;
}
#summ_cont2 {
 	margin: 0 0 25px;
}
/**************************************** Footer ****************************************/

.clear{
	clear: both;
}    
#footer {
	float: left;
	width: 930px;
	padding: 15px 10px 8px;
	background: #fff url(images/footer_bg_repeat_x.jpg) repeat-x;
	font-size: 10px;
	color: #838383;
	text-align: left;
}
#footer p {
	margin: 0;
	padding: 0;
}
#footer img {
	border: none;
}
#footer a, #footer a:visited, #footer a:active{
	text-decoration: underline;
	color: #838383;
}
#footer a:hover, #footer a:focus{
	text-decoration: none;
	color: #C90000 ;
}  
#inner_footer_wrapper {
	background: #fff url(images/footer_bg_ln.gif) bottom left repeat-x;
	float: left;
	padding: 0 14px;
	width: 902px;
}
#left_footer{
	float: left;
	width: 421px;
	text-align: left;
	padding-bottom: 5px;
}
#footer_logo{
	width: 60px;
	height: 60px;
	background: #fff url(images/narha.gif) bottom left no-repeat;
	float: left;
	display:none;
}
#footer_logo h3 {
	width: 60px;
	height: 55px;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
#footer_logo h3 a {
	display: block;
	width: 60px;
	height: 55px;
}
#footer_logo span {
	display:none;
}
#right_footer{
	float: right;
	width: 421px;
	text-align: right;
	padding-bottom: 5px;
}
#follow {
	padding: 4px 0;
}
#page_closer{
	background: url(images/main_content_footer.jpg) no-repeat;
	height: 30px;
	width:980px;
	float: left;
	padding-top: 15px;
	text-align: center;
	color: #ffffff;
	font-size: 10px;
}
#page_closer a, #page_closer a:visited, #page_closer a:active{
	text-decoration: underline;
	color: #fff;
}
#page_closer a:hover, #page_closer a:focus{
	text-decoration: none;
	color: #fff;
} 

#content.special{
	padding-top: 0;
}
#template-header, #template-footer{
	display:block;
	float:left;
	height:25px;
	width:930px;
}
#template-header.both{
	background: url(images/3-col-header.gif) no-repeat;
}
#template-header.left{
	background: url(images/left-nav-header.gif) no-repeat;
}
#template-header.right{
	background: url(images/right-boxes-header.gif) no-repeat;
}

#template-footer.both{
	background: url(images/3-col-footer.gif) no-repeat;
}
#template-footer.left{
	background: url(images/left-nav-footer.gif) no-repeat;
}
#template-footer.right{
	background: url(images/right-boxes-footer.gif) no-repeat;
}
#inner_content.left{
	padding-top: 0;
	background: url(images/left-nav-body.gif) repeat-y;
	float:left;
	width:930px;
}
#inner_content.right{
	padding-top: 0;
	background: url(images/right-boxes-body.gif) repeat-y;
	float:left;
	width:930px;
}
#inner_content.both{
	padding-top: 0;
	background: url(images/3-col-body.gif) repeat-y;
	float:left;
	width:930px;
}


#sidebar{
	width:130px;
	min-height:450px;
	float:left;
	padding:10px;
	color: black;
}
#sidebar ul{
	padding:0;
	margin:0;
	list-style: none;
	border-bottom: 1px solid #eaeaea;
}
#sidebar li{
	padding: 7px 3px;
	margin: 0;
	font-size: 12px;
	border-top: 1px solid #eaeaea;
}
#sidebar li ul{
	padding: 0;
	margin:  4px 0 0 15px;
	border: none;
}
#sidebar li li{
	padding: 4px 0;
	margin: 0;
	font-size: 11px;
	border: none;
}
#sidebar li a, #sidebar li a:visited, #sidebar li a:active {
	text-decoration: none;
	color: #C90000 ;
}
#sidebar li a:hover, #sidebar li a:focus {
	text-decoration: underline;
}

#sidebar li#parent {
	color:#C90000 ;
	font-size:15px;
	font-weight:bold;
	letter-spacing:-1px;
	padding: 0;
	margin: 0 0 10px 0;
	border: none;
}
#sidebar li#parent a{
	text-decoration: none;
	color:#000000;
}
#boxes{
	display: block;
	width: 285px;
	float: right;
}
.box{
	width: 245px;
	padding: 0 15px 10px 25px;
	margin-left:1px;
	min-height: 200px;
}
.box_1 {
	background:url(images/boxes_bottom-seperator.gif) bottom center no-repeat;
	padding-bottom:45px;
}
 .box_2{
	background:url(images/boxes_bottom-seperator2.gif) bottom center no-repeat;
	padding-bottom:45px;
}
#content_with_sidebar{
	padding: 6px 15px 16px;
}
div.left #content_with_sidebar{
	float: right;
	width:729px ;
}
div.right #content_with_sidebar{
	float: left;
	width: 604px;
}
div.both #content_with_sidebar{
	float: left;
	width: 433px;
	margin-left: 21px;
}

a.borderless{
	outline:none;
}