/* CSS Document for GISed */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	background-color:#EBE7E0;
}
#container {
	width:94%;
	min-width:760px;
	max-width:1300px;
	margin:0 auto;
	position:relative;
	text-align:left;
	background:#f3e2cf url(../img/layout/header-tile.gif) 0 0 repeat-x;
	border:2px solid #990000;
	padding-top:20px;
}

#header {
	background:#fff url(../img/layout/sphere.jpg) 0 100% no-repeat;
	height:150px;
	display:block;
}
img.left {
	float:left;
	padding-right:1em;
}

img.right {
	float:right;
	padding:1em;
}

h1 {
	font-size:6.5em;
	margin:0 0 0 175px;
	padding:0;
	font-family:"Britannic Bold", Verdana, Arial, sans-serif;
	font-weight:normal;
	color:#A50021;
}
h1.sub {
	font-size:2.5em;
	font-style:italic;
}
.h1col {
	color:#660033;
}
#menu {
	width:100%;
	background-color:#F3E2CF;
	height:2.75em;
	border-top:1px solid #990000;
	border-bottom:1px solid #990000;
}
#menu ul {
	margin:0;
	padding:0;
}
#menu ul li {
	list-style-type:none;
	float:left;
	position:relative;
	width:12.5%;
	margin:0;
	padding:0;
}
#menu ul li.home {
	width:12%;
}
#menu ul li a {
	width:100%;
	line-height:2.75em;
	text-align:center;
	background-color:#f3e2cf;
	display:block;
	text-decoration:none;
	color:#000;
}

#menu ul li a:hover, #menu ul li a:focus {
	background-color:#d9caba;
}
#content, #contentWide, #info {
	padding:1em;
}
#content {
	margin-right:280px;
	background-color:#fff;
}
#contentWide {
	background-color:#fff;
}
#content:after {
	content:".";
	clear:both;
	height:1px;
	display:block;
	visibility:hidden;
	margin-top:-1px;
	margin-bottom:1em;
}
#info {
	float:right;
	width:250px;
	font-size:90%;
}

#info h2 {
	font-size:1.5em;
	margin-bottom:0.5em;
}

#info ul, #info li {
	margin:0;
	padding:0;
}

#info ul {
	margin:0 0 0.5em 2em;
}

#info li {
	padding-top:0.4em;
	padding-bottom:0.4em;
}

h2 {
	font-size:1.5em;
	margin:0;
	padding:0;
	font-weight:normal;
}
#content h2, #contentWide h2  {
	border-bottom:1px solid #000;
	width:99%;
}
p, ol li {
	line-height:1.6em;
}
p.sub {
	font-weight:bold;
	font-size:85%;
}
.clear {
	clear:both;
	width:100%;
	height:1px;
	background-color:#990000;
}
.after {
	clear:both;
	width:100%;
	height:1px;
}
p.link {
	margin-bottom:-1em;
}

a:visited {
	color:#0000cc;
}


/* Map Gallery page */

.map {
	text-align:center;
	width:28em;
	height:13em;
	float:left;
	margin:1em auto;
}

.map a {
	text-decoration:none;
}

.map img {
	margin-top:0.2em;
	border:2px solid #fff;
}

.map a img, .map a:visited img {
	border:2px solid #fff;
}

.map a:hover img {
	border:2px solid #A50021;
}

/* Project Page */

#projectPage {
	background:#fff url(../img/layout/project-bg.jpg) 100% 0 repeat-y;
	padding:1em;
}

#projectPage h2 {
	border-bottom:0;
	color:#990000;
	margin-bottom:0.25em;
}

#projectPage p {
	margin-right:315px;
}

.projectMap {
	float:right;
	width:300px;
	text-align:right;
	margin-bottom:1em;
}

.projectMap img {
	margin-bottom:0.5em;
}

.clearProject {
	clear:both;
	height:1.5em;
	border-top:2px solid #990000;
}

.details {
	font-weight:bold;
	font-size:85%;
	line-height:1.3em;
	margin-top:-0.2em;
}

p.more {
	text-align:right;
	font-size:85%;
}

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

a:hover {
	color:#000;
}

p.instructions {
	text-align:right;
	font-size:85%;
	font-weight:normal;
	clear:both;
}

#content .details, #contentWide .details {
	margin-top:0.5em;
}

.projectInfo a img, .projectInfo a:visited img {
	border:1px solid #fff;
}

.projectInfo a:hover img {
	border:1px solid #A50021;
}

.mailForm h2 {
	margin-bottom:1em;
}

.mailForm fieldset, .orderForm fieldset  {
	border:0; 
	margin:1em 0.5em;
}

.mailForm legend, .orderForm legend {
	font-weight:bold;
	color:#000;
	padding-left:0;
	margin-left:0;
}

.orderForm table label {
	display:none;
}

.mailForm fieldset.text label, .orderForm fieldset.text label {
	float:left;
	width:5em;
	margin-left:0.5em;
}

.orderForm fieldset.text label {
	width:6em;
}

#content table {
	margin-top:1em;
	margin-bottom:1em;
	min-width:420px;
}

.formInfo {
	font-size:85%;
	color:#A50021;
	margin-bottom:0;
	padding-bottom:0;
}

table th, table td {
	border-collapse:collapse;
}

table th {
	font-size:85%;
	font-weight:normal;
}

th.quantity, td.quantity {
	width:70px;
	text-align:center;
}

th.price {
	text-align:center;
	width:100px;
}

td.price {
	text-align:center;
}

td.underline {
	border-bottom:1px solid #999;
}

td.total {
	text-align:center;
	font-weight:bold;
	border-bottom:2px solid #000;
	padding:0.5em 0;
}

ol.stages {
	font-size:85%;
	color:#CCC;
	height:1.8em;
	margin:0.5em 0 0 0;
	padding:0;
}

ol.stages li {
	width:32%;
	text-align:center;
	float:left;
	list-style-position:inside;
}

ol.stages li.active {
	color:#333;
	background-color:#CCC;
}

.hidden {
	margin-top:-500em;
	position:absolute;
}