body {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 125%;
}
a:focus {
	-moz-outline-style: none;
}
#container {position:relative;
	width: 942px;
	min-height:584px;
	height:auto!important;
	height:584px;
	margin:10px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background: #000000 url(../images/bkg_home.jpg) no-repeat left top;	 /* this overrides the text-align: center on the body element. */
	border: 1px solid #FFFFFF;

}
#containerservices {position:relative;
	width: 942px;
	min-height:584px;
	height:auto!important;
	height:584px;
	margin:10px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background: #000000 url(../images/bkg_services.jpg) no-repeat left top;	 /* this overrides the text-align: center on the body element. */
	border: 1px solid #FFFFFF;

}
#containeraboutus {position:relative;
	width: 942px;
	min-height:584px;
	height:auto!important;
	height:584px;
	margin:10px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background: #000000 url(../images/bkg_aboutus.jpg) no-repeat left top;	 /* this overrides the text-align: center on the body element. */
	border: 1px solid #FFFFFF;

}
#containercontactus {position:relative;
	width: 942px;
	min-height:584px;
	height:auto!important;
	height:584px;
	margin:10px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background: #000000 url(../images/bkg_contactus.jpg) no-repeat left top;	 /* this overrides the text-align: center on the body element. */
	border: 1px solid #FFFFFF;

}

.clear{clear:both}

	
p {
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 127%;
}
a {
	color: #79cece;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none
}
a: hover {
	color: #79cece;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:underline
}

h2 {
	background-color:#66cccc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align:left;
	width:270px;
	padding:5px 0 5px 62px;
	margin:0
	
}
h3 {
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	padding:0;
	margin:0;
	height:110%;
	line-height: normal;
}


#headingt {
	position:relative;
	font-family: Georgia, Arial, "Helvetica Condensed", sans-serif;
	width:882px;
	color:#ffffff;
	text-align:left;
	left:60px;
	height:140px;
	float:left;
	background: url(../images/vantagelogo.jpg) no-repeat right top;	 /* this overrides the text-align: center on the body element. */
}

h1 {
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif; font-weight:normal;
	font-size: 22px;
	margin:0;
	padding:35px 0 0 0;
}


#menu {
	padding:65px 0 0 0;
	width:100%;
	margin:0;
}
#menu li {
	float:left;
	font-size: 12px;
	font-weight: bold;
	margin:0;
	padding:0 5% 0 5%;
	border-right:solid 1px #FFF
}

#menu li.first{
	padding-left:0;}
	
#menu li.last{
	border-right:none}

#menu li a {
	font-family: Verdana, Helvetica, sans-serif;
	color: #fff;
}
#menu a:hover {
	color: #79cece;
}
#submenu {
	width:100%;
	margin:0;
	padding:0;
	
	
	}
#submenu li a{
	float:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	padding-right:25px;
}
#submenu li a:hover {
	color: #79cece;
	
}
#submenuon {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #79cece;
}
#maincolumn {
	width:100%;
	text-align:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:70px 0 0 0;
	height:auto;
}
#leftbar {
	width: 342px;
	height:auto;
	padding-left:62px;
	text-align: left;
	padding-top: 20px;
}

#rightbar {
	float:right;
	width: 390px;
	height:auto;
	padding-right:60px;
	text-align: left;
}
#mainContent {
	margin: 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#footer {
	position:relative;
	width: 942px;
	height: auto;
	margin: 0 auto;
	color: #656363;
	clear:both;
	text-align:left;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 8px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #818080;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#footer a {
	color: #818080;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#footer a:hover {
	color: #818080;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#menu p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 8px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.strong {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}
ul {
	margin: 8px;
	list-style-type: none;
}
ol {
	padding: 8px;
	margin: 8px;
	list-style-type: decimal;
}
li {
	text-align: left;
	background-position: left;
	padding-bottom: 10px;
	list-style-image: url(../images/bullet.gif);
}
#uniquename {
	display:none;
	position:absolute;
	left:0px;
	top:150px;
}
#uniquenameon {
	display:block;
	position:absolute;
	left:0px;
	top:150px;
}
ul {
	margin: 8px;
	list-style-type: none;
	list-style-image: none;
}
li {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	display: inline;
}
li a {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	display: inline;
	color:#79cece;
}
