/**/
p.logo
{
	display: block;
	float: right;
	padding: 4px 0 0;
}

h1.heading-one
{
	width: 100%;
	height: 58px;
	background: url(../img/headingOne.gif) no-repeat 0 0;
}

h2.heading-two
{
	position: relative;
	width: 323px;
	height: 55px;
	margin: -9px 0 2px -8px;
	background: url(../img/heading-two.gif) no-repeat 0 0;
}

div.footer p
{
	font-size: 1.0em;
	color: #8a8a8a;
	font-family: Tahoma, Arial;
	line-height: 1.2em;
}

/*NAVIGATION COMPONENTS*/


/*COMPONENTS*/
div.three-col
{
	float: left;
	width: 100%;
	padding: 11px 0 7px;
}
div.three-col div.col
{
	float: left;
	width: 191px;
	padding: 0 16px 0 8px;
	background: url(../img/three-col--col-sep.gif) no-repeat 0 0;
}

div.buttons
{
	float: left;
	width: 100%;
	padding: 16px 0;
}
	div.buttons a
	{
		display: block;
		float: left;
		width: 131px;
		height: 39px;
		margin: 0 25px 0 0;
	}
	div.buttons a.dwnld
	{
		background: url(../img/btn-dwnld.gif) no-repeat 0 0;
	}
	div.buttons a.locate
	{
		background: url(../img/btn-locate.gif) no-repeat 0 0;
	}
	div.buttons a.web
	{
		background: url(../img/btn-web.gif) no-repeat 0 0;
	}
	
div.form
{
	float: left;
	height: 360px;
	padding: 0 0 0 20px;
	/*background: url(../img/div-form-bg.gif) no-repeat 0 0;*/
}
div.form div
{
	float: left;
	width: 298px;
	padding: 0 0 7px;
}
	div.form input
	{
		float: left;
		width: 288px;
		padding: 2px 4px 2px;
		margin: 0;
		border: 1px solid #7f9db9;
	}
	div.form select
	{
		width: 288px;
	}
	div.form label.check-label
	{
		display: block;
		padding: 3px 0 0 21px;
	}
		div.form label.check-label input
		{
			width: auto;
			margin: -3px 0px 0 -21px;
			border: none;
		}
		:root div.form label.check-label input
		{
			margin: 0 7px 0 -21px;
		}
	div.form div.form-buttons
	{
		width: 100%;
	}
		div.form div.form-buttons input
		{
			float: left;
			display: block;
			width: 122px;
			height: 30px;
			border: none;
			background: transparent url(../img/btn-submit.gif) no-repeat 0 0;
			letter-spacing: -999em;
			text-indent: -999em;
		}
	div.form div.note
	{
		padding: 0;
	}
		div.form div.note p
		{
			padding: 0;
			color: #666666;
			font-size: 1.1em;
		}
	div.form div.foot-note
	{
		font-size: 0.9em;
	}
		div.form div.foot-note a
		{
			color: #666666;
		}
		div.form div.foot-note a:hover
		{
			text-decoration: none;
		}
		