html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background-color:transparent;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
	font-size: 16px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#EEE;
}
p {
	font-size: 13px;
	line-height: 1.5em;
	color:#333;
}
h1 {
	font-size:36px;
	margin:15px 0px;
	font-weight: normal;
	color:#000;
}
h2 {
	font-size:24px;
	margin: 12px 0px;
	font-weight: normal;
	color:#000000;
	line-height:1.3em;
}
h3 {
	font-size:24px;
	margin:10px 0px;
	font-weight: normal;
	color:#333;
	line-height:1.3em;
}
p {
	margin:10px 0px
}
a {
	color: #999999;
	text-decoration: none;
}
a:hover {
	text-decoration:underline;
}
#wrapper {
	width:960px;
	margin: 0px auto;
}
#header {
	position:relative;
	height:50px;
	margin-top:30px;
	margin-left:10px;
}
#menu {
	position:absolute;
	bottom:0px;
	right:0px;
	font-weight: bold;
	padding:15px 10px 10px 30px;
	color:#FFF;
	background-image: url(../images/menubg2.gif);
	height: 20px;
	width: 309px;
}
#menu ul li {
	display:inline;
	float:left;
}
#menu ul li a {
	color:#FFF;
	margin-left:15px;
}
#indexbanner {
	padding-top:1px;
	background-image: url(../images/indexbanner3.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 232px;
	width: 960px;
}
#indexbanner h1 {
	font-size:36px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	margin-left:330px;
	letter-spacing:-.025em;
}
#indexbanner h2 {
	font-size:22px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	margin-left:330px;
	width:600px;
}
#indexbanner h3 {
	font-size:22px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	margin-left:330px;
}
#pagehead {
	margin-top:1px;
	padding:1px 0;
	background-color: #000;
	background-image: url(../images/headbg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#pagehead h1 {
	font-size:36px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	text-align:center;
	letter-spacing:-.025em;
}
#pagehead h1 a {color:#FFF:}
#recent_work img {
	margin-top:12px;
}
#contactform {
	background-color:#000;
	overflow:hidden;
	background-image: url(../images/formbg2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top:10px;
}
#contactform h3 {
	color:#FFF;
	line-height:1em;
}
#contactform p {
	color:#FFF;
	font-size: 16px;
	font-weight: bold;
}
#contactform p.note {
	color:#999;
	font-size: 12px;
	font-weight: normal;
}
#footer {
	text-align: center;
	padding: 10px;
	margin-bottom: 300px;
}
#footer p {
	color: #CCC;
}
.section_container {
	overflow: hidden;
	border-bottom: 1px solid #CCC;
	padding:5px 0px 30px 0px;
}
.singlecol {
	width:300px;
	float:left;
}
.doublecol {
	width: 640px;
	float:right;
}
.col {
	padding: 0px 10px;
}
.quickForm {
	width:296px;
	border: 1px solid #666;
	background-color:#EEE;
}
.submitbtn {
	height: 35px;
	width: 80px;
	border: 1px solid #666;
	color:#FFF;
	font-size:16px;
	background-color: #333;
}
.submitbtn:hover {
	text-decoration: underline;
	border: 1px solid #CCC;
	cursor:pointer;
}
.clear {clear:both;}

