/* CSS Document Layout Styles*/

/* html body */

body {
	font-family:  Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-position: left top;
	background-color: #002156;
}

html, body { /* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin-bottom: 1px;
}

#bodyWrapper {

background-repeat: repeat-x;

}

/* DIVS */

/* wrapper styles */
#wrapper {
	text-align: left;
}

/* holder styles */
#holder {
	text-align: left;
	background-image: url(../images/footerBG.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

/* header styles */

#logoHeader{
	width: 100%;
	height: 120px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
}

#header {
	width: 100%;
	height: 122px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/headerNew.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#headerAdWords {
	width: 100%;
	height: 122px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/headerAdWords.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#headerBBB {
	width: 100%;
	height: 122px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/headerBBB.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#headerContact {
	padding: 20px 0px 0px 0px;
	margin: 0 auto 0 auto;
	width: 180px;
	height: 120px;		
}

#headerMidContact {
	padding: 5px 0px 0px 0px;
	margin: 0 auto 0 auto;
	width: 500px;
	height: 120px;		
}

.headerTitle {
	font-size: 21px;
	font-weight: bolder;
	color: #1e3a6a;
	letter-spacing: -1px;
	padding-top: 6px;
	margin-top: 10px;
	padding-bottom: 7px;
}

.headerPageTitle {
	font-size: 25px;
	font-weight: bold;
	color: #1e3a6a;
	letter-spacing: 3px;
	padding: 0px;
	margin: 0px;
	padding-bottom: 7px;
}

.headerPhone {
	font-size: 23px;
	font-weight: bold;
	color: #1e3a6a;
	letter-spacing: 3px;
	padding: 0px;
	margin: 0px;
}

#logo {
	width: 300px;
	height: 120px;
	float:left;
	background-image: url(../images/leftSideHeader.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


#logo h1 {
	display:none;
}


#slogan {
	display:none;
}

#linkBack {
display: block;
}


/* content styles */

.indexContent {
	max-width: 1200px;
}

.indexContentHG {
	margin: 0 auto;
	max-width: 1200px;
}

#contentWrap {
	height:100%;
	width: 100%;
	background-image: url(../images/contentBG.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-color: #ffffff;
}

#content {
	margin: 0 auto 0 auto;
	text-align: left;
	padding: 0px 0px 0px 10px;
	width: 710px;
}

#contentServices {
	margin: 0 auto 0 auto;
	text-align: left;
	padding: 0px 0px 0px 10px;
	width: 710px;
	height: auto;
}

#content p {
	line-height: 130%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #002157;
	font-weight: bold;
}

#content ul {
	line-height: 130%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #002157;
	font-weight: bold;
}

.body1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-align: justify;
	text-indent: 0px;
	padding: 5px 10px 10px;
}

.body2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #002157;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	border: 1px solid;
}

#frontOfficeInfo {
	text-align: center;
}

#officeInfoIndex {
	text-align: center;
	font-weight: bold;
	padding-top: 25px;
	padding-left: 267px;
	color: #333333;
	width: 450px;
}

#officeInfoIndex p {
	font-size: 17px;
}

#officeInfoIndex a {
	color: #FFCC00;
}

#officeInfoIndex a:hover {
	color: #ffffff;
}


/* font related */

a {
	color: #843500;
	text-decoration: underline;
	font-weight: bold;
} 

a:hover, a:active, a:focus {  
	color: #FFCC00;
	text-decoration:underline;
}

#cityInfoSection a {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
} 

#cityInfoSection a:hover, a:active, a:focus {  
	color: #FFC90B;
	text-decoration:underline;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	color: #002157;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-align: center;
}

.review {
	padding: 5px 0px 5px 0px;
}

h2 {
	font-weight: bold; 
	font-size:2.5em;
	color: #002157;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	letter-spacing: .15em;
	text-align: center;
}

.ArticleTitle {
	font-weight: bold; 
	font-size:1.6em;
	color: #002157;
	margin: 0px;
	letter-spacing: 0em;
	padding: 20px 0px 9px 0px;
	text-align: center;
}


