/* CSS Document */
body {
	background-image:url(../images/body_bg.jpg);
	margin:auto;
	color:f00;
}
#vs_logo {
	position:absolute;
	top:100px;
	float:left;
	margin-left:80px;
}
#vs_slogan{
	position:absolute;
	top:130px;
	float:left;
	margin-left:80px;
/*	margin-left:px;*/
text-align:right;
width:310px;
}
#vs_define {
	width:781px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	
	font-family:arial;
	font-size:0.9em;
	
	color:7d7d7d;
}
#vs_container {
		text-align:left;
	background-image:url(../images/container_bg.jpg);
	background-repeat:repeat-y;
}
#vs_header {
	height:249px;
	background-image:url(../images/alt_head_bg.jpg);
	background-repeat:no-repeat;
}
#vs_sitelinks {
	width:300px;
	height:30px;
	margin:0;
	padding:0;
	position:relative;
	top:56px;
	left:12px;
	font-size:0.9em;
}
#vs_sitelinks a:link, #vs_sitelinks a:visited{
	color:#7d7d7d;
	text-decoration:none;
	padding-right:25px;
}
#vs_sitelinks a:hover {
	color:#8ddb4d;
}
#vs_head_nav{
	width:552px;
	height:40px;
	background-image:url(../images/head_nav_bg.jpg);
	background-repeat:no-repeat;
	position:relative;
	top:219px;
	left:225px;
	padding-top:12px;
	padding-left:15px;
	text-align:center;
}
.vs_divider{
	color:#818181;
	margin-left:10px;
	margin-right:10px;
}
#vs_head_nav a:link, #vs_head_nav a:visited {
	color:#7d7d7d;
	text-decoration:none;
}
#vs_head_nav a:hover {
	color:#8ddb4d;
}
#vs_main_area {
	padding-top:30px;
}
#vs_left {
	background-image:url(../images/leftnav_bg.jpg);
	width:118px;
	margin-top:20px;
	margin-left:10px;
	margin-bottom:10px;
	float:left;
	width:218px;
	
}
#vs_left_nav a:link, #vs_left_nav a:visited {
	color:#7d7d7d;
	text-decoration:none;
	display:block;
	padding-left:18px;
	padding-bottom:4px;
	background-image:url(../images/left_link_bg.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	margin-top:5px;
}
#vs_left_nav #last {
	background-image:url(../images/last_left_link_bg.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}
#vs_left_nav a:hover {
	color:#8ddb4d;
}
#vs_left_nav{

	
	
	background-image:url(../images/leftnav_base_bg.jpg);
	background-repeat:no-repeat;
}
#vs_left_nav_inner{
	padding-top:20px;
	padding-bottom:20px;
	padding-left:17px;
	background-image:url(../images/leftnav_bot_bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}
#vs_content{
	width:520px;
	margin-top:20px;
	margin-left: 20px;
	color:7d7d7d;
	float: left;
}
#vs_content h2	        {
            font-size: 1.2em;
            text-align: left;
            margin-top: 10px;
	height: 27px;
	padding-left: 40px;
	color:#afe666;
	width: 490px;
	padding-top: 15px;
	background: url('../images/h2_image.jpg') no-repeat 0px 5px;
            } 
#vs_content p ,#vs_content td, #vs_content .pagetab{
	color:7d7d7d;
}
#vs_footer_nav {
	clear:both;

	height:50px;
	text-align:center;
	background-color:#fafaf9;
	border-top:1px solid #eae9e9;
	border-left:2px solid #d6d3d3;
	border-right:2px solid #d6d3d3;
	border-bottom:1px solid #d6d3d3;
	color:#818181;
	
	font-size:0.75em;
}
#vs_footer_nav a:link, #vs_footer_nav  a:visited {
	color:#818181;
	text-decoration:none;
	margin-right:5px;
}
#vs_footer_nav a:hover {
	color:#8ddb4d;
}
#vs_abs_footer {
	color:#818181;
	text-align:left;
	font-size:0.75em;

}


