@charset "utf-8";
/* CSS Document */

h1{
	font-size:14px;
	color:#4A545B;
	margin:0px;
	font-weight:bold;
	padding-top:10px;
	margin-bottom:20px;
	margin-left:10px;
}

.news_container{
	width:440px;
	border-bottom:1px solid #e5e5e5;
	padding:10px;
	margin-left:10px;
}

.news_left{
	width:120px;
	float:left;
}

.news_left img{
	margin-top:10px;
	margin-bottom:10px;
}

.news_right{
	width:320px;
	float:left;
}

.news_date{
	font-size:16px;
	color:#797979;
	padding-top:10px;
}

.news_title a{
	padding-top:20px;
	font-size:16px;
	color:#FF0000;
	display:block;
}

.news_title a:link, .news_title a:active, .news_title a:visited{
	text-decoration:none;
}

.news_title a:hover{
	text-decoration:underline;
}

.news_desc{
	font-size:12px;
	color:#503c1f;
	padding-bottom:10px;
}

.news_desc a{
}

.news_seperator{
	width:704px;
	background:url(/images/seperator.jpg) repeat-x;
	height:2px;
	margin:0px 0px;
}


#contact .box{width:704px; margin-bottom:30px;}
#contact .line{height:30px; padding-top:15px;}
#contact .left{width:100px; float:left; text-align:right; margin-top:7px;}
#contact .right{width:570px; border:none; float:left; padding-top:0px; margin-top:0px;}

#contact .input_field{width:350px; height:32px; padding:0px 15px; border:none; font-size:12px; color:#9d9d9e; line-height:28px;}
#contact .input, #contact .input_focus, #contact .input_error{
	float:left;
	width:320px;
	height:32px;
	padding:0px 15px;
	border:none;
	font-size:12px;
	color:#9d9d9e;
	line-height:28px;
}
#contact .input {background:url(/images/users/form_input_large.jpg) no-repeat; line-height:28px;}
#contact .input_focus {background:url(/images/users/form_input_large_focus.jpg) no-repeat; line-height:28px;}
#contact .input_error {background:url(/images/users/form_input_large_error.jpg) no-repeat; line-height:28px;}

#contact .input_half, #contact .input_half_focus, #contact .input_half_error{
	float:left;
	width:134px;
	height:32px;
	padding:0px 15px;
	border:none;
	font-size:12px;
	color:#9d9d9e;
	margin-right:22px;
	line-height:28px;
}
#contact .input_half {background:url(/images/users/form_input_half.jpg) no-repeat; line-height:28px;}
#contact .input_half_focus {background:url(/images/users/form_input_half_focus.jpg) no-repeat; line-height:28px;}
#contact .input_half_error {background:url(/images/users/form_input_half_error.jpg) no-repeat; line-height:28px;}

#contact .input_quarter, #contact .input_quarter_focus, #contact .input_quarter_error{
	float:left;
	width:54px;
	height:32px;
	padding:0px 15px;
	border:none;
	font-size:12px;
	color:#9d9d9e;
	margin-right:22px;
	line-height:28px;
}
#contact .input_quarter {background:url(/images/users/form_input_quarter.jpg) no-repeat; line-height:28px;}
#contact .input_quarter_focus {background:url(/images/users/form_input_quarter_focus.jpg) no-repeat; line-height:28px;}
#contact .input_quarter_error {background:url(/images/users/form_input_quarter_error.jpg) no-repeat; line-height:28px;}

#contact .input_3quarter, #contact .input_3quarter_focus, #contact .input_3quarter_error{
	float:left;
	width:214px;
	height:32px;
	padding:0px 15px;
	border:none;
	font-size:12px;
	color:#9d9d9e;
	line-height:28px;
}
#contact .input_3quarter {background:url(/images/users/form_input_3quarter.jpg) no-repeat; line-height:28px;}
#contact .input_3quarter_focus {background:url(/images/users/form_input_3quarter_focus.jpg) no-repeat; line-height:28px;}
#contact .input_3quarter_error {background:url(/images/users/form_input_3quarter_error.jpg) no-repeat; line-height:28px;}

#contact .required {}
#contact .msg{padding:0px 15px; font-size:10px; color:#F00; padding-top:5px; display:none;}
#contact select {
	width:244px;
	height:32px;
	padding:7px 15px;
	border:none;
	font-size:12px;
	color:#9d9d9e;
}
#contact select {background:url(/images/users/form_input_3quarter.jpg) no-repeat;}

#contact .button_container{
	float:right;
	margin-bottom:30px;
}

#contact .button_container a{
	width:110px;
	height:23px;
	display:block;
	text-align:center;
	margin-top:30px;
	padding-top:4px;
	color:#FFF;
}

#contact .button_container a:link, #contact .button_container a:active, #contact .button_container a:visited{
	text-decoration:none;
	background:url(/images/users/button_large.jpg) no-repeat;
}

#contact .button_container a:hover{
	text-decoration:underline;
	background:url(/images/users/button_large_over.jpg) no-repeat;
}

#content_right_layout table,tr,td { background-color:#FFF; border:1px solid #DCDBD6; border-collapse:collapse; height:25px; padding:5px;}
#content_right_layout li{
	list-style-image:url(/images/icon_bullet_arrow.jpg);
	padding-left:14px;
	margin-left:2px;
}