.reviewTitle {
	font-weight: bold;
	font-size: 2.5em;
	color: #002157;
	margin: 0px;
	padding: 10px 0px 5px 0px;
}

.reviewTitle1 {
	font-size: 16px;
	font-weight: bold;
	color: #002157;
	margin: 0px;
	letter-spacing: 0em;
	padding: 10px 0px 10px 0px;
}

h2.centerInfoH2 {
	font-weight: bold;
	font-size: 2.5em;
	color: #1E3A6A;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	letter-spacing: .25em;
	text-align: center;
} 

.centerInfoH2 a {
	text-decoration: underline;
}

h4 {
	font-weight: bold;
	font-size: 1.25em;
	color: #002157;
	margin: 0;
	padding: 20px 0px 0px 0px;
}

h3.testiH3 {
	font-weight: bold; 
	font-size: 1.25em;
	color: #002157;
	margin: 0;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

h4 {
	font-weight: bold;
	font-size: 1em;
	color: #333333;
	margin: 0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h5 {
	font-weight: bold;
	font-size: .75em;
	color: #999999;
	margin: 0;
}

h6 {
	font-weight: bold;
	font-size: 1.25em;
	color: #333333;
	margin: 0;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

h6.centerInfoH6 {
	font-weight: bold;
	font-size: 1.25em;
	color: #1E3A6A;
	margin: 0;
	padding: 10px 0px 0px 0px;
	text-align: center;
}

#headerContact p {
	margin: 0;
	font-weight: bold;
	font-size: 1.5em;
	color: #333333;
	padding: 10px 0px 0px 0px;
	text-align: center;
}

#headerMidContact p {
	margin: 0;
	font-weight: bold;
	font-size: 1.5em;
	color: #333333;
	padding: 10px 0px 0px 0px;
	text-align: center;
}

em {
	font-weight: normal;
	color: #666666;
	font-style: italic;
}

strong {
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	color: #002157;
}

.brhalfspace {
	margin: 0px;
	padding-bottom: 2px;
}

.sqImageMarginRight {
	padding-top: 10px;
	padding-right: 10px;
	margin: 0px;
}

/* front specific */

#frontInfo {
	margin: 0px;
	height: 375px;
	width: 565px;
	background-image: url(../images/frontImage.jpg);
	background-repeat: no-repeat;
	background-position: right top;	
}

#frontText {
	padding: 150px 0px 0px 100px;
	font-weight: bold;
}

.frontTextTitle {
	text-align: center;
	font-weight: bold;
	font-size: 1.25em;
}

.frontText2 {
	text-align: center;
	font-weight: bold;
}

/* footer styles */
#footer {
	width: 100%;
	height: 100%;
	margin: 0 auto 0 auto;
	margin-top: 7px;
	font-size: 1em;
	background-color: #002156;
	color: #EE9414;
	text-align: center;
/*	background-image: url(../images/footerBGwrap.gif); */
/*	background-repeat: repeat-x; */
/*	background-position: left bottom; */
	border-top: 3px #FBBC00 solid;
}

/* footer Nav styles */

#footerNav {
	margin: 0 auto 0 auto;
	padding: 3px 0px 0px 0px;
	font-weight: bold;
}

#footerNav a {
	text-decoration:none;
}

#footerNav a:link,  #footerNav a:visited {
	color: #EE9414;
}

#footerNav a:hover {
	text-decoration: underline;
	text-align: left;
	color: #ffffff;
}
	

/* copyright styles */

#copyright {
	padding: 0px 0px 0px 0px;
}

#copyright p {
	color: #FFFFFF;
	font-weight: bold;
}

#copyright a:link, #copyright a:visited {
	color:#fff;
	text-decoration: none;
}

#copyright a:hover{  
	color: #E666FF;
	text-decoration: none;
	border-bottom: none;
}


/* clear Class */

.brclear { 
    clear:both; 
    height:0; 
    margin:0;
    font-size: 1px;
    line-height: 0px;
}

