
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #b9d5e8;
	overflow: hidden;

}

/* divisons */




#bg_gradient {
	background: url(images/gradient.jpg);
	background-repeat:repeat-x;
	width: 1500px;
	height: 1024px;
	margin: 0 auto;
   position:absolute;
	left:50%;
	top:50%;
	margin-left:-750px;
	margin-top:-412px;
}

#bg_image {
	background: url(images/clouds.png) no-repeat;
	width: 936px;
	height: 792px;
	margin: 0 auto;
	left:-325px;
	top:-50px;
	position: absolute;
	
}

#wrapper {
	width: 936px;
	height: 792px;
	margin: 0 auto;
	left:50%;
	top:50%;
	margin-left: -218px;
	margin-top: -346px;
	position: absolute;
}


#building {
	width: 500px;
	height: 425px;
	margin: 0 auto;
	position: absolute;
	top: 435px;
	left:-250px;
	background: url(images/building.png) no-repeat;
}

#logo {
	position:absolute;
	width: 589px;
	height: 90px;
	margin: 0 auto;
	margin-left: 395px;
	margin-bottom:17px;
	background: url(images/logo.png) no-repeat;
	
}

#home_bar {
	width: 48px;
	height: 15px;
	margin: 0 auto;
	margin-top: 88px;
	margin-left: 540px;
	position:absolute;
}


#btn_bar {
	position:absolute;
	width: 589px;
	height: 53px;
	margin: 0 auto;
	top: 108px;
	background: url(images/button_bar.jpg) no-repeat;
	padding: 2px;
}

#body_main {
	position:absolute;
	width: 589px;
	height: 392px;
	margin: 0 auto;
	top:168px;
	margin-left: 0px;
	background: url(images/body_bg.jpg) no-repeat;
}

#title {
	position:absolute;
	width:589px;
	height: 24px;
	padding-top: 16px;
	text-align:center;
	font-family:Eurostile;
	font-size:20px;
	color:#e6a21f;
	background-image:url(images/underline.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

#spacer {
	width:589px;
	height: 0px;
	padding-top: 20px;
}

#future {
	position:absolute;
	width:222px;
	height:222px;
	top: 48px;
	left: 17px;
	padding: 5px;
	background:black;
	border: thin;
	border-style:solid;
	border-color:#666666;
}

#projects {
	width: 300px;
	height: 318px;
	margin-left: 270px;
	margin-top: 48px;
	position: absolute;
}

#models {
	width: 300px;
	min-height: 62px;
	padding:1px;
}

#contact {
	width:535px;
	height:222px;
	margin-top: 10px;
	margin-left: 20px;
	padding: 5px;
	position:relative;
	background:black;
	border: thin;
	border-style:solid;
	border-color:#666666;
}

#building a img {
	width: 151px; /* IE5 Win can't dynamically change size - don't use 0px to hide */
	height: 151px;
	position: absolute;
	top: 10px;
	left: 10px;
	border:hidden;
	visibility: hidden;
}

#building a:hover img {
	width: 151px; /* IE5 Win can't dynamically change size - don't use 0px to hide */
	height: 151px;
	position: absolute;
	top: -160px;
	left: 10px;
	border:hidden;
	visibility:visible;
}

#gallery_thin {
	position:absolute;
	width: 564px;
	height: 110px;
	top:230px;
}


/* Tables */

table.home {
	table-layout:auto;
	position:absolute;
	top:88px;
	right:350px;
}

table.building {
	margin: 0 auto;
	table-layout:auto;
	text-align: center;
}

table.buttons {
	position:absolute;
	margin-top: 128px;
	font-size: .7em;
	font-family: "Arial";
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
}

table.policy {
	margin-top: 560px;
	font-size: 10px;
	font-family: "Arial";
	text-align: right;
	color: #abb2bc;
	position:absolute;
}

table.callouts {
	margin-top: -18px;
	line-height:25px;
	margin-left: 9px;
	font-size: 11px;
	font-family: "Arial";
	text-align: left;
	color:black;
	text-transform: uppercase;
}


table.slideshow {
	position:absolute;
	width:300px;
	height: 110px;
	top:0px;
	left:0px;
	text-align:right;
}


/* Font Styles */

a.title {
	text-align:center;
	font-family:Eurostile;
	font-size:14px;
	color:white;
}

a.info {
	text-align:left;
	font-family:Arial;
	font-size:11px;
	color:#CCCCCC;
}
a.indent {
	text-align:left;
	font-family:Arial;
	font-size:11px;
	color:#CCCCCC;
	text-indent:10px;
}

a.small {
	text-align:left;
	font-family:Arial;
	font-size:10px;
	color:white;
	line-height:0px;
}

a.more {
	text-align:right;
	font-family:Arial;
	text-decoration:underline;
	font-size:11px;
	color:white;
}
a.more:link {
	text-align:right;
	font-family:Arial;
	text-decoration:underline;
	font-size:11px;
	color:white;
}

a.sub {
	text-align:left;
	font-family:Arial;
	font-size:12px;
	color:white;
}

a.numb {
	text-align:left;
	font-family:Arial;
	font-size:12px;
	color:white;
}
a.numb:link {
	text-align:left;
	font-family:Arial;
	font-size:12px;
	color:white;
}

a.text {
	text-align:left;
	font-family:Arial;
	font-size:12px;
	color:#e5e5e5;
}

a.info_r {
	text-align:right;
	font-family:Arial;
	font-size:10px;
	color:#e5e5e5;
}

a.sub_r {
	text-align:right;
	font-family:Arial;
	font-size:12px;
	color:white;
}

a.p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #abb2bc;
}

a.p:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}

a.p:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #abb2bc;
}

a.butt:link {
	color:#ffffff;
	text-decoration: none;
}
a.butt:visited {
	color:#ffffff;
	text-decoration: none;
}
a.butt:hover {
	color:#7c7c7c;		
	text-decoration: none;
}
a.butt:active {
	color:#ffffff;
	text-decoration: none;
}

a.call:link {
	color:#000000;
	text-decoration: none;
}
a.call:visited {
	color:#000000;
	text-decoration: none;
}
a.call:hover {
	color:#7c7c7c;		
	text-decoration: none;
}
a.call:active {
	color:#000000;
	text-decoration: none;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

a.index {
	display:block;
	width: 16px;
	height: 15px;
	background:url(images/home.jpg);
	background-position: right;
	white-space:pre;
}

a.index:hover {
	background-image:url(images/home.jpg);
	background-position: left;
}

a.contact {
	display:block;
	width: 19px;
	height: 15px;
	background:url(images/contact.jpg);
	background-position: right;
	white-space:pre;
}

a.contact:hover {
	background-image:url(images/contact.jpg);
	background-position: left;
}

a.gallery {
	font-family:Eurostile;
	font-size:16px;
	color:#e6a21f;
	text-align:center;
}

/* Image Floats */

img {
	border-width: 0px;
}
img.floatleft {
	float: left;
	margin-right:6px;
	margin-left:6px;
}
img.floatright {
	float: right;
	margin-right:6px;
	margin-left:6px;
}

img.clear {
	clear:both;
	
}
