html, body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

A {
	text-decoration: none;
	color: #4170A0; 		
	border-bottom: 1px dotted #4170A0;
}

.mid {
	width: 920px;
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	background-image: url(/images/vv_back.png);
	background-repeat: no-repeat;
	overflow: auto;
}

.menu {
	float: right;
	clear: both;
	height: 80px;
}

.menu_name {
	float: left;
}

.menu_name A {
	border-bottom: none;		
}

.menu_item {
	float: left;
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 42px;
}
 
 .menu_item:hover {
	border-bottom: 2px solid #4170A0;  
}
  
.menu_item A {
	border-bottom: none;
}

.content {
	clear: both;
	overflow: auto;
}

.twitter {
	float: left;
	width: 280px;
	padding-top: 140px;
	padding-left: 20px;
}

.tweet_header {
	font-family: Arial Narrow, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #aaa;
	border-bottom: 1px dotted #aaa;
	padding-bottom: 2px;
	text-shadow: #eee 1px 1px 1px;
}

.tweet {
	font-family: arial, helvetica, sans-serif;
	clear: right;
	margin-top: 8px;
	margin-left: 10px;
}

.tweet_body {
	font-size: 11px;
	color: #666;
	line-height: 13px;
}

.tweet_stamp {
	padding-left: 2px;
	font-size: 10px;
	color: #aaa;
	line-height: 13px;
}

.body {
	font-family: arial, helvetica, sans-serif;
	float: right;
	padding-left: 10px;
	width: 600px;
	padding-top: 65px;
	line-height: 18px;
	font-size: 13px;
}

.header {
	font-family: Arial Narrow, arial, helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #4170A0;
	border-bottom: 1px dotted #aaa;
	padding-bottom: 2px;
	text-shadow: #ddd 1px 1px 1px;
	clear: both;
	margin-bottom: 10px;
}

.navon {
	border-bottom: 2px solid #ccc;
}

.footer {
	font-family: arial, helvetica, sans-serif;
	clear: both;
	border-top: 1px dotted #aaa;
	color: #aaa;
	font-size: 10px;
	margin: 40px 10px 50px 25px;
	padding-top: 5px;
}
  
.footer .copy {
	float: left;
}

.footer .foot_menu {
	float: right;
}

.footer .foot_menu A {
	color: #aaa;
	text-decoration: none;
	border-bottom: none;
}

.footer .foot_menu A:hover {
	color: #4170A0;
}  

.news_header {
	font-weight: bold;
}

.news_stamp {
	padding-left: 5px;
	font-size: 10px;
	color: #aaa;
	line-height: 13px;
}

.bio {
	clear: both;
	margin-top: 20px;
	overflow: auto;
}

.bio_img {
	float: left;
	width: 80px;
}

.bio_img img {
	border: 1px dotted #aaa;
	margin: 1px;
	padding: 5px;
}

.bio_body {
	float: left;
	width: 500px;
}

.h2 {
	font-weight: bold;
	clear: both;
	margin-top: 10px;
}

.grid {
	clear: both;
	overflow: auto;
}

.col {
	width: 33%;
	float: left;
}

.clientlogo {
	float: left;
}

.frm {
	margin-top: 30px;
	background-color: #eee;
	border: 1px dotted #aaa;
	padding: 10px;	
	overflow: auto;
}

.crow {
	clear: both;
	height: 20px;
	margin: 5px;
}

.clbl {
	color: #666;
	float: left;
	width: 100px;
}

.cval {
	float: left;
	width: 460px;
}

.txtbox {
	border: 1px solid #999;
	color: #000;
	background-color: #fff;
	width: 95%;	
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
}

.txtarea {
	border: 1px solid #999;
	color: #000;
	background-color: #fff;
	width: 95%;	
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	height: 200px;
}

.btn {
	color: #fff;
	background-color: #4170A0;
	font-weight: bold;
	padding: 5px;
	border: none;
	margin-top: 5px;
	margin-bottom: 10px;
}

.news_item {
	clear: both;
	margin-bottom: 15px;
	overflow: auto;
}

.dot {
	float: left;
	width: 10px;
	margin-top: 0px;
	padding: 0px;
}

.news_body {
	float: left;	
	width: 575px;
}
