/*///////////////////////////////////////////
// CSS - Landing Page Site Globals         //
///////////////////////////////////////////*/


ul {
	margin-top:-7px;
	margin-left: 0px;
	}
ul li {

list-style-type: none;
padding: 0px 0px 0px 10px;
background: url(images/landing_page_bullet.png) no-repeat 3px 1px; 
}

#left_main_container {
	width: 490px;


}

#left_text{
	width: 450px;
}

#right_side_header {
	margin-top:11px;
	margin-left: 10px;
	margin-bottom: 20px;
	margin-right: 5px;
	widht: 100%;
	float:left;
}
#right_side_arrow {
	width: 16px;
	float: left;
	margin-left:0px;
	margin-top: 2px;
	float:left;
}
#right_side_header_text {
	width: 165px;
	float: left;
	margin-top: 0;
	margin-left: 2px;
}
