/*Banner Area */

#subBannerContainer {
	background-color:#354905;
	width:100%;
	height:193px;
}

#subHeaderContainer {
	background-color:#e8e4d2;
	height:60px;
	width:100%;
	margin-top:-10px;
	margin-bottom:20px;
}

#subHeader {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	font:28pt/1.5 "Adobe Garamond", Times, serif;
	color:#333432;
	padding-top:5px;
}

#contentLeft {
	width:299px;
	float:left;
}

#contentRight {
	float:right;
	width:600px;
}

#subLists {
	font:12pt/1.5 "Times New Roman", Times, serif;
	margin:0px;
	margin-bottom:15px;
}

#contentLeft ul {
	padding:0;
	margin:0;
}

#contentLeft li {
	list-style:none;
	font-size:20px;
	line-height:24px;	
}

#contentLeft li a {
	font-style:normal;
}

.photoFrame {
	margin-top:45px;
}

.photoFrame img {
	background:#720C0C;
	padding:7px;
	margin-bottom:140px;

	/* Horizontal offset / vertical offset / blur amount */
	box-shadow:3px 3px 5px #888;
	-moz-box-shadow:3px 3px 5px #888;
	-webkit-box-shadow:3px 3px 5px #888;

	/* Rounded corners - works in Safari/Firefox/Chrome */
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;

	/* IE filter for box shadow */
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=135, Strength=5);
}

#callout {
	padding-top:30px;
	margin-left:-20px;
}


/* FAQ Expand / Contract *****/

#faqRoot {width: 600px;margin:0;padding: 0;}
#faq {float:left;width: 600px;margin: 0 auto; font-family: consolas,verdana,helvetica,sans-serif; }
#faq {margin-bottom: 25px;}
#faq .faqcontent {margin: 0 10px 0 10px; font:10pt/1.5 Arial,sans-serif;}
#faq h5.faqopened, #faq h5.faqclosed {cursor: pointer;padding: 10px 0 10px 15px; margin-bottom: 0; font:10pt/1.5 Arial,sans-serif; }
#faq h5.faqclosed:hover {color: #000; font-weight:bold;}
#faq h5.faqclosed {color: #000; font-weight:bold; background: transparent url(../images/sub/collapsed.png) no-repeat scroll 5px 15px; padding-left:30px; margin-bottom:10px;}
#faq h5.faqopened {color: #000; font-weight:bold; background: transparent url(../images/sub/expanded.png) no-repeat scroll 5px 15px; margin-bottom:10px;}

/*****Specials Page ********/

#whiteBoxSub_Top {
	background-image:url(../images/sub/whtieBoxSub_Top.jpg);
	background-repeat:no-repeat;
	height:78px;
	width:851px;
	padding-top:20px;
	margin-top:-25px;
}

#whiteBoxSub_Mid {
	background-image:url(../images/sub/whtieBoxSub_Mid.jpg);
	background-repeat:repeat-y;
	width:851px;
	margin-top:-20px;
}

#whiteBoxSub_Btm {
	background-image:url(../images/sub/whtieBoxSub_Btm.jpg);
	background-repeat:no-repeat;
	width:851px;
	height:45px;
}

#redBox_Sub {
	background-color:#720c0c;
	background-repeat:no-repeat;
	width:780px;
	height:51px;
	color:#fff;
	margin-left:28px;
	padding-left:20px;
	text-align:left;
	font-size:30px;
}

div.tipTitle_Specials {
	color:#4b4c49;
	font-weight:500;
	font-size:20pt;
	line-height:32px;
	margin-left:42px;
	width:650px;
}
div.tipText_Specials {

	margin-left:45px;
	width:750px;
	
}
