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

body {
	background-color: #FFF;
	margin-top:0;
	margin-bottom:0;
	padding: 0px;
	margin: 0px;
	padding-top:0;
}

h2 {
 font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	font-weight: bold;
	text-transform:uppercase;
	margin: opx;
	padding: 0px;

}

h3 {
 font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #990000;
	font-weight: bold;
	text-transform:uppercase;
	margin: opx;
	padding: 0px;

}

body, p, td, tr {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#wrapper {
width: 912px;
min-height: 500px;
height: auto !important;
xborder: 1px solid red;
margin: 6px 0px 0px 5px;
}

#content {
float: left;
width: 912px;
min-height: 400px;
height: auto !important;
background: #FFF;
xborder: 1px solid purple;
}

#content_left {
float: left;
width: 400px;
min-height: 400px;
height: auto !important;
background: #FFF;
xborder: 1px solid yellow;
}

#content_right {
float: right;
width: 500px;
min-height: 400px;
height: auto !important;
background: #FFF;
xborder: 1px solid green;
}

#gallery {
float: right;
width: 500px;
min-height: 446px;
height: auto !important;
background: #FFF;
xborder: 1px solid pink;
}

#project_info {
float: right;
width: 500px;
min-height: 200px;
height: auto !important;
background: #FFF;
xborder: 1px solid red;
margin-top: 20px;
}

#header {
float: left;
width: 300px;
min-height: 100px;
height: auto !important;
background: #FFF;
margin-bottom: 0px;
}


#main_navigation {
float: left;
width: 300px;
min-height: 100px;
height: auto !important;
background: #FFF;
margin-top: 30px;
xborder: 1px solid black;
margin-left: 48px;
}

#navigation {
float: left;
width: 248px;
min-height: 200px;
height: auto !important;
background: #FFF;
margin-left: 52px;
}

.navGroup_nonexp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	display: block;
	width: 195px;
	line-height: 22px;
	padding-left: 0px;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
}
.navGroup_nonexp:hover {
	color: #990000;
	text-decoration: none;
}

.navGroup_nonexp.selected {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}

.navGroup {
	display: block;
	width: 135px;
	line-height: 27px;
	padding-left: 0px;
	color: #000000;
	text-decoration: none;
}
.navGroup:hover {
	color: #000000;
	text-decoration: underline;
}
.navOption {
	display: block;
	width: 135px;
	line-height: 27px;
	padding-left: 0px;
	color: #000000;
	text-decoration: none;
}
.navOption:hover {
	color: #000000;
	text-decoration: underline;
}
.show {
	display:inline;
}
.hide {
	display:none;
}



#large_imagebox_holder {
border:0 none;
float:left;
height:411px;
margin:0 0 10px;
width:421px;
}
#large_imagebox1 {
border:0 none;
height:411px;
position:absolute;
width:421px;
}
.large_imagebox {
border:0 none;
height:411px;
position:absolute;
visibility:hidden;
width:421px;
}

	/* STYLES FOR NAVIGATION */


	#nav, #nav ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	background:white none repeat scroll 0%;
	float:left;
	
	line-height:1;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt 0pt 0px 0px;
	padding:0pt;
	width:480px;
	}
	
	#nav a {
	color:#473129;
	display:block;
	padding:0px;
	text-decoration:none;
	font-size: 11px;
	
	}
	
	#nav li {
	float:left;
	padding:0pt;
	text-transform: uppercase;
	
	}
	
	#nav li a {
	background: none repeat scroll 0%;
	border: 1px solid #000;
	height: 14px;
	width: 25px;
	margin-right: 4px;
	}
	
	#nav li a:hover {
	float:left;
	padding:0pt;
	text-transform: uppercase;
	border: 1px solid  #990000;
	height: 14px;
	width: 25px;
	margin-right: 4px;
	}
