
/* LAYOUT */

html, body {
	height: 100%;
	font-family: Helvetica, Trebuchet MS, sans-serif;
	margin:0px;
	font-size:12px;
	line-height:140%;
	text-align:left;
	background:#EEEEEE;
}

#contentleft {
	width:27%;
	min-height: 100%;
	padding:0px;
	float:left;
	background:#EEEEEE;
	/*overflow:auto;*/
	
}

#contentright {
	width:73%;
	min-height: 100%;
	padding:0px;
	float:left;
	background:#DDDDDD;/*overflow:auto;*/
}

#leftColumn {
	position: relative;
	width:220px;
	height: 530px;
	float:right;
	padding-left:40px;
	padding-right:30px;
	padding-top:80px;
}

#header {
	height:40px;
	width:770px;
	float:left;
	text-align:right;
	padding-top:40px;
	background-color:#DDDDDD;
}

#mainContent {
	width:770px;
	height:auto;
	float:left;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:40px;
	background-color:#DDDDDD;
}

#righthandtext {
	width:300px;
	height:530px;
	float:right;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:40px;
	background-color:#DDDDDD;
}

#mainText {
	width:750px;
	height:auto;
	float:left;
	padding-left:20px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	background-color:#DDDDDD;
}

#imgContainer {
	position: relative;
	width: 770px;
	height: 530px;
}

#bottom_left1 {
	position: absolute;
	width: 220px;
	bottom: 0px;
}

.mainImg {
	position:absolute;
	height: 530px;
	width: 770px;
	visibility:hidden;
}

/* BASIC TEXT */
.bodytext, #mainText p {
	color: #2F2F2F;
	font-family: Helvetica, Trebuchet MS, sans-serif;
	font-size: 11px;
}

.bodytext a, #mainText a {
	text-decoration: none;
	color:#2F2F2F;
}

.bodytext a:hover, #mainText a:hover {
	text-decoration: none;
	color:#636363;
}

.italics {
	color: #636363;
	font-family: Helvetica, Trebuchet MS, sans-serif;
	font-size: 11px;
	font-style:italic;
}

.headertext {
	color: #636363;
	font-family: Helvetica, Trebuchet MS, sans-serif;
	font-size: 11px;
}

.headertext A:link {
	text-decoration: none;
	color:#636363;
}

.headertext A:active {
	text-decoration: none;
	color:#636363;
}

.headertext A:visited {
	text-decoration: none;
	color:#636363;
}

.headertext A:hover {
	text-decoration: none;
	color:#531926;
}

.style1 {
	color: #2F2F2F;
	font-size: 18px;
}

.style2 {
	color: #636363;
	font-size: 14px;
}

.style3 {
	color: #636363;
	font-weight: bold;
}

.style4 {
	text-decoration: none;
	color:#636363;
}

/* MAIN NAV */
#nav {
	color: #636363;
}

#nav a {
	text-decoration: none;
	color:#636363;
	display: block;
}

#nav a:hover {
	background-color: #F3F3F3; 
	color:#531926;
}

#nav a.current_pick {
	font-weight: bold;
	color: #404040;
}

#nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}


#nav ul li ul {
	padding: 0;
	margin: 0 0 0 10px;
}

#nav ul li ul li ul {
	padding: 0;
	margin: 0 0 0 10px;
}

#nav ul li ul li ul li ul  {
	padding: 0;
	margin: 0 0 0 10px;
}

.subnav {
	margin: 0 0 0 10px;
}

.slideshow {
	color: #636363;
	font-family: Helvetica, Trebuchet MS, sans-serif;
	font-size: 12px;
	text-decoration:line-through;
}

/* SUB NAV */
/*
.sub-nav {
	text-decoration:none;
	font-size:11px;
	list-style-type: none;
	padding-left: 0px;
	margin: 0;
}

.sub-nav A:link {
	text-decoration: none;
	color:#636363;
}

.sub-nav A:active {
	text-decoration: none;
	color:#636363;
}

.sub-nav A:visited {
	text-decoration: none;
	color:#636363;
}

.sub-nav A:hover {
	text-decoration: none;
	color:#531926;
}

.sub-nav ul {
	text-decoration: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
*/
/* SUB SUB NAV */
/*
.sub-sub-nav {
	text-decoration:none;
	font-size:12px;
	list-style-type: none;
	padding-left: 10px;
	margin: 0;
}

.nav A:link {
	text-decoration: none;
	color:#636363;
}

.nav A:active {
	text-decoration: none;
	color:#636363;
}

.nav A:visited {
	text-decoration: none;
	color:#636363;
}

.nav A:hover {
	text-decoration: none;
	color:#531926;
}

.sub-sub-nav ul {
	text-decoration: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
*/
/* PROJECT IMG NAV */
#mainText p.project-img-nav {
	font-size:14px;
	color:#636363;
	margin: 17px 0px 17px 0px;
}

#mainText p.project-img-nav a, #mainText span.project-img-nav a {
	/* span thing just to keep older pages still working */
	text-decoration:none;
	color:#636363;
	font-size:12px;
}

#mainText p.project-img-nav a:hover, #mainText span.project-img-nav a:hover {
	/* span thing just to keep older pages still working */
	text-decoration:none;
	color:#531926;
}

/* fixes for 'container with floated content' depth bug */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */
.breaker {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 1px;
	clear: both;
}

