/* Page Structure*/

@import url("content.css");

/* TOC

1: - Global Styles

2: - Header

3: - Main Nav

4: - Content

5: - Footer

*/


/* 1 :-------- Global Styles ------------ */

	body {
		margin: 0;
		padding: 0;
		background-color: #9eb9d5;
		}
		
	.skipLink {
		position: absolute;
		margin-top: -999px;
		}
		
	.container {
		width: 770px;
		margin: 0 auto;
		padding: 1px;
		background: #fff;
		}
		
	a {
		color: #666;
		}
		
	a img {
		border: 0;
		}

	.clear {
		display: block;
		clear: both;
		}

/* 2 :-------- Header ------------ */

	.header {
		height: 122px;
		padding-right: 29px;
		}
		
	.mainLogo {
		position: absolute;
		width: 172px;
		height: 86px;
		margin: 0 0 0 27px;
		text-indent: -9999px;
		background: url(../images/generic/vantagelogo.gif) 0 -1px no-repeat;
		}
		
	.searchBar {
		clear: right;
		float: right;
		text-align: right;
		margin-top: 82px;
		}
		
	.searchText {
		border: 1px solid #c4d4e5;
		background-color: #eff4f8;
		padding: 3px 3px 2px;
		font-size: .95em;
		margin-right: 2px;		
		vertical-align: top;
		width: 140px;
		}
		
	.searchButton {
		font-size: .95em;
		vertical-align: top;
		}

/* 3 :-------- Main Nav ------------ */


	#mainNav {
		position: absolute;
		margin-top: 82px;
		margin-left: 20px;
		}
	
	#mainNav ul {
		margin: 0;
		padding: 0;
		list-style: none;
		}
		
	#mainNav li {
		float: left;
		margin: 0;
		padding: 0;
		}
			
	#mainNav li a {
		display: block;
		height: 26px;
		text-indent: -9999px;
		background-position: 0 2px;
		background-repeat: no-repeat;
		border-right: 1px solid #84a1be;
		padding-right: 10px;
		margin-right: 10px;
		}
		
	#mainNav li a:hover,
	#mainNav li.current a {
		background-position: 0 -29px;		
		}	
		
/* nav backgrounds */
			
	#mainNav .nav1 {width:46px; background-image: url(../images/nav/home.gif);}
	#mainNav .nav2 {width:100px; background-image: url(../images/nav/meetingsolutions.gif);}
	#mainNav .nav3 {width:100px; background-image: url(../images/nav/service_support.gif);}
	#mainNav .nav4 {width:85px; background-image: url(../images/nav/about_vantage.gif);}

	
/* 4 :-------- Content ------------ */

	
	.leftCol {
	float: left;
	display: inline;
	width: 222px;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 30px;
		}
	
	#content {
	float: left;
	width: 470px;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
		}
	

/* See content.css */

/* 5 :-------- Footer ------------ */

	.footer {
		position: relative;
		clear: both;
		padding: 10px 0 10px 22px;
		height: 10px;
		overflow: hidden;
		font-size: .85em;
		color: #53658e;
		background:#afb8c0 url(../images/elements/footer_bg.gif) 100% 0 no-repeat;
		}
	.footer p {
		margin: 0;
		}		
	.footer a.backToTop {
		width: 90px;
		height: 28px;
		position: absolute;
		right: 0;
		top: 0;
		text-indent: -9999px;
		
		}


@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

/* Skin */
.tabs-nav {
    display: block!important;
	list-style: none;
    margin: 0;
    padding: 0;
	height: 30px;
	overflow: hidden;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0;
	margin-right: 1px;
}
.tabs-nav a {
    display: block;
    position: relative;
    top: 1px;
    z-index: 2;
    padding: 6px 7px 2px;
	margin: 3px 0 1px;
    height: 18px;
	width: 55px;
    color: #dde1e8;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    text-decoration: none;
	background-color: #536a8e;
}
.tabs-nav .tabs-selected a {
    margin: 0;
	padding-top: 9px;
	color: #fff;
	background-color: #ffab00!important;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    color: #fff;
	background-color: #9facc0;
    outline: 0; /* @ Firefox, switch off dotted border */
}
.tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited,
.tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
	clear: both;
	padding: 10px;
	height: 165px;
	background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ffab00;
}	
.tabs-container h3 {
	display: none;	
	}		
