@charset "utf-8";
/* CSS Document */
html {
	overflow: scroll;
	overflow-x: auto;
	overflow-y: scroll;
}

body, html {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	background: #9D2A32 url(/images/interface/main_bkg.jpg) left top repeat-x;
	color: #000000;
}

body, table {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: normal;
}

.wrapper {
	padding: 15px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

p {
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

ul,
ol {
	margin: 0px 0px 15px 20px;
	padding: 0px;
}

a {
	color: #0000CC;
}

a:hover {
	color: #3366FF;
}



#header {
	position: relative;
	width: 984px;
	height: 127px;
	margin: 0px auto 0px auto;
	}
	#header .left {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 4px;
		height: 127px;
		background: url(/images/interface/shadow_left.png) center center no-repeat;
		z-index: 1;
	}
	#header .right {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 10px;
		height: 127px;
		background: url(/images/interface/shadow_right.png) center center no-repeat;
		z-index: 1;
	}
	#header .top {
		position: absolute;
		top: 0px;
		left: 4px;
		width: 970px;
		height: 5px;
		background: url(/images/interface/shadow_top.png) center center no-repeat;
		z-index: 1;
	}
	#header .logo {
		position: absolute;
		top: 5px;
		left: 4px;
		width: 331px;
		height: 92px;
		border-top: 4px solid #000000;
		border-left: 4px solid #000000;
		z-index: 1;
	}
	#header .photo {
		position: absolute;
		top: 5px;
		left: 339px;
		width: 631px;
		height: 92px;
		border-top: 4px solid #000000;
		border-right: 4px solid #000000;
	}
	#header .tagline {
		position: absolute;
		top: 101px;
		left: 604px;
		width: 366px;
		height: 26px;
		border-right: 4px solid #000000;
	}
	
#nav {
	position: absolute;
	top: 101px;
	left: 4px;
	width: 596px;
	height: 24px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 4px solid #000000;
	background: #F2AA27 url(/images/interface/nav_bkg.gif) left top repeat-x;
	}
	#nav a {
		margin-left: 1px;
	}

#main {
	position: relative;
	width: 962px;
	padding: 0px 14px 0px 8px;
	margin: 0px auto 0px auto;
	background: url(/images/interface/shadow_bkg.png) top center repeat-y;
}

.content-home {
	position: relative;
	width: 962px;
	height: 375px;
	background-color: #000000;
}

.home-photo1 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 554px;
	height: 375px;
}

.home-photo2 {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 404px;
	height: 263px;
}

.sunburst-overlay {
	position: absolute;
	display: block;
	left: 385px;
	top: 279px;
	width: 170px;
	height: 99px;
	background: url(/images/interface/new_aggregates.png) left top no-repeat;
	z-index: 200;
	cursor: pointer;
}

.home-textbkg {
	position: absolute;
	left: 20px;
	top: 20px;
	background-color: #FFFFFF;
	width: 239px;
	height: 330px;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90);
	z-index: 2;
}

.home-text {
	position: absolute;
	left: 20px;
	top: 20px;
	padding: 15px;
	width: 209px;
	height: 300px;
	color: #000000;
	z-index: 3;
	}
	.home-text h1 {
		margin: 0px 0px 10px 0px;
		font-size: 16px;
	}
	.home-text p {
		margin: 0px;
		padding: 0px;
		line-height: 16px;
		font-size: 11px;
	}

.home-services {
	position: absolute;
	background-color: #000000;
	color: #FFFFFF;
	right: 0px;
	bottom: 0px;
	padding: 10px;
	width: 384px;
	height: 92px;
	}
	.home-services h1 {
		margin: 0px 0px 3px 0px;
		font-size: 14px;
		font-family: Verdana, Geneva, sans-serif;
	}
	.home-services ul {
		font-weight: normal;
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		line-height: 14px;
		font-size: 12px;
	}
	.home-services li {
		margin: 4px 10px 0px 0px;
		display: block;
		float: left;
		width: 168px;
		padding: 0px 0px 0px 11px;
		background: url(/images/interface/icon_goldarrow_black.gif) left 2px no-repeat;
	}

.content {
	position: relative;
	padding: 25px 20px 20px 20px;
	width: 922px;
	background: #FFFFFF url(/images/interface/nav_shadow.gif) left top repeat-x;
}

#footer {
	position: relative;
	margin: 0px auto 0px auto;
	width: 984px;
	height: 38px;
	background: url(/images/interface/shadow_bottom.png) left top no-repeat;
	font-size: 10px;
	color: #D3ABAE;
	}
	#footer .footer-left {
		position: absolute;
		left: 4px;
		top: 13px;
		width: 650px;
		height: 13px;
	}
	#footer .footer-right {
		position: absolute;
		right: 10px;
		top: 13px;
		width: 300px;
		height: 13px;
		text-align: right;
	}
	#footer a {
		color: #D3ABAE;
		text-decoration: underline;
	}

ul.spaced,
ol.spaced {
	margin: 0px 0px 0px 20px;
	padding: 0px
	}
	ul.spaced li,
	ol.spaced li {
		margin: 0px 0px 15px 0px;
	}

table.spaced td {
	padding: 0px 15px 15px 0px;
}

table.design-list {
	border-collapse: collapse;
	width: 100%;
	}
	table.design-list th {
		font-weight: bold;
		font-size: 14px;
		text-align: center;
		border: 1px solid #000000;
		background-color: #DDDDDD;
		padding: 4px;
		width: 25%;
	}
	table.design-list td {
		font-weight: normal;
		font-size: 12px;
		text-align: center;
		border: 1px solid #000000;
		background-color: #FFFFFF;
		padding: 4px;
		width: 25%;
	}


ul.linklist {
	margin: 5px 0px 20px 18px;
	padding: 0px;
	font-weight: normal;
	line-height: normal;
	list-style-image: url(/images/interface/icon_goldarrow.gif);
	list-style-type: none;
	}
	ul.linklist li {
		padding: 0px;
		margin: 8px 0px 0px 0px;
	}
	ul.linklist a {
		color: #000000;
		text-decoration: none;
	}
	ullinklist a:hover {
		color: #666666;
		text-decoration: none;
	}
	ul.linklist b {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: bold;
		color: #0000CC;
		text-decoration: underline;
	}

.img-right {
	float: right;
	margin: 0px 0px 15px 15px;
}

.map {
	float: right;
	text-align: center;
	font-size: 10px;
	margin: 0px 0px 15px 15px;
	}
	.map iframe {
		margin: 0px 0px 5px 0px;
		border: 1px solid #000000;
	}

.light {
	color: #666666;
}
