/*********** BODY STYLES **************/

* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background: url(../img/body-bg.jpg) top repeat-x;
	color: #666666;
	margin: 0;
}

/*********** LINK STYLES **************/

a {
	color: #B5143E;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:visited {
	color: #B5143E;
}
a:hover {
	color: #B5143E;
	text-decoration: underline;	
}
a img {
	border: none;
}

/*********** H1 H2 H3 H4 H5 STYLES **************/


h2 {
	font-family: Cambria, Georgia, Times New Roman, Serif;
	font-size:26px;
	color:#000;	
}
h3 {
	color: #333333;
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	font-family: "Trebuchet MS";
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: left;
}
h4 {
	font-size: 13px;
	font-family: Geneva, Arial, Helvetica, sans-serif;	
}
h5 {
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
	font-weight: 500;	
}

/*********** PARAGRAPH & TEXT STYLES **************/

p {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #666666;	
}
.textCenter {
	text-align: right;
}
.infoLink {
	margin-top: 0px;
	margin-left: 45px;
}
.adjustFont {
	color: #666666;
	font-size: 11px;
	font-family: Verdana, Sans-Serif;
}
	
/*********** ORDERED LIST STYLES **************/

ul {
	margin-left: 15px;	
}

/*********** FLOAT STYLES **************/

.floatRight {
	float: right;
}
.floatLeft{
	float: left;
}
.clear {
	clear: both;
}
.center {
	/* position: relative; */
	margin: 0 auto;
}

/*********** PAGE WRAPPER STYLES **************/

#page {
	width: 940px;
	margin: 0 auto;
	/* position: relative; */
}

#pageContent {
	width: 940px;
	float: right;
	background-color: transparent;
	/* _height: 1000px; */
	/* padding-left: 10px; */
	/* padding-right: 10px; */
	/*background: #fff url(../images/Page_BG_btm_logo_reflec_ltr.jpg) no-repeat bottom; */
}

/*********** HEADER STYLES **************/

#header {
	height: 177px;
	width: 940px;
	margin-bottom: 8px;
	background: url(../img/header-bg.jpg)
}
#headerImage {
	float: left;
	margin-top: 45px;
	margin-left: 55px;
	height: 72px;
}
.bbb {
	height: 65px;
	width: 40px;
	float: right;
	margin-top: 65px;
	margin-right: 25px;
	text-align: center;
}
.bbbText {
	font-size: 11px;
	font-family: Calibri, Arial, Verdana, Sans-Serif;
	color: #666666;
}

/*********** HORIZONTAL NAVIGATION STYLES **************/


#navigation {
	height: 32px;
	width: 940px;
	padding-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background: url(../img/nav-bg.jpg) top center no-repeat;
}

#navigation li {
	list-style: none;
	float: left;
	height: 28px;
	margin-left: 32px;
}

#navigation li a {
	color: #666666;
	font-size: 1.4em;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px 0px 11px 14px;
}

#navLink a:hover{
	color: #B5143E;
	text-decoration: none;
	
}

/*********** LEFT NAVIGATION STYLES **************/


#leftColumn {
	width: 185px;
	height: 600px;
	float: left;
}
#leftNavigation {
	width: 185px;
	color: #4E7DC2;
	font-size: 15px;
	text-decoration: none;
	float: left;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #e7e7e7;
}
#leftNavigation li {
	list-style: none;
	float: left;
	height: 23px;
	width: 185px;
	border-bottom: solid 1px #fff;
	background: #e7e7e7 url(../img/left-nav-off.jpg) left no-repeat; 
}

#leftNavigation li a {
	color: #666666;
	font-size: 11px;
	width: 185px;
	padding-left: 23px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#leftNavigation li a:hover{
	color: #B5143E;
	text-decoration: underline;
	background: #e7e7e7 url(../img/left-nav-over.jpg) no-repeat left;
}
.leftToutMenu {
    width: 182px;
	height: 120px;
	padding-top: 15px;
}

/*********** MENU NAVIGATION STYLES **************/

