/*--- Standard link: Black link, grayish hover ---*/
A:link					{text-decoration: underline; color: #000000;}
A:visited				{text-decoration: underline; color: #000000;}
A:hover					{text-decoration: none; color: #A4A4A4;}

/*--- White link, gray hover ---*/
A.whiteLink:link		{text-decoration: none; color: #FFFFFF;}
A.whiteLink:visited		{text-decoration: none;	color: #FFFFFF;}
A.whiteLink:hover		{text-decoration: none; color: #cecece;}


/*--- For subNavLinks: Black link, white hover ---*/
A.subNavBarLink:link	{text-decoration: underline; color: #000000;}
A.subNavBarLink:visited	{text-decoration: underline; color: #000000;}
A.subNavBarLink:hover	{text-decoration: none; color: #FFFFFF;}

/*--- For subNavLinks (current): White link, black hover ---*/
.subNavBarCurrentLink	{text-decoration: none; color: #FFFFFF;}

/*---*/
html,body {
	height: 100%;
	padding: 0px;
	margin: 0px;
	/*background-color: #A4B5AD;*/
	text-align: center;
}

td {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.bodyText, .grayFont {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #696969;
	line-height: 1.5;
}

.availText {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #696969;
}

.availTable {
	border-top: 1px solid #E2691F;
	border-left: 1px solid #E2691F; 
	border-right: 1px solid #E2691F;
	border-bottom: 1px solid #E2691F;
}

.specialsTable {
	word-wrap: break-word;
	border-top: 1px solid #E2691F;
	border-left: 1px solid #E2691F; 
	border-right: 1px solid #E2691F;
	border-bottom: 1px solid #E2691F;
	width: 400px;
}

.specialsText {
	color: #000000;
	font-size: 12px;
}

.availInfoBox {
	border-top: 1px solid #A4B5AD;
	border-left: 1px solid #A4B5AD; 
	border-right: 1px solid #A4B5AD;
	border-bottom: 1px solid #A4B5AD;
	width: 400px;
	text-align: center;
}

.orange {
	color: #E2691F;
}

.orangeSmall {
	font-size: 11px;
}

.availHeader {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

.header {
	font-family: Verdana, sans-serif;
	font-size: 20px;
	color: #B01919;
	/*text-align: left;*/
}

.headerSmall {
	font-size: 15px;
}

.subPageNavBar {
	background-color: #A4B5AD;
	padding: 2px;
	margin: 0px;
	text-align: center;
	width:"100%";
}

.input_gray {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	background: #DFDFDF;
	border-top: 1px solid gray;
	border-left: 1px solid gray; 
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	font-weight: bold;
	font-size: 12px;
}

form {
	display:inline;
}

/**** All Left Nav Classes ***/
#leftNav {
	width: 166px;
	float: left;
	padding-left: 6px;
	width: 160px;
}

.leftNavContainer {
	width: 160px;
	background-color: #DFDFDF;
	float: left;
	margin-bottom: 10px;
	width: 160px;
	clear: both;
}

/*---*/
.leftNavLarge {
	font: 12px/18px Arial, Verdana, sans-serif; /* font-size/line-height */
	color: #333;
	font-weight: bold;
	padding-left: 9px;
	padding-bottom: 5px;
}
.leftNavLarge  a:link, .leftNavLarge a:active, .leftNavLarge a:visited {
	font: 12px/18px Verdana, sans-serif;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	font-variant: small-caps;
}
.leftNavLarge  a:hover {
	font: 12px/18px Verdana, sans-serif;
	color: #E2691F;
	font-weight: bold;
	text-decoration: none;
	font-variant: small-caps;
}


/*---*/
.leftNavReg {
	width: 160px;
	background-color: #DFDFDF;
	float: right;
	padding-left: 0px;
	margin-left: 9px;
	width: 151px;
	border-top: 1px solid #A4A4A4;
}
.leftNavReg  a:link, .leftNavReg a:active, .leftNavReg a:visited {
	font: 11px/16px Verdana, sans-serif;
	line-height: 20px;
	color: #666;
	text-decoration: none;
}
.leftNavReg  a:hover {
	font: 11px/16px Verdana, sans-serif;
	line-height: 20px;
	color: #E2691F;
	text-decoration: none;
}

/*---*/
.leftNavRegCurrent {
	background-color: #FFF;
	padding-left: 0px;
	margin-left: 9px;
	border-top: 1px solid #A4A4A4;
}
.leftNavRegCurrent  a:link, .leftNavRegCurrent a:active, .leftNavRegCurrent a:visited {
	font: 11px/20px Verdana, sans-serif;
	color: #EB6F2A;
	text-decoration: none;
}
.leftNavRegCurrent a:hover {
	color: #EB6F2A;
	text-decoration: none;
}

