#vailLogoNew {
	position:absolute;
	left:10px;
	top:27px;
	z-index:105;
}


/* ------------- START Page divs ------------------- */

#pagePosition{
	margin: 0px;
	padding:0px;
	border: 0px;
	text-align:center;
	width: 765px; 
	min-height:100%;
	position:relative; 
	margin:0px auto;
	text-align:left;
}

#bodyFrame {
	margin: 0px;
	padding: 0px;
	padding-top:17px;
	border: 0px;
	position:relative; /* required by NN */ 
	width:765px;
	text-align:left;
	background: #ffffff url(/images/main_bg.gif) repeat-y 50% 0;
	min-height:100%;
}
/* the workaround */ 
/* moz 1.4 requires something in the content field */ 
#bodyFrame:after{ 
	content: "."; display: 
	block; line-height: 1px; 
	font-size: 1px; clear: both;
}
	
/* ------------- END Page divs ------------------- */ 

/* ------------- START header divs ------------------- */
#header {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-image:url(/images/header_bg.gif);
	height: 44px
	}
	
#loggedIn {
	width:575px;
	position: absolute;
	top:23px;
	text-align:right;
	border:0px;
	font-size:10px;
}

#search {
	float:right;
	margin: 0px;
	padding:5px;
	padding-top:15px;
	padding-right:10px;
	border: 0px;
	font-size:11px;
}
	
#vailLogo {
	float:left;
	margin: 0px;
	padding:10px;
	border: 0px;
}
/* ------------- END header divs ------------------- */	

/* -------------------------- START Top Nav -------------------------------- */	
#mainMenu {
	position: absolute;
	text-align: left;
	width: 765px;
	background-color: #999999;
	color: #ffffff;
	margin:0px;
	padding:0px;
	z-index:1000;
}

#mainNav {
	float:left;
	margin:0px;
	padding-top:2px;
	padding-bottom:3px;
	padding-left:5px;
}

#vailPhone {
	float:left;
	margin:0px;
	padding-top:2px;
	padding-bottom:3px;
	padding-left:30px;
	color:#ffffff;
	font-size:11px;
}

#mainLogin {
	margin:0px;
	padding-top:2px;
	padding-bottom:3px;
	padding-left:10px;
	text-align:right;
}

#menuList {
	margin:0px;
	padding:0px;
}

#menuList ul {
	margin:0px;
	padding:0px;
}

#menuList li {
	display:inline;
	list-style:none;
	line-height:100%;
	margin:0px;
	padding:0px;
}

#menuList2 {
	margin:0px;
	padding:0px;
}

#menuList2 ul {
	margin:0px;
	padding:0px;
}

#menuList2 li {
	display:inline;
	list-style:none;
	line-height:100%;
	margin:0px;
	padding:0px;
}

a.starter,a.starter:active,a.starter:visited {
	background-color: #999;
	color: #ffffff;
	font-weight: normal;
	font-size:11px;
	margin:0px;
	margin-left:-5px;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:3px;
	text-decoration:none;
	border-left: 1px solid #666;
}

a.starter:hover,a.starter:active:hover,a.starter:visited:hover  {
	background-color: #666;
	color: #ffffff;
	font-weight: normal;
	text-decoration:none;
}

a.starterEnd,a.starterEnd:active,a.starterEnd:visited {
	background-color: #999;
	color: #ffffff;
	font-weight: normal;
	font-size:11px;
	margin:0px;
	margin-left:-5px;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:3px;
	text-decoration:none;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}

a.starterEnd:hover,a.starterEnd:active:hover,a.starterEnd:visited:hover  {
	background-color: #666;
	color: #ffffff;
	font-weight: normal;
	text-decoration:none;
}

a.starterLogin,a.starterLogin:active,a.starterLogin:visited {
	background-color: #ffcc33;
	color: #000;
	font-weight: normal;
	font-size:11px;
	margin:0px;
	margin-left:-5px;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:3px;
	text-decoration:none;
	border-left: 1px solid #666;
}

a.starterLogin:hover,a.starterLogin:active:hover,a.starterLogin:visited:hover  {
	background-color: #000;
	color: #ffffff;
	font-weight: normal;
	text-decoration:none;
}

a.starterActive,a.starterActive:active,a.starterActive:visited {
	background-color: #000;
	color: #ffffff;
	font-weight: normal;
	font-size:11px;
	margin:0px;
	margin-left:-5px;
	padding-left:10px;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:3px;
	text-decoration:none;
	border-left: 1px solid #666;
	cursor:default;
	font-weight: normal;
}

a.starterActive,a.starterActive:active:hover,a.starterActive:visited:hover  {
	background-color: #000;
	color: #ffffff;
	cursor:default;
	font-weight: normal;
	text-decoration:none;
}

