/* CSS Document */

/*----------------------------------			
			GENERAL STYLES
-----------------------------------*/
body, html{
	padding: 0px;
	padding-bottom: 5px;
	margin: 0px;
	background-color: #E5E1BE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/* main heading */
h1{
	padding: 15px 15px 10px 533px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #336666;
	text-transform: uppercase;
}

h2{
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	text-transform: uppercase;
}

p{
	padding: 0px 0px 10px 0px;
	margin: 0px;
	text-align: left;
}

p.projects{
	padding: 0px 15px 10px 533px;
	margin: 0px;
	text-align: left;
	font-size: 14px;
	color: #000000;
}

a{
	color: #000000;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

sup{
	font-size: 80%;
}

/*----------------------------------			
		HEADER / NAVIGATION MENU
-----------------------------------*/
#headerContainer{
	padding: 10px 0px 0px 0px;
	margin: 0px;
	width: 100%;
	height: 45px;
	background: url(images/menu/menuBg.gif) bottom repeat-x;
}

#header{
	padding: 0px;
	margin: 0px;
	width: 800px;
}

/* NAVIGATION MENU */
#multi-level {
	width: 800px;
	height: 45px; 
	position: relative; 
	z-index: 100;
	clear: both;
	text-align: left;
}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {
	list-style-type: none; 
	padding: 0px; 
	margin: 0px; 
	font-family: Arial, Helvetica, sans-serif;
}

/* Set up the top level list items and float left to place inline */
.menu li.top {
	display: block; 
	float: left; 
	position: relative;
}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {
	border-collapse: collapse; 
	width: 0px; 
	height: 0px; 
	position: absolute; 
	top: 0px; 
	left: 0px;
}

/* Default top link link styling */
.menu li.top a.top_link {
	display: block; 
	float: left; 
	height: 45px;
}

/* move the link text off screen */
.menu li.top a span {
	position: absolute; 
	left: -9999px; 
	top: 0px; 
	z-index: 0; 
	font-size: 10px;
}

/* pre-load the hover images into the lists */
.menu li.p1 {
	width: 110px; 
	background: url(images/menu/intProjects_1.jpg) no-repeat;
}
.menu li.p2 {
	width: 110px; 
	background: url(images/menu/extProjects_1.jpg) no-repeat;
}
.menu li.p3 {
	width: 110px; 
	background: url(images/menu/currProjects_1.jpg) no-repeat;
}
.menu li.p4 {
	width: 109px; 
	background: url(images/menu/testimonials_1.jpg) no-repeat;
}
.menu li.p5 {
	width: 117px; 
	background: url(images/menu/greenStatement_1.jpg) no-repeat;
}
.menu li.p6 {
	width: 121px; 
	background: url(images/menu/about_1.jpg) no-repeat;
}
.menu li.p7 {
	width: 123px; 
	background: url(images/menu/home_1.jpg) no-repeat;
}

/* set up the normal unhovered images in the links */
.menu li a#intProjects {
	width: 110px; 
	background: url(images/menu/intProjects_0.jpg) no-repeat;
}
.menu li a#extProjects {
	width: 110px; 
	background: url(images/menu/extProjects_0.jpg) no-repeat;
}
.menu li a#currProjects {
	width: 110px; 
	background: url(images/menu/currProjects_0.jpg) no-repeat;
}
.menu li a#testimonials {
	width: 109px; 
	background: url(images/menu/testimonials_0.jpg) no-repeat;
}
.menu li a#greenStatement {
	width: 117px; 
	background: url(images/menu/greenStatement_0.jpg) no-repeat;
}
.menu li a#about {
	width: 121px; 
	background: url(images/menu/about_0.jpg) no-repeat;
}
.menu li a#home {
	width: 123px; 
	background: url(images/menu/home_0.jpg) no-repeat;
}

/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {
	visibility: visible;	/* for IE6 */
} 
.menu li:hover { 
	position: relative; 
	z-index: 200;		/* for IE7 */
} 

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#intProjects:hover, .menu li:hover a#intProjects,
.menu li a#extProjects:hover, .menu li:hover a#extProjects,
.menu li a#currProjects:hover, .menu li:hover a#currProjects,
.menu li a#testimonials:hover, .menu li:hover a#testimonials,
.menu li a#greenStatement:hover, .menu li:hover a#greenStatement,
.menu li a#about:hover, .menu li:hover a#about,
.menu li a#home:hover, .menu li:hover a#home {background: transparent;}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {
	position: absolute; 
	left: -9999px; 
	top: -9999px; 
	width: 0px; 
	height: 0px;
}

/* set up the first drop down sub level */
.menu :hover ul.sub {
	left: 0px; 
	top: 44px; 
	background: #8c9eaa; 
	padding: 1px 0px; 
	border: 1px solid #cccccc; 
	white-space: nowrap; 
	width: 110px; 
	height: auto;
}
.menu :hover ul.sub li {
	display: block; 
	height: 20px; 
	position: relative; 
	float: left; 
	width: 90px;
}
.menu :hover ul.sub li a {
	display: block; 
	font-size: 12px; 
	height: 20px; 
	width: 110px; 
	line-height: 20px; 
	text-indent: 5px; 
	color: #ffffff; 
	text-decoration: none; 
	border: 1px solid #fff; 
	border-width: 0px 0px 0px 0px;
}

.menu :hover ul.sub li a:hover {
	background: #607685; 
	color: #ffffff;
}

/* set up the flyout levels when hovering */
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul {
	left: 110px; 
	top: -4px; 
	background: #ebebeb; 
	padding: 1px 0px; 
	border: 1px solid #cccccc; 
	white-space: nowrap; 
	width: 110px; 
	z-index:200; 
	height: auto; 
	z-index: 300;
}

/*----------------------------------			
				CONTENT
-----------------------------------*/
/* centers website */
#container{
	padding: 0px;
	margin: 0px;
	width: 100%;
}

#content{
	padding: 0px;
	margin: 0px;
	width: 800px;
}

#content.projects{
	padding: 10px 0px 0px 0px;
	margin: 0px;
	width: 800px;
	background-color: #FFFFFF;
}

#projectArea{
	background-color: #cccc99;
	overflow: visible;
	width: 800px;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

#photoButtons{
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 35px;
	clear: both;
	background-color: #6e7b90;
	overflow: hidden;
}

ul#buttons{
	padding: 7px 0px 0px 10px;
	margin: 0px;
	float: left;
	list-style-type: none;
}

ul#buttons li{
	float: left;
}

ul#buttons li a{
	background-color: #999933;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
	line-height: 10px;
	font-size: 11px;
	font-weight: bold;
}

ul#buttons li a:hover{
	background-color: #999933;
}

ul#buttons li a.light{	
	 background-color: #a3bfd1;
}

ul#buttons li a.medium{	
	 background-color: #7591a3;
}

ul#buttons li a.dark{	
	 background-color: #476375;
}

ul#buttons li a:hover.light,
ul#buttons li a:hover.medium,
ul#buttons li a:hover.dark{
	background-color: #999933;
}

.projectCategories{
	padding: 8px 5px 0px 0px;
	margin: 0px;
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

.projectCategories a{
	color: #99cccc;
	text-decoration: none;
}

.projectCategories a:hover{
	color: #999933;
}

.projectCategories a.current{
	color: #999933;
}

/*----------------------------------			
				FOOTER
-----------------------------------*/
#footer{
	padding: 5px 0px 10px 0px;
	margin: 0px 0px 0px 0px;
	width: 800px;
	background-color: #FFFFFF;
	font-size: 10px;
}