@charset "UTF-8";
/* CSS Document */
body {
	font: 15px 'NeueHaasGroteskText', Arial, Helvetica, sans-serif;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	color: #333;
}
a:link {
	color: #0171e1;
	text-decoration: none;
}
a:visited {
	color: #0171e1;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #0171e1;
	text-decoration: none;
}



/* START VRZN CSS */
.redButton, button.grayButton, button.blackButton, button.darkRedButton, button.redButtonNext, button.redButtonBack, button.grayButtonBack, a.redButton, a.grayButton, a.blackButton {font-size:14px; font-size:1.4rem; font-family:Arial,Helvetica,sans-serif ;font-weight:bold; line-height:1em; text-align:center; white-space:nowrap; cursor:pointer; -moz-border-radius:5px; -webkit-border-radius:5px; -o-border-radius:5px; border-radius:5px; padding:10px;}
.redButton, button.blackButton, button.darkRedButton, button.redButtonNext, button.redButtonBack, a.redButton, a.blackButton {color:#fff;}
a.redButton:hover, a.blackButton:hover, a.grayButton:hover, a.redButton:active, a.blackButton:active, a.grayButton:active {text-decoration:none;}
a.redButton, a.blackButton, a.grayButton {display:inline-block;}

/* Red Button */
.redButton, button.darkRedButton, button.redButtonNext, button.redButtonBack, a.redButton {border:1px solid #b11f24; -webkit-box-shadow:inset 0 1px 0px 0px #df6870; -moz-box-shadow:inset 0 1px 0px 0px #df6870; -o-box-shadow:inset 0 1px 0px 0px #df6870; box-shadow:inset 0 1px 0px 0px #df6870; background:#ed1c24; background:-moz-linear-gradient(top, #ed1c24 0%, #c0171d 100%); background:-webkit-gradient(left top, left bottom, color-stop(0%, #ed1c24), color-stop(100%, #c0171d)); background:-webkit-linear-gradient(top, #ed1c24 0%, #c0171d 100%); background:-o-linear-gradient(top, #ed1c24 0%, #c0171d 100%); background:-ms-linear-gradient(top, #ed1c24 0%, #c0171d 100%); background:linear-gradient(to bottom, #ed1c24 0%, #c0171d 100%); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#c0171d', GradientType=0);}
button.redButton:active, button.darkRedButton:active, button.redButtonNext:active, button.redButtonBack:active, a.redButton:active {-webkit-box-shadow:none; -moz-box-shadow:none; -o-box-shadow:none; box-shadow:none; background:#c0171d; background:-moz-linear-gradient(top, #c0171d 0%, #ed1c24 100%); background:-webkit-gradient(left top, left bottom, color-stop(0%, #c0171d), color-stop(100%, #ed1c24)); background:-webkit-linear-gradient(top, #c0171d 0%, #ed1c24 100%); background:-o-linear-gradient(top, #c0171d 0%, #ed1c24 100%); background:-ms-linear-gradient(top, #c0171d 0%, #ed1c24 100%); background:linear-gradient(to bottom, #c0171d 0%, #ed1c24 100%); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0171d', endColorstr='#ed1c24', GradientType=0);}

/* Black Button */
button.blackButton, a.blackButton {border:1px solid #2d3033;-webkit-box-shadow:inset 0 1px 0px 0px #62666b;-moz-box-shadow:inset 0 1px 0px 0px #62666b;-o-box-shadow:inset 0 1px 0px 0px #62666b;box-shadow:inset 0 1px 0px 0px #62666b;background:#4b4f56;background:-moz-linear-gradient(top, #4b4f56 0%, #3a3d42 100%);background:-webkit-gradient(left top, left bottom, color-stop(0%, #4b4f56), color-stop(100%, #3a3d42));background:-webkit-linear-gradient(top, #4b4f56 0%, #3a3d42 100%);background:-o-linear-gradient(top, #4b4f56 0%, #3a3d42 100%);background:-ms-linear-gradient(top, #4b4f56 0%, #3a3d42 100%);background:linear-gradient(to bottom, #4b4f56 0%, #3a3d42 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4b4f56', endColorstr='#3a3d42', GradientType=0);}
button.blackButton:active, a.blackButton:active {-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;box-shadow:none;background:#3a3d42;background:-moz-linear-gradient(top, #3a3d42 0%, #4b4f56 100%);background:-webkit-gradient(left top, left bottom, color-stop(0%, #3a3d42), color-stop(100%, #4b4f56));background:-webkit-linear-gradient(top, #3a3d42 0%, #4b4f56 100%);background:-o-linear-gradient(top, #3a3d42 0%, #4b4f56 100%);background:-ms-linear-gradient(top, #3a3d42 0%, #4b4f56 100%);background:linear-gradient(to bottom, #3a3d42 0%, #4b4f56 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a3d42', endColorstr='#4b4f56', GradientType=0);}

/* Gray Button */
button.grayButton, button.grayButtonBack, a.grayButton {color:#808080;border:1px solid #ccc;-webkit-box-shadow:inset 0 1px 0px 0px #fefefe;-moz-box-shadow:inset 0 1px 0px 0px #fefefe;-o-box-shadow:inset 0 1px 0px 0px #fefefe;box-shadow:inset 0 1px 0px 0px #fefefe;background:#f0f2f2;background:-moz-linear-gradient(top, #f0f2f2 0%, #e0e2e2 100%);background:-webkit-gradient(left top, left bottom, color-stop(0%, #f0f2f2), color-stop(100%, #e0e2e2));background:-webkit-linear-gradient(top, #f0f2f2 0%, #e0e2e2 100%);background:-o-linear-gradient(top, #f0f2f2 0%, #e0e2e2 100%);background:-ms-linear-gradient(top, #f0f2f2 0%, #e0e2e2 100%);background:linear-gradient(to bottom, #f0f2f2 0%, #e0e2e2 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f2f2', endColorstr='#e0e2e2', GradientType=0);}
button.grayButton:active, button.grayButtonBack:active, a.grayButton:active {color:#333;-webkit-box-shadow:none;-moz-box-shadow:none;-o-box-shadow:none;box-shadow:none;background:#e0e2e2;background:-moz-linear-gradient(top, #e0e2e2 0%, #f0f2f2 100%);background:-webkit-gradient(left top, left bottom, color-stop(0%, #e0e2e2), color-stop(100%, #f0f2f2));background:-webkit-linear-gradient(top, #e0e2e2 0%, #f0f2f2 100%);background:-o-linear-gradient(top, #e0e2e2 0%, #f0f2f2 100%);background:-ms-linear-gradient(top, #e0e2e2 0%, #f0f2f2 100%);background:linear-gradient(to bottom, #e0e2e2 0%, #f0f2f2 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e2e2', endColorstr='#f0f2f2', GradientType=0);}
button.grayButton:hover, button.grayButtonBack:hover, a.grayButton:hover{color:#333;background:#e0e2e2;background:-moz-linear-gradient(top, #e0e2e2 0%, #d4d7d6 100%);background:-webkit-gradient(left top, left bottom, color-stop(0%, #e0e2e2), color-stop(100%, #d4d7d6));background:-webkit-linear-gradient(top, #e0e2e2 0%, #d4d7d6 100%);background:-o-linear-gradient(top, #e0e2e2 0%, #d4d7d6 100%);background:-ms-linear-gradient(top, #e0e2e2 0%, #d4d7d6 100%);background:linear-gradient(to bottom, #e0e2e2 0%, #d4d7d6 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e2e2', endColorstr='#d4d7d6', GradientType=0);}

/* Fix Firefox adding extra padding to Button element */
button.redButton::-moz-focus-inner{border:0;padding:0;}
button.blackButton::-moz-focus-inner{border:0;padding:0;}
button.grayButton::-moz-focus-inner{border:0;padding:0;}

/*IE*/
.lt-ie9 button.redButton, .lt-ie9 button.grayButton, .lt-ie9 button.blackButton, .lt-ie9 button.darkRedButton, .lt-ie9 button.redButtonNext, .lt-ie9 button.redButtonBack, .lt-ie9 button.grayButtonBack, .lt-ie9 button.secure {border:none; padding:11px;}
.lt-ie9 button.btnMedium, .lt-ie9 button.btnLarge {padding:16px;}
/* END VRZN CSS */

/* .buttonRed {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	border: 0px;
	background: #db1802;
	padding: 7px 10px 7px 10px;
	background: -webkit-gradient(linear, left top, left bottom, from(#db1802), to(#8a0a00));
	background: -moz-linear-gradient(top,  #db1802,  #8a0a00);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#db1802', endColorstr='#8a0a00');
	float: left;
}
a.buttonRed {
	color: #FFF;
} */
.buttonRedBack {
	margin-right:20px;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	border: 0px;
	background: #db1802;
	padding: 7px 10px 7px 10px;
	background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#8a8a8a));
	background: -moz-linear-gradient(top,  #ddd,  #8a8a8a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#8a8a8a');
	float: right;
}
a.buttonRedBack {
	color: #FFF;
}
.container {
	width: 975px;
	margin: 0 auto;
}
.content {
	padding: 10px 0;
	margin-left: 40px;
	margin-bottom: 50px;
	width: 685px;
	float: left;
}
.footer {
	text-align: center;
	font-size: 11px;
	padding: 30px 20px 30px 20px;
	background: #FFF;
	border-top: 1px solid #CCC;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}
a.footer {
	color: #CCC;
}
.header {
	background: #ADB96E;
}
.question {
	padding: 0;
	margin: 0;
	font-weight:bold;
}
.sidebar1 {
	float: left;
	width: 250px;
	padding: 0 0 50px 0;
}
h1 {
 	color: #000;
	font-family:'NeueHaasGroteskDisplayBold',Arial,Helvetica,sans-serif !important;
	font-size: 37pt;
	line-height: 39pt;
	letter-spacing: 0.025em;
	padding: 0 0 10px 0;
	margin: 0;
	font-weight: normal;
}
h2 {
	font-family: 'NeueHaasGroteskDisplayBold',Arial,Helvetica,sans-serif;
	color: #333;
	font-size: 28px;
	padding-top: 15px;
	font-weight: normal;
}

p {
	font-family: 'NeueHaasGroteskText',arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
hr {
	background-color: #CCC;
	height: 1px;
	border: 0;
	margin: 20px 0 20px 0;
}
.toprow {
	width: 100%;
	margin: 0 auto;
}

/************************ BEGIN FORM CSS ***************************/
.myform{
	width: 400px;
	padding: 14px 14px 14px 0px;
}
.myformContact{
	width: 100%;
	padding: 14px 14px 14px 0px;
}
#stylized label{
	display: block;
	font-weight: bold;
	text-align: left;
	width: 160px;
	float: left;
	padding-top: 7px;
}
#stylized input{
	float: left;
	font-size: 12px;
	padding: 2px 2px;
	border: solid 1px #CCC;
	width: 200px;
	margin: 2px 0 10px 10px;
	box-shadow: inset 0 0 4px #CCC;
	-moz-box-shadow: inset 0 0 4px 0 #CCC;
}
/************************ END FORM CSS ***************************/

/************************ BEGIN 2-COLUMN DISPLAY CSS ***************************/
.twoColumn {
	width: 600px;
	padding: 14px 14px 14px 0px;
}
.twoColumnLeft {
	display: block;
	font-weight: bold;
	text-align: left;
	width: 160px;
	float: left;
	padding-top: 7px;
	line-height: 30px;
}
.twoColumnRight {
	float: left;
	padding: 4px 2px;
	width: 400px;
	margin: 2px 0 20px 10px;
	line-height: 30px;
}
.twoColumnLeft ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.twoColumnRight ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
/************************ END 2-COLUMN DISPLAY CSS ***************************/

/************************ BEGIN CRUMBTRAIL CSS ***************************/

#wayfinderWrapper {
	text-align: center;
	padding-bottom: 15px;
	background-color: #FFF;
	border-bottom: 1px solid #CCC;
	margin-bottom: 30px;
}
#wayfinderPrimary {
	width: 975px;
	margin: 0 auto;
	padding: 25px 0 10px 0;
}
#wayfinderPrimary ul {
	margin: 0;
	padding: 0;
	height: 19px;
	list-style: none;
	line-height: 1.25;
	list-style-position: inside;
	display: block;
}
#wayfinderPrimary li.current {
	background: url(../images/wayfinderSprite.gif) 0 -80px repeat-x;
	color: white;
}
#wayfinderPrimary li.count5 {
	width: 25%;
}
#wayfinderPrimary li {
	background: #ECECEC;
	float: left;
	padding: 0;
	margin: 0;
	text-align: left;
	color: #333;
}
#wayfinderPrimary li span {
	background: url(../images/wayfinderSprite.gif) right 0 no-repeat;
	display: inline-block;
	padding: 0;
	width: 100%;
}
#wayfinderPrimary li span span {
	background-position: 0 -20px;
	width: 9px;
	padding: 2px 0 2px 20px;
	width: 100%;
	font-size: 12px;
}
#wayfinderPrimary li span.first {
	background-position: 0 -40px;
	padding-left: 11px;
}
#wayfinderPrimary li.past {
	background: #CECECE;
}
#wayfinderPrimary li.past span.first {
	background-position: 0 -60px;
}

