@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #999;
	background-color: #EFEFEF;
	background-image: url(../_images/background.jpg);
	background-position: top;
	background-repeat: no-repeat;
	}

/* Layout */

#container {
	width: 900px;
	margin: 0 auto;
	padding: 0 2em 2em 2em;
	position: relative;
	background-color: #FFF;
	}
#header {
	width: 100%;
	background-color:#FFF;
	}
#main {
	width:100%;
	height: 3420px;
	position: relative;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #666666;
	}
#footer {
	width: 100%;
	height: 20px;
	position: relative;
	background-color: #161616;
	font-size: .9em;
	letter-spacing: .2em;
	padding: .6em 0 0 .5em;
	}
#gallery {
	position: relative;
	width:500px;
	height:340px;
	margin:0;
	padding:0;
	}
#gallery li {
	display: block;
	}
.section {
	width: 850px;
	margin: 4em 2em 2em 2em;
	position: relative;
	}
.sectionBoxed {
	width: 845px;
	margin: 4em 2em 2em 2em;
	padding: 0 0 1em 1em;
	position: relative;
	background-color:#161616;
	color: #CCCCCC;
	}	
.sectionTitle {
	width: 850px;
	margin: 2em 0 1em 0;
	}
.twoColLeft {
	float: left;
	width: 420px;
	margin: 0 20px 0 0;
	}
.twoColRight {
	float: left;
	width: 400px;
	}
.threeColLeft {
	width: 33%;
	float: left;
	}
.threeColMiddle {
	width: 33%;
	float: left;
	}
.threeColRight {
	width: 33%;
	float: left;;
	}
.fourColWide {
	width: 50%;
	float: left;
	}
.fourColNarrow {
	width: 25%;
	float: left;
	font-size: .8em;
	}
.wideCol {
	float: left;
	width: 65%;
	margin: 0 1% 0 0;
	}
.narrowCol {
	float: left;
	width: 33%;
	padding: 0 0 0 0;
	margin: 0 1% 0 0;
	}
.clear {
	clear: both;
	}
.divider {
	width: 850px;
	height: 2px;
	background-color: #FF9900;
	margin: 3em 0 0 0;
	}
.styleLogo {
	width: 125px;
	margin: 0 1em 0 0;
	position: absolute;
	}
.styleText {
	width: 710px;
	float: right;
	}

.disclaimer {
	width: 845px;
	padding: 1em 1em 2em 2em;
	font-size: .8em;
	}
.contact {
	width: 845px;
	position: relative;
	color: #161616;
	line-height: 120%;
	margin-top: 1em;
	margin-right: 2em;
	margin-bottom: 2em;
	margin-left: 2em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 1em;
	}	
	
/* Typography */

a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	}
a:link {	
	}
a:visited {
	}
a:active {
	}
a:hover {
	color: #FF6600;
	text-decoration: underline;
	}
h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h3 {
	font-size: 1.4em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
img {
	border: 0;
	}
ol, ul, li {
	list-style: inside;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	}
ul, li .l2 {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: 0.5em;
	line-height: 1.5em;
	}
p {
	}
li > p {
	margin-top: 0.2em;
	}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}
.orange {
	color: #FF9900;
	}
.smallText {
	font-size: .8em;
	}
.features {
	font-size: .8em;
	}
