*{
	padding: 0px;
	margin: 0px;
	font-family: arial, sans-serif;
}
.clear{
	clear: both;
}
.clear2{
	clear: both;
	height: 0px;
}
a:hover{
	color: #fcb82b;
	text-decoration: none;
	font-weight: bold;
}
a{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

/*------Top Bar-------*/
.topBar{
	width: 890px;
	margin: 0 auto;
}
.topBar #banner{
	margin-left: 87px;
	float: left;
	width: 400px;
	height: 60px;
}
.topBar .upperBtns{
	float: right;
	margin: 0px;
}
.topBar .upperBtns ul{
	margin-top: 5px;
}
.topBar .upperBtns ul li{
	display: inline;
}
.topBar .upperBtns ul li a img{
	border: none;
}
/*----------Pagination Navigation----------*/
div.pagination {
	width: 265px;
	padding: 3px;
	margin: 0 auto;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #fcb82b;
	
	text-decoration: none; /* no underline */
	color: #4d4e4f;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #4d4e4f;
	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #4d4e4f;
		
		font-weight: bold;
		background-color: #4d4e4f;
		color: #FFF;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
	
		color: #DDD;
	}
/*----------Navigation----------*/
#navigation_holder{
	margin-right: -90px;
	float: left;
	font-size: 12px;
	color: #ffffff;	
	}
#inner_nav_holder{
	width: 270px;
	padding-top: 5px;
	z-index:200;
}
/*
#navigation_holder ul{
 	margin-left: 27px;
	padding-top: 21px;
}
#navigation_holder ul li{
	display: inline;
}
#navigation_holder ul li a{
	font-family: arial, garamond, sans-serif;
	text-decoration: none;
	color: #ffffff;
}
#navigation_holder ul li a:hover{
	text-decoration: none;
	color: #fcb82b;
}
*/
/*----------------------------Nav Drop Down Styles-----------------------*/
		#nav, #nav ul { /* all lists */
			padding-top: 0px;
			padding-right: 0px;
			padding-left: 0px;
			padding-bottom: 0px;
			margin: 0;
			list-style: none;
			line-height: 1;
			
		}
		#nav a {
			font-family: arial, sans-serif;
			font-weight: bold;
			text-align: right;
			display: block;
			color: #4d4e4f;
			text-decoration: none;
		}
		#nav a img{
			border: none;
		}
		#nav a:hover {
			font-weight: bold;
			text-align: right;
			display: block;
			color: #fcb82b;
			text-decoration: none;
		}
		#nav li { /* all list items */
			background-image: url(../images/button_alt.jpg);
			width: 175px; /* width needed or else Opera goes nuts */
			height: 25px;
			font-family: arial, garamond, sans-serif;
		}
		#nav li a{
			padding-top: 5px;
			font-family: arial, garamond, sans-serif;
			
		}
		#nav li ul li{
			background: #ffffff;
			width: 175px;
			height: 20px;
			background-image: none;
		}
		#nav li ul li:hover{
			border-top: 1px solid #4d4e4f;
			border-bottom: 1px solid #4d4e4f;
			border-right: 3px solid #fcb82b;
			background: #4d4e4f;
			width: 175px;
		}
		#nav li ul li ul li{
			width: 200px;
			height: 20px;
			background-image: none;
			background-color: #ffffff;
		}
		#nav li ul li ul li:hover{
			background: #4d4e4f;
			width: 200px;
		}
		#nav li ul li a{
			text-align: left;
			padding-left: 10px;
		}
		#nav li ul li a:hover{
			text-align: left;
			text-decoration: none;
			color: #fcb82b;
		}
		#nav li ul { /* second-level lists */
			border: 1px solid #4d4e4f;
			margin-top: -17px;
			position: relative;
			left: 167px;
			background: #ffffff;
			width: 175px;
			margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
		}
		
		#nav li ul ul { /* third-and-above-level lists */
			margin: -1em 0 0 -1000em;
			z-index:9999
		}
		
		#nav li:hover ul ul, #nav li.sfhover ul ul {
			margin-left: -1000em;
		}
		
		#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
			margin-left: 0;
		}
		#nav li li:hover ul, #nav li li.sfhover ul {
			margin-left: 130px;
		}
		
		/* extra positioning rules for limited noscript keyboard accessibility */
		#nav li a:focus + ul { margin-left: 0; }
		#nav li li a:focus + ul { margin-left: 1010em; }
		#nav li li a:focus { margin-left:1000em; width:10em; background: #ffffff; }
		#nav li li li a:focus {margin-left: 2010em; width: 10em; background: #ffffff; }
		#nav li:hover a:focus, #nav li.sfhover a.sffocus { margin-left: 0; }
		#nav li li:hover a:focus + ul, #nav li li.sfhover a.sffocus + ul { margin-left: 10em; }
