body
{
	margin: 0;
	padding: 0;
	color: #141e28;
	font-size: 10px;
	font: normal 10pt Arial,Helvetica,sans-serif;
	background: #FFFFFF;
}
h1{
	font-size: 18px;
}
h2{
	font-size: 16px;
}
h3{
	font-size: 14px;
}
a {
	color: #0000FF;
}
a:VISITED {
	color: #0000FF;
}
label.bold_medium{
	font-size: 16px;
	font-weight: bold;
}
label.bold_large{
	font-size: 28px;
	font-weight: bolder;
}
label.bold_medium_spaced{
	font-size: 14px;
	font-weight:bold;
	letter-spacing: 15px;
}
label.content_title{
	font-size: 24px;
	font-weight:bolder;
}
label.content_subtitle{
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
}
div.dotted_line{
	margin: 10px 0 10px 0;
	width: 500px;
	height: 5px;
	clear: both;
	background:transparent url('../images/dotted.png') repeat-x left top;
	
}
div.clear{
	clear:both;
}
div#wrapper{
	width:100%;
	background: white;
	text-align: center;
	margin: 0;
	vertical-align: top;
	position: relative;
}

div#container{
	width:1000px;
	text-align: center;
	margin:0 auto;
	vertical-align: top;
	display: block;
}

div#header{
	width:900px;
	padding: 0px 0px 0px 100px;
	height: 62px;
	background:#ffffff url('../images/header_1_bg.jpg') repeat-x left top;
	clear: both;
}

div.logo{
	height: 62px;
	float:left;
	width: 239px;
	background: transparent url('../images/logo.png') no-repeat left top;	
}
div#banner{
	height: 385px;
	width: 1000px;
	clear: both;
}
div#content{
	width:100%;
	margin:0 auto;
	position: relative;
	text-align: center;
}
div#content_container{
	width:1000px;
	margin:0 auto;
	clear: both;
	height:auto;
	top:-40px;	
	position: absolute;	
	z-index:100;
}
div#content_box{
	width:900px;
	height:inherit;
	margin:0 auto;
	z-index:100;
}
div.floating{
	float: left;
}
div.box_top{
	margin: 0px 0px 0px 0px;
	width:900px;
	height:36px;
	z-index:99;
	background:transparent url('../images/borders/white1.png') no-repeat left top;		
}
div.box_top_fader{
	position: absolute;
	width:900px;
	height:138px;
	top:36px;
	left:50px;
	z-index:99;
	background:transparent url('../images/borders/white2.png') no-repeat left top;		
}

div.box_mid{
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 0px 20px;
	width:900px;
	height:100%;
	z-index:100;
	display: inline-block;
	background:transparent url('../images/borders/white3.png') repeat-y left top;		
}
div.box_bottom{
	width:900px;
	height:20px;
	z-index:99;
	background:transparent url('../images/borders/white5.png') no-repeat left top;		
}
div.box_bottom_fader{
	position: absolute;
	width:900px;
	height:33px;
	left:50px;
	top:-31px;
	z-index:99;
	background:transparent url('../images/borders/white4.png') no-repeat left top;		
}
div#footer{
	position: relative;
	text-align: left;
	height: 86px;
	width: 1000px;
	top:-15px;
	z-index:-1;
	background:#ffffff url('../images/bottom_bg.jpg') repeat-x left top;
}
div.footer_content{
	padding: 30px 100px 30px 100px;	
}
span.footer_message{
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	padding: 5px 0 5px 0;	
}
span.copyright{
	font-size: 10px;
	color: #FFFFFF;
		
}



div#page_content{
	color: #262626;
	position: relative;
	float:left;
	z-index:100;
	width: 600px;
}
div#page_content p{
	color: #262626;
	text-align: justify;
	font-size: 14px;
	text-indent: 20px;
	line-height: 20px;	
}
div#page_content p.noindent{
	text-indent: 0px;
}
div#side_bar{
	z-index:100;
	text-align: right;
	position: relative;
	float:left;
	width: 220px;
	color: #141e28;
	font-size: 10px;	
}

div#search_bar {
	z-index:100;
	position: relative;
	width: 144px;
	height: 22px;
	float: left;
	background: url(../images/search_bar.png) 0 0 no-repeat;
}
input.search_query {
	width: 135px;
	height: 13px;
	margin: 3px 0 0 5px;
	background: white;
	border: 1px solid white;
	float:left;
}
input.search_query :FOCUS{
	border: 1px solid white;
}
input.search_query :HOVER{
	border: 1px solid white;
}
div#search_button{
	float: left;
	position: relative;
	width:27px;
	height:22px;
	background: url(../images/search_button.png) 0 0 no-repeat; 	
}
div#search_button:HOVER{
	cursor: pointer;
}
div#side_address{
	text-align: right;
	clear: both;
	color: #262626;
	font-size: 10px;
	font-weight:bold;
	line-height: 16px;	
	
}
label.bold_text{
	color: #262626;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
}


