/* Tag Overrides */
html,body{
	height:100%;
}
body{
	color:#404040;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;	
	margin:0px;
	padding:0px;
}

hr{
	height:1px;
	border-left:none;
	border-right:none;
	border-bottom:none;
	background-color:none;
	border-top:solid #b6b6b6 1px;
}

img,table,td,form{
	border:0px;
	padding:0px;
	margin:0px;
}

#mainContainer{
	position:relative;
	width:830px;
	margin:auto;
	top:15px;
}

#mainHeader{
	height:43px;
	width:100%;
	text-align:right;
	text-transform:uppercase;
	margin-bottom:15px;
	line-height:5em;
}

#mainHeader a{
	color:#666666;
	text-decoration:none;
}

#mainHeader img{
	float:right;
}

/*** NAVIGATION ***/

#flashNav{
	width:100%;
	border:none;
	background-color:#f1f1f2;
}

#navigationTable{
	margin-top:10px;
	width:100%;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	color:#000;
}


.mainNavItemWrap{
	position:relative;
}

.mainNavItem{
	position:relative;
	padding-top:5px;
	padding-bottom:5px;
	line-height:22px;
	font-weight:bold;
}

.navSpacer{
	width:0px;
}

#navigationTable tr td{
	text-align:right;
}

#navigationTable tr td a{
	text-decoration:none;
	color:#000;
}

#navigationTable tr td a:hover{
	background-image:none;
	background-color:#fff;
	color:#f69523;
}


.subNav_bg{
	position:absolute;
	top:22px;
	right:0px;
	display:none;
	width:0px;
	height:0px;
	background-image:url(/img/opaque_bg.png);
	
}
/*
.subNav_bg{
	position:absolute;
	top:22px;
	right:0px;
	display:none;
	width:0px;
	height:0px;
	background-color:#fff;
	-moz-opacity: 0.70;
    opacity:.70;
    filter:alpha(opacity=70);
	
}
*/
.subNav{
	display:none;
	color:#f69523;
	font-size:10px;
	font-weight:normal;
	text-transform:uppercase;
	position:absolute;
	z-index:105;
	top:22px;
	right:0px;
	text-align:left;
	padding-bottom:9px;
}

.subNav a{
	color:#f69523;
	display:block;
	padding:2px;
	padding-left:none;
	padding-right:5px;
}

.subNav a:hover{
	background-color:#fff;
}

.activeNav{
	background-image:none;
	background-color:#fff;
	color:#f69523;
}

#navigationTable tr td .activeNav{
	color:#f69523;
}
/*** END NAVIGATION ***/

/*#NavHome{
	display:block;
	position:relative;
	width:830px;
	height:29px;
	margin:0px;
	border-top:solid black 2px;
	left:0px;
	top:0px;
	margin-bottom:1px;
	z-index:10;

}
*/

#footerContainer{
	width:100%;
	clear:both;
}

#footerNav{
	text-transform:uppercase;
	margin-top:15px;
	width:100%;
}

#footerNav a{
	color:#666666;
}

#footerNav tr td{
	border-left:solid #a8a8a8 1px;
	text-align:center;
}

#footerNav tr td a{
	color:inherit;
	text-decoration:none;
}

#footerNav tr td a:hover{
	text-decoration:underline;
}

#footerNav .firstEl{
	border-left:none;
}

#footerText{
	width:97%;
	margin:0 auto;
	margin-top:15px;
	font-size:10px;
}

#footerCopyR{
	text-align:left;
	width:50%;
}

#footerTBG{
	text-align:right;
	width:50%;
	color:#b6b6b6;
}

#footerTBG a{
	text-decoration:none;
	color:inherit;
	*color:#b6b6b6;
}

#footerTBG a:hover{
	text-decoration:underline;
}


/* Classes */
.red{
	color:#FF0000;
}

/* IDs */
#exampleID{
	color:#CCCCCC;
}

/* Browser Hacks */
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
/* End hide from IE-mac */

#noscript{
	 background-color:#fff;
    -moz-opacity: 0.75;
    opacity:.75;
    filter:alpha(opacity=75);
   /* visibility: hidden;*/
	z-index:500; 
	text-align:center; 
	padding-top:150px; 
	font-weight:bold; 
	font-size:16px; 
	color:#FF0000;
	position: absolute;
    width: 100%;
    height: 100%;
}

.cursorFix input{
	overflow:auto;
}

#requestAvailabilityButton{
	width:155px;
	height:20px;
	border:solid #939598 1px;
	background-color:#f69523;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	line-height:20px;
	position:relative;
	top:10px;
	color:#fff;
}

#requestAvailabilityButton a{
	display:block;
	height:100%;
	text-decoration:none;
	color:#fff;
	*line-height:18px;
}

#requestAvailabilityButton a:hover{
	color:#333333;
}