/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.1
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
legend{color:#000;}
/*END YAHOO RESET STYLES*/

/*TAG STYLES*/
html, body {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background: #F1F1F1 url(/images/bg_body.jpg) repeat;
}
img {
	border: 0;
}
strong {
	color: #004366;
	font-weight: bold;
}
h1 {
	width: 248px;
	height: 32px;
	font-size: 26px;
	color: #004366;
	padding: 5px 0 5px 0;
	background: url(/images/bg_h1.jpg) no-repeat;
}
h2 {
	font-size: 20px;
	color: #004366;
	padding: 5px 0 8px 0;
}
h3 {
	font-size: 14px;
	color: #004366;
	padding: 5px 0 5px 0;
	font-weight: bold;
}
a {
	color: #38A4D6;
	text-decoration: underline;
}
a:hover {
	color: #999;
	text-decoration: none;
}
blockquote {
	margin: 0 35px 0 35px;
}
td {
	padding: 8px;
}
/*IDS*/
#container {
	position: relative;
	width: 852px;
	padding: 0 7px 0 7px;
	margin: 0 auto 3px auto;
	background: #fff url(/images/bg_container.jpg);
	border-bottom: 1px solid #ccc;
}
#header {
	width: 852px;
	height: 145px;
}
#header img {
	padding: 10px 0 0 20px;
}
#mainImage {
	width: 612px;
	float: left;
}
#nav {
	width: 240px;
	float: left;

}
#nav li {
	line-height: 40px;
}
#nav ul li {
	width: 240px;
	height: 40px;
}
#nav li a {
	padding-left: 25px;
	display: block;
	width: 240px;
	font-size: 20px;
	color: #7CA1B3;
	text-decoration: none;
	background: url(/images/bg_nav.jpg) no-repeat;
}
#nav li a:hover {
	color: #fff;
	background: url(/images/bg_nav_hover.jpg) no-repeat;
}
#servicesContainer {
	width: 250px;
	float: left;
	padding: 15px 0 0 8px
}
#servicesContainer ul {
	margin-left: 10px;
}
#servicesContainer li {
	color: #498824;
	font-size: 16px;
	line-height: 25px;
	padding-left: 25px;
	background: url(/images/bg_check_mark.jpg) center left no-repeat;
}
#homeContent {
	width: 325px;
	float: left;
	padding: 15px 0 0 8px;
}
#homeContent p {
	padding: 0 0 15px 0;
}
#content {
	width: 590px;
	float: left;
	padding: 15px 0 0 12px;
}
#content p {
	padding: 0 0 15px 0;
}
#loginBox {
	width: 240px;
	height: 135px;
	background: url(/images/bg_loginBox.jpg) repeat-y;
}
#loginBox p {
	padding: 15px 0 10px 12px;
	color: #fff;
	font-size: 16px;
}
#loginTable {
	margin-left: 12px;
}
#loginTable td {
	margin: 0;
	padding: 0 0 10px 0;
	color:#FFFFFF;
}
#loginTable td input {
	margin-left: 5px;}
#addressBox {
	width: 240px;
	height: 150px;
}
#addressBox p {
	margin: 20px 0 0 0;
	text-align:center;
}
#footer {
	clear: both;
	width: 852px;
	height: 62px;
	background: url(/images/bg_footer.jpg) no-repeat;
}
#footer p {
	color: #FFFFFF;
	padding: 15px 0 0 12px;
}
#footer a {
	color: #fff;
}
#full_name {
	display: none;
}
#map {
	float: right;
	width: 325px;
	height: 275px;
	border: 1px solid #A3A3A3;
}
#copyRight a {
	color: #ccc;
	text-decoration: none;
}
#copyRight {
	font-size: 10px;
	color: #ccc;
}
#go {
	margin: 0 0 -7px 0;
}



/*CLASSES*/

.needs {
	font-size: 18px;
	color: #646464;
	margin: 20px 0 0 0;
	text-align: center;
}
.quote {
	font-size: 18px;
	margin: 30px 0 0 0;
	text-align: center;
	color: #646464;
}
.clientTable {
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 4px;}
.error {
	padding: 5px 10px;
	width: 260px;
	margin-bottom: 5px;
	border: 1px solid #999999;
	background-color: #66FF99;
	font-weight: bold;
	color: #990000;}