/*------------Bread Crumb Trail---------*/
#breadCrumb{
	background: url(../images/breadCrumb_slice.jpg) top center repeat-x;
	height: 33px;
	
}
#breadCrumb #phone_number{
	float: right;
	color: #fff;
	font-size: 10px;
	padding-top: 12px;
}
#breadCrumb .inner_crumb{
	width: 896px;
	margin: 0 auto;
}
#breadCrumb #list{
	float: left;
	padding-left: 85px;
	padding-top: 12px;
}
#breadCrumb #list p{
	font-size: 9px;
	color: #ffffff;
	margin-left: 14px;
}
#breadCrumb #list p a{
	text-decoration: none;
	font-size: 9px;
	color: #ffffff;
	font-weight: bold;
}
#breadCrumb #list p a:hover{
	text-decoration: none;
	color: #fcb82b;
}
/*-----------content-----------------*/
#content{
	width: 1100px;
	margin: -6px auto;
}
#content_container{
	float: left;
	width: 800px;
	margin-left: 20px;
}
.center{
	margin-left: 25px;
	float: left;
	width: 280px;
	padding: 20px 0 0 0;
}
.homeText{
	margin-top: 10px;
	float: left;
	width: 260px;
	margin-left: 0px;
	margin-right: 5px;
	
}
.homeText p{
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 12px;
	color: #4d4e4f;
	text-align: justify;
}
.homeText p a{
	font-weight: bold;
	text-decoration: none;
	color: #4d4e4f;
}
.homeText p img{
	border: none;
}
.homeText p a:hover{
	font-weight: bold;
	text-decoration: none;
	color: #fcb82b;
}
.homeText h3{
	text-align: left; 
	border-bottom: 2px solid #4d4e4f;
	font-weight: bold;
	padding: 1px;
	font-size: 14px;
	color: #4d4e4f;
}
.homeText h4{
	text-align: center; 
	border-bottom: 2px solid #ededed;
	background-color: #4d4e4f;
	font-weight: bold;
	padding: 3px;
}
.homeText a{
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}
.homeText a:hover h4{
	color: #4d4e4f;
	background-color: #ededed;
}
.financialReports{
	margin-top: 10px;
	width: 260px;
	border: 2px solid #ededed;
}
.financialReports h4{
	text-align: center;
	color: #ffffff;
	font-size: 13px; 
	border-bottom: 2px solid #ededed;
	background-color: #4d4e4f;
	font-weight: bold;
	padding: 3px;
}
.financialReports h4 a{
	color: #ffffff;
	text-decoration: none;
}
.financialReports h4 a:hover{
	color: #fcb82b;
}

