body {
	background: #000000;
	background-image: url('/images/bg.jpg');

	background-attachment:fixed;
	background-position:center 50px;
	
	color: #FFFFFF;
	font-size:14px;
}

#container{
	width: 100%;
	background-image: url('/images/menu_bg_repeater.jpg');
	background-repeat: repeat-x;
	text-align: center;
	float: none;
	clear: both;
}
#main_body{

	width: 1000px;	
	margin: 0px auto;
	float: none;
	clear: both;
}

#header{

}

#nav {
	height:50px;
}

#main_content{
	padding-top: 20px;
	width: 1000px;	
	font-family: Arial;
	color: #FFFFFF;
	text-align: left;
}
#footer{
	width: 1000px;	
	float: none;
	clear: both;
	background-image: url();
	background-repeat: no-repeat;
}

.links {
	color: #ff9900;
	text-decoration: none;
}

.links:hover {
	color: #FFFFFF;
	font-weight:bold;
}

.submenu_title
{
	padding-right:15px;
	
	font-family: Helvetica;
	color: #FFFFFF;
	font-size:16px;
	font-weight:bold;
	
	
	float:left;
	
	vertical-align:middle;
}

.submenu_item
{
	padding-left:15px;
	padding-right:15px;
	
	float: left;
}

.submenu_text
{
	font-family: Verdana;
	color: #ababab;
	font-size:12px;
	font-weight:bold;
}


.submenu_selected
{
	color: #ffffff;
}

.paragraph_header
{
	padding-right:15px;
	margin-bottom:6px;
	font-family: Arial, sans-serif;
	color: #E47E00;
	font-size:18px;
	font-weight:bold;
	
	vertical-align:middle;
}


.highlight {
	color: #E47E00;
}

.page_title
{

	font-smoothing:always;
	width:1000px;
	
	/* David say */
	font-family: Arial;
	color: #ffffff;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	line-height: 1.2em;
	font-size: 3.4em;
	font-weight: 600;
	
	padding-bottom:20px;
}

.page_subtitle
{

	font-smoothing:always;
	
	/* David say */
	font-family: Arial;
	color: #ffffff;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	line-height: 1.3em;
	font-size: 2em;
}

.page_body
{
	line-height:1.7em;
	font-size: 1.3em;
}

div
{
	font-size:11px;
	font-family:Verdana;
}
p
{
	line-height:1.25;
}

li
{
	list-style: disc;
	list-style-position:inside;
	font-size:13px;
	
}

form.whitepaper label {font-weight:bold; margin-top:10px; display:block;}
form.whitepaper input {width:200px; display:inline;}
form.whitepaper input#promo {width:100px;}
form.whitepaper input#submit_button {background-image:url('../images/submit_button.gif'); border:none; width:131px; height:32px; cursor:pointer; margin-top:24px; display:block;}
form.whitepaper span.error {display:none; margin:10px;}
form.whitepaper div#general_error {display:none; margin:10px;}
form.whitepaper div#whitepaper_success {display:none; margin:10px;}

div.whitepaper.page_body { line-height:inherit; font-size:inherit;}
div.whitepaper.page_body .body {line-height:1.7em; font-size:1.3em;}

