/* ie6 pngfix */

img, div, a, input { behavior: url(/images/iepngfix.htc) }

/* Layout styles */

*
{
	padding:0;
	margin:0;

}

html, body
{
	background-color:#000000;
	height: 100%;
	text-align:center;
}

a
{
text-decoration: none;

}

a:link {color: #cccccc; text-decoration: underline; }
a:active {color: #cccccc; text-decoration: underline; }
a:visited {color: #dddddd; text-decoration: underline; }
a:hover {color: #cccccc; text-decoration: none; }

img
{
	border: 0 none;

}

p,h3
{
	margin: 20px;

}

#header
{
	width:100%;
	height:160px;
	background-image:url('images/header.jpg');
	background-repeat:repeat-x;
}

#subheader
{
	padding-top: 20px;
	padding-bottom: 20px;
	margin:0px auto;
	width:600px;
	height:160px;
	text-align: left;
    vertical-align: middle;
}

#container
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -80px;
}

#content
{
	text-align:left;
	padding:15px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	width:700px;
	height: 100%;
	color: white;
	margin:0px auto;
}



.footer
{
	padding-top: 15px;
	width:100%;
	margin:0px;
	background-image:url('images/footer.jpg');
	background-repeat:repeat-x;
}

.footer, .push {
	height: 80px;
}

/* Visual Styling */

li
{
	list-style: circle;
	font-size: 12px;

}

/* Font styles */

#menu-text
{
	font-size: 1em;
	color: white;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

#footer-text
{
	font-size: 10px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

#copyright-text
{
	font-size: 9px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

.incentives-header
{
	color: silver;


}

.details-header
{
	font-size:14px;
	font-weight:bold;

}

.details
{
	font-size:12px;
}

.vendor
{
	margin-left: 40px;

}

.vendor-details
{
	font-size: 10px;

}

.disclaimer-text
{


	font-size: 11px;


	padding: 10px;


}

.details-list
{

	list-style: circle;
	list-style-type: circle;


}

