


* {
	margin: 0; padding: 0;
} 
body {
	margin: 0; padding: 0;
	font: 81%/1.5em arial, tahoma, verdana, sans-serif; 
	background: #11568b url(../images/bg.jpg) repeat-y top center;
	color: #666666;	
	text-align: center;		B
}


#wrap {
	margin: 0 auto;
   width: 1000px;  	
	min-width: 950px;
	text-align: left;		
			background: #ffffff;	
}
#content-wrap {
	clear:both;
   margin: 0; padding:0;
	width: 100%;
			background: #ffffff;	
}

#top {
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	background: #3791d7;
	padding-left: 10px;
}

/* header */
#header {
	position: relative;
	background: url(../images/header2.jpg) no-repeat;
	height: 120px;	
}
#headerBG {
	width: 100%;
	background: url(../images/headerbg.jpg) repeat-x;
	height: 120px;	
}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 40px arial, tahoma, verdana, sans-serif; 
	color: #CCCCCC;
	text-transform: lowercase;
	/* change the values of top and Left to adjust the position of the logo*/
	top: 0; left: 5px;	
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 10px arial, tahoma, verdana, sans-serif; 
	text-transform: none;
	color: #000000;
	
}
#header .searchform {
	position: absolute;
	top: 5px; right: 3px;	
}

.headerTable {
	width: 100%;
	padding-top: 3px;
	margin: 0 auto 0 auto;
}

.phoneNumber {
	font-weight: bold;
	font-size: 17px;
	color: #000000;
	padding-left: 35px;
	padding-top: 32px;
}

.HeaderText {
	font-size: 25px;
	font-weight: bold;
	color: #000000;
}


#menu {
	clear: both;
	margin: 0; padding: 0;	
}
#menu ul {	
	position: relative; 
	bottom: 4px;
	margin: 0; padding: 0;	
	float: left;
	font: bold 1.2em 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	width: 100%;
	border: 1px solid #808080;
	border-width: 0 0 4px 0;	
	list-style: none;
}
#menu ul li{
	display: inline;	
}
#menu ul li a {	
	position: relative; bottom: -4px;
	float: left;
	color: #808080;
	padding: 0px 10px;
	text-decoration: none;
	background: white url(menudivide.gif) repeat-y right top; 
	border-bottom: 4px solid #808080; 	
}
#menu ul li a:hover{
	color: black;
	background-color: #F3F3F3; 
	border-bottom: 4px solid #3791D7;
}
#menu ul li#current a{
	color: #333;
	background-color: #F3F3F3; 
	border-bottom: 4px solid #3791D7;
}

/* main column */
#main {
	float: left;
	background: #ffffff;
	padding: 0 5px;
	width: 550px;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
}


#main2 {
	float: left;
	margin-left: 15px;
	padding: 0 5px;
	background: #ffffff;
	width: 540px;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
}







/* sideabar */
#sidebar {
	float: left;
	width: 21%;
	min-width: 210px;
	margin: 0;	padding: 0; 
	display: inline;
		background: #ffffff;
	
}


#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 0 0 8px 0;	
	padding-right: 0;		
	text-decoration: none;
}
#sidebar ul.sidemenu li {
/*	background: url(arrow.gif) no-repeat 2px 5px; */
	padding: 2px 5px 2px 5px;		
}

* html body #sidebar ul.sidemenu li { height: 1%; }

#sidebar ul.sidemenu a {
	font-weight: bold;
	background-image: none;
	text-decoration: none;	

}



#sidebar ul.sidemenu {
	font-size: 12px;
	list-style: none;
	text-align: left;
	margin: 0 0 8px 0;	
	padding-right: 0;	
	color: #333333;
	text-decoration: none;
}


#sidebar ul.sidemenuLF li {
	border-bottom: 1px solid #EFF0F1;
/*	background: url(arrow.gif) no-repeat 2px 5px; */
	padding: 2px 2px 2px 5px;	
}

* html body #sidebar ul.sidemenuLF li { height: 1%; }

#sidebar ul.sidemenu a {
	font-weight: bold;
	background-image: none;
	text-decoration: none;	

}



.sidemenu2 {
	background: #fdfde3;
}

