/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFF;
	color: #333;
	margin: 0;
	padding: 0;
}

#bodyWrapper{
	margin: 15px;
	margin-top: 0;
	width: 755px;
	border-top: 0;
}

a{
	color: #444;
	text-decoration: underline;
}

a:visited{
	color: #444;
}

a:hover{
	color: #243153;
}

h1{
 font-size: 18px;
 color: #DC373D;
 margin: 0;
 padding: 0;
}

h2{
 font-size: 13px;
 color: #F89021;
 margin: 5px 0;
 padding: 0;
}

h3{
 font-size: 100%;
 text-align:left;
 color: #F89021;
 margin: 0;
 padding: 0;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333;
 margin: 0;
 padding: 0;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul li{
	line-height: 25px;
	font-size: 12px;
	list-style-position: outside;
}

ul ul ul{
 list-style-type: none;
}


label{
 font-size: 9px;
 font-weight: bold;
 color: #000;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 0;
	background-color: #FFF;
	border-bottom: 1px solid #CCC;
	margin-top: 15px;
	margin-left: 15px;
	width: 755px;
}
#masthead #mainLogo{
	margin-left: 20px;
}

#navBar{
	float: left;
	width: 175px;;
	margin: 0px;
	margin-top: 5px;
	margin-left: 5px;
	padding: 0;
	background-color: #EEE;
	border: 1px solid #CCC;
}

#headlines{
  float:right;
	width: 20%;
	padding-right: 5px;
}

#content{
 float: left;
 width: 375px;
 padding: 2px;
}
#content a{
	text-decoration: underline;
}
#content a:hover{
	color: #DC373D;
}

#content h1{
	margin: 0;
}
#content h2{
	margin: 5px 0;
}
#content h2 a{
	font-weight: bold;
	font-size: 20px;
	text-decoration: underline;
	color:#F89021;
}
#content .logo{
	padding: 5px;
}
#content h3{
	margin-bottom: 0;
	margin-top: 7px;
	font-size: 12px;
	color: #F89021;
	text-align:left;
	text-transform: uppercase;
}
#content p{
	margin: 0;
	width: 95%;
	margin-bottom: 10px;
	padding: 0;
	text-align:justify;
	line-height: 20px;
	font-size: 12px;
}
#rightMenuStyle ul a:link, #rightMenuStyle ul a:visited {
	font-size: 11px;
	display: block;
}

#rightMenuStyle{
	border: 1px solid #CCC;
	border-top: 0;
	margin: 0;
	padding: 0;
}
#rightMenuStyle h1{
	font-size: 10px;
	text-indent: 3px;
	padding: 3px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin: 0;
}
#rightMenuStyle h3{
	margin-top: 10px;
}
#rightMenuStyle p{
	font-size: 10px;
	margin-bottom: -10px;
}
#rightMenuStyle a{
	display: block;
	margin-bottom: 10px;
	padding: 5px;
	text-decoration: none;
}

.quote{
	font-weight: normal;
	text-align: right;
	line-height: 25px;
	color: #444;
	font-size: 15px;
}
.quoteAuthor{
	text-align:left;
	font-size: 9px;
	font-weight: bold;
	display: block;
	margin-top: 15px;
}

.priceBox{
	border: 1px solid #CCC;
	background-color: #EEEEE6;
	width: 155px;
	padding: 10px;
	margin-bottom: 10px;
}
.priceBox h1{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #DC373D;
}
.priceBox h5{
	float: right;
	clear: both;
	font-size: 9px;
	font-weight: normal;
	line-height: 32px;
	margin-right: 8px;
}
.priceBox h3{
	color: #000;
}
.priceBox p{
	font-size: 10px;
	margin-top: 0;
	margin-bottom: -10px;
	color: #444;
	clear: both;
	}
