/**************************************************************
   #wrapper & #content: wrapper positions and sets the width
   on the content.  The background is then applied to #content.
 **************************************************************/
#forcedspace {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1250px;
	height:708px;
	margin-left: -625px;
	margin-top: -345px;
}

#wrapper {
	position: absolute;
	top: 9px;
	left: 50px;
	width: 1150px;
	height: 690px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#content {
	width: 1150px;
	height: 690px;
	background: url(../images/bg.gif) no-repeat top center;
}


#content2 {
	width: 1150px;
	height: 690px;
	background: url(../images/bg2.gif) no-repeat top center;
}

#logo {
	position: relative;
	top: 57px;
	left: 57px;
	width: 492px;
	height: 142px;
	background: url(../images/logo.gif) no-repeat top left;
}

/**************************************************************
   #menu: The top level site menu
 **************************************************************/

#menu {
	position: absolute;
	top: 513px;
	left: 57px;
	width: 392px;
	height: 118px;
}

#menu img.noSpace {
	padding: 0;
	margin: 0;
	font: normal 15px arial;
	text-align: center;
	text-decoration: none;
	border: none;
}

#menu img.20pxRight { 
	padding: 0;
	margin: 0 20px 0 0;
	font: normal 15px arial;
	text-align: center;
	text-decoration: none;
	border: none; 
}

#menu img.20pxRightBottom { 
	padding: 0;
	margin: 0 20px 20px 0;
	font: normal 15px arial;
	text-align: center;
	text-decoration: none;
	border: none; 
}

#menu img.20pxBottom { 
	padding: 0;
	margin: 0 0 20px 0;
	font: normal 15px arial;
	text-align: center;
	text-decoration: none;
	border: none;
}

ul#menu li a {
	padding: 111px 0 5px 0;
	margin: 0 0 10px 0;
	font: normal 15px arial;
	text-align: center;
	text-decoration: none;
	background: none;
	color: #8c8e92;
}

ul#menu li a:visited { }

ul#menu li a:hover { color: #FFF; }

ul#menu li a.here {
	color: #FFF;
	border-bottom: 1px solid #FFF;
}

/**************************************************************
   #page: Holds the main page content.
 **************************************************************/

#page {
	position: absolute;
	top: 275px;
	left: 52px;
	width: 492px;
	height: 195px;
	padding: 7px;
	text-align:justify;
	overflow: hidden;
}

/**************************************************************
   #page: Holds the gallery page content.
 **************************************************************/
img {
	border:none;
}

#galleryBox {
	position: absolute;
	top: 275px;
	left: 575px;
	width: 532px;
	height: 360px;
	padding: 0px;
	margin: 0px;
}

#project_01 {
	position: absolute;
	top: 209px;
	left: 762px;
	width: 74px;
	height: 66px;
	padding: 0px;
	margin: 0px;
}

#project_02 {
	position: absolute;
	top: 302px;
	left: 739px;
	width: 85px;
	height: 63px;
	padding: 0px;
	margin: 0px;
}

#project_03 {
	position: absolute;
	top: 369px;
	left: 703px;
	width: 121px;
	height: 66px;
	padding: 0px;
	margin: 0px;
}

#project_04 {
	position: absolute;
	top: 278px;
	left: 845px;
	width: 85px;
	height: 53px;
	padding: 0px;
	margin: 0px;
}

#project_05 {
	position: absolute;
	top: 381px;
	left: 853px;
	width: 79px;
	height: 113px;
	padding: 0px;
	margin: 0px;
}

#project_06 {
	position: absolute;
	top: 498px;
	left: 770px;
	width: 89px;
	height: 43px;
	padding: 0px;
	margin: 0px;
}

#project_07 {
	position: absolute;
	top: 426px;
	left: 617px;
	width: 73px;
	height: 118px;
	padding: 0px;
	margin: 0px;
}

#project_08 {
	position: absolute;
	top: 328px;
	left: 966px;
	width: 65px;
	height: 102px;
	padding: 0px;
	margin: 0px;
}

#project_09 {
	position: absolute;
	top: 594px;
	left: 776px;
	width: 86px;
	height: 90px;
	padding: 0px;
	margin: 0px;
}

#project_10 {
	position: absolute;
	top: 398px;
	left: 1035px;
	width: 105px;
	height: 70px;
	padding: 0px;
	margin: 0px;
}

#project_11 {
	position: absolute;
	top: 318px;
	left: 1037px;
	width: 83px;
	height: 81px;
	padding: 0px;
	margin: 0px;
}

#project_12 {
	position: absolute;
	top: 569px;
	left: 645px;
	width: 117px;
	height: 64px;
	padding: 0px;
	margin: 0px;
}

#project_13 {
	position: absolute;
	top: 538px;
	left: 1025px;
	width: 89px;
	height: 44px;
	padding: 0px;
	margin: 0px;
}

/**************************************************************
   .footer: Site footer
 **************************************************************/

.footer {
	padding-top: 3em;
	font-size: 0.85em;
}

/**************************************************************
   .bigLinks: Large, clickable links
 **************************************************************/

ul.bigLinks {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}

ul.bigLinks li {
	display: inline;
	margin: 0;
	padding: 0;
	background: none;
}

ul.bigLinks li a, ul.bigLinks li a:visited {
	display: block;
	margin: 10px 0;
	padding: 3px;
	text-decoration: none;
	background-color: #FFF;
	border: 0;
}

ul.bigLinks li a:hover {
	padding-bottom: 2px;
	background-color: #F1FFE3;
	border-bottom: 1px solid #B8E78B;
}

ul.bigLinks li a span.title {
	color: #5E9040;
	border-bottom: 1px solid #B8E78B;
}

ul.bigLinks li a:hover span.title {
	color: #3C5D29;
	border-bottom: 1px solid #4A6E35;
}

ul.bigLinks li a span.desc {
	display: block;
	color: #6D6864;
}

ul.bigLinks li a:hover span.desc { color: #555; }

/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft { float: left; }

.floatRight { float: right; }

.alignLeft { text-align: left; }

.alignRight { text-align: right; }

/**************************************************************
   Generic display classes
 **************************************************************/

.clear { clear: both; }

.block { display: block; }

.big { font-size: 1.3em; }

.small { font-size: 0.85em; }

.bold { font-weight: bold; }

.italic { font-style: italic; }

.grey { color: #AAA; }

.green { color: #82C048; }

.darkBrown { color: #512103; }

.black { color: #000 }

.highlight {
	padding: 1px 2px;
	background: #D9F5EC;
	border-top: 1px solid #BDEDDE;
}

