html, body, h1, h2, blockquote, .phonenumber, #errors p {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial;
	font-size: 12px;
	line-height: 1.5em;
	color: #666;
}

h1 {
	position: relative;
	height: 100px;
	width: 150px;
	text-indent: -300px;
	overflow: hidden;
	background: url(../images/gecko-logo.png) 0 50% no-repeat;
	float: left;
}

h2 {
	font-size: 24px;
	color: #003366;
	font-weight: normal;
	line-height: 1em;
	margin-bottom: 12px;
}

h3 {
	color: #339900;
	margin-bottom: 12px;
	font-size: 14px;
}

p {
	margin-bottom: 12px;
}

a {
	color: #336699;
	text-decoration: none;
}

b {
	color: #58595b;
}

ul {
	padding-left: 3em;
	margin-bottom: 12px;
}

li {
	list-style-type: square;
}

hr {
	border: 0;
	border-bottom: 1px dotted #999;
	margin-bottom: 12px;
}

cite {
	display: block;
	text-align: right;
	padding-bottom: 9px;
	margin-bottom: 9px;
	border-bottom: 1px dotted #999;
}

cite a {
	display: block;
}

dt {
	float: left;
	width: 80px;
	clear: left;
}

dd {
	margin-bottom: 9px;
}

#contact {
	margin-top: 1.5em;
	font-size: 14px;
}

#contact input.text {
	width: 200px;
}

#contact textarea {
	width: 300px;
	height: 120px;
}

#header {
	width: 100%;
	height: 100px;
	background-color: #003366;
}

#topnav {
	width: 100%;
	height: 30px;
	background-color: #339900;
	margin-bottom: 3em;
}

#topnavinner, #headerinner, #maincontent, #footer {
	position: relative;
	width: 800px;
	left: 50%;
	margin-left: -400px;
}

#topnavinner ul, #topnavinner li, #leftnav ul, #leftnav li, #footer ul, #footer li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#topnavinner li {
	float: left;
}

#topnavinner a {
	display: block;
	margin-right: 1.5em;
	line-height: 30px;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
}

#topnavinner a:hover {
	color: #003366;
}

#leftnav {
	float: left;
	width: 188px;
}

#leftnav a {
	font-size: 14px;
	text-decoration: none;
	color: #666;
	display: block;
	margin-bottom: 9px;
}

#leftnav a:hover {
	color: #339900;
}

#maincontent {
	overflow: hidden;
}

#content {
	float: left;
	width: 612px;
}

#footer {
	clear: both;
	margin-top: 3em;
}

#footer ul {
	overflow: hidden;
	float: left;
	margin-bottom: 9px;
}

#footer li {
	display: block;
	float: left;
}

#footer li a {
	padding: 0 4px;
	color: #666;
	text-decoration: none;
}

#footer li a.first {
	padding-left: 0;
}

.phonenumber {
	float: right;
}

#header .phonenumber {
	color: #FFF;
	font-size: 18px;
	height: 100px;
	line-height: 100px;
}

#copyright {
	clear: both;
}

.article {
	padding-top: 9px;
	border-top: 1px dotted #999;
	overflow: hidden;
	zoom: 1;
}

.article.last {
	border-bottom: 1px dotted #999;
}

.article img {
	float: left;
	margin-right: 9px;
	margin-bottom: 1.5em;
	border: 0;
}

.article a {
	color: #339900;
	text-decoration: none;
}

.service {
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
	border-bottom: 1px dotted #999;
}

.swf {
	margin-bottom: 9px;
}

#errors {
	border: 2px solid #990000;
	background-color: #ebcccc;
	padding: 9px;
	font-size: 13px;
}

#errors ul {
	margin-bottom: 0;
}

#errors li {
	list-style-type: square;
}

#ourWork img {
	border: 0;
}

#thickboxNav, #thickboxClose {
	position: absolute;
}

#thickboxClose {
	bottom: 9px;
}

#thickboxNav {
	bottom: 54px;
	overflow: hidden;
}

#thickboxNav #next, #thickboxNav #back {
	display: block;
	width: 23px;
	height: 20px;
	text-indent: -100px;
	float: left;
}

#thickboxNav #back {
	background: url(../images/buttonback.jpg) no-repeat;
}

#thickboxNav #back:hover {
	background: url(../images/buttonbackroll.jpg) no-repeat;
}

#thickboxNav #next {
	background: url(../images/buttonnext.jpg) no-repeat;
}

#thickboxNav #next:hover {
	background: url(../images/buttonnextroll.jpg) no-repeat;
}

#TB_ajaxContent h2 {
	color: #000;
	margin-top: 9px;
}