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


#header {
/*	border: 1px solid red; */
	height:90px;
	width:auto;
	height:107px;
}

#logo {
/*	border: 1px solid yellow;*/
	position: relative;
	float:left;
	width: 240px;
	height: 80px;
	align:center;
	margin:0;
	padding:0;
}

#menu {
/*	border: 1px solid orange;*/
	color:#FFFFFF;
	font-size:0.8em;
	text-align:right;
	height:auto;
	margin:0;
	padding:0;
}

#client-login {
	margin-bottom:10px;
	float:left;
	display:block;
	width:240px;
	text-align:right;
	padding-top:5px;
}

a.login {
	color:#FFFFFF;
	font-size:14px;
}

#phone-text {
	color:#FFFFFF;
	font-size:26px;
	font-weight:bold;
	float:left;
	display:block;
	width:340px;
	text-align:center;
	padding-top:5px;
}

#menu-holder {
	clear:both;
	color:black;
	font-size:13px;
	height:auto;
	position:relative;
	text-align:right;
	top:-10px;
	width:800px;
}

body {
	background-color:#FFFFFF;
	background-image:url(../graphics/background.jpg);
	background-repeat:repeat-x;
	font-family:Verdana,Helvetica,Times New Roman;
}

#report {border:1px solid black;padding:2px;margin-right:10px;float:left;}

#footer {
	margin:0;
	text-align:center;
	font-size:10px;
}

#text {
	background-repeat:repeat-y;
	font-family:Arial,Helvetica,sans-serif;
	padding:10px;
	width:800px;
}


#box {
background:transparent url(../../../graphics/bkbg_bdy.jpg) center top repeat-y;
background-position: top left;
float:left;
margin:0;
overflow:hidden;
width:800px;
font-size:13px;
}

#box_top {
	background:transparent url(../../../graphics/bkbg_bdy_top.jpg) center bottom no-repeat;
	width:800px;
	height:22px;
}

#box_btm {
	background:transparent url(../../../graphics/bkbg_bdy_btm.jpg) center top no-repeat;
	width:800px;
	height:22px;
	clear:both;
	margin:0 auto;
}

#box ul {
margin:0;
}

#box p {
font-size:13px;
margin:0;
padding:5px 0 5px 0;
}

#testimonials ul li{
list-style:none;
}

#box h1,h2,h3 {
margin:0;
padding:0 0 10px 0px;
}

#box-a {
/*border: 1px solid blue;*/
float:left;
height:auto;
padding-bottom:20px;
margin:0 20px 20px;
width:760px;
background:transparent;
border-bottom:1px solid black;
}


#box-b {
/*border:1px solid blue;*/
float:left;
padding:0;
width:auto;
padding:20px;
}

#box-b h2 {
font-size:16px;
margin:5px;
padding:0;
}

#box-c {
/*border:1px solid green;*/
float:left;
position:static;
width:auto;
font-size:13px;
margin:0;
padding:0 20px 0 20px;
}

#box-d {
background:transparent url(../graphics/home_box_bg.jpg) no-repeat top left;
float:left;
height:232px;
padding:15px 10px 15px 20px;
position:static;
width:235px;
}

#box-d form{
line-height:1em;
}

#box-d label {
line-height:1.4em;
}

input.fmtxt , select, textarea {
border:1px solid #707070;
color:#525252;
padding:2px;
font-size:14px;
}


.field-group {
clear:both;
float:left;
margin:6px 0 4px;
width:210px;
}



#box-e {
background:transparent url(../graphics/home_box_bg.jpg) no-repeat top left;
float:left;
height:232px;
padding:15px 10px 15px 20px;
position:static;
width:235px;
}

#box-f {
/*border:1px solid orange;*/
float:left;
width:752px;
}

#box-g {
/*border:1px solid yellow;*/
float:left;
position:static;
width:800px;
height:75px;
margin:0 0 0 10px;
}

/*Start Sub pages css*/

#box-sub {
background:transparent left top;
float:left;
font-size:13px;
height:auto;
margin:0;
overflow:hidden;
padding:10px 0 0 0;
width:800px;
}

.right {float:right;}
.left {float:left;}