.financialReports .text{
	float: left;
	font-size: 13px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.financialReports .text a{
	font-weight: bold;
	text-decoration: none;
	color: #4d4e4f;
}
.financialReports .text a:hover{
	font-weight: bold;
	text-decoration: none;
	color: #fcb82b;
}
.financialReports .newsIcon{
	float: left;
	border: none;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 3px;
	color: #f5e4co;
}
.homeText p a{
	font-size: 12px;
	color: #000000;
}
.homeText h5{
	margin-top: 10px;
	margin-bottom: -10px;
	text-decoration: underline;
	font-size: 12px;
	font-family: "Times New Roman", times, serif;
}
.homeText .learnMore{
	float: right;
	margin-right: 5px;
}
.homeText .learnMore a{
	color: #4d4e4f;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
.homeText .learnMore a:hover{
	color: #fcb82b;
	font-weight: bold;
	text-decoration: none;
}
.image_right{
	margin-top: 15px;
	margin-right: 2px;
	margin-left: 10px;
	float: right;
}
.image_left{
	margin: 10px 10px 0px 0px;
	float: left;
}
.image_left a img{
	border: 1px solid #4d4e4f;
}
.image_left a:hover img{
	border: 1px solid #fcb82b;
}
.image_right a img{
	border: 1px solid #4d4e4f;
}
.image_right a:hover img{
	border: 1px solid #fcb82b;
}
#homeVidHolder{
	width: 798px;
	margin-bottom:0px;
}
.stockTicker{
	margin-top: 0px;
	float: right;
	margin-right: 0px;
}
/*-----------about Page-----------------*/
.about_text{
	margin-left: 0px;
	margin-top: 10px;
	width: 500px;
}
.about_text h3{
	width: 500px;
	border-bottom: 2px solid #4d4e4f;
	text-align: left;
	font-size: 16px;
	color: #4d4e4f;
	font-weight: bold;
}
.about_text .column{
	width: 240px;
	float: left;
	padding: 5px;
	
}
.about_text .column p{
	margin-top: 10px;
	text-align: justify;
	color: #4d4e4f;
	text-decoration: none;
	font-size: 12px;
}

#thank-you-text{
	margin-top: 10px;
	text-align: justify;
	color: #4d4e4f;
	text-decoration: none;
	font-size: 12px;
	width: 500px;
}
.timeline{ 
	margin-top: 10px;
	font-size: 12px;
	color: #4d4e4f;
	border: 2px solid #ededed;
}
.timeline h5{
	font-size: 14px;
	background-color: #4d4e4f;
	color: #ffffff;
	text-align: center;
}
.timeline ul{
	padding: 3px;
	margin-left: 15px;
}
.timeline ul li{
	margin-top: 4px;
}
.gallery{
	border: 3px solid #fcb82b;
	background-color: #4d4e4f;
	width: 260px;
	float: right;
	padding-left: 5px;
	padding-top: 8px;
	padding-bottom: 5px;
}
.gallery ul li{
	display: inline;
}
.gallery ul li a img{
	border: 1px solid #fcb82b;
}
.gallery ul li a:hover img{
	border: 1px solid #ffffff;
}
/*-----------Community Page-----------------*/
#right_container{
	width: 260px;
	float: right;
}

#community_text{
	text-align: justify;
	float: left;
	width: 500px;
	color: #4d4e4f;
	font-size: 12px;
}
#community_text h3{
	margin-top: 10px;
	font-size: 16px;
	border-bottom: 2px solid #4d4e4f;
}
#community_text ul{
	margin:15px;
}
#community_text h5{
	font-size: 14px;
	text-align: center;
}
#community_text ul li{
	margin-top: 7px;
}
#community_text p{
	margin: 10px;
}
/*-----------ir Page-----------------*/
.ir_header {
	width: 535px;
	float: left;
}
.ir_header h3{
	margin-top: 5px;
	font-size: 16px;
	color: #4d4e4f;
	border-bottom: 2px solid #4d4e4f;
}
/*-----------Underground Page-----------------*/
#undergroundVidHolder{
	margin: 10px;
	float: left;
}
.text_content{
	margin-left: 20px;
	margin-top: 9px;
	margin-bottom: 10px;
	float: left;
	width: 275px;
}

.text_content_wide p{
	padding: 5px;
	text-align: left;
	color: #4d4e4f;
	font-size: 12px;
	width: 590px;
}

