/* CSS Document */
html, body {
	background-image: url(images/bg_masthead.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: black;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 12px;
}

div, p, td, input {
	font-size: 12px;
}

p.big {
	font-size: 14px;
}

p.small {
	font-size: 10px;
}

a, a:active {
	text-decoration: none;
}

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

a:link, a:visited {
	color: #000099;
}

a.emailLink, a.emailLink:hover {
	color: #0000FF;
	text-decoration: underline;
}

#navtable {
	background-image: url(images/bg_topmenu.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#navtable a:link, #navtable a:visited {
	color: #000000;
}

.topNavOn, .topNavCurrent, .topNavOff {
	padding: 2px 15px;
	border: 1px solid #777;
}

html>body .topNavOn, html>body .topNavCurrent, html>body .topNavOff {
	padding: 3px 15px;
}

.topNavOn a, .topNavCurrent a, .topNavOff a {
	white-space: nowrap;
}

.topNavOn a:hover, .topNavCurrent a:hover, .topNavOff a:hover {
	text-decoration: none;
}

.topNavOn {
	font-size: 12px;
	font-weight: normal;
	background-color: #CCC;
}

.topNavCurrent {
	font-size: 12px;
	font-weight: bold;
	background-color: white;
	border-bottom: 1px solid white;
}

.topNavOff {
	font-size: 12px;
	font-weight: normal;
	background-color: #999;
}

td#navUnderBar, td#leftcol {
	background-color: #333;
	background-image: url(images/bg_sidebar.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

td#rightcol {
	background-color: white;
	padding: 20px;
}

td#footer {
	background-color: #666;
}

td#footer p {
	margin: 5px;
	margin-left: 20px;
}

td#leftcol h3 {
	padding: 5px 10px;
	margin: 0;
	color: white;
}

ul.leftNav {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid black;
}

ul.leftNav li {
	margin: 0;
	padding: 0;
	height: 1%;
}

ul.leftNav li a {
	display: block;
	margin: 0;
	height: 1%;
}

ul.leftNav li.level1 a {
	padding: 5px 10px;
	border-top: 1px solid black;
	background-color: #999;
	color: black;
	text-decoration: none;
}

ul.leftNav li.level1 a:hover {
	background-color: #CCC;
	text-decoration: none;
}

ul.leftNav li.level1on a {
	padding: 5px 10px;
	border-top: 1px solid black;
	background-color: white;
	color: black;
	text-decoration: none;
}

.emailLink {
	color: #00F;
	text-decoration: underline;
}

.bodyLink {
	color: #8F9AD0;
	text-decoration: underline;
}

div#main {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}

img#logo {
	border: none;
	position: relative;
	margin: 0;
	padding: 0;
	left: -3px;
}

table#maintable, table#navtable {
	width: 90%;
	border: 0;
}

div.content {
	background-color: white;
}

div#overviewPics {
	float: right;
	margin: 0 0 0 20px;
}

div#overviewPics img {
	border: 1px solid black;
	margin: 0 0 10px 10px;
}

div.project {
	float: left;
	text-align: center;
	margin: 0 0 0 10px;
}

div.project img, div.testimonial img {
	border: 2px solid black;
}

div.project a:hover img {
	border-color: #999999;
}

div.green, div.green2 {
	clear: both;
}

div.testimonial p {
	margin-left: 10px;
}

div.green h3, div.testimonial h3 {
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #DDD;
	padding: 2px 10px;
}

div.testimonial img {
	float: right;
	margin: 0 0 20px 20px;
}

div.green2 {
	margin-top: 30px;
	border-top: 1px solid black;
}

div.photo {
	margin-top: 20px;
	margin-bottom: 20px;
}

div.photo img {
	border: 1px solid black;
	margin-right: 10px;
}

p.callUs {
	font-size: 12px;
	color: #333;
	margin: 50px 10px 10px 10px;
	text-align: center;
}

table#gallery {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

#gallery .left img {
	margin-right: 9px;
	margin-top: 9px;
}

#gallery .right img {
	margin-left: 9px;
	margin-top: 9px;
}

#gallery .topleft img {
	margin-right: 9px;
}

#gallery .topright img, #gallerymisc .follow img {
	margin-left: 9px;
}

#gallery .bottom img {
	margin-top: 9px;
	margin-left: 9px;
}

#gallery .bottomleft img {
	margin-top: 9px;
	margin-right: 9px;
}

#gallery .bottomfirst img {
	margin-top: 9px;
}

#gallery .bottomright img {
	margin-top: 9px;
	margin-left: 9px;
}

#gallery .main img {
	border: 2px solid black;
}