/* CSS Document */

@charset "utf-8";
h1, ul, body, hr, a, li{
	margin: 0px;
	padding: 0px;
}
h1, h2, h3{ margin:0; padding:0;}
h4{ font-size:11px; font-weight:bold; margin:0}
a{
	text-decoration:none;
	color:#11347A; 
}
a:hover{color:#346AA8}
a img{ border:none;}
input, select{
	background-color:#fff;
	margin: 4px 0 0;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
p{ padding:3px 0; margin:0;}
body {
	background-color: #fff;
	font:11px Arial, Helvetica, sans-serif;
	color:#575757;
}
#buttons input{
	background-color:#d0ddeb;
	border:1px solid #7f9db9;
}
#Business {
	position: absolute;
	height: 19px;
	width: 158px;
	left: 11px;
	top: 126px;
}
#container {
	width: 800px;
	margin: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #FFF url(images/rt_bar_02.gif) repeat-y right top;
	padding: 0;
} 
#header {
	padding: 0;
	background-color: #FFF;
	position: relative;
} 
#heading_div {
	margin-left: 200px;
	display: none;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#homeContent {
	margin: 0 176px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#tagline {
	margin: 0px;
	padding-left: 16px;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	float: left;
	padding-top: 2px;
	letter-spacing: 0pt;
}
#footer {
	height: 20px;
	clear: both;
	border-top: 1px solid #999;
}
#footer p {
	font-size: 10px;
	color: #999;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px 0 2px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	display: inline;
	width: 628px;
	float: left;
}
#footer a {
	text-decoration: none;
	color: #666;
}
#footer a:hover {
	color: #333;
}
#footerimg {
	margin: 0px;
	padding: 0px;
	float: left;
}
.bg_white {
	background: #FFF;
}
.bg_gray{
	background-image: url(images/hd_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color:#666;
	margin-left: 256px;
}
.bluetext {	color: #0F3179;}
.bluehead3 {
	color: #346AA8;
	font-size: 11px;
	padding:3px 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.features {
	font-weight: bold;
	padding: 5px 0 3px 15px;
	font-size: 12px;
	color: #0F3179;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
}
.heading_wh{
	color:#346AA8;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 2px;
	background: #546EA0;
}
.head2 {
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	padding: 3px 0;
	font-size: 13px;
}
.homelink {
	position: relative;
	top: 0px;
	display: block;
	width: 160px;
}
.homelink img{
	border:none;
}
.large_link {
	font-size: 12px;
	color: #0F3179;
	font-weight: bold;
	padding: 0 10px;
	display: block;
	margin: 0;
	margin-bottom: 0px;
	letter-spacing: 0em;
}
.large_link:hover {
	background-color:#ceefff;
}
.linkblue {	color: #11347a;}
.margTop {
	padding-top: 20px;
}
.margin_rt{ margin-right:4px;}
.noborder{ border:none;}
.otherblue {
	color: #346AA8;
	font-size: 11px;
}
.Orange_bull_h3{
	background:url(images/bullet_orange.gif) no-repeat left 6px;
	padding-left: 15px;
	font-weight: normal;
	font-size: 13px;
	color: #0F3179;
	margin: 0;
}
.Blue_bull_h3{
	background:url(images/bullet.gif) no-repeat left 6px;
	padding-left: 15px;
	font-weight: normal;
	font-size: 13px;
	color: #0F3179;
	margin: 0;
}
.pad10{
	padding: 2px 15px 2px 10px;
	display: block;
}
#tree_parent ul{
	margin:3px 0 15px 0px;
}
#tree_parent ul li{
	list-style:none;
	background: url(images/arrowbullet_acc.gif) no-repeat 10px 6px;
	padding: 2px 25px;
}

/*/**/
#container{ background:none;}
#inc {
	padding:15px 0 15px 15px;
}
#inc p{
	font-size:11px;
	line-height: 1.4em;
	color: #575757;
	padding-bottom: 8px;
	margin: 0;
	text-align: justify;
}
#inc p a{ font-weight:bold}
/*////////////*/
.h2style2 {
	font-size: 12px;
	color: #0F3179;
	margin-top: 10px;
	margin-bottom: 3px;
	padding: 2px 0;
}
.h2style3 {
	font-size: 12px;
	color: #0F3179;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 2px 10px;
	background: url(images/bar_bg.gif) repeat-x center;
}
/**/

#sec_nav{
	height:20px;
	background: #f29400 top;
}
#sec_nav a{
	color:#FFF;
	text-decoration:none;
	letter-spacing: 0em;
	line-height:normal;
	font-size:11px;
	display: block;
	float: right;
	padding: 2px 10px;
}
#meta_nav {
	position: absolute;
	left: 705px;
	top: 14px;
	width: 94px;
	height: 21px;
}
#meta_nav ul li {
	float: left;
	padding-right: 4px;
	list-style: none;
	font-size: 9px;
}
#meta_nav ul li a {
	color: #999;
	text-decoration: none;
	display: block;
	padding: 0 5px;
}
#meta_nav ul li a:hover {
	color:#CD7636;
}

/********/
.content_para {
	margin-left: 200px;
	padding-top: 0px;
}

#inc {
	padding:15px 0 15px 15px;
}
#inc p{
	font-size:11px;
	line-height: 1.4em;
	color: #575757;
	padding-bottom: 8px;
	margin: 0;
	text-align: justify;
}
#inc p a{ font-weight:bold}

#top {
	height: 20px;
	width: 20px;
	position: absolute;
	left: 0px;
	top: 0px;
}
/*////////////*/
.gotop {
	background: url(images/gotop.gif) no-repeat right center;
	padding: 2px 20px 2px 0px;
	float:right;
	text-decoration: none;
	color: #999;
	font-size: 10px;
}
.gotop:hover {color: #333;}

.servRequistion{ float:right;}