.text_content p{
	padding: 5px;
	text-align: justify;
	color: #4d4e4f;
	font-size: 12px;
}
.text_content h3{
	border-bottom: 2px solid #4d4e4f;
	text-align: left;
	color: #4d4e4f;
	font-size: 16px;
}
#general_news{
	margin-top: 10px;
	width: 200px;
	float: right;
	border: 2px solid #4d4e4f;
}
#general_news h3{
	width: 200px;
	background-color: #4d4e4f;
	text-align: center;
	font-size: 15px;
	color: #ffffff;
	font-weight: bold;
}
#underground_title h3{
	padding: 3px;
	margin-left: 9px;
	width: 565px;
	text-align: left;
	color: #4d4e4f;
	font-size: 16px;
	border-bottom: 2px solid #4d4e4f;
}
#general_news ul{
	width: 190px;
	margin-left: 10px;
}
#general_news ul li{
	padding: 3px;
	color: #4d4e4f;
	font-size: 12px;
	list-style: none;
}
.apply_btn{
	width: 200px;
	float: right;
}
.apply_btn a img{
	border: none;
}
/*-----------Board of Directors Page-----------------*/
.board_of_directors{
	margin: 0px 10px;
	float: left;
	width: 550px;
	color: #4d4e4f;
}
.board_of_directors .box_link{
		float: left;
		margin-top: 10px;
		font-size: 18px;
}
.board_of_directors .box_link a{
		text-decoration: none;
		font-weight: bold;
		color: #4d4e4f;
}
.board_of_directors .box_link a:hover{
		padding: 5px;
		text-decoration: none;
		font-style: italic;
		color: #fcb82b;
		background-color: #4d4e4f
}
.board_of_directors ul{
	margin: 10px 0px;
}
.board_of_directors ul li{
	list-style: none;
	background-color: #ededed;
	padding: 10px 10px;
}
.board_of_directors h3{
	border-bottom: 2px solid #4d4e4f;
}
/*-----------Map Page-----------------*/
#zoom_map{
	margin-top: 20px;
	margin-left: 25px;
	width: 750px;
	border: 2px solid #4d4e4f;
}
#map_legend{
	margin-top: 15px;
	margin-bottom: 10px;
	float: right;
	width: 400px;
}
#map_directions{
	margin-top: 20px;
	margin-left: 25px;
	width: 350px;
	float: left;
}
#map_directions h3{
	text-align: left;
	border-bottom: 2px solid #4d4e4f;
	width: 350px;
	font-size: 14px;
	color: #4d4e4f;
}
#map_directions p{
	text-align: justify;
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	color: #4d4e4f;
}
#map_directions a{
	color: #000000;
	text-decoration: none;
}
#map_directions a:hover{
	color: #fcb82b;
	text-decoration: none;
}
/*-----------Safety Page-----------------*/

.safety_text .column{
	width: 275px;
	padding-left: 10px;
	float: left;
}
.safety_text .column p{
	margin-top: 5px;
	text-align: justify;
	color: #4d4e4f;
	text-decoration: none;
	font-size: 12px;
}
.safety_text .column h5{
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 0px;
	padding: 0px;
	color: #4d4e4f;
	
}

.safety_header{
	margin-top: 10px;
	padding-right: 5px;
	text-align: left;
	width: 575px;
/*	border-bottom: 2px solid #4d4e4f; */
	color: #4d4e4f;
	font-size: 14px;
}
/*-----------News Page-----------------*/
.main_news_container{
	border: 2px solid #ededed;
	margin-top: 20px;
	float: left;
}
.main_news_container h3{
	text-align: center;
	background-color: #4d4e4f;
	color: #ffffff;
	font-size: 15px;
	width: 100%;
}
.main_news_container h3 a{
	text-align: center;
	background-color: #4d4e4f;
	color: #ffffff;
	font-size: 15px;
	text-decoration: none;
}
.main_news_container h3 a:hover{
	text-align: center;
	background-color: #4d4e4f;
	color: #fcb82b;
	font-size: 15px;
	text-decoration: none;
}
.main_news_container .post{
	padding-top: 2px;
	width: 90%;
	border-bottom: 1px solid #ededed;
}