#sidebar ul.sidemenu2 {
	list-style: none;
	text-align: left;
	margin: 0;	
	padding: 0;		
	text-decoration: none;
	font-size: 17px;
	text-transform: uppercase;
	border-bottom: 1px solid #9A9A9A; 
}

ul.sidemenu2 li{
	list-style: none;
	
	position: relative;	
}



ul.sidemenu2 a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 5px 0 5px 10px;
}

ul.sidemenu2 li a:hover {
	font-weight: bold;
	text-decoration: none;
	background: url(../images/navbg.jpg) repeat;
}



/* rightbar */
#rightbar {
	float: right;
	width: 21%;
	padding: 0;	
	min-width: 220px;		
}


#rightbar h3.rightFrontH1{
	font-size: 1.5em;
	text-transform: uppercase;
		border-bottom: 1px solid #bfbfbf; 
}


.rightbarLine {
	padding: 9px 0px; 
}

/* footer */
#footer {
	clear: both;
	background: #FFFFFF repeat-x left top;
	border-top: 1px solid #F2F2F2;
	text-align: center;	
	height: 50px;
	width: 1000px;
	margin: 0 auto;	
}
#footer a {
	text-decoration: none;
	font-weight: bold;
}

#copyright a, a:hover{
	color: #666;
	text-decoration: none;
}


/* Alignment classes */
.float-left   { float: left;}
.float-right  { float: right; }
.align-left   { text-align: left; }
.align-right  { text-align: right; }
.align-center { text-align: center;	}
.align-justify { text-align: justify; }

/* display classes */
.clear { clear: both; }
.block { display: block; }
.hide  { display: none; }	


.companyName  {	
	color: #ffffff; 
	text-transform: uppercase
}


/* links */
a {
	background: inherit;
	color: #00368b; 
}
a:hover {
	background: inherit;
	color: #225278;
}




/* headers */
h1, h2, h3 {
	font: bold 1em arial, tahoma, verdana, sans-serif; 
	/*text-transform: uppercase;*/
	color: #00368b;
}

h1 {
	font-size: 1.5em;
	margin-left: 5px;	
}

h2 {
	font-size: 1.3em; 
	border-bottom: 1px solid #bfbfbf;
	padding-bottom: 0px;
	margin: 5px 0 0 5px;
}

#top h1 {
	font-size: 14px;;
	color: #ffffff;
	margin: 0; padding: 0px;
}

.frontTitle {
	margin: 5px 0; padding 0;
	font-size: 1.5em;
	border-bottom: 0px solid #bfbfbf;
}

.frontTitle2 {
	border-bottom: 0px solid #bfbfbf;
}

h3 { 
	font-size: 1.2em; 
	text-transform: none;
	padding-bottom: 0;
	margin: 5px 0 0 5px;
}

.call {
	color: #00368b;
	font-size: 17px;
}

#main h1, #rightbar h1 {
	padding: 5px 0 5px 5px;
	margin: 0;
	border-bottom: 1px solid #bfbfbf; 	
}	

.headerRight {
	background: url(../images/headerRight.jpg) no-repeat top right;
	width: 185px;
	height: 120px;
	
	padding: 0px;
	margin: -2px 0 0 0 ;
}

.style3 {

font-size: 2.5ex;

}


.headerNumber {

margin: 55px 20px 0px 0px;
color: #000000;

}

#bluecontent h1.frontH1number { 
	font-size: 2.5em; 
	color: #555555;
	border-bottom: 0px solid #bfbfbf; 
}




#blankNav {

display: none;

}

p {
	margin: 3px 15px 10px 15px;
}



ul, ol {
	margin: 10px 30px;
	padding: 0 15px;	
	color: #666666;	
}

ul span, ol span {
	color: #666666;
}

.whyList {
	font-size: 8px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 0px;
	margin-top: 0px;
}	


code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #bfbfbf;  
  border-left: 3px solid #3182C0;
}


acronym {
  cursor: help;
  border-bottom: 1px solid #777777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 32px;  	
  	background: #FAFAFA url(quote.gif) no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #bfbfbf; 
	border-left: 3px solid #3182C0;  
	font-weight: bold; 
}

#graycontent {

	background-color: #fdfde3;
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	padding: 5px; margin: 8px 0 ;
}


#bluecontent {

	background-color: #c5e5fe;
	border: 1px solid #bfbfbf;
	padding: 5px; margin-top: 20px;

}


