/* css document */
*
{
	margin:0;
	padding:0;
}

body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

img
{
	border:none;
}

a:link
{
	color:#000;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}


#wrapper
{
	width:911px;
	height:auto;
	margin:0 auto;
}

#header
{
	width:911px;
	height:111px;
	float:left;
}

#header_left
{
	width:409px;
	height:111px;
	float:left;
}

#header_right
{
	width:502px;
	height:111px;
	float:left;
	background:url(images/header_right.jpg) no-repeat top left;
}

#top_nav
{
	width:909px;
	height:26px;
	float:left;
	background:url(images/top_nav_bg.gif) repeat-x top left;
	border:1px solid #979B95;
}

#top_nav ul li
{
	display:inline;
	list-style:none;
}

#top_nav ul li.seprator
{
	height:26px;
	width:2px;
	float:left;
	background:url(images/top_nav_seprator.gif) no-repeat top left;
}

#top_nav ul li a
{
	display:block;
	float:left;
	height:21px;
	padding:5px 5px 0 5px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}

#top_nav ul li a:hover
{
	background:url(images/top_nav_bg_o.gif) repeat-x top left;
	color:#000;
}

#mid_container
{
	width:911px;
	height:auto;
	float:left;
	margin-top:10px;
}

#left_container
{
	width:731px;
	height:auto;
	float:left;
	
}

#right_container
{
	width:170px;
	height:auto;
	float:left;
	padding-left:10px;
}

.normal_text
{
	line-height:18px;
	color:#616161;
	text-align:justify;
} 

.normal_text ul, .normal_text ol{
padding:0px;
margin:0px;

}
.normal_text li{
line-height:22px;
margin-left:25px;
}

.normal_text a
{
	text-decoration:none;
	color:#FF6600;
}

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



h1
{
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#373737;
	margin-bottom:3px;
}

.clear
{
	margin:0;
	padding:0;
	clear:both;
}


#thumb
{
	width:731px;
	height:auto;
	float:left;
	margin-top:10px;
}

#thumb_left
{
	width:322px;
	height:272px;
	float:left;
	background:#B25000;
	color:#fff;
	padding:4px 7px 4px 7px;
}

#thumb_right
{
	width:386px;
	height:auto;
	float:left;
	padding-left:9px;
}

.thumb_img_container
{
	width:386px;
	height:auto;
	float:left;
	line-height:16px;
	text-align:justify;
}

.thumb_img_container .heading
{
	font-weight:bold;
}


.thumb_img_container a
{
	text-decoration:none;
	color:#009118;
}

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



.thumb_img_container img
{
	padding-right:10px;
}


.dotted_line
{
	width:386px;
	height:1px;
	float:left;
	border-bottom:1px dashed #ccc;
	overflow:hidden;
	margin-top:6px;
	margin-bottom:3px;
}

#thumb_left h2
{
	color:#fff;
	font-weight:bold;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
}

#thumb_left p
{
	line-height:15px;
	text-align:justify;
}

#big_banner
{
	width:731px;
	height:auto;
	float:left;
	padding:10px 0 10px 0;
	text-align:center;
}

#footer
{
	width:901px;
	height:auto;
	background:#E2F1CA;
	text-align:center;
	padding:5px;
	color:#565656;
	line-height:17px;
	margin:10px 0 10px 0;
}

#footer ul li
{
	list-style:none;
	display:inline;
}

#footer ul li a
{
	color:#565656;
	text-decoration:none;
}

#footer ul li a:hover
{
	text-decoration:underline;
}

#copyright
{
	width:901px;
	height:auto;
	text-align:center;
	color:#565656;
	margin-bottom:10px;
}
#copyright a{
color:#565656;
text-decoration:none;
}
#copyright a:hover{
color:#000;
text-decoration:none;
}
.orng-txt{
color:#f24004;
}

#contact-container{
margin:0px auto;
padding:5px 0px;
width:500px;
height:auto;
background:#eceee5;
border:1px solid #9ec230;
}
.raw{
float:left;
width:500px;
line-height:22px;
padding-top:3px;
}
.cell{
float:left;
width:200px;
padding-left:12px;
color:#151515;
font-weight:bold;
}

.input-text{
border:1px solid #cdd3bb;
color:#151515;
font-weight:normal;
}
.button{
width: auto;
height:26px;
background:url(images/top_nav_bg.gif) repeat-x top left;
border:1px solid #979B95;
color:#fff;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}


#new_links_panel{
	padding:0px;
	margin:0px auto;
	width:700px;
	height:100%;
}

.new_links{
	padding:0px;
	margin:0px;
}

.new_links ul{
	padding:0px;
	margin:15px 0px;
	float:left;
	width:230px;
}

.new_links li{
	list-style-type:none;
	display:block;
	background-image:url(images/links_bullet.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:15px;
	margin-left:8px;
}

.new_links li a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	text-decoration:none;
	line-height:22px;
	font-weight:bold;
}

.new_links li a:hover{
	color:#7db406;
	text-decoration:none;
}