.main_news_container .post h4{
	font-size: 14px;
	margin-left: 10px;
	margin-right: 10px;
	color: #4d4e4f;
	padding: 3px;
	border-bottom: 2px solid #4d4e4f;
	
}
.main_news_container .post .image{
	border: 1px solid #fcb82b;
	background-color: #4d4e4f;
	padding: 3px 3px 0px 3px;
	margin: 3px 7px 0px 11px;
	float: left;
}
.main_news_container .post .comment{
	margin-left:10px;
	margin-right:10px;
	margin-bottom: 5px;
	font-size: 13px;
	padding: 2px;
}
.main_news_container .post .comment p a{
	color: #000000;
}
.main_news_container .post .comment p a:hover{
	color: #fcb82b;
}
.main_news_container .post .newsIcon{
	float: right;
	margin: 1px;
}
.main_news_container .post .readMore{
	margin: 0px;
	padding: 3px;
	background-color: #ededed;
	float: right;
	clear: both;
	
}
.main_news_container .post .readMore a{
	text-decoration: none;
	color: #4d4e4f;
	font-weight: bold;
}
.main_news_container .post .readMore a:hover{
	text-decoration: none;
	color: #fcb82b;
	font-weight: bold;
	font-style: italic;
}
.main_news_container .post .viewPDF{
	padding-top: 4px;
	padding-right: 1px;
	float: right;
}
.main_news_container .post .viewPDF a{
	text-decoration: none;
	color: #7b8e8e;
	font-weight: bold;
}
.main_news_container .post .viewPDF a:hover{
	text-decoration: none;
	color: #fcb82b;
	font-weight: bold;
	font-style: italic;
}
.main_news_container a{
	font-size: 12px;
	color: #fcb82b;
}
.main_news_container .post .buttons{
	padding: 5px;
	background-color: #4d4e4f;
	float: right;
}
.news_image_gallery{
	margin-top: 10px;
}
.news_image_gallery .image{
	background-color: #4d4e4f;
	padding: 3px 3px 1px 3px;
	margin: 0px 15px;
	float: left;

}
.news_image_gallery .image a img{
	border: 2px solid #fcb82b;
}
.news_image_gallery .image a:hover img{
	border: 2px solid #fff;
}
.individual_news_container{
	width: 540px;
	float: left;
	margin-top: 10px;
}
.individual_news_container .goBack{
	float: right;
	margin-top: 40px;
	font-size: 18px;
}
.individual_news_container .goBack a{
	text-decoration: none;
	font-weight: bold;
	color: #4d4e4f;
}
.individual_news_container .goBack a:hover{
	padding: 5px;
	text-decoration: none;
	font-style: italic;
	color: #fcb82b;
	background-color: #4d4e4f;
}
.individual_news_container h4{
	font-size: 14px;
	margin-left: 10px;
	margin-right: 10px;
	color: #4d4e4f;
	padding: 3px;
	border-bottom: 2px solid #4d4e4f;
	
}
.individual_news_container .post{
	font-size: 12px;
	margin: 0px 10px;
	border: 1px solid #4d4e4f;
	background-color: #ededed;
	padding: 10px;
}
.individual_news_container .post .image{
	background-color: #4d4e4f;
	padding: 3px 3px 1px 3px;
	margin: 0px 8px;
	float: left;
}
.individual_news_container .post .image a img{
	border: 1px solid #fcb82b;
}
.individual_news_container .post .image a:hover img{
	border: 3px solid #fcb82b;
}
/*-----------Financial Reports Page-----------------*/
#financial_reports_container{
	margin-left: 10px;
	margin-top: 27px;
	width: 550px;
	float: left;
}
#financial_reports_container h3{
	border-bottom: 2px solid #4d4e4f;
	color: #4d4e4f;
	font-size: 16px;
	text-align: left;
}


/*-----------Employment Page-----------------*/
.employment_text{
	margin-left: 0px;
	margin-top: 10px;
	width: 500px;
}
.employment_text h3{
	width: 500px;
	border-bottom: 2px solid #4d4e4f;
	text-align: left;
	font-size: 16px;
	color: #4d4e4f;
	font-weight: bold;
}
.employment_text .column{
	width: 240px;
	float: left;
	padding: 5px;
	
}
.employment_text p{
	margin-top: 10px;
	text-align: justify;
	color: #4d4e4f;
	text-decoration: none;
	font-size: 12px;
}

