/***********************************************/
/* homepage.css                                */
/***********************************************/
/************* Menu styles ****************/

#globalNav{
position: relative;
width:950px;
margin-left:auto;
margin-right:auto;
height: 32px;
padding: 10px 0px 10px 0px;
clear:both;
}

/******************Banner Divs*****************************/

#banner{
	width:960px;
	margin-left:auto;
	margin-right: auto;
	padding: 3px 0px 3px 0px;
	line-height:0px;
}

/******************Content Divs*****************************/
#content{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding:0px 0px 5px 0px;
}
#content a{
	color:#000000;
}
#content a:hover{
	color:#FF3300;
}

#content h1{
	font-size:14px;
	font-weight:bold;
	line-height:24px;
	text-align:left;
	padding-left:10px;
	background-color: #E41401;
	color:#fff;
}
#content h2{
	font-size:14px;
	font-weight:bold;
	line-height:24px;
	text-align:left;
	padding-left:5px;
	border-bottom: #d3d3d3 dotted 1px;
	color:#E41401;
}
#box_l {
	float:left;
	width:670px;
	padding:0px;
	margin:0px;
}

#box_l1 {
	float:left;
	width:330px;
	height:320px;
	padding:1px;
	border: 1px solid #e8e8e8;
}
#box_l2 {
	float:right;
	border: 1px solid #e8e8e8;
	width:330px;
	height:320px;	
	padding:1px;	
}

#box_r {
	float:right;
	border: 1px solid #e8e8e8;
	width:282px;
	height:320px;	
	padding:1px;
}
#box_l1 a {
	color: #A91A0C;
}
#box_l2 a {
	color: #A91A0C;
}
#box_l2 span {
	color: #999999;
}
#box_l2 span a {
	color:#333333;
	text-decoration:underline;
}
#box_l2 span a:hover {
	color: #FF3300;
}
#box_r a {
	color: #A91A0C;
}
.info{
	text-align:left;
}
.info a{color:#000000}