@charset "utf-8";
/* CSS Document */

body{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	margin: 0px;
}

#header{
	width: auto;
	height: 125px;
	background-image: url(images/head_bg.jpg);
	background-repeat: repeat-x;
	border-bottom: thin solid 1px #C1BEBF;
}

#main_header{
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	position: relative;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
}

#logo{
	height: 100px;
	width: 260px;
	margin-top: 25px;
	position: relative;
	float: left;
	background-image: url(images/gwmedia.jpg);
	background-repeat: no-repeat;
}

#main_menu{
	width: 700px;
	height: 100px;
	position: relative;
	float: right;
}

#main_menu ul{
	list-style: none;
	margin-left: 120px;
}

#main_menu li{
	position: relative;
	float:left;
}

#main_menu ul li a{
	text-decoration: none; 
	color: #333333;
	display: block;
	width:130px;
	margin: 0px;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	line-height: 100px;
	padding-top:15px;
}

#main_menu ul li a:hover{
	text-decoration: underline; 
	
}

.main_content {
	width: 1000px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 10px;
	height: auto;
}

.content {
	width: 620px;
	height: auto;
	position: relative;
	float: right;
	margin-left: 5px;
	margin-bottom: 50px;
}

.avatar{
	margin: 0 auto;
	text-align: center;
	font-size: 48px;
	line-height: 48px;
}

.miavatar{
	text-align: center;
	font-size: 48px;
	
}

.dis{
	text-align: center;
	font-size: 18px;
	color: #767474;
	width: 650px;
	margin: 0 auto;
	
}

.para {
	margin-top: 150px;
	padding-top: 50px;
	border-top: thin #C5C2C2 dotted;
	
}

.form {
	width: 600px;
	margin: 0 auto;
	
}

#firstname {
	width: 300px;
	line-height: 20px;
}

#email {
	width: 300px;
	line-height: 20px;
}

#message {
	width: 600px;
	margin-bottom: 20px;
	line-height: 20px;
}

#send {
	width: 200px;
	height: 40px;
	line-height: 30px;
	margin-bottom: 100px;
}

.signup {
	width: 250px;
	height: 76px;
	margin: 0 auto;
	margin-top: 50px;
}

.signup a {
	display: block;
	width: 260px;
	height: 76px;
	background: #042DC7;
	color: #FBF7F7;
	line-height: 76px;
	text-decoration: none;
	text-align: center;
	font-size: 32px;
}

.aboutus {
	font-size: 18px;
	font-weight: 600px;
	line-height: 24px;
	color: #535151;
	margin-top: 30px;
}

.info {
	position: relative;
	float: left;
	width: 590px;
}

.cir {
	border: #777676 groove thin ;
	padding: 20px;
}

.minicir {
	border: #B4B1B1 groove thin ;
	padding: 5px;
	font-size: 16px;
	font-weight: 600;
	line-height: 36px;
}

.ptitle {
	font-size: 15px;
	font-weight: 600;
	line-height: 22px;

}

.ex_list{
	clear: both;
	margin:0 auto;
	margin-bottom: 150px;
	
}

.medialist{
	position: relative;
	float: left;
	width:310px;
	margin-top: 50px;
	margin-right: 35px;
	font-size: 14px;
	
}

.medialisttail{
	position: relative;
	float: left;
	width:310px;
	margin-top: 50px;
	font-size: 14px;
	
}

.list_title {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}

.contact_info {
	margin: 100px 0 100px 215px;
	font-size: 16px;	
	line-height: 26px;
}

.contact_info h1{
	border-bottom: dashed 1px #cccccc;
	line-height: 60px;
	margin-bottom: 30px;
}

.uline {
	text-decoration: underline;
}

.banner{
	width: 300px;
	position: relative;
	float: left;
	line-height: 24px;
}

.banner p{
	padding-bottom: 10px;
}

#e_list {
	margin-top: 100px;
}

#e_list p{
	line-height: 16px;
	font-weight: 500;
}

#e_list p a{
	color:#2B2B2B ;
	text-decoration: none;
	
}

#e_list p a:hover{
	color: #212121 ;
	text-decoration: underline;
	
}

#footer {
	width: auto;
	height: 180px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-color: #cccccc;
	margin-top: 20px;
	clear: both;
}



#footerlinks{
	clear: both;
	width: 300px;
	height: 80px;
	margin: 0 auto;
}

#footerlinks ul{
	list-style: none;
}

#footerlinks li{
	position: relative;
	float:left;
}

#footerlinks ul li a{
	text-decoration: none; 
	color: #333333;
	display: block;
	width:130px;
	margin: 0px;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	line-height: 60px;
	padding-top:15px;
}

#main_menu ul li a:hover{
	text-decoration: underline; 
	color: #333333;
}


#site_info {
	clear: both;
	margin: 0 auto;
	text-align: center;
	color: #555353;
	font-size: 12px;
	line-height: 80px;
}