/* drop */
ul.topnav {
	list-style: none;
	padding: 0 0;
	margin: 0;
	float: left;
	background: #222;
	font-size: 12px;
	font-weight:bold;
	background: url('../images/header_1_bg.jpg') repeat-x;
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 15px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	background: url('../images/header_1_bg.jpg') no-repeat center top;
	text-decoration: underline;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url('../images/dropdownmenu_btn.png') no-repeat center top;
}
ul.topnav li span.subhover {cursor: pointer; } /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	z-index:200;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	border: 1px solid #111;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #333 url('../images/header_1_bg.jpg') repeat-x 10px center;
	padding-left: 20px;
	text-align: left;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url('../images/header_1_bg.jpg') repeat-x 10px center;
	text-decoration: underline;
}

/*slider*/

div#slider {width:1000px;height:385px;overflow:hidden;}

.nivoSlider {position:relative;}
.nivoSlider img {position:absolute;top:0px;left:0px;}
.nivoSlider a.nivo-imageLink {position:absolute;top:0px;left:0px;width:100%;height:100%;border:0;padding:0;margin:0;z-index:60;display:none;}

.nivo-slice {display:block;position:absolute;z-index:50;height:100%;}

div.nivo-controlNav {position:absolute;right:11px;top:10px;z-index:100;}
div.nivo-controlNav a.nivo-control {width:8px;height:0;display:block;padding:8px 0 0 0;overflow:hidden;float:left;margin:0 0 0 3px;background:url(../images/slider/slider_item.png) 0 0 no-repeat;cursor:pointer;}
div.nivo-controlNav a.nivo-control:first-child {margin:0;}
div.nivo-controlNav a.active {background:url(../images/slider/slider_item_active.png) 0 0 no-repeat;}


ul.numbers
{
list-style-type: none;
padding: 0px;
margin: 0px;
}
ul.numbers li{
	margin: 2em;
	width: 20em;
	padding-left: 25px; 
	font-weight: bold;
}
ul.numbers li.n1{background:url(../images/numbers/1.png) 0px 2px no-repeat;}
ul.numbers li.n2{background:url(../images/numbers/2.png) 0px 2px no-repeat;}
ul.numbers li.n3{background:url(../images/numbers/3.png) 0px 2px no-repeat;}
ul.numbers li.n4{background:url(../images/numbers/4.png) 0px 2px no-repeat;}
ul.numbers li.n5{background:url(../images/numbers/5.png) 0px 2px no-repeat;}
ul.numbers li.n6{background:url(../images/numbers/6.png) 0px 2px no-repeat;}
ul.numbers li.n7{background:url(../images/numbers/7.png) 0px 2px no-repeat;}
ul.numbers li.n8{background:url(../images/numbers/8.png) 0px 2px no-repeat;}
ul.numbers li.n9{background:url(../images/numbers/9.png) 0px 2px no-repeat;}
ul.numbers li.n10{background:url(../images/numbers/10.png) 0px 2px no-repeat;}

.space_v{
	margin:10px 0 10px 0;
}
.space_h{
	margin:0 10px  0 10px;
}
.space_vh{
	margin:10px 10px 10px 10px;
}
div.divCurveBorder{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	border: solid 1px;
	border-color: #bebdbd;				
	border-radius: 3px;	
	padding:20px 10px 20px 10px;
	display: inline-block;
}
div.divTextbox{
	border: solid 1px;
	background-color:#ececec;
	border-color: #bebdbd;	
	height: 25px;
	width:260px;
	display: inline-block;
			
}
div.divTextbox label.textLabel{
	float:left;
	width:60px;
	height: 20px;
	margin: 5px 0 0 10px;
	background-color:#ececec;
	color:#9598a1;	
}
input[type="text"].contact_us_textbox {
	width: 190px;
	height: 23px;
	background: #ececec;
	border: none;
	float:left;
}
input[type="text"].contact_us_textbox:ACTIVE{
	border:none;
}
textarea.contact_us_textarea {
	height: 30px;
	background: #ececec;
	border: none;
	float:left;	
	display: inline-block;
	resize: none;
}
.red{
	color: red;
}

.green{
	color: green;
}
/*search*/
div#result_report{
	clear:both;
	font-weight:bold;
	margin:10px 0 10px 0;	
}
.indented{
	text-indent: 20px;
}
a.search_title{
	margin: 0 0 0 10px;	
	font-weight: bold;	
}
div.search_description{
	margin: 5px 0 5px 30px;	
}
div.search_url{
	margin: 5px 0 5px 30px;		
}