@charset "UTF-8";
/* CSS Document */


body{
	background:url(images/page_bg.jpg) top repeat-x;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#9c9c9c;
}
#container{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
#header{
	width:1000px;
	height: 131px;
	/*background:url(images/header.jpg) top no-repeat;*/
	background:url(images/header2.jpg) top no-repeat;
}
#home-link{
	float:left;
	margin-top:45px;
}
#content-box{
	margin-left:88px;
}
#content-box-top{
	width:823px;
	height:6px;
	background:url(images/content_box_top.gif) no-repeat;
}
#content-box-middle{
	width:823px;
	background:url(images/content_box_bg.gif) repeat-y;
	overflow: auto;
}
#content-box-footer{
	width:823px;
	height:80px;
	background:url(images/conten_box_footer.jpg) no-repeat;
}
#sub-content{
	padding:20px 50px 25px 50px;
	overflow: auto;
}

/***** Navigation items *****/

#nav {
	width:450px;
	height:25px;
	padding:40px 0px 0px 0px;
	float:left;
}
#nav ul {
	padding:18px 0px 0px 2px;
	margin:0px;
}
#nav li {
	float:left;
	list-style:none;
	margin-left:20px;
}
#nav ul li a{
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3c9ccd;
	text-decoration:none;
	display:block;
	height:30px;
}

/***** Drop down navigation *****/
#nav li.hover,
#nav li:hover{position:relative;}
#nav li ul{
	position:absolute;
	padding:3px 11px 3px;
	margin:11px 0px 0px 0px;
	list-style:none;
	top:12px;
	left:0;
	display:none;
	background:#ffffff;
	width:113px;
	border: 1px solid #007fc0;
}
#nav li.hover ul,
#nav li:hover ul{display:block;}
#nav li li{
	padding:0 0 1px;
	margin:0;
	height:auto;
	background:none;
	width:113px;
	border-top:1px solid #d5d5d5;
}
#nav li li:first-child{border:0;}
#nav li li a{
	text-indent:0px;
	float:none;
	padding:6px;
	display:block;
	color:#3c9ccd;
	overflow:hidden;
	width:101px;
	height:auto;
}
#nav li li a:hover{
	text-decoration:none;
	background:#fbfbfb;
}

/***** Header Login *****/
#header-login{
	width:315px;
	float:right;
	padding:0px;
	margin:45px 0px 0px 0px;
}
#header-login form{
	margin:0px;
	padding:0px;
}
#header-login input{
	height:21px;
	width:84px;
	border:1px solid #858585;
	margin:0px 0px 0px 10px;
	font-size:12px;
	color:#999999;
	text-align:right;
	padding:5px 5px 0px 5px;
	float:left;
}
#header-login .submit-btn{
	width:83px;
	height:28px;
	border:0px;
	margin:0px;
	padding:0px;
	float:right;
}

/***** Footer *****/

#footer{
	font-size:12px;
	text-align:center;
	margin-top:20px;
}

/***** Home Page *****/

.title-img{
	margin:20px 0px 20px 0px;
}
#home-left-content{
	float:left;
	width:431px;
	margin-bottom:30px;
}
#home-right-content{
	width:250px;
	float:right;
	padding:0px;
	margin:0px;
}
#home-right-content form{
	padding:0px;
	margin:0px;
}
#home-right-content input{
	width:190px;
	height:15px;
	background-color:#e6e6e6;
	border:1px solid #858585;
	margin:15px 0px 15px 0px;
	padding:5px;
	color:#858585;
}
#home-right-content .beta_submit{
	width:152px;
	height:38px;
	border:0px;
	margin:0px;
	padding:0px;
}
