@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	color: #545454;
	text-align: center;
	margin: 0;
	height: 100%;
	background: #172250 url(../images/fader_bg.jpg) repeat-x;
}

td {
	font-family: Verdana, sans-serif;
	font-size: 14px;
}

th {
	font-family: Verdana, sans-serif;
	font-size: 14px;
}

a {
	font: 14px Verdana, sans-serif;
	text-decoration: none;
	color: #fff;
	border-style: none;
}

a:visited {
	text-decoration: none;
	color: #d7d7d7;
}

a:hover {
	color: #fff;
}
a:active {
	text-decoration: none;
	color: #d7d7d7;
}

/* Header */

#header {
width: 978px;
	margin: auto;
	border-right: 1px solid #6f6f6d;
	border-left: 1px solid #fff;
	height: 54px;
	background-color: #fff;
	text-align: left;
}

#header_rt {
	float: right;
	display: inline-block;
}

.logo_left {
	float: left;
	clear: left;
}

.float_rt {
	float: right;
}

/* End */

/* Navigation */

#navigation {
	width: 978px;
	margin:  auto;
	height: 47px;
	background: url(../images/nav_bg.jpg) repeat-x;
	border-left: 1px solid #6f6f6d;
	border-right: 1px solid #6f6f6d;
	color: #fff;
	text-align: right;
}

ul#navigation {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#navigation li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.btn_txt {
	color: #fff;
	font: 18px/20px Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	margin: auto;
	display: block;
	padding-top: 11px;
	padding-bottom: 11px;
	letter-spacing: .09em;
}

.btn_txt a {
	color: #fff;
	font: 18px/20px Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	letter-spacing: .09em
}

.btn_txt a:hover {
	color: #fff;
}

#btn_1
  {
    display: block;
    width: 83px;
    height: 47px;
    background: url(../images/btn_1_off.jpg) no-repeat 0 0;
	float: left;
}

#btn_1:hover
  { 
    background: url(../images/btn_1_on.jpg) no-repeat 0 0;
	color: #2f2f2f;
}

#btn_2
  {
    display: block;
    width: 106px;
    height: 47px;
    background: url(../images/btn_2_off.jpg) no-repeat 0 0;
	float: left;
}

#btn_2:hover
  { 
    background: url(../images/btn_2_on.jpg) no-repeat 0 0;
    color: #2f2f2f;
  }
  
#btn_3
  {
    display: block;
    width: 114px;
    height: 47px;
    background: url(../images/btn_3_off.jpg) no-repeat 0 0;
	float: left;
}

#btn_3:hover
  { 
    background: url(../images/btn_3_on.jpg) no-repeat 0 0;
    color: #2f2f2f;
  }
  
  #btn_4
  {
    display: block;
    width: 130px;
    height: 47px;
    background: url(../images/btn_4_off.jpg) no-repeat 0 0;
	float: left;
}

#btn_4:hover
  { 
    background: url(../images/btn_4_on.jpg) no-repeat 0 0;
    color: #2f2f2f;
  }
  
  #btn_5
  {
    display: block;
    width: 108px;
    height: 47px;
    background: url(../images/btn_5_off.jpg) no-repeat 0 0;
	float: left;
}

#btn_5:hover
  { 
    background: url(../images/btn_5_on.jpg) no-repeat 0 0;
    color: #2f2f2f;
  }

#btn_blue
  {
    display: block;
    width: 117px;
    height: 34px;
    background: url(../images/btn_blue_off.jpg) no-repeat 0 0;
	margin-top: 5px;
	color: #fff;
	margin-left: 110px;
}

#btn_blue:hover
  { 
    background: url(../images/btn_blue_on.jpg) no-repeat 0 0;
    color: #ececec;
  }
  
  .btn_blue_txt {
	color: #fff;
	font: bold 18px/20px Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	margin: auto;
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
	letter-spacing: .0em;
}

.btn_blue_txt a {
	color: #fff;
	font: 18px/20px Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
}

.btn_blue_txt a:hover {
	color: #fff;
}

.btn_blue_sm
  {
    width: 115px;
    height: 32px;
    background: url(../images/btn_blue_sm_off.jpg) no-repeat 0 0;
	color: #fff;
	float: left;
	margin-left: 10px;
}

.btn_blue_sm:hover
  { 
    background: url(../images/btn_blue_sm_on.jpg) no-repeat 0 0;
    color: #2f2f2f;
  }
  