#menuNavigation {
	width: 185px;
	color: #4E7DC2;
	font-size: 15px;
	text-decoration: none;
	float: left;
	margin-left: 0px;
	margin-bottom: 25px;
	margin-top: 10px;
	background-color: white;
}
#menuNavigation li {
	list-style: none;
	float: left;
	height: 20px;
	width: 185px;
	border-bottom: solid 1px #F7F7F7;
}

#menuNavigation li a {
	color: #666666;
	font-size: 11px;
	width: 185px;
	padding-left: 20px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: white
}
#menuNavigation li a:hover{
	color: #B5143E;
	text-decoration: underline;
}


/*********** PROMO STYLES **************/


#promoWrapper {
 	background-color: #fff;
	height: 530px;
	width: 708px;
	float: left;
	margin-left: 20px;	
	}
#flashcontent {
	margin-bottom: 0px;
	margin-top: 10px;
	background-color: #ffffff;
	height: 339px;
	width: 708px;
	float: left;
}
#mainContent {
	width: 650px;
	float: left;
	min-height: 600px;
	margin-left: 20px;
}
#mainContentForm {
	width: 600px;
	float: left;
	min-height: 650px;
	margin-left: 20px;
}
#mainContent h3 {
	color: #333333;
	font-size: 22px;
	font-weight: 100;
	font-family: Helvetica57-Condensed;
}
#mainContent h4 {
	color: #333333;
	font-size: 20px;
	font-weight: 100;
	font-family: "Times New Roman", Times, serif;
}
#mainContent img {
	margin-bottom: 10px;
}

/*********** FOUR TOUT STYLES **************/



#toutWrapper {
	height: 180px;
	width: 708px;
	float: left;
	background: url(../img/tout-bg.jpg) no-repeat;
	margin-top: 7px;
	margin-bottom: 7px;
}

.touts {
	height: 170px;
	width: 165px;
	float: left;
	margin-left: 12px;

}

.touts a {
	color: #666666;
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	font-family: "Trebuchet MS";
	margin-top: 10px;
	text-align: left;
}
.touts a:hover{
	color: #B5143E;
	text-decoration: underline;
}
.promoDetail {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 75px;
	width: 155px;
}
	

/*********** RIGHT MENU CONTENT STYLES **************/


#menuContent {
	width: 715px;
	height: 1100px;
	float: right;
	margin-left: 10px;
}
#menuContent h3 {
	color: #B5143E;
	font-size: 22px;
	font-weight: 100;
	float: right;
	margin-bottom: 30px;
	width: 700px;
	text-align: right;
	font-family: Helvetica57-Condensed;
}
#menuContent h4 {
	color: #333333;
	font-size: 20px;
	font-weight: 100;
	font-family: "Times New Roman", Times, serif;
}
.menuText {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #666666;	
}
.foodTitle {
	font-size: 25px;
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	color: #333333;	
}

/*********** RIGHT COLUMN CONTENT STYLES **************/


#mainContent img {
	margin-bottom: 10px;
}

#rightColumn {
	width: 201px;
	height: 550px;
	float: right;
}
#rightColumn a {
	color: #990000;
	font-size: 11px;
	font-family: Verdana, Sans-Serif;
	text-decoration: underline;
}
#rightColumn a:hover {
	font-size: 11px;
	font-family: Verdana, Sans-Serif;
	text-decoration: none;
}
.rightToutOne {
    width: 201px;
	height: 283px;
	margin-bottom: 9px;
	margin-top: 10px;
	background: url(../img/tout-one-bg.jpg) center top;

}
.dropDownMenu {
	width: 180px;
	font-size: 10px;
}
.rightToutTwo {
    width: 201px;
	height: 46px;
	margin-bottom: 9px;

}
.rightToutThree {
    width: 201px;
	height: 178px;
}

#mainContent a {
	font-family: Cambria, Georgia, Times New Roman, Serif;
	font-size: 20px;
	color: #666666;
	text-align: center;
	margin-bottom: 15px;	
}
#mainContent a:hover {
	color: #CC0000;
	text-align: center;
	text-decoration: none;
}
.contentBucket h3 {
    font-family: Cambria, Georgia, Times New Roman, Serif;
	font-size: 10px;
	color: #666666;
}


/*********** LEARN MORE BUTTON STYLES **************/

