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

/* Common */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td
{
	margin: 0px;
	padding: 0px;
}

table
{
	border-collapse: collapse;
	border-spacing: 0px;
}

fieldset, img
{
	border: 0px none;
}

address, caption, cite, code, dfn, em, strong, th, var
{
	font-style: normal;
	font-weight: normal;
}

li
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

caption, th
{
	text-align: left;
}

q:before, q:after
{
	content: '';
}

abbr, acronym
{
	border: 0px none;
	font-variant: normal;
}

sup
{
	vertical-align: text-top;
}

sub
{
	vertical-align: text-bottom;
}

input, textarea, select
{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

del, ins
{
	text-decoration: none;
}

a
{
	text-decoration: underline;
	color: #FFF;
}

.clearFloat
{
	clear: both;
}

.iePngFix
{
	behavior: url(../htc/iepngfix.htc);
}

/* Site */
html
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #fff;
	background-color: #1a1a1a;
}

#site_wrapper_1
{
	position: absolute;
	width: 984px;
	left: 50%;
	margin: 0px 0px 0px -492px;
	background-image: url(../img/site_bg.png);
	background-repeat: repeat-y;
}

#site_wrapper_2
{
	width: 100%;
	height: 100%;
	background-image: url(../img/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

/* Navigation */
#site_wrapper_2 a
{
	display: block;
}

#forAgentsOnly a
{
	width: 75px;
	height: 76px;
	position: absolute;
	top: 9px;
	left: 883px;
	background-image: url(../img/header_agentsOnly.png);
}

#forAgentsOnly a:hover
{
	background-image: url(../img/header_agentsOnly_alt.png);
}

#nav_bg
{
	width: 149px;
	height: 246px;
	position: absolute;
	top: 286px;
	background-image: url(../img/nav_bg.png);
	background-repeat: no-repeat;
}

#nav_wrapper
{
	position: absolute;
	top: 220px;
}

#nav_spacer1
{
	width: 5px;
	height: 286px;
}

#nav_home a
{
	width: 183px;
	height: 36px;
	background-image: url(../img/nav_home.png);
}

#nav_home a:hover
{
	background-image: url(../img/nav_home_alt.png);
}

#nav_agentLocator a
{
	width: 178px;
	height: 36px;
	background-image: url(../img/nav_agentLocator.png);
}

#nav_agentLocator a:hover
{
	background-image: url(../img/nav_agentLocator_alt.png);
}

#nav_products a
{
	width: 173px;
	height: 36px;
	background-image: url(../img/nav_products.png);
}

#nav_products a:hover
{
	background-image: url(../img/nav_products_alt.png);
}

#nav_contact a
{
	width: 168px;
	height: 36px;
	background-image: url(../img/nav_contact.png);
}

#nav_contact a:hover
{
	background-image: url(../img/nav_contact_alt.png);
}

#nav_relatedLinks a
{
	width: 163px;
	height: 36px;
	background-image: url(../img/nav_relatedLinks.png);
}

#nav_relatedLinks a:hover
{
	background-image: url(../img/nav_relatedLinks_alt.png);
}

/* Footer */
#footerWrapper
{
	width: 100%;
	height: 97px;
	background-image: url(../img/footer.png);
	position: relative;
}

#leftSideText
{
	float: left;
	margin: 10px 0px 0px 25px;
}

#rightSideText
{
	float: right;
	margin: 10px 25px 0px 0px;
}

#rightSideText p
{
	text-align: right;
}

.bottomInfo
{
	margin-top: 16px;
}






