@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	margin:15px auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#373b46;
	line-height:18px;
}
#container{
	background-color:#f0f5f8;
	width:906px;
	margin:0px auto;
	padding:0px 22px 22px 22px;
	border-bottom:2px solid #151515;
}
#main-area{
	clear:both;
	text-align:justify;
}
#left-panel{
	float:left;
	width:360px;
}
#right-panel{
	float:right;
	width:490px;
}










#header #logo{
	width:293px;
	float:left
}
#header #topNav{
	width:506px;
	float:right
}
#header #topNav ul{
	padding:0px;
	margin:0px;
	padding-top:50px;

}
#header #topNav li{
	display:inline;
	list-style:none;
}
#header #topNav li a{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#4a5c6f;
	font-weight:bold;
	font-size:14px;
	padding:10px 20px;
	border-bottom:3px solid #303132;
	text-decoration:none;
	float:left;
	margin-left:6px
}
#header #topNav li a:hover{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#b21206;
	font-weight:bold;
	font-size:14px;
	padding:10px 20px;
	border-bottom:3px solid #b21206;
	text-decoration:none;
	float:left;
	margin-left:6px
}
#header #topNav li .active{
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#b21206;
	font-weight:bold;
	font-size:14px;
	padding:10px 20px;
	border-bottom:3px solid #b21206;
	text-decoration:none;
	float:left;
	margin-left:6px
}
#header-img{
	clear:both;
	border-bottom:1px solid #8193a0;
	background-image: url(../images/header-img-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height:266px;
	margin-bottom:26px;
}
#header-img .left{
	float:left;
	width:464px;
}
#header-img .right{
	padding-top:66px;
	float:left;
	width:442px;
}





a{
	color:#b21206;
}
a img{
	border:none;
}
h1{
	padding:0px;
	margin:0px;
	padding-bottom:6px;
	font-size:18px;
	color:#115caa;
	font-weight:normal;
	padding-top:5px;
}
h3{
	padding:0px;
	margin:0px;
	padding-bottom:6px;
	font-size:14px;
	color:#115caa;
	font-weight:bold;
}
p{
	padding:0px;
	margin:0px;
	padding-bottom:22px;
}
#main-area ul{
	padding:0px;
	margin:0px;
	padding-bottom:18px;
}
#main-area li{
	background-image: url(../images/red-bullet.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	list-style:none;
	padding-bottom:3px;
	padding-left:16px;
}





#left-panel{

}
#left-panel .icon{
	float:left;
	width:88px;
}
#left-panel .brief{
	float:left;
	width:272px;
}
#left-panel .title{
	font-size:18px;
	padding-bottom:5px;
}
#left-panel .seprator{
	clear:both;
	padding:22px 0px;
}






.text-bold{
	font-weight:bold;
	color:#222429
}
.pic-border{
background-color:#FFFFFF;
padding:5px;
margin-top:8px;
}
.page-title{
	color:#b21206;
	font-size:24px;
	padding-bottom:20px;
}


.form-left{
	float:left;
	width:185px;
	text-align:left;
}
.form-right{
	float:left;
	width:254px;
}
.box{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#373b46;
	width:250px;
	border:2px solid #c7dfed;
	padding:2px;
}

.address-left{
	float:left;
	width:100px;
	font-weight:bold;
}
.address-right{
	float:left;
	width:200px;
}