/*-----------footer-----------------*/
#footer{
	background: url(../images/footer_slice.jpg) bottom left repeat-x;
	height: 37px;
}
#footer_inner{
	width: 860px;
	margin: 0 auto;
}
#lowerNav{
	float: left;
	font-size: 10px;
	color: #ffffff;
}
#lowerNav ul{
	padding-top: 9px;
 	margin-left: 65px;
}
#lowerNav ul li{
	margin-right: 3px;
	display: inline;
}
#lowerNav ul li a img{
	border: none;
}
#lowerNav ul li a:hover img{
	border: none;
}
#lowerMainNav{
	padding-top: 12px;
	float: left;
	margin-left: 35px;
	font-size: 10px;
	color: #ffffff;
}
#lowerMainNav ul li{
	display: inline;
}
#lowerMainNav ul li p{
	float: left;
}
#lowerMainNav ul li a{
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
#lowerMainNav ul li a:hover{
	font-weight: bold;
	text-decoration: none;
	color: #fcb82b;
}
#copyright{
	color: #ffffff;
	font-size: 10px;
	margin-top: 12px;
	margin-right: 0px;
	float: right;
}
/*-----------------Apply Page--------------------*/
#captcha{
	float: left;
}
.info_box ul{
	margin-top: 10px;
	margin-left: 10px;
}
.info_box ul li{
	font-size: 12px;
	font-weight: bold;
	color: #4d4e4f;
	list-style: none;
	width: 150px;
	float: left;
}
.info_box .address_info{
	margin-top: 15px;
	float: left;
	width: 610px;
}
.info_box .to_from{
	margin-right: 10px;
	float: right;
	width: 150px;
}
#contact_form .info_box #user_agreement{
	width: 770px;
	margin: 0 auto;
}
#contact_form .info_box #user_agreement p{
	padding: 10px;
	font-size: 12px;
	text-align: justify;
}
.apply_text{
	width: 765px;
	margin-top: 10px;
	margin-left: 10px;
	color: #4d4e4f;
	font-size: 12px;
}
.apply_text h4{
	margin-top: 5px;
	margin-bottom: 5px;
}
.apply_text h5{
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	border-bottom: 3px ridge #4d4e4f;
	margin-top: 5px;
	margin-bottom: 5px;
}
.apply_text ul{
	margin-left: 12px;
}
.apply_text p{
	text-align: justify;
	margin-top: 5px;
}
.apply_text h3{
	border-bottom: 2px solid #4d4e4f;
	padding: 2px;
	font-size: 16px;
	color: #4d4e4f;
}
.employment_company{
	border: 1px solid #4d4e4f;
	width: 170px;
	margin-left: 10px;
	float: left;
	height: 120px;

}
.employment_company h5{
	text-align: center;
	margin-bottom: 5px;
}
.dates_employed{
	margin-left: 10px;
	border: 1px solid #4d4e4f;
	float: left;
	height: 120px;
}
.dates_employed h5{
	text-align: center;
}
.last_salary{
	margin-left: 10px;
	border: 1px solid #4d4e4f;
	height: 120px;
	width: 100px;
	float: left;
	padding: 0px 15px;
}
.last_salary h5{
	text-align: center;
	margin-bottom: 35px;
}
.describe_work{
	margin-left: 10px;
	border: 1px solid #4d4e4f;
	float: left;
	width: 225px;
	height: 120px;
	padding: 0px 10px;
}
.describe_work h5{
	text-align: center;
}
/*-----------------Contact Us Page--------------------*/
.buttons{
	float: right;
}
.contact_header{
	margin-top: 10px;
	padding-right: 5px;
	text-align: left;
	width: 575px;
/*	border-bottom: 2px solid #4d4e4f; */
	color: #4d4e4f;
	font-size: 14px;
}
#contact_form{
	padding-left: 5px;
	padding-top: 5px;
	float: left;
	width: 415px;
}
#contact_form dl{
	padding: 10px;
}
#contact_form dl dd{
	padding: 5px;
}
#contact_form .info_box{
	padding-bottom: 10px;
	margin: 10px auto;
	width: 770px;
	border: 1px solid #adadad;
}
#contact_form .info_box .header{
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	margin: 0px;
	padding: 3px;
	background-color: #4d4e4f;
	
}
#contact_form .info_box .right{
	margin-left: 20px;
	width: 300px;
	float: right;
} 
#contact_form .info_box .left{
	margin-left:  0px;
	width: 300px;
	float: left;
}
#contact_form .info_box table{
	color: #4d4e4f;
	margin: 10px;
}
#contact_form .info_box table tr th{
	font-size: 13px;
}
#contact_form .info_box table tr td{
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
#contact_form p{
	text-align: center;
	font-size: 10px;
	margin-top: 5px;
}
#contact_form dl dt{
	margin-top: 5px;
	margin-bottom: ;
	font-size: 12px;
	font-weight: bold;
	color: #4d4e4f;
}
#contact_form .buttons{
	margin-top: 10px;
	float: right;
}
#contact_right{
	float: right;
	width: 350px;
	margin-top: 10px;
	margin-left: 5px;
}
#contact_right #map{
	z-index: 0;
	float: right;
	border: 1px solid #4d4e4f;
}
#msg {
	display:none; 
	position:absolute; 
	z-index:200; 
	background:url(../images/contact/msg_arrow.gif) left center no-repeat; 
	padding-left:7px
}
#msgcontent {
	font-size: 12px;
	display:block; 
	background:#f3e6e6; 
	border:2px solid #924949; 
	border-left:none; 
	padding:5px; 
	min-width:150px; 
	max-width:250px
}
.info_box{
	float:left;
	margin-top: 10px;
	margin-left: 4px;
	width: 165px;
	border: 1px solid #4d4e4f;
}
.info_box h4{
	background-color: #4d4e4f;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
}
.info_box p{
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
	color: #4d4e4f;
	text-align: left;
	font-size: 12px;
}
#hallador_info{
	margin:0 auto;
	width: 350px;
}
#hallador_info .top{
	margin: 5px	;
	text-align: left;
	
}
#hallador_info .top h3{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	
}
.info_area{
	margin: 0;
	color: #4d4e4f;
}
.info_area p{
	margin-left: 10px;
	font-size: 12px;
}
/*-----------------Thanks Page--------------------*/
#thanks_left{
	width: 350px;
	float: left;
	margin-left: 15px;
}
.thanks_text{
	font-size: 14px;
	color: #4d4e4f;
	font-weight: bold;
	margin-top: 20px;
	margin-left: 15px;
}
.thanks_info{
	margin-left: 3px;
}
.thanks_news{
	float: right;
}
.thanks_map{
	float: left;
	width: 340px;
	border: 1px solid #4d4e4f;
	margin-left: 5px;
	margin-top: 10px;
}
/*-----------------Site Map--------------------*/
#siteMap{
	width: 270px;
	border: 1px solid #4d4e4f;
	margin: 10px 20px;
	float: left;
}
#siteMap h3{
	text-align: center;
	background-color: #4d4e4f;
	color: #ffffff;
	width: 270px;
	margin-bottom: 15px;
}
#siteMap ul{
	margin: 10px;
	list-style: none;
}
#siteMap ul li ul{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
/*-----------------Captcha Stuff--------------------*/
.captcha_image{
	border: 1px solid #4d4e4f;
	float: left;
	margin-left: 14px;
}
.captcha_buttons{
	float: left;
	padding-top: 3px;
	margin-left: 2px;
}
.captcha_input{
	float: left;
	padding-top: 10px;
	margin-left: 5px;
}
/*-----------------Admin Area--------------------*/
.admin_form{
	margin-top: 10px;
	margin-left: 165px;
	color: #4d4e4f;
}
.admin_form .title{
	text-align: center;
	font-size: 15px;
	background-color: #4d4e4f;
	color: #ffffff;
	width: 700px;
	border-bottom: 2px solid #4d4e4f;
}
.admin_form .status p{
	margin-left: 10px;
	font-size: 12px;
	color: #4d4e4f;
	border-bottom: 2px solid #4d4e4f;
}
.admin_form dl{
	margin-top: 10px;
	margin-left: 10px;
}
.admin_form dl dt{
	font-size: 12px;
	color: #4d4e4f;
	font-weight: bold;
}
.admin_form p{
	font-size: 12px;
	color: #4d4e4f;
}
.admin_form dl dd{
	margin-left: 10px;
}
.admin_form .comment_btns{
	float: right;
	margin-right: 475px;
}
.admin_container{
	border: 1px solid #4d4e4f;
	margin-left: 200px;
	margin-top: 20px;
	width: 700px;
}
.admin_container h3{
	width: 702px;
	text-align: center;
	background-color: #4d4e4f;
	color: #ffffff;
	font-size: 15px;
}
.admin_container .post{
	margin-top: 10px;
	margin-bottom: 10px;
	width: 600px;
	margin-left: 50px;
	border: 1px solid #4d4e4f;
}
.admin_status{
	color: #4d4e4f;
	font-size: 12px;
	margin-top: 10px;
	margin-left: 175px;
}
.admin_container .post h4{
	color: #4d4e4f;
	padding: 5px;
	border-bottom: 2px solid #4d4e4f;
	
}
.admin_container .post .image{
	border: 1px solid #fcb82b;
	background-color: #4d4e4f;
	padding: 3px;
	float: left;
}
.admin_container .post .comment{
	float: left;
	font-size: 13px;
	padding: 3px;
}
.admin_container a{
	font-size: 12px;
	color: #fcb82b;
}
.admin_container .post .buttons{
	padding: 5px;
	background-color: #4d4e4f;
	float: right;
}

/*FAQ Page*/
.questions {
	margin: 20px 0 20px 0;
	font-size: 12px;
	color: #4D4E4F;
}

.questions p {
	margin-bottom: 5px;
	margin-top: 15px;
	text-align: justify;
}

h3{
	width: 500px;
	border-bottom: 2px solid #4d4e4f;
	text-align: left;
	font-size: 16px;
	color: #4d4e4f;
	font-weight: bold;
}

#faq_text {
	margin: 10px 0 0 12px;
}

.faq_header{
	margin-top: 10px;
	padding-right: 5px;
	text-align: left;
	width: 575px;
	color: #4d4e4f;
	font-size: 14px;
}