/* jumpLinks styles */

#jumpLinksContent {
	margin: 0 auto 0 auto;
	padding: 20px 0px 50px 0px;
	width:650px;
}

#jumpLinksContent ul li {
	list-style-type: disc;
}

#jumpLinksContent ol li {
	list-style-type: decimal;
}

#jumpLinksContent, #jumpLinksContent * {
	list-style-type: none;
}

#jumpLinksContent  p {
	text-align: left;
}

#jumpContact  p {
	text-align: center;
}

#jumpLinksContent a {
	margin: 0 auto 0 auto;
}

#jumpLinksContent h3 {
	padding: 0px 0px 20px 0px;
}

#jumpLinks1 {
	float:left;
}

#jumpLinks2 {
	float:left;	
	padding: 0px 0px 0px 40px;
}

#jumpLinks3 {
	float:right;	
	padding: 0px 0px 0px 0px;
}


/* interior Column styles */

#interiorColContent, #interiorColContent * {
	margin: 0px;
	padding: 0px;
}

#interiorColContent {
	padding: 40px 0px 40px 0px;
	float:left;
	width: 400px;
}

#interiorCol1 {
	float:left;
}

#interiorCol2 {
	float:left;	
	padding: 0px 0px 0px 40px;
}


/* forms */

/* google toolbar form fix using Important -  add more form elements as necessary
toolbar auto colors most used fields yellow - match desired color */

form {
	width: 700px;
}

.formContent {
	padding-top: 20px;
}

.contactform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #002157;
	text-decoration: none;
	background-color: #FEC216;
	text-align: center;
	border: groove;
}



input { 
	background-color: #FFFFFF! important;
}

select {
	background-color: #FFFFFF! important;
}

.formText1 {
	font-weight: normal;
	font-size: 1.2em;
	color: #333333;
}

.formText2 {
	font-weight: bold;
	color: #333333;
}

.formContent {
	padding: 5px;
}

.formContent ul {
	list-style-type: none;
}

.formContent p {
	font-weight: bold;
	color: #333333;
}

.formContent input {
	color: #666666;
	background-color: #FFFFFF;
	border: 1px solid #745f2d;
}

.formHR {
	width: 250px;
	text-align: left;
	color: #ee9414;
}

.formRequired {
	text-align: left;
	color:#ee9414;
}

.colLeft {
	float:left;
}

.colRight {
	float:left;	
	padding: 0px 0px 0px 40px;
}

.timeContact {
	text-align: center;
}

.timeContactSpaceOut{
	padding: 0px 0px 0px 20px;
}


/* clear Class */

.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}

/* Helper divs */

#helper1 {
	visibility:hidden;
}

#helper2 {
	visibility:hidden;
}

#helper2 a:link, #helper2 a:visited {
	color:#ee9414;
}

#helper3 {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	text-decoration: none;
}

/*Services/Help*/

.serviceTable {
	font-size: 14px;
}

.serviceTable ul li {
	list-style: none;
}

.serviceTable a {
	color: #002157;
}

.serviceTable a:hover {
	color: #FFC90B;
}

.contentPara {
	color: #002157;
	font-weight: bold;
	font-size: 14px;
}

.helpTable {
	font-size: 14px;
}

.helpTable a {
	color: #002157;
}

.helpTable a:hover {
	color: #FFC90B;
}


/* about.php */

.about {
	font-weight: bold;
	font-size: 16px;
	color: #843500;
	line-height: 130%;
}

.caption {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	font-weight: bold;
	color: #002157;
}

.aboutOfficeTitle{
	font-weight: bold;
	font-size: 16px;
	color: #002157;
	line-height: 130%;
}


/* why.php */

.why {
	font-weight: bold;
	font-size: 14px;
	color: #DA2F27;
}
 
#whyNumber {
	width: 700px;
	margin-left:20px;

}

.whyImage {
	margin-right:5px;
	margin-top:5px;
}

.whyImage2 {
	margin-right:5px;
	margin-top:10px;
	margin-bottom: 10px;
}


