body {
	background-image: url(images/site_bg.jpg);
	margin:0;
}
#container{
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
}
#wrapper{	
	width:1050px;
	margin:0 auto;
}
#header{
	float:left;
	width:1050px;
	height:159px;
}
#logo{
	float:left;
	width:270px;
	padding:10px;
	padding-left:0px;
}
#bbb{
	float:left;
	width:170px;
	padding-top:75px;
}
#review{
	float:left;
	width:110px;
	padding-top:15px;
}

#review a{
	border:none;
}

#review a:visited{
	border:none;
}

#top-links{
	float:left;
	width:490px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#014d87;
	padding-top:5px;
}
#top-links a{	
	color:#014d87;
	text-decoration:none;
}
#top-links a:hover{
	text-decoration:underline;
}
#call{
	float:right;
	width:490px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	color:#014d87;
	font-weight:bold;
	text-align:center;
	padding-top:40px;
}
#call2{
	float:left;
	width:290px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:30px;
	color:#014d87;
	font-weight:bold;
	text-align:center;
	text-shadow:#999 1px 1px 1px;
	padding-top:40px;
}
#navigation{
	width:1050px;
	height:45px;
	margin:0 auto;
}
#navigation .menu{
	float:left;
	width:1020px;
	height:45px;
	background-image:url(images/nav-bg.jpg);
	background-repeat:repeat-x;
}
#navigation .menu ul{
	list-style:none;
	list-style-image:none;
	padding:0px;
	padding-left:20px;
	margin:5px 0px 0px 15px;
}
#navigation .menu ul li {
	float:left;
	background-image:url(images/nav-sep.png);
	background-repeat:no-repeat;
	background-position:right;
	height:33px;
}
#navigation .menu ul li:last-child{
	background:none;
}
#navigation .menu ul li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#e6e5e5;
	font-weight:bold;
	text-decoration:none;
	padding: 8px 11px 3px 11px;
	height:22px;
	display:block;
	cursor:pointer;
}
#navigation .menu li a:hover{
	color:#F60;
}
#banner{
	margin:0 auto;
	padding:10px;
}

#content-area{
	float:left;
	width:1050px;
	vertical-align:top;
}
#column-left{
	float:left;
	width:725px;
	vertical-align:top;
}
h2{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#014d87;
	font-weight:bold;
}
h2 span{
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	color:#014d87;
	text-transform:uppercase;
	font-weight:normal;
}
.content{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#014d87;
	letter-spacing:1.2;
	line-height:1.3;
}
.content span{
	color:#F00;
}
.content img{
	padding:5px;
}
#home{
	float:left;
	width:220px;
}
#service{
	float:left;
	width:170px;
	margin-left:45px;
}
#service ul{
	list-style:none;
	padding-left:25px;
}
#service ul li{
	list-style-image:url(images/bullet-serv.png);
	line-height:2;
}
#service ul li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#014d87;
	text-decoration:none;
}
#service ul li a:hover{
	color:#0CF;	
}
#column-right{
	float:right;
	width:320px;
	margin-top:15px;
}
.gray-bg{
	background-image:url(images/gray.jpg);
	background-repeat:repeat-y;
	background-position:center top;
	font-family:Verdana, Geneva, sans-serif;
	font-size:15px;
	color:#151515;
	line-height:2;
}
.title{
	font-family:Calibri, Arial, Verdana;
	font-size:16px;
	color:#151515;
}
.field{
	width:240px;
	height:25px;
	margin-top:5px;
	margin-bottom:5px;
	background-color:#fff;
	border:#bbb solid 1px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.field2{
	width:200px;
	height:25px;
	margin-top:5px;
	margin-bottom:5px;
	background-color:#fff;
	border:#bbb solid 1px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.text-area{
	width:240px;
	height:55px;
	margin-top:5px;
	margin-bottom:5px;
	background-color:#fff;
	border:#bbb solid 1px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.text-area2{
	width:600px;
	height:95px;
	margin-top:5px;
	margin-bottom:5px;
	background-color:#fff;
	border: #bbb solid 1px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
#footerContainer{
	width:100%;
	background-color:#024890;
	padding-top:20px;
	padding-bottom:20px;
}
#footerContainer .footerWrap {
	width:1000px;
	margin:0 auto;
	font-family:Calibri, Arial, Verdana;
	font-size:14px;
	color:#fff;
	text-align:center;
	line-height:1.8;
}
#footerContainer .footerWrap a{
	font-family:Calibri, Arial, Verdana;
	font-size:14px;
	color:#fff;
	text-decoration:none;
}
#footerContainer .footerWrap a:hover{
	color:#F60;
}

.clear{
	clear:both;
}

/*   inner pages    */

#service-in{
	float:left;
	width:680px;
	margin-left:45px;
}
#service-in ul{
	list-style:none;
	padding-left:25px;
	margin-bottom:0;
}
#service-in ul li{
	list-style-image:url(images/bullet-serv.png);
	line-height:2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#014d87;
}

