﻿/*-------------------- The Visions Group Main Style Sheet --------------------*/
* {
	margin: 0;
	padding: 0;
}
body {
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	background: #3B6AB6 url('../images/blue-bkgrd-grad.gif') repeat-x;
}
p {
	margin-bottom: 15px;
}
h1 {
	font-size: 23px;
	font-weight: normal;
	text-align: center;
	color: #06369A;
	position: relative;
	top: -10px;
	margin-bottom: 0;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 7px;
	color: #2F548C;
}
h3 {
	font-size: 15px;
	margin-bottom: 5px;
	color: #2F548C;
}
h4 {
	margin-bottom: 5px;
}
ul {
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
}
ul li a {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
img {
	border: none;
	padding: 0;
	margin: 0;
}
blockquote {
	font-style: italic;
	padding-bottom: 15px;
}
em {
	color: inherit;
	font-style: italic;
}
/*--------------------------------- Site wide IDs -----------------------------------*/
#no-height {
	line-height: 0;
	height: 0;
}
#tvg-slogan{
	clear: both;
	text-align: center;
	margin-bottom: 10px;
}
#tvg-cities{
	text-align: center;
	margin-bottom: 5px;
	font-size: 14px;
}
/*--------------------------------- Site wide classes ----------------------------------*/
.center-text {
	text-align: center;
}
.left-text {
	text-align: left;
}
.text-right {
	text-align: right;
}
.std-text{
	font-size: 14px;
}
.large-text {
	font-size: 17px;
}
.x-large-text {
	font-size: 23px;
}
.bold {
	font-weight: bold;
}
.red {
	color: red;
}
.blue {
	color: #2F548C;
}
.green {
	color: #426037;
}
.align-right{
	float: right;
}
.align-left{
	float:left;
}
.no-bottom-spacing {
	margin-bottom: 0;
	padding-bottom: 0;
}
.tagline {
	text-align: center;
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	color: #426037;
	margin-bottom: 20px;
}
a.arrow-link{
	background-image: url('../images/arrow.gif');
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding-left: 18px;
}
p.testimonial-signature{
	text-align: right;
	margin-top: -10px;
	margin-bottom: 20px;
	font-style: italic;
}
p.testimonial-signature a{
	font-style: inherit;
}
/*-----------------------Clear Fix Hack --------------------------*/
.clear-fix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear-fix {
	display: inline-block;
}
/* backslash hack hides from IE mac \*/
* html .clear-fix {
	height: 1%;
}
.clear-fix {
	display: block;
}
/* end backslash hack*/
/*---------------------- Wrapper style settings --------------------------*/
div#wrapper {
	width: 941px;
	margin: 0 auto 15px auto;
	border: none;
}
/*----------------------- Header styles ------------------------*/
div#header {
	height: 355px;
}
div#logo-box {
	float: left;
	position: relative;
	left: -45px;
	width: 475px;
	height: 105px;
}
div#logo-box img {
	position: absolute;
	width: 475px;
	height: 100px;
	margin: 0;
}
div#header-image {
	clear: both;
	position: relative;
	height: 250px;
	background-image: url('../images/tvg-header.jpg');
	background-repeat: no-repeat;
}
html * div#header-image{
	z-index: -1;
}
img#three-services {
	position: absolute;
	top: 35px;
	left: 45px;
	width: 300px;
	height: 118px;
}
img#slogan {
	position: absolute;
	top: 50px;
	left: 571px;
	width: 334px;
	height: 98px;
}
img#tagline {
	position: absolute;
}
/*----------------------- Top navigation -----------------------*/
div#top-nav {
	float: right;
	width: 425px;
	height: 26px;
	background: url('../images/top-nav-bkgrd.gif') no-repeat 0px 65px;
	padding-top: 79px;
	padding-right: 36px;
	behavior:url('../styles-and-scripts/csshover.htc');
}
div#top-nav ul {
	float: right;
	padding-right: 5px;
}
div#top-nav ul li {
	position: relative;
	display: inline;
	padding-bottom: 20px;
	padding-left: 5px;
}
div#top-nav ul li a {
	padding-right: 8px;
	font-weight: bold;
	text-decoration: none;
}
div#top-nav ul li ul {
	display: none;
	position: absolute;
	top: 25px;
	left: 0px;
	z-index: 2;
	background: #F9FCFF;
	border: 1px #C0C0C0 solid;
	margin: 0;
	padding: 0px 7px;
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
}
div#top-nav ul li ul li {
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
div#top-nav ul li ul li a {
	display: block;
	min-width: 100px;
	color: black;
	text-decoration: none;
	margin: 0;
	padding: 5px 0px;
}
div#top-nav ul li ul li a:hover {
	background-color: white;
}
div#top-nav li:hover ul {
	display: block;
}
div#top-nav li.over ul {
	display: block;
}

/*----------------------- Side navigation ----------------------*/
div#side-nav {
}
/*----------------------- Main content -------------------------*/
div#content-transition {
	background-image: url('../images/content-transition.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 35px;
}
div#main-content {
	border-left: 4px #cccccc solid;
	border-right: 4px #cccccc solid;
	background-image: url('../images/transition-grad.gif');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
form.bluedot {
	color: #E8EFFC;
}
/*------------------------ Bottom navigation ---------------------------*/
div#bottom-navigation {
	padding: 15px 0 5px 0;
}
div#bottom-navigation ul {
	text-align: center;
	margin: 0;
	padding: 7px 5px 0px 5px;
}
div#bottom-navigation ul li {
	display: inline;
	margin: 0;
	padding-left: 3px;
}
div#bottom-navigation ul li a {
	text-decoration: none;
	padding-right: 5px;
}
div#bottom-navigation ul li a:hover {
	text-decoration: underline;
}
/*------------------------ Footer ---------------------------*/
div#footer {
	clear: both;
	height: 75px;
	background-image: url('../images/footer-transition.gif');
	background-repeat: no-repeat;
	background-color: #F5F5F5;
	border-left: 4px #cccccc solid;
	border-right: 4px #cccccc solid;
}
p#copyright {
	text-align: center;
	font-size: 10px;
	padding-top: 10px;
}
div#bottom-box {
	height: 35px;
	background: url('../images/footer-cap.gif') no-repeat 0 0;
}
