#content .container_gray {
	float:left;
	margin-left:11px;
	margin-right:10px;
}
#content .container_three_fourths {
	width:650px;
	min-width:650px;
	max-width:650px;
	/*height:246px;
	max-height:246px;*/
	min-height:246px;
	/*position:relative;*/
	z-index:1;
	direction:ltr;
}
#content .container_landing_page_content,#content .container_detail_page_content
{
	width:645px;
	min-width:645px;
	max-width:645px;
	min-height:246px;
	/*position:relative;*/
}
#content .container_one_fourths {
	width:200px;
	min-width:200px;
	max-width:200px;
	/*height:246px;
	max-height:246px;*/
	min-height:246px;	
}
#content .container_one_of_four {
	margin-right:14px;
	/*height:310px;
	max-height:310px;*/
	min-height:310px;
}
#content .container_header {
	background:#FFF url(../images/container_header_gradient.jpg) repeat-x;
	width:100%;
	height:26px;
	max-height:26px;
	min-height:26px;
	float: left;
}
#content .container_header .container_header_text {
	padding:6px 0 0 8px;
	display:inline;
	float:left;
	font-size: 11px;
	font-weight: bold;
}
#content .container_header .container_header_left {
	background:#FFF url(../images/container_header_left.jpg);
	height:26px;
	max-height:26px;
	min-height:26px;
	width:28px;
	float: left;
}
#content .container_header .container_header_right {
	background:#FFF url(../images/container_header_right.jpg);
	height:26px;
	max-height:26px;
	min-height:26px;
	width:9px;
	float: right;
}
#content .container_header_orange {
	width:100%;
	height:26px;
	max-height:26px;
	min-height:26px;
}
#content .container_header_orange .container_header_text {
	color: #EF6D3A;
	padding:0px 0 0 0px;
	font-size: 14px;
	font-weight: bold;
}
#content .container_body {
	background:#FFF url(../images/container_body_gradient.jpg) repeat-x;
	height:209px;
	clear:both;
}
#content .container_body_long {
	background:#FFF url(../images/container_body_gradient.jpg) repeat-x;
	height:100%;
	clear:both;
	position:relative;
}
#content .container_body .container_body_text, 
#content .container_body_long .container_body_text  {
	padding: 3px 8px;	
	min-height:400px;
}
#content .container_body .container_body_text a, 
#content .container_body_long .container_body_text  a, 
#content .container_body_orange .container_body_text  a
{
	color: #0000CC;
}
#content .container_body_text ul 
{	
	margin-left:15px;
}
#content .container_body_one_of_four { 
	background:#FFF url(../images/container_body_medium_gradient.jpg) repeat-x;
	height:265px;
}
#content .container_body_left {
	float:left;
	background:#FFF url(../images/container_body_left.jpg);
	height:100%;
	width:4px;
}
#content .container_body_right {
	float:right;
	background:#FFF url(../images/container_body_right.jpg);
	height:100%;
	width:5px;
	right: 0;
}
#content .container_bottom {
	background:#FFF url(../images/container_bottom_gradient.jpg) repeat-x;
	height:12px;
	width: 100%;
}
#content .container_bottom .container_bottom_left {
	background:#FFF url(../images/container_bottom_left.jpg);
	height:12px;
	max-height:12px;
	min-height:12px;
	width:14px;
	float: left;
}
#content .container_bottom .container_bottom_right {
	background:#FFF url(../images/container_bottom_right.jpg);
	height:12px;
	max-height:12px;
	min-height:12px;
	width:14px;
	float: right;
}
#content .container_actions
{
	padding:0;
	margin:0;
}
#content .blue_left_nav{
	background:#FFF url(../images/container_blue_nav_background.jpg) no-repeat;
	height:425px;
	min-height:356px;
	width:206px;
	max-width:206px;
	margin-left: 10px;
	padding-left: 10px;
	padding-top: 10px;
	float:left;
}
#content .container_landing_page{
	width:650px;
}
p
{
	margin: 0;
	padding: 0;
}


/*House menu nav*/
#content .blue_left_nav ul li 
{
	list-style: none;
	padding-bottom: 10px;
}
#content .blue_left_nav ul li a{
	background:url(../images/blue_bullet.png) no-repeat;
	background-position:0 3px;
	background-attachment:scroll;
	margin-left:1px;
	margin-top:11px;
	margin-bottom: 0px;
	padding-left: 13px;
	letter-spacing: -0.5;
	font-size: 11px;
}
#content .blue_left_nav ul li ul li a{
	background:none;
	background-position:0 3px;
	background-attachment:scroll;
	margin-left:1px;
	margin-top:11px;
	margin-bottom: 0px;
	padding-left: 13px;
	letter-spacing: -0.5;
	font-size: 11px;
}
#content .blue_left_nav ul li ul
{
	margin-left:15px;
	padding-left:0px;
	margin-top:0px;
}
#content .blue_left_nav ul li ul li
{
	background:  no-repeat 0;
	margin-left:0px;
	padding-left:0px;
	list-style: none;
	margin-top:0px;
	padding-top: 5px;
	padding-bottom: 3px;
}
ul, ul li
{
	margin: 0px;
	padding: 0px;
}
ul
{
	margin: 0px;
	padding: 0px;
}
#content  .blue_left_nav ul li .blue_left_nav_item_selected
{
	font-weight:bold;
	background:url(../images/red_bullet.png) no-repeat;
	background-position:0 4px;
	background-attachment:scroll;
	text-decoration: underline;
}