/* coupon */


.couponTop {
	height: 15px;
	background:url(../images/couponTop.jpg) bottom left no-repeat;
}

.couponMiddle {
	width: 545px;
	background:url(../images/couponMiddle.jpg) repeat-y;
}

.couponBottom {
	height: 15px;
	background:url(../images/couponBottom.jpg) top left no-repeat;
}

.couponBox {
	padding: 0px 10px 0px 20px;
	margin-bottom: 0px;

}

.couponContact {
	padding: 0px 10px 0px 20px;
	margin-bottom: 0px;
	font-size: 11px;
}

.couponBG {
	width: 545px;
	background:url(../images/couponBG.jpg) bottom center;
	background-repeat:no-repeat;
}

.couponHeader {
	margin-top: 0px;
	padding-top: 0px;
}

.couponHeader2 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}


/* other */

#returnToTop p {
	text-align: right;
}

.returnToTop {
	text-align: right;
	padding: 0px 20px 0px 0px;
}

.imageShiftLeft {
	padding: 0px 20px 0px 0px;
}

.imageShiftRight {
	padding: 0px 0px 0px 20px;
}

.imageC2A {
	padding: 0px 100px 0px 0px;
}

#extraLinksTop ul {
	padding: 3px 0px 15px 15px;
	margin: 0px;
	text-align: left;
	list-style-type: none;
}

#extraLinksBottom ul {
	padding: 15px 0px 15px 15px;
	margin: 0px;
	text-align: left;
	list-style-type: none;
}


/* storage

insert asterisk here for universal selectorness
{
	margin:0;
	padding:0;
}

*/

#welcomeText ul {
	margin: 7px;
}

#companyPic p {
	margin: 1px;
	font-size: 11px;
}

.servicesImageRight {
	margin: 0px 0px 15px 15px;
}

.helpImageRight {
	margin: 0px 0px 15px 15px;
}

.marginSpaceLeft {
	margin: 30px 0px 10px 10px ;
}

.marginSpaceRight {
	margin: 30px 10px 10px 0px ;
}

.contactSpaceLeft {
	margin: 0px 0px 10px 10px ;
}

.contactSpaceRight {
	margin: 0px 10px 10px 0px ;
}

.aboutSpaceLeft {
	margin: 10px 10px 10px 20px ;
}

.aboutSpaceRight {
	margin: 10px 15px 10px 0px ;
}

.employmentSpaceLeft {
	margin: 0px 0px 10px 15px ;
}

.employmentSpaceRight {
	margin: 0px 15px 10px 0px ;
}

#wx_module_5260 {
	background-color: #002156;
}

.testimonialNav {
	line-height: 200%;
	list-style-type: none;
	color: #222222;
}

.testimonialLink01 {
	padding-left: 5px;
	line-height: 200%;
	width: 33%;
}

.testimonialLink02 {
	padding-left: 5px;
	line-height: 200%;
	width: 33%;
}

.testimonialNavbg {
	background-color: #FAFAFA;
}

.testimonialTable {
	margin-top:5px;
	border: 1px;
	border-style: solid;
	border-color: #f2f2f2;
}

.testimonialTitle {
	font-weight: bold;
	font-size: 13px;
	color: #002157;
	margin: 0px;
	padding: 15px 0px 0px 0px;
	letter-spacing: .0em;
	text-align: left;
}

#greyContent {
	background-color: #c9dbf7;
	border: 1px solid #f2f2f2;
	padding: 5px;
}

#whiteContent {
	padding: 5px;
}

.infoList li {
	font-size: 16px;
	padding: 3px 0px;
}


/* Video */

.VideoTipsTitle {
	font-weight: bold;
	font-size: 2.5em;
	color: #002157;
	margin: 0px;
	padding: 10px 0px 5px 0px;
}

.videoTitle {
	font-weight: bold;
	font-size: 14px;
	color: #ffb505;
	margin: 0px;
	padding: 15px 0px 0px 0px;
	letter-spacing: .0em;
	text-align: left;
}

