@charset "utf-8";
@import url("styles.css");

* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
h3 {
	font-weight: bold;
	line-height: 3em;
	text-decoration: underline;
}
div#branding {
	width: 355px;
	height: 600px;
	float: left;
	padding-top: 75px;
}
div#branding h1 a {
	display: block;
	height: 96px;
	width: 255px;
}
/* =ul */
ul#nav_main {
	height: 120px;
	width: 500px;
	list-style: none;
	margin-top: 75px;
	float: left;
}
ul#nav_main li{
	width: 100px;
	display: inline;
	text-align: center;
	height: 120px;
}
ul#nav_main  a {
	display: block;
	width: 100px;
	height: 120px;
	float: left;
}
div#content/* =content */
  {
	position:absolute;
	width: 500px;
	left: 355px;
	top: -2px;
}

/* =services */
#content_services {
	width: 480px;
}
#content_welcome {
}
#content p {
	font-size: 12px;
}
ul#services ul   {
	list-style-type: none;
	width: 45%;
	float: left;
}
/* =locations */
#content_locations {
	margin-left: 680px;
	width: 200px;
}
ul#location     {
	list-style-type: none;
}
#content h2  {
	margin-bottom: 10px;
}
#content dt {
	font-weight: bold;
	font-size: 14px;
	text-transform: capitalize;
}
#content dd {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 15px;
}
#spacer_welcome {
	height: 300px;
	width: 500px;
}

