@charset "utf-8";

html,body
{
	height: 100%;
}

body
{
	background: #263306 url('images/bg1.gif') repeat-x top left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
}

div#page
{
	background: url('images/page-bg.gif') repeat-y top left;
	min-height: 100%;
}

div#container
{
	background: url('images/cont-bg.jpg') no-repeat top left;
}

div#wrapper
{
	width: 965px;
}

div#main-column
{
	float: left;
	width: 726px;
}

div#header
{
	background: url('images/header1.jpg') no-repeat top left;
	height: 245px;
	position: relative;
	width: 726px;
}

img#logo-img
{
	display: block;
	left: 25px;
	position: absolute;
	top: 101px;
}

div#main-column div#content
{
	padding: 37px 15px 40px 36px;
}

div#content p, div#sues-process p
{
	line-height: 1.7em;
}

div#sues-process
{
	background: #766838 url('images/sues-process-bg.jpg') no-repeat top left;
	color: white;
	margin: 0 0 20px 20px;
	padding-bottom: 20px;
	width: 684px;
}

div#sues-process p, div#sues-process td, div#sues-process span, div#sues-process a
{
	color: white;
}

div#sues-process .header
{
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	padding: 28px 0 37px 236px;
}

div#sues-process .header p
{
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	line-height: normal !important;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

div#sues-process .step
{
	float: left;
	padding: 0 14px 0 38px;
	width: 173px;
}

div#footer
{
	background: url('images/footer-border.gif') repeat-x top left;
	margin: 0 27px 0 27px;
	padding: 10px 0;
	
}

div#sidebar
{
	color: white;
	float: left;
	width: 239px;
}

div#sidebar p, div#sidebar a, div#sidebar td, div#sidebar span
{
	color: white;
}

div#sidebar p
{
	line-height: 1.7em;
}

div#featured-home
{
	height: 268px;
	padding: 47px 0 0 30px;
}

div#featured-home p
{
	padding: 0;
	margin: 0;
}

.bordered
{
	border: 1px solid #98AC66;
	padding: 8px 10px;
}

div#featured-home .bordered
{
	display: block;
	margin-top: 8px;
}

div#sidebar .sub
{
	background: url('images/separator.gif') repeat-x bottom left;
	margin-left: 30px;
	padding: 30px 0;
}

.header-image
{
	display: block;
}


ul#navigation
{
	bottom: 0px;
	display: block;
	height: 36px;
	list-style: none;
	margin: 0;
	padding: 0 20px;
	position: relative;
	top: 209px;
}

ul#navigation li 
{
	display: block;
	float: left;
}

ul#navigation li:hover
{
	background: #273010;
}

ul#navigation a:visited.top,
ul#navigation a:link.top,
ul#navigation a.top
{
	color: white;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	height: 27px;
	padding: 9px 17px 0 17px;
	text-decoration: none;
}

ul.flyout
{
	border-bottom: 1px solid #273010;
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 150px;
}

ul.flyout li ul.flyout
{
	margin-left: 149px;
}

ul#navigation ul.flyout li
{
	display: inline;
	float: none;
}

ul#navigation ul.flyout li:hover
{
	background: transparent;
}

ul.flyout a:visited.flyout,
ul.flyout a:link.flyout,
ul.flyout a.flyout
{
	background: white;
	border: 1px solid #273010;
	border-bottom: none;
	color: #273010;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	padding: 8px 12px;
	text-decoration: none;
}

ul.flyout a:hover.flyout
{
	background: #273010;
	color: white;
}
























