﻿*{margin:0; padding:0;}
body{background: #FEFEFE url(images/bg.jpg) repeat-x top left; 
font-family: Arial, verdana, sans-serif; font-size:80%; color:#000;}
a{text-decoration:none; color:#084F78;}
a:link{text-decoration:none; color:#8A7037;}
a:hover{text-decoration:none; color:#625230;}
div{float:left;}
#wrapper{width:910px; margin:0 auto; float:none;}
#topnav {background-color:#072D44;}
#topnav ul{width:898px; float:left;background: url(images/topnav.jpg) repeat-x top; padding:1px;border-bottom:1px solid #CDD5D8;}
#topnav li{ list-style:none; float:left; padding:12px 0;}
#topnav li a{background: url(images/topnav_bg.jpg) repeat-x top; color:#FFF; font-weight:bold; margin: 1px; 
padding: 10px 20px; border-right: 2px solid #072D44;}
#topnav li a:hover{background: url(images/topnav_bg_o.jpg) repeat-x top;}
td{vertical-align:top;}
p{margin: 10px 0px;}
#content_back{background: url(images/content_back.jpg) repeat-y top left; width:910px;}
#content_top{background: url(images/content_top.jpg) no-repeat top left; float:none; padding: 0 10px 8px 10px;}
#content {background: url(images/content_bg.jpg) no-repeat top; padding: 20px 18px;  margin: 7px 13px; float:none;}
#content ul{margin: 0 15px;}
#content h1{font-size: 120%; border-bottom:1px solid #5C6D7F;}

.contact_back{background: url(images/contact_bg.jpg) repeat-y top;width:171px; margin:8px 2px;}
.contact_back table{padding-bottom:15px; background: url(images/contact_bt.jpg) no-repeat bottom; }
.contact {
	color: #000;	
	text-align: left; font-weight:bold; padding:0 7px;
	}
.form {
	color: #000000;
	width: 150px;
	font-size: 11px;
	margin:0 7px;

}
#visit_blog {background: url(images/visit_blog.jpg) no-repeat top; padding: 100px 0px 0px 0px; width:172px;}
#blog_bt{background: url(images/visit_blog_bt.jpg) no-repeat bottom left; padding: 0px 10px 8px 10px; width:152px; 
color:#7A7A7A;}
#blog_bt h1{font-size: 100%; color:#072D44;}
.more {float:right;display:block; margin:5px 0px;clear:both;}
div.hr{border-top:1px solid #73716F; clear:both; margin:5px 0px; float:none;}
#test {background: url(images/testimonials_bg.jpg) repeat-y top; width:170px;margin: 10px 0; }
#test img{float:left;clear:both;}
#test_text{background: url(images/testimonials_bt.jpg) no-repeat bottom left;
float:none; padding: 5px;width:160px;clear:both; font-style:italic;}
#right_include{width:172px;}
#left_include{width:193px;}

.left_nav{background: url(images/left_nav_bg.jpg) repeat-y left; width:193px;margin: 5px 0;
 padding-bottom: 5px; border-bottom:1px solid #42361E;}
.left_nav h1{color:#fff; font-size: 105%; background: url(images/nav_head.jpg) repeat-y top left; 
margin-bottom: 3px; border-bottom:1px solid #06293D;}
.left_nav h1 b{background: url(images/left_nav_head.jpg) no-repeat top left; padding:5px; display:block;}
.left_nav ul li{list-style:none; background: url(images/left_nav_border.jpg) no-repeat bottom left;
}
.left_nav ul li a{font-weight:bold;display:block; background: url(images/left_link.jpg) no-repeat top left;height:1%; color:#fff;padding: 3px 0 3px 30px; }
.left_nav ul li a:hover {background: url(images/left_link_o.jpg) no-repeat top left; color:#073149;}
.websites {font-style:italic; margin:10px 0 0 2px;}

#footer{font-size:10px;color:#666666;background: url(images/footer_bg.jpg) no-repeat top; float:none; text-align: center; clear:both;
padding: 25px 50px;}
#footer a{text-decoration:none; color:#084F78;}
#footer a:link{text-decoration:none; color:#8A7037;}
#footer a:hover{text-decoration:none; color:#625230;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