.learnMoreRight {
	margin-right: 12px;
	float: right;
}

/*********** RIGHT COLUMN NEWS STYLES **************/

#RightBar {
	width: 199px;
	float: right;	
}

#RightBar .Content {
	clear:both;
	width:194px;
	float:right;
	background:#fff url('/images/rightbar_bg.gif') no-repeat bottom right;
	padding:8px 0px;
}
#RightBar .Content .Date {
	color:#999999;
}
.HomeNewsWrapper h2 {
	font-size: 14px;
	color: #666;
}

.HomeNewsWrapper h3 {
	font-size: 12px;
	color: #666;
}
/*********** FOOTER STYLES **************/ 

#footer {
	width: 100%;
	height: 18px;	
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	padding-top: 20px;
	text-align: right;
}
.footerNav {
	float: left;
}
#footer div {
	margin:0 auto;	
}
#footer ul {
	margin: 0px 0px 20px 0px;	
}
#footer ul li {
	display:inline;
	list-style-position:outside;	
	list-style-type:disc;
	padding:0 3px;	
}
#footer a {
	color:#B5143E;
	text-decoration: underline;
}
#footer a:visited {
	color: #B5143E;
}
#footer a:hover {
	color: #B5143E;
	text-decoration: none;	
}


/*********** FORM PAGE **************/

.formColumn {
	width: 500px;
	height: 500px;
	float: left;
	margin-top: 10px;
	margin-left: 5px;
	border: solid 1px red
}
#formWrapper h3 {
	font-size: 26px;
	font-family: "Times New Roman", Times, serif;
	color: #666666;
	font-weight: 100;
}
.formTitle {
	font-size: 12px;
	width: 85px;
	height: 23px;
	float: left;
}
.inputField {
	width: 230px;
	height: 23px;
	float: right;
}
.formText {
	font-size: 12px;
	font-family: Calibri, Arial, Verdana, Sans-Serif;
	color: #666666;
}
.titleText {
	float: right;
	padding-top: 3px;
	padding-right: 4px;
	font-family: Calibri, Arial, Verdana, Sans-Serif;
	color: #666666;
	font-weight: bold;
}
.required {
	color:#CC0000;
}
.thirdPartyText {
	font-size: 12px;
	font-family: Calibri, Arial, Verdana, Sans-Serif;
	color: #666666;
	text-align: left;
}
.thirdPartyText a {
	color: #B5143E;
	font-size: 11px;
	text-decoration: underline;
	font-family: Calibri, Arial, Verdana, Sans-Serif;
}
.thirdPartyText a:hover {
	font-size: 11px;
	text-decoration: none;
	font-family: Calibri, Arial, Verdana, Sans-Serif;
	color: #666666;
}
.required {
	color: #FF0000;
}


/*********** PHOTO MODULE **************/


#mainPhotoContent{
	top: 300px;
	min-height: 550px;
	margin-left: 25px;
}
#mainPhotoContent h3{
	color: #333333;
	font-size: 22px;
	font-weight: 100;
	font-family: Helvetica57-Condensed;
}
#photoModule{
	width: 863px;
}

.thumbsListing{
	padding: 10px 0 5px 5px;
}
.thumbwell{
	position: absolute;
	left: 370px;
	width: 500px;
}
.thumbwell img{
	margin: 0 0 0 4px;
	border: #CCCCCC solid 1px;
}
.photoGrouping{
	width: 360px;
	vertical-align: top;
	padding: 0 70px 0 0;
}
.albumGroup{
	position: relative;
	width: 885px;
	height: 102px;
	background-image: url(../img/gallery-thumb-bg.jpg);
	background-repeat: no-repeat;
	margin: 0 0 0 0;
	padding: 9px 0 2px 15px;
}
#photoModule table{
	font-size: 10px;	
}
#photoModule table tr td{
	vertical-align: middle;
}
#photoModule .phototitle{
	color: #666666; 
	font-size: 18px; 
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.photodetails {
	padding-left:10px; 
	width: 273px;
}

#photoModule .gallery_caption {
    color: #ababab;
}

/* border: solid 1px #E1E1E1; */