.toolsH3 {
	font-size: 18px;
	font-weight: bold;
}

.localNumbersContact {
	color: #002157;
	margin: 8px 0;
	font-weight: bold;
}

/* Drop Down Nav */

#navHolder{
	margin:0 auto;
	padding: 0;
	width: 1000px;
}


#nav {
	background-image: url(../images/mainNavBorderBG.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 30px;

}

ul.topnav {
	list-style: none;
	padding: 0 0 0 14px;	
	float: left;
	font-weight: bold;
	font-size: 13px;
	height: 30px;
	margin: 0 auto;
	width: 1000px;
	display: block;

}
ul.topnav li {
	float: left;
	margin: 0;	
	padding: 0 30px 0 0;
	position: relative;
	display: inline;
}
ul.topnav li a, .dropdown{
	padding: 5px 2px;
	color: #FFcc00;
	display: block;
	text-decoration: none;
	float: left;

}
ul.topnav li a:hover {
	color: #fff;
	text-decoration: none;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	height: 25px;
	padding-top: 0;

	background: no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; 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: 25px;
	background: #002156;
	margin: 0; padding: 0;
	display: none;
	font-size: 12px;

	width: 170px;

	border: 1px solid #FBBC00;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #FFEDBB; /*--Create bevel effect--*/
	border-bottom: 0px solid #FBBC00; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {

	width: 145px;
	background: #002156 no-repeat 10px center;
	padding-left: 10px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #002156 no-repeat 10px center; 
}

ol li {
	line-height: 130%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #002157;
	margin: 8px auto;
	font-weight: bold;
}

blockquote {
	line-height: 130%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #002157;
	font-weight: bold;
}

.ServiceList {
		line-height: 130%;
}

.ServiceImage {
	margin: 0 10px 10px 10px;
}

.ServiceCaption {
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #002157;
	font-size: 11px;
}

/* SLIDER */


#slider {
	background-image: url('../images/indexSliderBG.jpg');
	background-repeat: no-repeat;
	width: 545px;
	height: 150px;
	padding-left: 8px;
	padding-top: 9px;
}

.wt-rotator {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	position:relative;
	display:block;
	width:527px;
	height:133px;
	overflow:hidden; 
}
.wt-rotator a {
	outline:none;
}
#main-img {
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	border:none;		
}
#bg-img {
	display:block;
	position:absolute;
	top:0;
	left:0;
	z-index:0;	
	border:none;		
}
.desc {
	background-color:#0a4097;
	background:transparent url(../images/slider/assets/panel_bg.png) repeat scroll 0 0;
	color:#fbbc00;
	text-align:left;
	font-weight: bold;
	display:none;
	position:absolute;
	top:0;
	left:0;
	z-index:4;
	width:280px;
	padding:2px;
	overflow:hidden;
}
.tmp-desc {
	text-align:left;
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:300px;
	padding:10px;
}
.preloader {
	display:block;
	float:left;
	width:32px;
	height:32px;
	background-color:#0a4097;
	position:absolute;
	top:0;
	left:0;
	z-index:6;
	padding:2px;
	display:none;
}
.c-panel {
	position:relative;
	float:left;
	clear:both;
	top:0;
	left:0;
	width:auto;
	height:auto;
	z-index:5;
	margin: 6px 0 0 6px;
	display:none;
}
.buttons {
	position:relative;
	display:block;
	float:right;
	clear:none;
	float:left;
}
.thumbnails {
	position:relative;
	display:block;
	float:right;
	clear:none;
	float:left;
}
.thumbnails ul {
	list-style:none;
	width:auto;	
	height:auto;
	margin:0;
	padding:0;
}
.thumbnails li {
	list-style:none;
	font-size:12px;
	display:block;
	float:left;
	clear:none;
	margin-right:4px;
	padding:0px;
	overflow:hidden;
	width:24px;
	height:24px;
	line-height:24px;
	text-align:center;
	color:#FFF;
	background-color:#0a4097;	
	cursor:pointer;
	font-weight:bold;
}
.thumbnails li.thumb-over,
.thumbnails li.curr-thumb {
	color:#000;
	background-color:#FFF;
}
.thumbnails li * {
	display:none;
}
.play-btn,
.prev-btn,
.next-btn {
	display:block;
	float:left;
	clear:none;
	margin-right:4px;
	width:24px;
	height:24px;
	background-color:#0a4097;
	border:1px solid #0a4097;	
	cursor:pointer;
}
.play-btn {
	background:#0a4097 url(../images/slider/assets/pause.png) no-repeat center;
}
.prev-btn {
	background:#0a4097 url(../images/slider/assets/prev.png) no-repeat center;
}
.next-btn {
	background:#0a4097 url(../images/slider/assets/next.png) no-repeat center;
}
.button-over {
	background-color:#CCC;	
}
#tooltip {
	color:#FFFFFF;
	background-color:#0a4097;
	background:transparent url(../images/slider/assets/panel_bg.png) repeat scroll 0 0;
	padding:4px;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	display:none;
}
.block {
	position:absolute;
	top:0;
	left:0;
	width:100px;
	height:100px;
	z-index:2;
}
.vpiece {
	position:absolute;
	top:0;
	left:0;
	width:50px;
	height:100%;
	z-index:2;
}
.hpiece {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:50px;
	z-index:2;
}

