html, body
{
	padding:0px;
	margin:0px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:small;
	background-color:#51626c;
}

.bold
{
	font-weight:bold;
}

#wrapper
{
	width:1004px;
	margin:0 auto;
	position:relative;
}

#header
{
	background: url('gui_01.jpg') top left no-repeat;
	height:186px;
	width:100%;
}
	#header h1
	{
		display:none;
	}

#center
{
	background: url('gui_02.jpg') top left repeat-y;
	position:relative;
	z-index:1;
	padding-bottom:20px;
}
	#content_text
	{
		border:3px solid #83D044;
		width:694px;
		min-height:150px;
		margin-left:132px;
		position:relative;
		top:-3px;
		padding:15px 20px 20px 20px;
		z-index:3;
		color: #51626C;
	}
	*html #content_text
	{
		height:150px;
	}

        #content_text h1 {
                color: #51626C;
                font-size: 14pt;
                text-decoration: underline;
        }

	#flashbanner
	{
		width:760px;
		margin:0 auto;
	}
	#bread_crumbs
	{
		width:725px;
		background-color:#546674;
		border:3px solid #46545D;
		padding:3px 0px 3px 6px;
		margin:0 auto;
		color:#ffffff;
		margin-bottom:10px;
	}
	#content_text #bread_crumbs
	{
		width:auto;
	}
	#bread_crumbs a
	{
		color:#ffffff;
		font-weight:bold;
	}
	#bread_crumbs a:hover
	{
		color:#81D245;
	}

#footer
{
	background: url('gui_04.jpg') top left no-repeat;
	height:347px;
	width:100%;	
	position:absolute;
	bottom:-270px;
	left:0px;
	z-index:2;
}

	#subnav
	{
		position:absolute;
		top:80px;
		right:127px;
		margin:0px;
		padding:0px;
		z-index:3;
	}
	#subnav li
	{
		list-style:none;
		float:left;
	}
	#subnav li a
	{
		display:block;
		width:100%;
		height:43px;
		text-decoration:none;
	}
	#subnav li a span
	{
		display:none;
	}
	#subnav #home
	{
		background: url('gui_15.gif') 0px 2px no-repeat;
		width:98px;
	}
	#subnav #contact
	{
		background: url('gui_12.jpg') top left no-repeat;
		width:138px;
	}
	#subnav #apply
	{
		background: url('gui_13.jpg') top left no-repeat;
		width:97px;
	}
	#subnav #oalink
	{
		background: url('gui_14.jpg') top left no-repeat;
		width:278px;
	}


#locationpic {
	float: left;
	width: 120px;
	padding: 0 0 15px 0;
}