.btn_blue_cntr
  {
    width: 115px;
    height: 32px;
    background: url(../images/btn_blue_sm_off.jpg) no-repeat 0 0;
	color: #fff;
	float: right;
	margin-top: 3px;
	padding-right: 10px;
}

.btn_blue_cntr:hover
  { 
    background: url(../images/btn_blue_sm_on.jpg) no-repeat 0 0;
    color: #2f2f2f;
  }
  
  .btn_blue_sm_txt {
	color: #fff;
	font: bold 16px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	margin: auto;
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
	letter-spacing: .09em;
}

.btn_blue_sm_txt a {
	color: #fff;
	font: bold 16px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
}

.btn_blue_sm_txt a:hover {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
/* @end */

/* Content Container */

#content {
	width: 978px;
	background-color: #fff;
	border-left: 1px solid #6f6f6d;
	border-right: 1px solid #6f6f6d;
	text-align: left;
	letter-spacing: .01em;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}

#content_info {
	width: 978px;
	background-color: #fff;
	border-left: 1px solid #6f6f6d;
	border-right: 1px solid #6f6f6d;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	letter-spacing: .01em;
	height: 400px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.page_copy {
	color: #181818;
	font: 14px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
	margin-top: 10px;
	width: 890px;
	margin-left: 20px;
	letter-spacing: .01em;
}

.page_copy a:hover {
	color: #181818;
}

.page_copy_bold {
	color: #181818;
	font: bold 14px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
	text-decoration: none;
}

.page_copy_blk {
	color: #181818;
	font: 14px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
	margin-top: 10px;
	width: 540px;
	margin-left: 20px;
	letter-spacing: .01em;
	display: block;
	position: relative;
}

#divider {
	width: 978px;
	height: 47px;
	background: url(../images/divider_bg.jpg) repeat-x;
	margin-top: 15px;
	text-align: left;
}

#divider_bld {
	color: #fff;
	font: bold 20px/40px Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: .08em;
	padding-left: 25px;
}

#bnr_landing {
	width: 560px;
	height: 320px;
	text-align: left;
	background: url(../images/bnr_6.jpg) no-repeat;
	margin-left: 15px;
	display: block;
}

#bnr_home {
	width: 560px;
	height: 320px;
	text-align: left;
	background: url(../images/bnr_1.jpg) no-repeat;
	margin-left: 15px;
	display: block;
}

#bnr_services {
	width: 560px;
	height: 320px;
	text-align: left;
	background: url(../images/bnr_7.jpg) no-repeat;
	margin-left: 15px;
	display: block;
}

#bnr_licensing {
	width: 560px;
	height: 320px;
	text-align: left;
	background: url(../images/bnr_3.jpg) no-repeat;
	margin-left: 15px;
	display: block;
}

#bnr_inspectors {
	width: 560px;
	height: 320px;
	text-align: left;
	background: url(../images/bnr_4.jpg) no-repeat;
	margin-left: 15px;
	display: block;
}

#bnr_contact {
	width: 560px;
	height: 320px;
	text-align: left;
	background: url(../images/bnr_5.jpg) no-repeat;
	margin-left: 15px;
	display: block;
}

#bnr_hdr {
	color: #fff;
	font: bold 20px/22px Arial, Helvetica, Geneva, sans-serif;
	padding-top: 7px;
	padding-left: 20px;
	height: 27px;
	letter-spacing: .08em;
}

#bnr_hdr_bent {
	color: #fff;
	font: italic bold 20px/22px Arial, Helvetica, Geneva, sans-serif;
	padding-top: 7px;
	padding-left: 20px;
	height: 27px;
	letter-spacing: .08em;
}

#bnr_bullets {
	color: #fff;
	font: bold 16px/33px Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: .08em;
	text-align: left;
}

ul#bnr_bullets {
	display: block;
	position: relative;
	width: 525px;
	margin: 0;
	padding-top: 5px;
	height: 280px;
	float: right;
}

#bnr_bullets li {
	list-style-type: disc;
}

#bnr_text {
	color: #242424;
	font: normal normal 14px/23px Verdana, sans-serif;
	text-align: left;
	width: 350px;
	letter-spacing: .01em;
	float: right;
	padding-right: 15px;
}