.menu {
	text-align: left;
	color: #ffffff;
	background-color: #666;
	position: absolute;
	width: 160px;
	visibility:hidden;
	font-weight: normal;
}

.menu li a, .menu li a:active, .menu li a:visited {
	background-color: transparent;
	color: #fff;
	display: block;
	font-size: 11px;
	line-height: 15px;
	border-bottom: 1px solid #000;
	margin: 0px;
	padding: 2px;
	padding-left:10px;
	text-decoration: none;
	font-weight: normal;
}

.menu li a:hover,.menu li a:active:hover, .menu li a:visited:hover {
	background-color: #000000;
	color: #ffffff;
	font-weight: normal;
	text-decoration:none;
}

.menu li.active a, .menu li.active a:active, .menu li.active a:visited {
	background-color: #000000;
	color: #ffffff;
	font-weight: normal;
}

.menu li a:active:hover,.menu li a:visited:hover {
	background-color: #000000;
	color: #ffffff;
	font-weight: normal;
	text-decoration:none;
}


/* -------------------------- END Top Nav -------------------------------- */

/* -------------------------- START Main Content Area -------------------------------- */	

#contentContainer{
	margin-bottom:20px;
	padding-bottom:20px;
	min-height:100%;
}

#content {
	margin: 0px;
	padding-top:110px;
	pading-bottom:10px;
	padding-left:10px;
	padding-right:20px;
	border: 0px;
	float:left;
	width:565px;
	min-height:100%;
	background: #fff; 
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:535px;
	}
html>body #content {
	width:535px; /* ie5win fudge ends */
	}
	
#content_noBanner {
	margin: 0px;
	padding-top:20px;
	pading-bottom:10px;
	padding-left:10px;
	padding-right:20px;
	border: 0px;
	float:left;
	width:565px;
	min-height:100%;
	border-right-width: 1px;
	border-right-color: #eee;
	border-right-style: solid;
	background: #fff; 
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:535px;
	}
html>body #content {
	width:535px; /* ie5win fudge ends */
	}	
	
#content_no_right_col {
	margin: 0px;
	padding: 10px;
	border: 0px;
	float:left;
	width:765px;
	background: #fff; 
	/* ie5win fudge begins */
	content-family: "\"}\"";
	content-family:inherit;
	width:745px;
	}
html>body #content_no_right_col {
	width:745px; /* ie5win fudge ends */
	}
	
#inner_banner_image {
	float:left;
}

#inner_banner_text {
	float:left;
}

/* -------------------------- END Main Content Area -------------------------------- */		
	
/* --------------------------START - Right Column -------------------------------- */	
#right {
	margin: 0px;
	margin-left:-1px;
	margin-bottom:20px;
	padding:0px;
	padding-bottom:20px;
	border: 0px;
	float:right;
	text-align:left;
	height:auto;
	width: 200px; 
}

#rightColumn_box{
	width:200px;
	padding:5px;
	font-size:10px;
	/* ie5win fudge begins */
	right-family: "\"}\"";
	right-family:inherit;
	width:190px;
	}
html>body #rightColumn_box {
	width:190px; /* ie5win fudge ends */
	}
}

.middle{
	border-top: 1px solid #eee;
}
	
.bottom{
	border-bottom: 1px solid #eee;
}
/* -------------------------- END - Right Column -------------------------------- */

/* ------------- START footer divs ------------------- */		
#footer {
	position:absolute;
	bottom: 0;
	margin: 0px;
	padding:10px;
	padding-top:5px;
	border: 0px;
	background: #fff;
	border-top: 1px solid #ccc;
	color:#aaaaaa;
	font-size:10px;
	width:765px;
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:745px;
	}
html>body #footer {
	width:745px; /* ie5win fudge ends */
	}
	
#footer a {
	color:#aaaaaa;
	font-size:10px;
	text-decoration:none;
}

#footer a:visited {
	color:#aaaaaa;
	font-size:10px;
	text-decoration:none;
}
#footer a:active {
	color:#aaaaaa;
	font-size:10px;
	text-decoration:none;
}

#copyright {
	padding:5px;
	padding-left:0px;
	float:left;
	width:55%;
}

#footerNav{
	padding:5px;
	padding-right:10px;
	text-align:right;
	float:right;
	width:35%;
}
/* ------------- END footer divs ------------------- */

/* -------------------------- START - Error / Alert Boxes -------------------------------- */

#errorBox_redBorder {
	border-top:1px solid red;
	border-bottom:1px solid red;
	padding:5px;
	background-color:#FFE5E5;
}

