@charset "utf-8";
/* CSS Document */

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

body
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	background: url(../images/main_background.jpg) repeat;
}

a
{
	color: #451900;
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
}

a:visited
{
	color: #999;
}

h1
{
	font: bold 14pt Arial, Helvetica, sans-serif;
	color: #451900;
}

h2, h3
{
	font: bold 12pt Arial, Helvetica, sans-serif;
	margin: 20px 0 5px 0;
	color: #451900;
}

h3
{
	font-size: 11pt;
}

p
{
	margin: 0 0 10px 0;
}

#wrapper
{
	min-height: 80%;
	height: auto;
	height: 80%;
}

div#content_holder
{
	position: relative;
	width: 773px;
	height: 100%;
	margin: 0 auto 0 auto;
	z-index: 1;
}


div#header_background
{
	position: absolute;
	height: 93px;
	left: 0;
	width: 100%;
	background: url(../images/header_background.jpg) top repeat-x;
}

div#dotted_line
{
	position: absolute;
	margin-top: 2px;
	height: 1px;
	width: 100%;
	left: 0;
	background: url(../images/header_dotted_line.gif) top left repeat-x;
	z-index: 1;
}

div#header_baseline
{
	position: absolute;
	left: 0;
	top: 93px;
	z-index: 2;
}

.yellow_line
{
	height: 2px;
	width: 100%;
	background-color: #ffc122;
}

div#header_logo
{
	position: absolute;
	clear: none;
	top: 3px;
	height: 93px;
	width: 150px;
	background: url(../images/header_logo.jpg) top left no-repeat;
	cursor: pointer;
}

div#menu
{
	position: absolute;
	top: 40px;
	right: -15px;
}

div#menu p
{
	float: left;
	clear: right;
	margin: 0 15px 15px 15px;
}

div#menu div#level1 p a:hover
{
	color: #FFF4DC;
}

p#sitemap_link
{
	margin-top: 5px;
	font-size: 7pt;
	float: right;
}

p#sitemap_link a
{
	color: #BF8C1B;	
}

p#sitemap_link a:hover
{
	color: #FFF4DC;
}

div#menu #level1 a
{
	font-size: 8pt;
	color: #FFC122;
}

div#content_background_bottom
{
	background: url(../images/content_background_bottom.jpg) bottom left repeat-x;
	height: 249px;
	width: 100%;
	z-index: 1;
}

#location_bar
{
	width: 100%;
	font-size: 10px;
	color: #451900;
	margin-bottom: 30px;
}

#location_bar a:hover
{
	text-decoration: underline;
}

form p
{
	margin: 10px 0 0 0;
}

div#content_background
{
	position: absolute;
	width: 100%;
	top: 595px;
	height: 600px;
	background: url(../images/content_background.jpg) top center repeat;
	z-index: 0;
}

div#featured_projects
{
	position: relative;
	top: 40px;
}

td.featured_project
{
	float: left;
	width: 193px;
	height: 153px;
	padding: 0 20px 0 20px;
	background: url(../images/feature_frame.gif) center center no-repeat;
	font-family: Verdana, Geneva, "sans-serif 10pt normal";
}

.featured_project h1
{
	margin: 3px 0 0 0;
	padding: 0;
	font: 14px Verdana, Geneva, sans-serif;
	text-align: center;
}

.featured_project h1 a
{
	color: #FFEEC6;
}

.featured_project img
{
	position: relative;
	margin-top: 9px;
	left: 4px;
	width: 185px;
	height: 120px;
	border: 0;
}

.spacer10
{
	width: 10px;
}

div#link_table_image
{
	position: absolute;
	z-index: 1;
	left: 280px;
	top: 81px;
	background: url(../images/link_table_image.gif);
	width: 200px;
	height: 246px;
}

div#link_table_image_bar
{
	position: absolute;
	z-index: 0;
	width: 442px;
	height: 17px;
	left: 170px;
	top: 326px;
	background: url(../images/link_table_image_bar.jpg) top center no-repeat;
}
div.link_quadrant
{
	position: relative;
	z-index: 2;
	height: 123px;
	top: 0;
	width: 50%;
	float: left;
}

div.link_quadrant h1
{
	margin: 0 20px 5px 20px;
}

div.link_quadrant p, div.link_quadrant a:visited
{
	color: #451900;	
}

div.link_quadrant p
{
	width: 250px;
	font-size: 8pt;
	margin: 0 20px 0 20px;
}

#q2 p, #q4 p
{
	text-align: right;
	float: right;
}

div#footer
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	position: relative;
	height: 50px;
	width: 770px;
	margin-top: 40px;
	bottom: 0;
	left: -10px;
	background: url(../images/footer_background.jpg) bottom center no-repeat;
}

div#footer p
{
	text-align: center;
	padding-top: 30px;
	color: #665c4a;
}

.right_align
{
	text-align: right;
}

.center
{
	text-align: center;
}

.emphasis
{
	color: #ED3031;
}

.block_list
{
	min-height: 100px;
	padding-left: 120px;
	margin-bottom: 20px;
}

.thumb100
{
	width: 100px;
	height: 100px;
	float: left;
}

.bordered
{
	border: 2px solid #600;
}