/* Martian Systems */

/* ------------------------------------------- Reset */

html, body, div, span, object,
h1, h2, h3, p, blockquote, pre, a, 
address, big, cite, del, dfn, em, 
font, img, ins, kbd, q, s, samp, 
small, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, 
ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* ------------------------------------------ Global */

body {
	background: #555;
}

div#wrapper {
	width: 980px;
	margin: 0 auto;
	padding-top: 5px;
}

img#divider {
	padding-top: 10px;
	padding-bottom: 10px;
}

/* -------------------------------- Links */

a {
	color: #DDD;
}

a:link {
	text-decoration: none;
	border-bottom: 1px dotted #008009;
}

a:visited {
  text-decoration: none;
	border-bottom: 1px dotted #008009;
}

a:hover {
  text-decoration: none;
	border-bottom: 1px dotted #DDD;
}

a:active {
  text-decoration: none;
	border-bottom: 1px dotted #DDD;
}

a.viewing {
	color: #008009;
}

a.logo {
	border: none;
}

/* ------------------------------------------- Index */

div.fl {
	float: left;
}

div.rf {
	float: right;
}

ul {
	list-style-type: none;
	padding-top: 65px;
}

li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	display: inline;
	padding-right: 40px;
}

img#splash {
	margin-top: 20px;
	border: 2px solid #111;
}

/* ---------------------------------------- Services */

p {
	padding-bottom: 15px;
	color: #DDD;
	font-size: .75em;
}

h1 {
	font-size: 1em;
	padding-bottom: 15px;
}

p, h1 {
	margin: 0 auto;
	width: 750px;
}

/* ------------------------------------------- About */

p.tagline {
	text-align: center;
	color: #008009;
	letter-spacing: 1px;
	font-style: italic;
	font-size: 1.15em;
}

/* ----------------------------------------- Contact */

div#contact-info p, div#contact-info h1 {
	width: 350px;
	margin-left: 50px;
}

div#map_canvas {
	margin: 0 auto;
  width: 500px; 
	height: 300px;
	margin-top: -350px;
	margin-left: 410px;
}