/*GENERAL HTML ELEMENTS */
* {
	margin:0;
	padding:0;
}
body {
	font:100% Arial, Helvetica, sans-serif;
	color:#000;
	background-color:#fff;
}
a:link{
	color:#003CEB;
	text-decoration:underline;
} 
a:visited{
	color:#6F93FF;
}
a:hover, a:active, a:focus{
	text-decoration:none;
	color:#E69E18;
}
h1{
	font-size:1.1em;
	padding:1em 1em 0 190px;
	background:#fff;
}
h1 span{
	background:#fff url(../img/dash-red.gif) repeat-x bottom;
}
h1 span#first{
	color:#FF0016;
	font-size:200%;
	background-image:none;
}
h2, h3, #content p, form, ul#error{
	margin-left:178px;
	background:#fff;
	padding:1em 0 1em 0.8em;
}
h2{
	font-size:1em;
	padding-bottom:0;
}
h3{
	font-size:0.9em;
	padding-bottom:0;
}
#content p{
	font-size:0.85em;
}
p#footer{
	text-align:center;
	font-size:0.75em;
	padding-top:8px;
	margin:0;
	color:#666666;
}
p#footer a{
	color:#666666;
}
ul#areas{
	width:13em;
	float:right;
	margin:30px 80px 0 0;
	background:transparent;
}
ul#areas li{
	padding-left:10px;
	list-style-type:none;
	color:#fff;
	font:bold 1.2em Georgia, "Times New Roman", Times, serif;
	background:transparent url(/img/square.gif) no-repeat left center;
}
ul#nav{
	width:178px;
	float:left;
	padding:4em 0 50px 0;
	list-style-type:none;
	font:bold 0.9em Georgia, "Times New Roman", Times, serif;
	background:#EAEAEA url(../img/menu.jpg) repeat-x left top;
}
ul#nav li{
	margin:1.2em 0;
	border-top:1px dashed #fff;
	border-bottom:1px dashed #fff;
	background:transparent;
}
ul#nav li.home{
	margin-top:0;
}
ul#nav a:link, ul#nav a:visited{
	padding:3px 0 3px 35px;
	text-decoration:none;
	color:#000;
	background:transparent url(/img/square.gif) no-repeat 20px;
}
ul#nav li a:hover, ul#nav li a:active, ul#nav li a:focus,
#home ul#nav li.home a, #services ul#nav li.services a, 
#contact ul#nav li.contact a, #profile ul#nav li.profile a{
	background:transparent url(/img/square-red.gif) no-repeat 20px;
}
.hr{
	height:3px;
	background:transparent url(../img/dash.gif) repeat-x;
	margin:10px 15px 10px 5px;
}
.hr hr{
	display:none;
}
ul#error {
	padding:1em 0 1em 2em;
}
ul#error li {
	margin:0.6em;
	padding:0 0 0 0.5em;
	font-size:0.8em;
	color:#FF0000;
}
legend {
	padding: 0.2em 0.5em;
	color:#3C4C7D;
	font-size:0.9em;
	text-align:right;
	font-weight: bold;
	background:#fff;
}
fieldset {
	padding: 1em;
	border:1px solid #CAD8E3;
	margin-right:20px;
}
label {
	float:left;
	width:25%;
	margin:0.2em 0.5em 0.2em 0;
	padding-top:0.2em;
	text-align:right;
	font-size:0.8em;
	font-weight:bold;
}
input, textarea, select {
	margin:0.2em 0;
}
address{
	font-style:normal;
}
/* LAYOUT ELEMENTS */
#wrapper{
	width:760px;
	margin:0 auto;
	border-bottom:1px solid #97C0D6;
	background:#EAEAEA;
}
#head{
	height:180px;
	background:#fff url(../img/head.jpg) no-repeat right top;
	border-bottom:1px solid #97C0D6;
}
#content{
	background:#fff;
	background:transparent url(../img/paving.jpg) no-repeat left bottom;
}
#images{
	float:right;
	width:220px;
	padding:2em 0 0 15px
}
#spacer{
	height:4em;
	clear:both;
	margin-left:178px;
	background:#fff;
}
#spacer-lrg{
	height:10em;
	margin-left:178px;
	background:#fff;
}
/* IMAGES */
#logo{
	float:left;
	margin:15px 0 0 15px;
}

/* GENERAL CLASSES */
.clear{
	clear:both;
	font-size:0;
	line-height:0em;
}
.bold{
	font-weight:bold;
}
.center{
	text-align:center;
}