.priceBox h2{
	float: left;
	font-size: 32px;
	font-weight:bold;
	color: #F89021;
	margin-bottom: -5px;
}
.priceBox h4{
	color: #000;
	font-size: 13px;
	font-weight: bold;
	margin-top: -5px;
	margin-bottom: -5px;
}
.priceBox li{
	margin-left: -10px;
	line-height: 20px;
}
.additionalFeatures ul li{
	line-height: 20px;
	font-size: 11px;
	font-weight: bold;
}
/***********************************************/
/* Components                                  */
/***********************************************/


/************* #globalNav styles **************/

#globalNav{
padding: 0px 0px 5px 10px;
border-bottom: 1px solid #CCC;
}

#globalNav img{
 display: block;
}

/* NAVIGATION */
#navigation {
	background-image: url(Images/designElements/navback.jpg);
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-repeat: repeat-x;
	display: block;
	height: 35px;
}
#navigation ul{
	background-color:#36F;
	margin: 0;
	padding: 0;
	list-style: none;
}
#navigation #one{
	border: 0;
}
#navigation li{
	float: left;
	margin: 0;
	padding: 0;
}

#navigation li a{
	display: block;
	border-left: 1px solid #CCC;
	vertical-align:middle;
	text-align:center;
	width: 148px;
}

#navigation a img{
	border: 0;
}

/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
}

.story #pressReleases .release{
	display: block;
	margin-bottom: 20px;
}
.story #pressReleases .release h3{
	clear: left;
	float: left;
	color: #444;
	margin-left: 10px;
	margin-top: 0px;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
}
.story #pressReleases h2{
	clear: both;
	margin-left: 10px;
	margin-bottom: 10px;

}
.story #pressReleases .release a{
	text-align:left;
	vertical-align: text-bottom;
	font-size: 10px;
	text-decoration: none;
	margin-left: 85px;
	display: block;
	width: 250px;
}

#specialNote p{
	font-size: 10px;
}


/************* #footer styles ***************/

#footer{
	clear: both;
	font-size: 75%;
	text-align:center;
	color: #ccc;
	padding: 10px;
}

#footer a{
	font-size: 10px;
	color: #444;
}


/************* .form styles ***************/
.formElement{
	display: block;
	margin-bottom: 7px;
}
.formLabel {
	clear: left;
	float: left;
	width: 150px;
	color: #000;
	text-align: right;
	padding-right: 2px;
	line-height: 20px;
	font-size: 10px;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	font-size: 11px;
	display: block;

}
#navBar ul a:hover{
	text-decoration: none;
}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

.sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}

.sectionLinks h3{
	font-size: 9px;
	text-align:left;
	text-transform:uppercase;
	padding: 5px 0px 5px 10px;
	background-color: #FFF;
 	color: #DC373D;
	border-bottom: 1px solid #ccc;
}

.sectionLinks a {
	display: block;
	font-weight: normal;
	color: #444;
	background-color: #EEEEE6;
	padding: 2px 0px 2px 10px;
	text-decoration: none;
}
.sectionLinks ul li{
	display: block;
	line-height: 20px;
}

.sectionLinks a:hover{
	color: #DC373D;
	background-color: #FFF;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 5px;
	font-size: 80%;
}
#headlines img{
	margin-bottom: 10px;
}
#headlines img a{
	border: 0;
}

#headlines h3{
	color: #FF660B;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}

#headlines a{
	font-size: 10px;
}


/************** #fyi style **************/

#fyi{
 	width: 155px;
	text-align: left;
	border: 1px solid #999;
	line-height: 20px;
}
#fyi #fyiContent
{
	background-color: #EEEEE6;
	padding: 3px;
	width: 149px;
}
#fyi a{
	color: #000;
}
#fyi h1 a{
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
}
#fyi p{
	width: 135px;
	font-size: 11px;
	margin-top: -5px;
	margin-bottom: -5px;
}
#fyiLogo{
	width: 155px;
	background-color: #FFF;
	border-bottom: 1px solid #999;
	height: 100px;
}
#advertisement{
	margin-top: 5px;
	width: 165px;
}