#alertBox {
	border-top:1px solid #FFCC00;
	border-bottom:1px solid #FFCC00;
	padding:5px;
	background-color:#FFFFCC;
}
/* -------------------------- END - Error / Alert Boxes -------------------------------- */

/* -------------------------- START - Inner Pages Header Box -------------------------------- */

#innerHeader{
	position:absolute;
	left:20px;
	top:57px;
	z-index:500;
	width:531;
	height:103;
}

#bannerHeader{
	position:absolute;
	left:20px;
	top:57px;
	z-index:500;
	width:531;
	height:103;
}



/* -------------------------- END - Inner Pages Header Box -------------------------------- */

#border {
	border-top: 1px solid #eee;
}
	
#clear{
	clear:both;
}	
	
body {
	background-color:#ffffff;
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:normal;
	text-decoration:none;
	height: 100%;
	text-align:center;
}

a {
	color:#3366cc;
	text-decoration:none;
	font-weight:bold
}
a:hover {
	color:#3366cc;
	text-decoration:underline;
}
a:visited {	
	color:#3366cc;
	text-decoration:none;
}
a:visited:hover {	
	color:#3366cc;
	text-decoration:underline;
}
a:active {
	color:#3366cc;
	text-decoration:none;
}
a:active:hover {
	color:#3366cc;
	text-decoration:underline;
}

a.blackLink {
	color:#000;
	text-decoration:none;
	font-weight:bold
}
a.blackLink:hover {
	color:#000;
	text-decoration:underline;
}
a.blackLink:visited {	
	color:#000;
	text-decoration:none;
}
a.blackLink:visited:hover {	
	color:#000;
	text-decoration:underline;
}
a.blackLink:active {
	color:#000;
	text-decoration:none;
}
a.blackLink:active:hover {
	color:#000;
	text-decoration:underline;
}

a.small {
	color:#3366cc;
	text-decoration:none;
	font-size:10px;
	font-weight:normal;
}
a.small:hover {
	color:#3366cc;
	text-decoration:underline;
	font-size:10px;
}
a.small:visited {	
	color:#3366cc;
	text-decoration:none;
	font-size:10px;
}
a.small:visited:hover {	
	color:#3366cc;
	text-decoration:underline;
	font-size:10px;
}
a.small:active {
	color:#3366cc;
	text-decoration:none;
	font-size:10px;
}
a.small:active:hover {
	color:#3366cc;
	text-decoration:underline;
	font-size:10px;
}


.blue {
	color:#3366cc;
}

.blueBold {
	color:#3366cc;
	font-weight:bold;
}

.bold {
	font-weight:bold;
}

.borderedTable{
	border:1px solid #cccccc;
}

.borderedRight{
	border-right:1px solid #cccccc;
}
.borderedBottom{
	border-bottom:1px solid #cccccc;
}

#categoryHeader{
	padding-top:3px;
	padding-bottom:2px;
	padding-left:5px;
	background-image:url(/images/inner_pages_header_bg.gif);
	font-size:15px;
	font-weight:bold;
	border-bottom:1px solid #999;
	line-height:130%;
	margin-bottom:10px;
}

div,p,td {
	font-size:12px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-weight:normal;
	text-decoration:none;
}

.error {
	font-size:11px;
}

.grey {
	color:#666;
}

.greyIndex {
	color:#666;
	font-size:12px;
}

.greySmallBold {
	color:#666;
	font-size:10px;
	font-weight:bold;
}

.indent_paragraph {
	padding-left:20px;
	padding-bottom:20px;
	line-height:150%;
}

input,select,options,.form {
	font-size:13px;
}

h1 {
	font-size:13px;
	font-weight:bold;
}

.italic {
	font-style : italic;
}

li {
	line-height:150%;
}

.mini_indent_paragraph {
	padding-left:5px;
	padding-bottom:20px;
	line-height:150%;
}

.pageHeader {
	font-size:13px;
	font-weight:bold;
	border-bottom:1px solid #999;
	line-height:120%;
	margin-bottom:10px;
}

.pageHeader_noUl {
	font-size:13px;
	font-weight:bold;
	line-height:100%;
	margin-bottom:10px;
}

#pageHeader{
	padding-top:3px;
	padding-bottom:2px;
	padding-left:5px;
	background-image:url(/images/inner_pages_header_bg.gif);
	font-size:13px;
	font-weight:bold;
	border-bottom:1px solid #999;
	line-height:130%;
	margin-bottom:10px;
}

.red {
	color:red;
}

.rowGrey {
	background-color: #eee;
}

.small{
	font-size:10px;
}

.spaced {
	line-height:150%;
}

.title {
	font-size:14px;
	font-weight:bold;
	padding-bottom:10px;
}

#headerTxt {
	position:relative;
	top:23px;
	left:95px;
}