/**
* CSS
* 
* @version 1.0
* @author DEFININGFORM 
*/
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	color:black;
	font-family: arial, helvetica, sans-serif;
	font-size:70%; /* RESETS TO 11PX */
	line-height:1.3em;
	margin-left:2em;
}
#menu {}
.desc {font-family: georgia, times, serif;}
.smalltext { font-size: 0.8em; }
.faded {color:#666;}
p{margin-bottom:1.3em;}

h1 { text-transform: uppercase;font-weight: bold;font-size:1em;}
h2 { font-size: 1.2em; text-decoration:underline;font-weight: lighter;margin-bottom:1em;}
h3 { font-size: 1em; }
h4 { font-size: 1em; }

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none;color:#7b7b7b; }
a:active { text-decoration: none; color:#7b7b7b; background-color:black; }
a.active:link { text-decoration: none; color:#7b7b7b; background-color:black; }
a:visited { text-decoration: none; color:#7b7b7b; }
a:hover { text-decoration: none;color:white; background-color:#7b7b7b; }
#content a:link { text-decoration: none;color:#7b7b7b; }
#content a:visited { text-decoration: none;color:#7b7b7b; }
#content a:hover { text-decoration: none;color:white; background-color:#7b7b7b; }

a:link img, a:hover img, a:active img, a:visited img { border: none; background-color:white;}


#logo {
	margin-bottom: 20px;
}

#menu {
	display: inline;
    width: 230px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
	padding: 20px 0 0 20px;
    height: 100%;
	background-color: #fff;
}

#menu img {
	border: none;
}

#menu ul {
	list-style: none;
	margin: 0 0 1.3em 0;
}

#menu ul li.section-title { }

ul {
	margin: 1.3em 0 1.3em 0;
}
.column {
	float:left;
	width:250px;
	padding: 0 20px 0 0px;
	margin-bottom: 20px;
}
.columnwide {
	float:left;
	width:500px;
	padding: 0 20px 0 20px;
	margin-bottom: 20px;
}
#widertext {
	float:left;
	width:550px;
	padding: 0 20px 0 20px;
}
#imagery {float:left;padding:0 20px;}
#content {
    height: 90%;
    margin: 20px 0 0 250px;
	padding: 0;
    top: 0;
}

.container {
	width: 800px;
	margin: 0;
    padding: 5px 5px 25px 5px;
}

.container img {
	padding: 0 6px 6px 0;
}
.float { 
	float:left;
}

#img-container	{ margin: 0; padding: 0; width:850px }
#img-container p	{ width: 400px; margin: 0; padding: 5px 0 5px 0; }

#once { clear: left; }
#copyright { color:#666;font-size:0.8em;}

.dragObj{cursor:hand;}

#the-background {
position: fixed;
overflow: hidden;
z-index:1;
width: 100%;
height:100%;
top:0;
left:0;
}
#wrapper { 
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
top: 0;
left:0;
}

