/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
<!-- end reset -->
 body {
 background-color: #FFFFFF;
 margin: 0px;
 font-family: Helvetica, Arial, sans-serif;
 font-size: 12px;
 color: #000000;
}
h1 {
	color: #ED643E;
	font-family: Helvetica, Arial, Geneva;
	font-size: 18px;
	font-weight: normal;
}
h2 {
	color: #ED643E;
	font-family: Helvetica, Arial, Geneva;
	font-size: 14px;
	font-weight: normal;
	line-height:21px;
}
h3 {
	color: #6CA8B7;
	font-family: Helvetica, Arial, Geneva;
	font-size: 14px;
	font-weight: normal;
	line-height:18px;
}
h4 {
	color: #6CA8B7;
	font-family: Helvetica, Arial, Geneva;
	font-size: 12px;
	font-weight: normal;
	line-height:18px;
}
p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	color:#6CA8B7;
}
a:visited {
	color:#6CA8B7;
}
a:hover {
	color:#ED643E;
}
a:active {
	color:#ed643e;
}
#wrap {
	width:1060px;
	margin: 0 auto;
	text-align:left;
	background-color:#FFF;
	position:relative;
}
#topbar01 {
	width:240px;
	height:60px;
	background:#f2f2eb;
	margin-top:20px;
	margin-right:20px;
	float:left;
}
#topbar02 {
	width:800px;
	height:60px;
	background:#f2f2eb;
	margin-top:20px;
	float:left;
}
#logo {
	width:181px;
	height:181px;
	background-image: url(images/elements.png);
	margin-top:20px;
	margin-right:20px;
	float:left;
}
#upperbox {
	width:859px;
	height:181px;
	background:#f2f2eb;
	margin-top:20px;
	float:left;
}
#introtext {
	width:530px;
	height:181px;
	padding-left: 70px;
	float:left;
}
#verta {
	margin-top:80px;
	text-align: left;
}
#verta2 {
	margin-top:16px;
	text-align: left;
}
#contacttext {
	width:250px;
	height:181px;
	text-align:left;
	float:right;
}
#bodybox {
	width:1060px;
	background:#f2f2eb;
	margin-top:20px;
	float:left;
}
#col1 {
	width:245px;
	float:left;
	line-height:18px;
	padding:20px 0px 0px 20px;
}
#col2 {
	width:530px;
	float:left;
}
#map {
	background-image: url(images/map.png);
	width:521px;
	height:270px;
	float:right;
}
#caption {
	color: #AFAEA5;
	font-family: Helvetica, Arial, Geneva;
	font-size: 10px;
	text-align: left;
	padding-left:25px;
	margin-bottom:18px;
}
#left {
	width:265px;
	float:left;
	padding-left:25px;
	line-height:18px;
}
#right {
	width:225px;
	float:right;
}
#col3 {
	width:250px;
	float:right;
}
#portfolio {
	width:1060px;
	background:#f2f2eb;
	margin-top:20px;
	float:left;
}
#footer {
	width:1060px;
	height:60px;
	background:#f2f2eb;
	margin:20px 0px;
	float:left;
}
#copyright {
	color: #AFAEA5;
	font-family: Helvetica, Arial, Geneva;
	font-size: 11px;
	margin-top:24px;
	padding-left: 14px;
	text-align: left;
}

