/* CSS Document */

body {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF url(../images/logo_tile.jpg);
	text-align: center;
	margin: 0px;
	
}
.logobg {
	background: url(../images/grn_logo_tile.jpg);
}

html, body { /* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin-bottom: 1px;
}

#holder {
	width: 800px;
	text-align: left;
	margin: 38px auto 0;
	height: 533px;
	position: relative;
	display: block;
	background: #FFFFFF url(../images/page/dd_home_bg.jpg) no-repeat;
}

#page_holder {
	width: 800px;
	text-align: left;
	margin: 38px auto 0;
	position: relative;
	background: #FFFFFF url(../images/page/dd_pages_bg.jpg) no-repeat;
	height: auto;
	padding: 0px 0px 10px;
	border-bottom: 20px solid #FFFFFF;
	overflow: visible;
	display: block;
	float: none;
	clear: none;
	visibility: visible;
}


#nav_links {
	display: block;
	float: left;
	height: 20px;
	width: 800px;
	position: relative;
	top: 23px;
}
#footer {
	display: block;
	float: left;
	height: 50px;
	width: 800px;
	position: relative;
	top: 80px;
}

#main {
	width: 800px;
	text-align: left;
	margin: 38px auto 0;
	background: C9F28E;
	display: block;
	position: relative;
}
.pgcont {
	float: left;
	width: 645px;
	position: relative;
	padding-left: 55px;
	top: 70px;
	background: url(../images/page/purple_pages_bg.jpg) repeat-y left top;
	left: 69px;
}

#content {
	text-align: left;
	display: block;
	float: left;
	height: 123px;
	width: 790px;
	position: relative;
	top: 240px;
}
#logo {
	display: block;
	float: left;
	height: 106px;
	width: 144px;
	position: relative;
	left: 118px;
	top: 76px;
}
#projLinks {
	text-align: left;
	display: block;
	float: left;
	height: 123px;
	width: 790px;
	position: relative;
	top: 240px;
}
#title {
	display: block;
	float: left;
	height: 52px;
	width: 158px;
	position: relative;
	left: 465px;
	top: 76px;
}

.boldPurple {
	color: #663399;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.purple {
	color: #663399;
	text-decoration: none;
}

.purple a:active, .purple a:hover, a:visited {
	color: #66339;
}
	
.projHeading {
	font: 200 18px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.01em;
	text-align: center;
	color: #000000;
}

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

#diaLeft {
	float: left;
	width: 320px;
	text-align: center;
	display: block;
	margin: 20px 0px 20px 20px;
}
#projPic {
	text-align: center;
	display: block;
	float: right;
	width: 400px;
	margin-top: 20px;
	margin-right: 20px;
}
#projText {
	background: #FFFFFF;
	text-align: left;
	display: block;
	clear: right;
	float: right;
	width: 400px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 20px 20px 0px 0px;
	padding: 10px;
}
#contact {
	font-size: 14px;
	display: block;
	float: left;
	height: 325px;
	width: 400px;
	position: relative;
	top: 75px;
	left: 150px;
	padding: 100px 0px 0px 70px;
}
#colOne {
	display: block;
	width: 300px;
	position: relative;
	float: left;
	padding-bottom: 10px;
	clear: none;
}
#colTwo {
	display: block;
	width: 315px;
	position: relative;
	float: right;
	padding-right: 15px;
	padding-bottom: 10px;
}

#leftcolTwo {
	display: block;
	width: 315px;
	position: relative;
	float: right;
	padding-right: 15px;
	padding-bottom: 10px;
	text-align: right;
}

.tenpad {
	padding-bottom: 10px;
}

.fivepad {
	padding-bottom: 7px;
}		