/* form elements */
form {
	margin:10px; 
	padding: 10px;
	border: 1px solid #bfbfbf; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 4px;
	border:1px solid #eee;
	font: normal 1em/1.5em Verdana, sans-serif;
	color:#777;
}
textarea {
	width:350px;
	padding:4px;
	font: normal 1em/1.5em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	border: 1px solid #CCC;
	background: #FFF; 
	padding: 2px 3px; 
	color: #333;	
}

/* search form */
form.searchform {
	background: transparent;
	border: none;
	margin: 10px; 
	padding: 0;
}
form.searchform input.textbox { 
	margin: 0; 
	width: 50px;
	border: 1px solid #CCC; 
	background: #FFF;
	color: #333; 
	vertical-align: top;
}
form.searchform input.button {
	width: 55px;
	vertical-align: top;
}



#flashswap {
margin: 0px auto 0px auto;
height: 200px;
width: 542px;
background : url(../images/frontflash.jpg);
} 



#officeInfo {

	width: 300px;

}



.frontSpanNumber {
color: #69a2d3;
list-style-type: none;
text-decoration:none;

}


.help_toc {

width: 100%;

}

.services_toc {

width: 100%;

}



.servicesImageRight {

margin: 0px 0px 5px 15px;

}



.helpImageRight {

margin: 0px 0px 5px 15px;

}


.services_toc ul {

margin: 0px;

}


.help_toc ul {

margin: 0px;

}

.servicesSubTitle {

font-weight: bold;
color: #555555;

}

.rbroundbox { background: url(../images/nt.gif) repeat; }
.rbtop div { background: url(../images/tl.gif) no-repeat top left; }
.rbtop { background: url(../images/tr.gif) no-repeat top right; }
.rbbot div { background: url(../images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(../images/br.gif) no-repeat bottom right; }/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0; }
.rbroundbox { width: 90%; margin: 1em auto; }
.bottomBanner {
	font-size: 27px;
	font-weight: bold;
	line-height: 120%;
}

.rbroundbox2 { background: url(../images/nt2.gif) repeat; }
.rbtop2 div { background: url(../images/tl2.gif) no-repeat top left; }
.rbtop2 { background: url(../images/tr2.gif) no-repeat top right; }
.rbbot2 div { background: url(../images/bl2.gif) no-repeat bottom left; }
.rbbot2 { background: url(../images/br2.gif) no-repeat bottom right; }/* height and width stuff, width not really nessisary. */
.rbtop2 div, .rbtop2, .rbbot2 div, .rbbot2 {
width: 100%;
height: 0px;
font-size: 1px;
}
.rbcontent2 { margin: 0; }
.rbroundbox2 { width: 90%; margin: 1em auto; }.rbroundboxRightbar { width: 60%; margin: 0 auto; }

.quote {
	font-style:italic;
	font-weight: bold;
	font-size: 13px;
}


.rbroundboxRight { background: url(../images/nt.gif) repeat; }
.rbtopRight div { background: url(../images/tl.gif) no-repeat top left; }
.rbtopRight { background: url(../images/tr.gif) no-repeat top right; }
.rbbotRight div { background: url(../images/bl.gif) no-repeat bottom left; }
.rbbotRight { background: url(../images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtopRight div, .rbtopRight, .rbbotRight div, .rbbotRight {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontentRight { margin: 0; }
.rbroundboxRight { width: 210px; margin: 0 auto; }


.contactBG {
	background: url(../images/contactBg.jpg) no-repeat center top;
	height: 141px;
}

.contactBG2 {
	background: url(../images/contactBG2.jpg) no-repeat center top;
	height: 180px;
}


.contactBGp {
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 0;
	padding-bottom: 0;
}

.contactBG2Num {
	font-weight: bold;

}

.contactTable {
	float: center;
}

.moreReviews {
	font-size: 15px;
	font-weight: bold;
}

.logoText{
	padding-left: 10px;
	font-weight: bold;
	color: #062750;
	padding-top: -2px;
}

.testimonialImage {
	padding: 0 8px;
}

.owner {
	margin: 12px;
}

.ownerImage {
	border: 1px solid #062750; 
}

.darkText {
	color: #000000;
}


:focus
{
  -moz-outline-style: none;
}