#contactSupport{
	width: 150px;
	background-color: #EEEEE6;
	border: 1px solid #444;
	text-align: center;
	margin-bottom: 10px;
}

#contactSupport .contactformLabel {
	display: block;
	width: 150px;
	margin-left: 3px;
	color: #000;
	text-align: left;
	line-height: 20px;
	font-size: 10px;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


.downloadsTable{
	border: 0;
	background-color: #EEEEE6;
	width: 100%;
	border-right: 1px solid #CCC;
}
.downloadsTable ul li{
	list-style-type: none;
	color: #444;
	margin-bottom: 10px;
	margin-left: -25px;
	line-height: 10px;
	font-size: 10px; 
	font-weight: bold;
	border: 0;
}

.downloadsTable li li{
	font-weight: normal;
	margin-bottom: 0;
	margin-top: 7px;
	font-size: 10px;
	color:#333333;
}
.productSpecTable{
	width: 375px;
	text-align:left;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.productSpecTable img{
	border: 0;
}
.productSpecTable tbody tr.even td {
	vertical-align:top;
	background-color: #F5F5F5;
	border: 1px solid #CCC;
	border-left: 0;
	border-bottom: 0;
	padding: 2px;
	}
.productSpecTable tbody tr.odd  td {
	vertical-align:top;
	background-color: #FFF;
	padding: 3px;
	border: 1px solid #CCC;
	border-bottom: none;
	border-left: 0;
	}

.productSpecTable .alternate{
	background-color: ;

}
.productSpecTable h1{
	color: #444;
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	width: 100px;
}
.productSpecTable p{
	text-align: left;
	width: 273px;
}
.productSpecTable th{
	font-size: 12px;
 	background-color: #DC373D;
	color:  #FFFFFF;
	padding: 5px;
}
.productSpecTable td{
	vertical-align: top;
}
.productSpecTable .footer td{
	background-color:  #F89021;
	height: 17px;
	color: #FFF;
	padding-left: 5px;
	font-size: 9px;
	font-weight: bold;
}
.productSpecTable form{
	overflow: hidden;
	margin-bottom: 0;
}

.dateStamp{
	font-size: 11px;
	display: block;
	margin-bottom: 10px;
}
.specialBanner{
	width: 600px;
	margin-top: 10px;
	margin-left: 10px;
	padding: 5px;
	background-color: #DC373D;
	color: #FFF;
	font-size: 10px;
}

.spacer{
	clear: both;
}
.accommodations{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	vertical-align:top;
}
.accommodations h1 a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #DC373D;
}
.accommodations .phoneNumber{
	color: #F89021;
	font-weight: bold;
}
.accommodations .address {
	font-size: 10px;
	color:#666;
	margin-bottom: 5px;
}
.price{
	text-align: left;
	font-size: 9px;
}
.accommodations .price h1{
	font-size: 11px;
	color: #DC373D;
}
.accommodations .directions h1{
	color: #000;
	font-size: 11px;
}
.accommodations .directions a{
	display: block;
	font-size: 10px;
}
.directionsTable{
	margin: 10px;
	font-size: 12px;
	color: #000;
	border: 1px solid #333;
	width: 400px;
}
.directionsTable .odd{
	background-color:#E4E4E4;
}

#surveyTable{
	width: 560px;
	padding: 3px;
}

#surveyTable .questionHeader{
	width: 200px;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	text-align: left;
	padding: 5px;
}
#surveyTable .header{
	background-color:#F89021;
}
#surveyTable .question{
	width: 200px;
	text-align: left;
	font-size: 11px;
}
#surveyTable .answer{
	width: 360px;
	font-weight: normal;
}

#surveyTable .r1{
	background-color: #F4F4F4;
}

#statusMessage{
	display: block;
	font-size: 11px;
	color: #000;
	width: 500px;
	padding: 10px;
	text-align: left;
}
#statusMessage .h2{
	display: block;
	font-size: 15px;
	color: #CC0000;
}

#content .story .disclaimer{
	font-size: 10px;
	line-height: 13px;
}