/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
/* This sets all styles to zero so that you can increase/decrease sizes from zero */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*Layout */

.clearfix {clear:both}
#top_banner
{
	position: relative;
	float: left;
	padding: 0 0 0 0;
}
#container {
    width: 968px;
    background: #FFF;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
}

#top_nav {
	float: right;
	width: 968px;
	height: 20px;
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	text-align: right;
	color: #666666;
	
	

}

#top_nav #top_menu * {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0 10px 0 0;
	font-weight: bold;
	

}

#top_nav #top_menu li
 {
	float:right;
	position:relative;
	padding: 0 10px 10px 0;
}

#top_nav a:link {
	text-decoration: none;
	color: #461D7C;
}
#top_nav a:hover {
	color: #666666;
	text-decoration: underline;
}


#vcc_logo {
	width: 242px;
	float: left;
}

#left_column {
	color: #666666;
	float: left;
	position: relative;
	width: 230px;
	background: #CCCCCC;
	padding: 6px 6px 20px 6px;
	height: auto;
}

#main_content {
	float: left;
	position: relative;
	margin: 0 0 0 0;
	width: 700px;
	padding: 12px 0px 0px 20px;
	color: #666666;
}


#footer {
	margin: 25px 0 0 0;
	padding: 3px 0 3px 0;
	color: #666666;
	background: #B5AFA3;
	text-align: center;
	font-size: 12px;
}

#footer a:link {
	text-decoration: none;
	color: #461D7C;
}
#footer a:hover {
	color: #666666;
	text-decoration: underline;
}

#vvc_logo {

	width: 968px;
}

/*TEXT Styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	
}

body h1 {

	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	padding: 0 0 10px 0;
}

body h6 {

	font-size: 12px;
}

body p {

	padding: 0 0 10px 0;
}

body ul {
	padding: 0 0 10px 0;
}
a:link {
	text-decoration: none;
	color: #461D7C;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}

ul li a:link {
	text-decoration: none;
	color: #461D7C;
}
ul li a:hover {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #461D7C;
}
a:active {
	text-decoration: none;
	color: #666666;
}


.current {
	font-weight: bold;
	
	color: #666;
}
.main_text {
	color: #666666;
	
}
copyright {
	font-size: xx-small;
	padding: 0px;
	margin-left: 25px;
}

.left_image
{
	padding: 0 8px 0 0;
}
.video
{
	padding: 0 0 0 4px
}
.google_map
{
	padding: 0 0 0 20px
}