/************************ END CRUMBTRAIL CSS ***************************/

/************************ BEGIN SIDENAV CSS ***************************/

.sidenav {
	margin-bottom: 40px;
	width: 95%;
}
.sidenav ul {
	list-style: none;
	padding: 0;
}
.sidenav ul li {
	color: #FFF;
	background: #db1802;
	padding: 7px 10px 7px 10px;
	background: -webkit-gradient(linear, left top, left bottom, from(#db1802), to(#8a0a00));
	background: -moz-linear-gradient(top,  #db1802,  #8a0a00);
	border-bottom: 1px solid #f7f7f7;
}
.sidenav .active ul li  {
	color: #000;
	background: #750701;
	padding: 7px 10px 7px 10px;
	background: -webkit-gradient(linear, left top, left bottom, from(#750701), to(#590501));
	background: -moz-linear-gradient(top,  #750701,  #590501);
	border-bottom: 1px solid #f7f7f7;
}
.sidenav ul li a {
	color: #FFF;
}
.sidenav ul li a:hover {
	color: #FFF;
}
.sidenav ul li a:active {
	color: #FFF;
}

/************************ BEGIN SIDENAV CSS ***************************/
#nav {
	float: left;
	width: 95%;
	margin-bottom: 40px;
}
#nav-links a {
	color: #000;
}
#nav-links {
	color: #000;
	background: #db1802;
	padding: 7px 10px 7px 10px;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#efefef));
	background: -moz-linear-gradient(top,  #ffffff,  #efefef);
	border-bottom: 1px solid #f7f7f7;
}
#nav-links-selected {
	color: #db1802;
	background: #efefef;
	padding: 7px 10px 7px 10px;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
	background: -moz-linear-gradient(top,  #ffffff,  #ffffff);
	border-bottom: 1px solid #f7f7f7;
}
.nav-highlight a {
	color:#890000!important;
}

.availability-note {
	line-height: 20px;
}