/* --------------------  Common Styles -------------------- */
body{
	background:url(../images/bg.gif) bottom repeat-x #5479b5;
}
#header{
	background-image:url(../images/header.gif);
	height:151px;
}
#log_search{
	float:right;
	text-align:right;
	padding:20px 24px 0px 0px;
	line-height:23px;
	color:#40516B;
}
.log_input{
   border-top:2px solid #888A87;
   border-left:2px solid #888A87;
   border-right:1px solid #888A87;
   border-bottom:1px solid #BCCBA5;
}
   
.log_button{
	background:#B10541;
	color:#ffffff;
}
#log_search a{ 
	color:#B10541; 
	text-decoration:underline; 
}

#log_search a:hover{ 
	color:#000000; 
	text-decoration:underline; 
}
.search{
	background:#ffcc6d;
	padding:6px;
	margin-top:32px;
	border:1px solid #6c3f1b;
}
.label{
	color:#c20000; 
	font-weight:bold;
}

/* Main Container */
#container{
	background-color:#FFFFFF;
	border-left:1px solid #B4AB9B;
	border-right:1px solid #B4AB9B;
	padding:5px;
	overflow:auto;
}	

#container_body{
	padding-top:6px;
	background-color:#FFFFFF;
	height:100%;
	color:#000000;
}	

#container_bottom{
	width:912px;
	margin:0px auto;
}


/* Left Panel */
#left_panel{
	width:240px;
	float:left;
	margin-right:7px;
}

.log_user{
	font-size:10px;
	width:240px;
	background:url(../images/log_user_footer.gif) no-repeat bottom;
	padding-bottom:8px;
	margin-bottom:6px;
	color:#183b67;	
}
.log_user_header{
	background:url(../images/log_user_header.gif) top no-repeat;
	height:16px;
}
.log_user_content{
	border-left:1px solid #839dbe;
	border-right:1px solid #839dbe;	
	background:url(../images/log_user_bg.gif) bottom no-repeat #ffffff;
}
.log_user_details{
	color:#000000;
}
.log_user a{
	color:#183b67;
	text-decoration:underline;
}
.log_user a:hover{
	color:#000000;
	text-decoration:underline;
}
.log_user hr{
	height:1px;
	color:#6491cb;
}
.left_box{
	width:240px;
	background:url(../images/panel_footer_small.gif) no-repeat bottom;
	padding-bottom:10px;
	margin-bottom:6px;
	background-color:#FFFFFF;		
}

.left_box_header{
	background:url(../images/panel_header_small.gif) no-repeat left top;
	color:#ffffff;
	font-weight:bold;	
	padding:8px 0px 0px 24px;
	height:23px;
	font-size:12px;
}
.left_box_content{
	border-left:1px solid #385481;
	border-right:1px solid #385481;
	padding:4px 8px 4px 16px;
}
.left_box_content_profile{border-left:1px solid #385481;
border-right:1px solid #385481;
	padding:4px 4px 4px 4px;
}
.left_box_content img{
	vertical-align:middle;
}
.left_box_content a{
	color:#40516B;
	text-decoration:none;
	margin-left:4px;
}
.left_box_content a:hover{
	color:#996600;
}
.left_box_content p{
	margin:2px 0px;	
}

/* Middle Panel Small */
#middle_panel{
	width:403px;
	float:left;
}
.middle_box{
	width:403px;
	background:url(../images/panel_footer_middle.gif) no-repeat bottom;
	padding-bottom:10px;
	margin-bottom:6px;	
	background-color:#FFFFFF;
}

.middle_box_header{
	background:url(../images/panel_header_middle.gif) no-repeat left top;
	color:#ffffff;
	font-weight:bold;	padding:8px 0px 0px 24px;
	height:23px;
	font-size:12px;
}
.middle_box_content{border-left:1px solid #385481;
border-right:1px solid #385481;
	padding:4px 8px;
}

/* Middle Panel Large */
#middle_panel_large{
	width:653px;
	float:left;
}
.middle_box_large{
	width:653px;
	background:url(../images/panel_footer_large.gif) no-repeat bottom;
	padding-bottom:10px;
	margin-bottom:6px;	
	background-color:#FFFFFF;
}

.middle_box_large_header{
	background:url(../images/panel_header_large.gif) no-repeat left top;
	color:#ffffff;
	font-weight:bold;	padding:8px 0px 0px 24px;
	height:23px;
	font-size:12px;
}
.middle_box_large_content{border-left:1px solid #385481;
border-right:1px solid #385481;
}

/* Right Panel */
#right_panel{
	width:240px;
	float:right;
}
.right_box{
	width:240px;
	background:url(../images/panel_footer_small.gif) no-repeat bottom;
	padding-bottom:10px;
	margin-bottom:6px;		
	background-color:#FFFFFF;
}
.right_box_header{
	background:url(../images/panel_header_small.gif) no-repeat left top;
	color:#ffffff;
	font-weight:bold;	padding:8px 0px 0px 24px;
	height:23px;
	font-size:12px;
}
.right_box_content{border-left:1px solid #385481;
border-right:1px solid #385481;
	padding:4px 8px;
}
.label_right{
	text-align:right;
}

/* -------------------- Page Specific styles -------------------- */
.section_links{
	background-color:#EFC76B;
	padding:4px;
	font-weight:bold;
	font-size:10px;
}
.section_links a{
	color:#000000;
	text-decoration:none;
}
.section_links a:hover{
	color:#A4141e;
	text-decoration:none;	
}
.section_links a.link_selected{
	color:#A4141e;
	text-decoration:none;
}
.section_links a.link_selected:hover{
	color:#A4141e;
	text-decoration:none;
}
.section_header{
	background:url(../images/section_header.gif) no-repeat bottom left;
	border-bottom:1px solid #000000;
	font: 16px Verdana;
	font-size:16px;
	color:#000000;
	padding: 12px 0px 6px 8px;
}

input[type="radio"]{
	margin:0px;
	padding:0px;
}
.page_link{
	color:#385481;
	text-decoration:none;
}
.page_link:hover{
	color:#000000;
	text-decoration:underline;
}
.right_box_content ul{
	padding:0px;
	margin:2px 20px;
}
.right_box_content ul li{
	list-style-image:url(../images/list_arrow.gif);
	line-height:22px;
	font-size:11px;
	vertical-align:top;
}
.question{
	color:#666666;
}
.answer{
	color:#385481;
}
.title{
	color:#385481;
	font-weight:bold;
	background-color:#cee3fc;
}
.product_link{
 color:#A4153B;
 text-decoration:none;
}
.product_link:hover{
 color:#000000;
 text-decoration:underline;
}



/* -------------------- Jenn -------------------- */
#header{
	background-image:url(../images/header-beta.gif);
}