@charset "utf-8";
/* CSS Document */

body,td,th 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body 
{
	margin: 0px;
	background:#fff;
}
a:link 
{
	color: #322300;
	text-decoration:none;
}
a:visited 
{
	color: #7e9315;
}
a:hover 
{
	color: #00a2ff;
}
a:active 
{
	color: #7e9315;
}


/****************************/
.header
{
	width:856px;
	height:116px;
	overflow:hidden;
	margin:0 auto;
	background:url(../images/red/header.png) top left no-repeat;
}
.header_inner
{
	width:810px;
	height:62px;
	height:62px;
	overflow:hidden;
	margin:15px auto;
	_margin:15px auto 11px;
}

.logo
{
	float:left;
	width:225px;
	overflow:hidden;
}
.question
{
	text-decoration:none;
	
}
.cat_name
{
	margin: 3px 3px 3px 3px;
	padding: 5px 5px 5px 5px;
	height:20px;
	text-decoration:none;
	font-weight:bolder ;
}
.line_header1
{
	margin:15px 5px 5px;
	padding:3px 0px 0px 0px;
	height:20px;
	/*background:#e6e6e6;*/
	overflow:hidden;
	color:#666;
	font-size:12px;
	font-weight:bold;
}
H1
{
	margin:5px 5px 5px;
	padding:6px 0px 0px 10px;
	height:auto;
	overflow:visible;
	color:#000;
	font-size:18px;
	font-weight:bold;
}
.morelink
{
	color:Navy;
	font-size:10px;
	text-decoration:none;
}
.answersmall
{
	color: #003366;
	font-size:12px;
}
.slogan
{
	float:left;
	width:405px;
	margin-left:20px;
	overflow:hidden;
}
.slogan_top
{
	width:100%;
	height:20px;
	font-size:18px;
	color:#692310;
	margin-top:5px;
}
.slogan_bottom
{
	width:100%;
	overflow:hidden;
	font-size:14px;
	color:#692310;
	margin-top:5px;
}
.button
{
	float:none;
	width:155px;
	overflow:hidden;
}

.bread
{
	width:780px;
	overflow:hidden;
	margin:0px auto;
	font-size:12px;
	color:#322300;
}
.bread span
{
	font-size:15px;
	color:#454545;
	margin:0px 10px;
}
.bread a
{
	text-decoration:none;
}

.content
{
	width:822px;
	/*overflow:hidden;*/
	margin:0 auto;
}
.sidebar
{
	float:left;
	width:191px;
	overflow:hidden;
}
.mainbar
{
	float:right;
	width:623px;
	/*overflow:hidden;*/
}

.sidebar_box
{
	margin-top:5px;
	width:191px;
	overflow:hidden;
	background:url(../images/red/bar_body.jpg) top left repeat-y;
}
.sidebar_box_top
{
	width:191px;
	overflow:hidden;
	height:30px;
	background:url(../images/red/bar_top.jpg) top left no-repeat;
}
.sidebar_box_bottom
{
	width:191px;
	overflow:hidden;
	background:url(../images/red/bar_bottom.jpg) bottom left no-repeat;
}
.sidebar_box_inner
{
	width:165px;
	overflow:hidden;
	margin:11px auto 22px;
}
.sidebar_box_header
{
	font-size:14px;
	color:#fff;
	font-weight:bold;
	margin:7px 22px;
}

.sidebar_box_inner input
{
	width:140px;
	height:17px;
	background:#f7f9e9;
	border:#bfbfbf 1px solid;
	margin:0px 0px 10px;
	font-size:12px;
	color:#6e6e6e;
	padding:1px 0px 0px 3px;
}
input.submit
{
	width:66px;
	height:22px;
	border:0px;
	background:url(../images/red/button.jpg) top left no-repeat;
	padding-bottom:5px;
	color:#fff;
}
input.check
{
	width:14px;
	height:14px;
	border:0px;
	padding:0px;
	color:#fff;
	vertical-align:top;
}


.list 
{
	margin-bottom:10px;
}
.list a
{
	margin-left:3px;
	text-decoration:none;
}
.list img
{
	vertical-align:middle;
}


.mainbar_box
{
	width:623px;
	/*overflow:hidden;*/
	background:url(../images/red/content_body.jpg) top left repeat-y;
	margin-top:7px;
}

.mainbar_box_top
{
	width:623px;
	/*overflow:hidden;*/
	background:url(../images/red/content_top.jpg) top left no-repeat;
}
.mainbar_box_bottom
{
	width:623px;
	/*overflow:hidden;*/
	background:url(../images/red/content_bottom.jpg) bottom left no-repeat;
}

.mainbar_box_inner
{
	width:600px;
	/*overflow:hidden;*/
	margin:10px 10px;
}

.boxes
{
	width:100%;
	/*overflow:hidden;*/
}
.box
{
	float:left;
	width:286px;
	height:75px;
	border:1px solid #e1e1e1;
	margin:5px 0px 0px 5px;
}
.box_icon
{
	float:left;
	width:66px;
	height:46px;
	overflow:hidden;
	margin:6px 0px 0px 0px;
	text-align:center;
}
.box_icon img
{
	border:0;
}
.box_text
{
	float:left;
	width:210px;
	overflow:hidden;
	margin:6px 0px 0px 0px;
}
.box_header a, .box_header a:visited
{
	color:#00a2ff;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

.box_text_t
{
	font-size:11px;
	color:#3f3f3f;
	margin-top:5px;
}

.line_header
{
	margin:15px 5px 5px;
	padding:3px 0px 0px 10px;
	height:20px;
	/*background:#e6e6e6;*/
	overflow:hidden;
	color:#666;
	font-size:14px;
	font-weight:bold;
}

.table tr td
{
	font-size:14px;
}

.footer
{
	width:856px;
	height:29px;
	overflow:hidden;
	margin:10px auto 0px;
	background:url(../images/red/footer.png) top left no-repeat;
}
.copy
{
	margin:9px 30px 0px 30px;
	color:#322300;
}
.copy a {color: #322300 !important;} 
.highlight { text-decoration: none;color:000099;background:yellow; }
.line_header2
{
	margin:0px;
	padding:3px 0px 0px 5px;
	height:20px;
	/*background:#e6e6e6;*/
	overflow:hidden;
	color:#666;
	font-size:14px;
	font-weight:bold;
}
.swiftfieldset 
{
	margin-bottom: 0px; 
	color: #0b517f; 
	BORDER: 1px SOLID #CCCCCC; 
	-moz-border-radius: 4px 4px 4px 4px; 
	padding: 14px
}

.swiftfieldset, .swiftfieldset td, .swiftfieldset p, .swiftfieldset li 
{
	margin: 5px 5px 5px 10px;
	padding:1px;
	/*overflow:hidden;*/
	color:#0b517f;
	font-size:12px;
	font-weight:normal;
	}
.mediumtext
{
	overflow:hidden;
	margin: 5px 5px 5px 0px;
	padding: 5px 5px 5px 0px;
	font-size:12px;
}
.solution
{
	background:e7ffeb;
}