/* 
Structural Design Inc CSS
A. Blundon, Dec 2004
*/

body {
	background: #000333 fixed 50%;
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center; /* css hack - causes ie5win to center the #wrapper */
	}

#wrapper {
	width: 760px;
	margin: 0 auto;
	position: relative;
	}

#top {
	position: absolute;
	left: 0;
	top: 0;
	width: 760px;
	height: 125px;
	background-color: #000;
	background-image: url(../uploadedimages/menutopright.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	overflow: visible;
	z-index: 5;
	}
	
#logo {
	position: absolute; 
	left: 0px; 
	top: 0px; 
	z-index: 5;
	}

#navbar {
	position: absolute;
	left: 280px;
	top: 99px;
	}

#slideshow {
	position: absolute;
	left: 0px;
	top: 125px;
	}

/* needed because ektron wraps images in <p> */
div#slideshow p, div#address p, div#story2 p { 
	margin: 0; 
	padding: 0; 
	}


/* improves layout when in ektron edit mode */
div#slideshow table, div#address table, div#story2 table { 
	margin: 0; 
	padding: 0; 
	}

/************************************************
     	DIV Blocks for Footer
************************************************/
#footer.home {
	position: absolute;
	left: 0px;
	top: 524px;
	width: 760px;
	height: 100px;
	border-top: 1px solid #fff;
	}
div#footer.home p {
	color: #999;
	text-align: left;
	font-size: 13px;
	margin: 0 0 0 0;
	}
div#footer.home a { text-decoration: none; }
div#footer.home a:link    { color: #999; }
div#footer.home a:visited { color: #999; }
div#footer.home a:hover   { color: #f30; }

/************************************************
     	DIV Blocks for News
************************************************/
div#news {
	position: absolute;
	left: 560px;
	top: 250px;
	width: 199px;
	height: 130px;
	text-align: left;
	background: #003330;
	overflow: hidden;
	color: #fff;
	font-size: 10px;
	font-family: "Lucida Grande", Arial, sans-serif;
	line-height: 10px;
	border-left: 1px solid #ffffff;
	}
div#newsitem {
	float: left;
	width: 199px;
	padding-left: 5px;
	clear: left;
}
div#newsdate {
	float: left;
	width: 60px;
}
div#newsdescription {
	float: LEFT;
	width: 130px;
}
div#newsmore {
	position: absolute;
	left: 560px;
	top: 380px;
	width: 134px;
	height: 18px;
	background: #003330;
	font-size: 10px;
	line-height: 10px;
	text-align:left;
	font-family: "Lucida Grande", Arial, sans-serif;
	color: #fff;
	border-left: 1px solid #ffffff;
	padding-left: 65px;
}
div#news h2{
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 14px;	
	margin: 10px;
	}
div#newsmore a:link {color: #C5CAFF}
div#newsmore a:visited {color: #C5CAFF}
div#newsmore a:hover {color: #8C96FF}
div#newsmore a:active {color: #8C96FF}

div#news a:link {color: #C5CAFF}
div#news a:visited {color: #C5CAFF}
div#news a:hover {color: #8C96FF}
div#news a:active {color: #8C96FF}

/************************************************
     	DIV Blocks for Address
************************************************/	
#address {
	display: block;
	position: absolute;
	top: 125px;
	left: 560px;
	width: 199px;
	height: 125px;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	overflow: hidden;
	background: #f1f1f1;

	}

#address a {
	font-size: 10px;
	color: #333;
	display: block;
	top: 140px;
	left: 50px;
	width: 100px;
	height: 50px;
	position: absolute;
	}

#address a:hover {
		font-size: 10px;
		color: #300033;
}
	
#address span {
	font-size: 10px;
	color: #333;
	}

#address h1 {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 14px;
	color: #333;
	}	
	
/************************************************
     	DIV Blocks for Feature Project
************************************************/	
#featureproject {
	display: block;
	position: absolute;
	top: 398px;
	left: 560px;
	width: 199px;
	height: 100px;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	overflow: hidden;
	background: #F1F1F1;
	text-align: left;
	}
div#featureproject h2{
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 14px;	
	margin: 10px;
	}
div#featureproject img{
	float:left;
	width: 80px;
	vertical-align: 50%;
	padding-left:10px;
	padding-right:10px;
}
div#featureprojectdes{
	float:right;
	width:99px;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	vertical-align: 50%;
	text-decoration: none;
}
div#featureprojectlearnmore {
	position:absolute;
	display: block;
	top: 498px;
	left: 560px;
	width: 199px;
	height: 25px;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	overflow: hidden;
	background: #F1F1F1;
	vertical-align: 50%;
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
}
div#featureprojectlearnmore a:link{color: black}
div#featureprojectlearnmore a:visited{color: black}
div#featureprojectlearnmore a:hover{color: #003330}
div#featureprojectlearnmore a:active{color: Black}
