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, font, 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 { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
/* ol, ul { list-style: none; } */
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }

body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif; 
	margin: 0 auto;
	text-align: center;
	background-color: #CCC;
	color: #333; ;
	font-size: 0.75em;
	line-height: 1.25em;
}

p {
	margin: 1em 0;
}

p:last-child {
	margin-bottom: 0;
}

img {
	border: 0;
}

blockquote {
	background-color: #EEE;
	border: 1px solid #333;
	padding: 10px 20px;
	margin: 0 20px 20px;
}

div.hr {
	border-width: 0 0 1px 0;
	border-style: dotted;
	border-color: #999;
}

a:link, a:active, a:visited {
	color: #090;
	text-decoration: none;
}

a:hover {
	color: #090;
	text-decoration: underline;
}

#top {
	background-color: #333;
	color: #FFF;
	padding-bottom: 20px;
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 5px rgba(0,0,0,0.3);
}

#top ul {
	list-style: none;
}

#top ul li {
	display: inline;
	font-size: 1.5em;
	line-height: 1.5em;
}
#top a:link, #top a:active, #top a:visited {
	color: #FC0;
	text-decoration: none;
}

#top a:hover {
	color: #FC0;
	text-decoration: underline;
}

#header {
	margin: 0 auto;
	width: 835px;
	text-align: left;
	position: relative;
}

#content {
	margin: 0 auto;
	padding: 30px 50px 50px;
	width: 800px;
	text-align: left;
	background-color: #FFF;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #999;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.3), inset 0 1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.3), inset 0 1px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 5px rgba(0,0,0,0.3), inset 0 1px 3px rgba(0,0,0,0.3);
	overflow: hidden;
}

#navigation {
	position: absolute;
	right: 0;
	bottom: 0;
}

h1 {
	position: absolute;
	top: -99999px;
	left: -99999px;
}

h2 {
	font-size: 1.25em;
	margin: 1.5em 0 0.5em;
}

h3 {
	font-size: 1em;
	margin: 1.5em 0 0.5em;
}

ul {
	padding-left: 20px;
}

ul li {
	margin: 0.5em 0;
}

ul li:last-child {
	margin-bottom: 0;
}

.centered {
	text-align: center;
}

.hide {
	visibility: hidden;
}

.footnote {
	font-size: 0.75em;
}

.bottomnav {
	text-align: center;
	margin-top: 0;
}

#services {
	float: left;
}

#clients {
	float: right;
}

.column {
	width: 340px;
	margin-top: 20px;
	padding: 15px 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
	box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
	min-height: 280px;
}

.column h2 {
	margin-top: 0;
}

#contactform {
	margin: 10px auto;
	border-collapse: collapse;
	
}

.label {
	text-align: right;
	padding-right: 5px;
	vertical-align: top;
}

.field {
	padding-bottom: 5px;
}

input#name,
input#address,
input#address2,
input#country,
input#phone,
input#fax,
input#email {
	width: 300px;
	height: 1.5em;
	padding: 3px;
	margin: 0;
}

input#city {
	width: 173px;
	height: 1.5em;
	padding: 3px;
	margin: 0 5px 0 0;
}

input#state {
	width: 20px;
	height: 1.5em;
	padding: 3px;
	margin: 0 5px 0 0;
}

input#zip {
	width: 73px;
	height: 1.5em;
	padding: 3px;
	margin: 0;
}

textarea#comments {
	width: 300px;
	height: 100px;
	padding: 3px;
	margin: 3px 0 0 0;
}

input#name,
input#address,
input#address2,
input#city,
input#state,
input#zip,
input#country,
input#phone,
input#fax,
input#email,
textarea#comments {
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0px 1px 2px rgba(0,0,0,0.1);
}

input#name:focus,
input#address:focus,
input#address2:focus,
input#city:focus,
input#state:focus,
input#zip:focus,
input#country:focus,
input#phone:focus,
input#fax:focus,
input#email:focus,
textarea#comments:focus {
	border-color: #090;
	-webkit-box-shadow: inset 0px 1px 2px rgba(0,153,0,0.2);
	-moz-box-shadow: inset 0px 1px 2px rgba(0,153,0,0.2);
	box-shadow: inset 0px 1px 2px rgba(0,153,0,0.2);
}

.copyright {
	font-size: 0.8333em;
	color: #999;
}