/*IE6 Png Fix */

,thumbnails, ul, li, p { behavior: url('iepngfix.php') }


.SubArticleTitle {
	margin: 0;
	padding: 25px, 0, 0, 0;
	font-weight: bold; 
	font-size:1.4em;
	color: #843500;
}

.SubArticleSubitle {
	margin: 0;
	padding: 0;
	font-weight: bold; 
	font-size:1.2em;
	color: #843500;
}

#HomeSafety {
	width: 200px;
	height: 74px;

	background-image: url(../images/indexHomeSafety.jpg); 
	background-repeat: no-repeat; 
	background-position: left bottom; 
}

.HomeSafetyText {
	padding-top: 12px;
	text-align: center;
	font-weight: bold; 
	font-size: 1.8em;
	line-height: 110%;
	color: #0a4097;
	height: 74px;
}

.HomeSafetyText a {
	color: #0a4097;
	text-decoration: none;
}

/* nav */

.navIndex {
	display: block;
	text-indent: -1000em;
	background: url(../images/electrician_home.gif) no-repeat 0 8px;
	width: 35px;
	height: 13px;

}

.navAbout {
	display: block;
	text-indent: -1000em;
	background: url(../images/electrician_about.gif) no-repeat 0 8px;
	width: 86px;
	height: 13px;

}

.navServices {
	display: block;
	text-indent: -1000em;
	background: url(../images/electrician_service.gif) no-repeat 0 8px;
	width: 53px;
	height: 13px;

}

.navTips {
	display: block;
	text-indent: -1000em;
	background: url(../images/electrician_tips.gif) no-repeat 0 8px;
	width: 88px;
	height: 13px;

}

.navCoupon {
	display: block;
	text-indent: -1000em;
	background: url(../images/electrician_coupons.gif) no-repeat 0 8px;
	width: 54px;
	height: 13px;

}

.navReviews {
	display: block;
	text-indent: -1000em;
	background: url(../images/electrician_reviews.gif) no-repeat 0 8px;
	width: 116px;
	height: 13px;

}

.navContact {
	display: block;
	text-indent: -1000em;
	background: url(../images/electrician_contact.gif) no-repeat 0 8px;
	width: 66px;
	height: 13px;

}

.navEmployment {
	display: block;
	text-indent: -1000em;
	background: url(../images/electrician_employ.gif) no-repeat 0 8px;
	width: 78px;
	height: 13px;

}

.navBlog {
	display: block;
	text-indent: -1000em;
	background: url(../images/electrician_blog.gif) no-repeat 0 8px;
	width: 27px;
	height: 13px;

}

.question {
	color: #843500;
}
