/*-------------------------
RESET
-------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
strong {
	font-weight: 800;	
	}

/*-------------------------
BODY
-------------------------*/
body {
	text-align:center;
	font-size:100%;
	font-family: Verdana, Geneva, sans-serif;
}
#wrapper {
	text-align:left;
	width:960px;
	margin:0 auto;
}

/*-------------------------
HEADER
-------------------------*/
#header {
	margin:30px 0 0 0;
	height:70px;
	background-color:#fff;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #656567;
	background-image: url(../images/vision-logo.jpg);
	background-repeat:no-repeat;
}

/*-------------------------
NAV	
-------------------------*/
#nav {
	float:left;
	font-size:.7em;
	color:#999;
	margin:50px 0 0 220px;
	font-family:Arial, Helvetica, sans-serif
}
#nav ul li{
	display:inline;
}
ul li {
	margin:0 0 0 45px;
}
ul li a {
	text-decoration:none;
	color:#666;
}
ul li a:hover {
	color:#333;
}
li.current a {
	text-transform:uppercase;
	color:#000;
	font-weight: bold;
		
}
/*-------------------------
SIDEBAR
-------------------------*/
#sidebar {
	float:left;
	overflow:hidden;
}


/*-------------------------
CONTENT
-------------------------*/
#content {
	width:670px;
	float:right;
	overflow:hidden;
	font-size:.8em;
	line-height:1.5em;
	padding:20px 25px 20px 25px;
}
#content h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:bold;
}
#content h1 {
	font-size:1.3em;
}
#content h1 a{
	text-decoration:none;
	color:#333;
}
h2 {font-size:1em;}
h3 {font-size:.9em;}
h4 {font-size:.8em;}
h5 {font-size:.7em;}
h4 {font-size:.6em;}

#content h6 em{
	font-weight:normal;
	padding:10px;
	font-size:.8em;
	color:#999;
}
#content ul li {
	margin-bottom:10px;
	list-style-type:disc;
}
#content ul li a {
	color:#3377BE;
	text-decoration:underline;
}
#content ul li a:hover {
	color:#D0731B;
}
a {
	color:#3377BE;
}
a:hover {
	color:#D0731B;
}
.section {
	width:630px;
	float:left;
	margin:20px 20px;
	padding-bottom:20px;
	border-bottom: 1px solid #666;
}
.sideimg {
	float:left;
	margin-right:20px;
	border:solid 2px #CCC;
	display:block;
	}
.sideimg:hover {border:solid 2px #999;}
/*-------------------------
FOOTER
-------------------------*/
#footer {
	clear:both;
	height:60px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #656567;
}
#footer P{
	font-size:.6em;
	color:#CCC;
	padding:10px;
}

#footer .dg_logo{
	float:left;	
	margin-top:10px;
}

#footer .footer_logos {
	float:right;
	margin:10px 0px 0 250px; 
}
