﻿/*
*******************************************************
Title: style.css (CSS Document)
Author: Weymouth Web Design (www.weymouthwebdesign.com)
Created: 13/01/2009
*******************************************************
*/

body {
	background-color: #3a0017;
	margin: 0; padding: 0;
}

h1, h2, h3, h4, h5, h6,ol, ul, li, p, input, textarea, select {
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	font-size: 9pt;
}


h1 {
	font-size: 18pt;
	text-align: left;
	font-family: geneva,verdana,sans-serif;
	color: #8d023a;
	margin-top: 0px;
}

#container {
	width: 969px;
	margin: 0 auto;
}

#header {
	background-image: url('images/sbg_header.gif');
	background-repeat:no-repeat;
	height: 149px;
	margin-top: 13px;
}

#content {
	background-image: url('images/sbg_content.gif');
	background-repeat: repeat-y;
	width: 969px;
}

#content-inner {
	background-image: url('images/sbg_content_inner.gif');
	background-repeat: no-repeat;
	background-color: #fff;
	width: 936px;
	margin: 0 auto;
}

#content-end {
	background-image: url('images/content-end.gif');
	background-repeat:no-repeat;
	width: 936px; height: 12px;
	margin: 0 auto;
}

#map-container {
	clear: both;
	width: 100%;
	height: 100%;
}

#no-map-container {
	clear: both;
	width: 100%;
	height: 100%;
	margin-top: 10px;
}

#map {
	clear: both;
	text-align:center;
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 700px;
	overflow: hidden;
	border: 1px #777 solid;
}


#buildritefooter {
	float: right;
	position:relative;
	right: 12px; top: 10px;
}

#simpleviewergallery {
	width: 95%;
	text-align: center;
	margin: 0; padding: 0;
}

.left {
	text-align: left;
}

#footer {
	background-image: url('images/footer.gif');
	background-repeat:no-repeat;
	width: 969px;
	height: 111px;
	margin: 0 auto;
}

.footertext {
	position: relative;
	top: 10px;
	margin: 0 0 0 20px;
	font-size: 8pt;
	padding-top: 10px;
	color: #fff;
}

a.footerlinks:link {position: relative; font-size: 8pt; color: #fff; text-decoration: underline; font-weight: bold; }
a.footerlinks:visited {position: relative; font-size: 8pt; color: #fff; text-decoration: underline; font-weight: bold; }
a.footerlinks:hover {position: relative; font-size: 8pt; color: #fff; text-decoration: underline; font-weight: bold; }
a.footerlinks:active {position: relative; font-size: 8pt; color: #fff; text-decoration: underline; font-weight: bold; }

a.solutions:link {color: #242f81; text-decoration: underline; font-weight: bold; }
a.solutions:visited {color: #242f81; text-decoration: underline; font-weight: bold; }
a.solutions:hover {color: #3746c9; text-decoration: underline; font-weight: bold; }
a.solutions:active {color: #242f81; text-decoration: underline; font-weight: bold; }