.email_txt {
	color: #242424;
	font: bold 14px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.email_txt a {
	color: #181818;
	text-decoration: none;
}
.email_txt a:hover {
	color: #090f55;
	text-decoration: underline;
	font: 14px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#number {
	font: bold 14px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #181818;
}

#link {
	color: #181818;
	font: bold 12px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding-left: 10px;
}

#link a {
	color: #06063c;
	font-weight: bold;
}

#link a:hover {
	color: #06063c;
	text-decoration: underline;
}


#bnr_text ul li{
	font-size: 12px;
	line-height: 16px;
	text-align: left;
}

.bnr_text_bld {
	color: #242424;
	font: normal bold 18px/20px Arial, Helvetica, Geneva, sans-serif;
}

.bnr_text_cbld {
	color: #242424;
	font: normal bold 14px/18px Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	padding-left: 45px;
}

.bnr_text_cbld {
	color: #242424;
	font: normal bold 14px/18px Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	padding-left: 25px;
}

.block_sm_row {
	width: 940px;
	height: 154px;
	margin: 15px auto auto;
}

.block_sm_left {
	list-style-type: none;
	display: inline-block;
	float: left;
	position: relative;
	width: 300px;
	text-align: center;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	height: 154px;
	background-color: #e0e0e0;
}

.block_sm_mid {
	list-style-type: none;
	display: block;
	float: left;
	position: relative;
	width: 300px;
	text-align: center;
	margin-top: 0;
	margin-left: 19px;
	margin-right: 19px;
	height: 154px;
	background-color: #e0e0e0;
}

.block_sm_right {
	list-style-type: none;
	display: inline-block;
	float: right;
	position: relative;
	width: 300px;
	text-align: center;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	height: 154px;
	background-color: #e0e0e0;
}

.block_sm_img {
	float: left;
}

.block_sm_txt {
	color: #181818;
	text-align: left;
	font: 12px/16px Verdana, sans-serif;
	width: 133px;
	height: 105px;
	padding: 5px 5px 5px 10px;
	float: right;
}

.block_sm_txt_bld {
	font-weight: bold;
	line-height: 16px;
	font-size: 14px;
}

.block_med_txt {
	color: #181818;
	text-align: left;
	font: 12px/16px Verdana, sans-serif;
	width: 200px;
	height: 100px;
	padding: 5px 5px 5px 7px;
	float: right;
	margin-top: 3px;
	margin-right: 3px;
}

.block_med_txt_bld {
	font-weight: bold;
	line-height: 16px;
}

#img_bdr_bottom {
	width: 978px;
	height: 4px;
	margin: auto;
	background: url(../images/img_bdr_bottom.jpg) no-repeat;
	padding-top: 0;
}

.form_container {
	color: #181818;
	font: normal normal 14px/23px Verdana, sans-serif;
	text-align: left;
}

.form_box {
	width: 190px;
	border: 1px solid #a3a3a3;
	background: url(../images/form_bg.jpg) repeat-x;
	color: #181818;
	text-indent: 2px;
	text-align: left;
	vertical-align: middle;
	height: 17px;
	margin-left: 5px;
	font: 12px/20px Verdana, sans-serif;
	letter-spacing: .05em;
}

.form_text {
	color: #181818;
	font-size: 12px;
	letter-spacing: .05em;

}

#form_left {
	float: left;
}

.message_box {
	width: 190px;
	border: 1px solid #a3a3a3;
	background: #fff url(../images/form_bg.jpg) repeat-x;
	color: #181818;
	text-indent: 2px;
	text-align: left;
	vertical-align: middle;
	height: 60px;
	margin-bottom: 5px;
	margin-top: 5px;
	font: 12px/16px Verdana, sans-serif;
	letter-spacing: .05em;

}

#form_left {
	display: inline-block;
	position: relative;
	float: left;
}

.img_left {
	float: left;
	margin-top: 10px;
	margin-left: 7px;
}
/* end */

/* Footer */

#footer {
	width: 978px;
	margin: 10px auto 20px;
	color: #6f6f6d;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	clear: both;
}

#footer a {
	color: #6f6f6d;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
}

#footer a:hover {
	color: #9ac9a8;
	text-decoration: underline;
}

.ftr_img {
	float: right;
	position: relative;
	display: inline-block;
	margin-top: -5px;
	margin-right: 30px;
}

/* end */


/* pre-loaded images */

div#preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}

/* end */