html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin:0px;
	padding:0px;
}

html {
	overflow-y:scroll;
}

table {
	border: none;
	border-collapse: collapse;
	border-spacing: none;
}
	
body {
	background: url('../images/background.png') repeat scroll 0 0 ;
	color: white;
	font-family: Verdana;
	font-size: 12px;
	text-align: center;
	padding-bottom: 20px;
}

#page {
	min-width: 1000px;
	max-width: 1000px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#top {
	margin-top: 40px;
	margin-bottom: 5px;
	text-align: left;
	width: 859px;
	height: 51px;
	float: left;
	position: relative;
}

#banner {
	position: absolute;
	top: 0px;
	left: 0px;
}

#show-menu-heading {
	color: white;
	text-align: right;
	padding-bottom: 1px;
	padding-right: 6px;
	border-right: 1px solid white;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#show-menu-heading a {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 1px;
}

#show-menu-heading a, #show-menu-heading a:visited{
	color: white;
}

#show-menu-heading a:hover {
	color: black;
	background-color: #fffffe;
}

	

a , a:visited, a:hover, a:focus
{
	border: none;
	outline: none;
}

img {
	border: none;
}

#center_column {
	float: left;
	display: inline;
	margin-right: 5px;
	width: 800px;
}

#main {
	margin-left: 59px;
	text-align: left;
}


#content {
	min-height: 400px;
}

.right-menu {
	float: left;
	display: inline;
	font-weight: bold;
}

.right-menu-item {
	cursor: pointer;
	float: left;
	display: inline;
	clear: both;
	margin-bottom: 4px;
	margin-top: 0px;
	padding: 3px 10px 5px 5px;
}

.right-menu .selected {
	border-style: solid;
	border-width: 1px;
	padding-top: 2px;
	padding-bottom: 4px;
}


.clear {
	clear: both;
}

#footer {
	text-align: center;
	margin-top: 20px;
}

#bottom-menu {
	font-weight: bold;
	font-size: 12px;
	padding: 3px;
	color: #444444;
	margin-left: auto;
	margin-right: auto;
}

.bottom-menu-item  {
	margin-left: 10px;
	margin-right: 10px;
}

.bottom-menu-item  a {
	color: #444444;
}

.bottom-menu-item a:hover {
	color: #ffba00;
}

#copyright {
	font-size: 10px;
	color: #444444;
	line-height: 40px;
}

/* Color schemes for types */

.project-type-all, .project-type-all a {
	color: white;
	border-color: white;
	outline-color: white;
}

.project-type-school, .project-type-school a{
	color: #ec008c;
	border-color: #ec008c;
	outline-color: #ec008c;
}

.project-type-commercial, .project-type-commercial a {
	color: #00baff;
	border-color: #00baff;
	outline-color: #00baff;
}

.project-type-experimental, .project-type-experimental a{
	color: #a3ef00;
	border-color: #a3ef00;
	outline-color: #a3ef00;
}

.reverse-all {
	background-color: #fffffe;
	color: black;
}

.reverse-school {
	background-color: #ec008c;
	color: white;
}

.reverse-commercial {
	background-color: #00baff;
	color: white;
}

.reverse-experimental {
	background-color: #a3ef00;
	color: black;
}

.colored-background  {
	color: white;
}

.colored-foreground {
	background-color: white;
}



