@charset "UTF-8";

html {
	background: url(../images/vmc_lines_7x7_bg.gif) repeat;
	background-color:#FFFFFF;
}

body {
	margin: auto;
	padding: 0;
	border: 0;
}

#container {
	background:url(../images/vmc-body-bg.png) repeat-y;
	padding: 20px 0px 20px 0px;
	width: 950px;
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container #navbar {
	margin: auto;
	padding: 0px;
	width: 800px;
	height: 45px;
	z-index: 900;
}
#container #mainContent {
	margin: auto;
	width: 850px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#container #mainContent #branding {
	margin: auto;
	height: 71px;
	width: 850px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


/* Footer Styling */


#footer {
	width: 950px;
	height: 100px;
	background: url(../images/vmc-footer-bg.png) no-repeat;
	background-x-position: 0%;
	background-y-position: 0%;
	padding: 20px 0px 20px 0px;
	margin: 0 auto;}
	

 #footer .footer {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: .8em;
	color: #003366;
	text-align: center;
	width: 850px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer .footer a {
	color: #0033FF;
	text-decoration: none;
}
#footer .footer a:hover {
	text-decoration: underline;
	color: #0033FF;
}


#footer #footer_wrapper {
	padding: 0px;
	height: 65px;
	width: 950px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	position: relative;
	bottom: 20px;
	left: 0px;
}


/* main content styling */
 
#container #mainContent #content_wrapper {
	margin: 0px;
	padding: 0px;
	width: 850px;
	position: relative;
	left: 0px;
	top: 0px;
	background-image: url(../images/main_content_bg.jpg);
	background-repeat: no-repeat;
	z-index: 500;
}
#container #mainContent #content_wrapper #internal_content {
	width: 750px;
	margin: auto;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#container #mainContent #content_wrapper #internal_content h3 {
	font-family: "Century Gothic", "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #003399;
	font-weight: normal;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#container #mainContent #content_wrapper #internal_content a {
	color: #0033FF;
	text-decoration: none;
}
#container #mainContent #content_wrapper #internal_content a:hover {
	text-decoration: underline;
}
#container #mainContent #content_wrapper #internal_content h4 {
	font-family: "Century Gothic", "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	color: #003366;
	text-align: center;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#container #mainContent #content_wrapper #internal_content ul {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 0.9em;
	color: #003366;
	list-style-type: none;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#container #mainContent #content_wrapper #internal_content li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#container #mainContent #content_wrapper #internal_content #map a {
	font-family: "Century Gothic", "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #0033ff;
	text-decoration: none;
}
#container #mainContent #content_wrapper #internal_content #map {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 300px;
	width: 375px;
	padding: 0px;
	margin: 0px;
}
#container #mainContent #content_wrapper #internal_content .center_align {
	text-align: center;
}
#container #mainContent #content_wrapper #internal_content #clients_wrapper {
	width: 475px;
}
#container #mainContent #content_wrapper #businesses {
	float: right;
	width: 250px;
}
#container #mainContent #content_wrapper #internal_content .about_headings {
	font-weight: bold;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#container #mainContent #content_wrapper #internal_content .about_content {
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	font-weight: normal;
	color: #003366;
}

#about_left {
	width: 365px;
	padding: 0;
	margin: 0;
	float: left;
}

#about_right {
	width: 365px;
	float: right;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#container #mainContent #content_wrapper #internal_content #about_right ul {
	list-style-type: circle;
	list-style-position: outside;
	padding-left: 20px;
}
