﻿/* General reset rules */
	
html, body, h1, h2, h3, h4, h5, h6, p, ul, li, ol, dl, form {
	margin:0;
	padding:0;
}
img, img a {
	border: none;
}
td {
	text-align:left;
	padding-left:10px;
}
/*

*{
	margin:0;
	padding:0;
}
ul{
    list-style: none;
	display:inline;
}
li{
	display:inline;
}
p{ 
	margin: 0px; 
}
 a:active{
     outline: none;
}
 :focus{
  -moz-outline-style: none;
}*/


/*------ */


body {
	background: #679426;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	overflow-x: hidden;
}
	
/*---Custom Font----*/

@font-face {
 font-family: custom_font;
 src: url('_font/bertholdakzidenzgrotesk-webfont.eot');
 src: local('Berthold'), url('_font/BertholdAkzidenzGrotesk.otf') format("truetype");
}
 @font-face {
 font-family: custom_font2;
 src: url('_font/trashhand-webfont.eot');
 src: local('TrashHand'), url('_font/TrashHand.ttf') format("truetype");
}
 @font-face {
 font-family: custom_font3;
 src: url('_font/headoh__-webfont.eot');
 src: local('Headoh'), url('_font/HEADOH__.TTF') format("truetype");
}
 @font-face {
 font-family: custom_font4;
 src: url('_font/bertholdakzidenzgrotesk-mdcn-webfont.eot');
 src: local('BertholdMC'), url('_font/BertholdAkzidenzGrotesk-MdCn.otf') format("truetype");
}

/* link styling */
a {
	text-decoration: none;
	color:#FFF; /* this actually only seems to apply to the left column white links in the navigation on menu pages */
}
a:hover {
	outline: none;
	color: #000;
}

/*---- basic text selectors ----*/
h1 {
	font-family: custom_font2; /* there should be a fallback defined here */
	color:#FFF;
	font-weight: normal;
}
h2 {
	color:#741316;
	font-size:16px;
	font-weight:bold;
	padding-left:10px;
}
.contentParaph {
	padding:5px 150px 0px 10px;
}
/* content areas */
	
#header {
	height: 130px;
	background: url(images/top_bg.jpg) repeat-x top;
}
#flashHeader {
	width: 1210px;
	margin: 0px auto;
	height: 1px;
	overflow: hidden;
}
#wrapper {
	height: 682px;
	background: url(images/bg.jpg) #7b0000;
	background-position: top center;
}
#content {
	width: 1210px;
	margin:0px auto 0px auto;
}
#SubPageContent {
	padding-top:4px;
	width: 1190px;
	margin:0px auto 0px auto;
}
#flashContent {
	height: 1px;
	overflow: hidden;
}
/* footer styling */
#footer {
	height: 84px;
	background: url(images/footer_bg.jpg) repeat-x;
}
#footerContent {
	width: 1210px;
	padding-top: 10px;
	margin: 0px auto;
	text-align: center;
	line-height: 24px;
}
#footerContent .sep {
	padding: 0px 20px;
}
#footerContent a {
	color: #ffeaba;
	text-decoration: none;
}
#footerContent a:hover {
	text-decoration: underline;
}
/*---------classes----------*/

.lftMargin8 {
	margin-left: 8px;
}
.lftMargin35 {
	margin-left: 35px;
}
.lftMargin23 {
	margin-left: 23px;
}
.lftMargin120 {
	margin-left: 120px;
}
.paddingTop2 {
	padding-top:3px;
}
.paddingLeft12 {
	padding-left:10px;
}
.floatRight {
	float:right;
}
.floatLft {
	float:left;
	margin-right:5px;
}
.italic {
	font-style:italic;
}
/* left navigation */
.navList {
	border-bottom:1px solid #d17125;
	font-family: custom_font;
	font-size:18px;
	list-style:none;
	width: 186px
}
.navList a {
	color:#000;
	display:block;
	padding:5px 0px 0px 18px;
	/*width:168px;
	height:22px;*/
}
.small {
	/*display:block;
	padding:12px 0px 0px 18px;
	width:168px;
	height:18px;
	list-style:none;
	border-bottom:1px solid #d17125;
	font-family: custom_font;*/
	font-size:14px;
	padding: 5px 0 2px 7px;
	width: 179px;
}
.navListSmall a {
	color:#000;
}
/*----Menu Page-----*/

.Largenav {
	width:275px;
	display:block;
	padding:5px 0px 0px 18px;
	height:22px;
	list-style:none;
	border-bottom:1px solid #d17125;
	font-family: custom_font;
	font-size:18px;
}
.Largenav a {
	color:#000;
}
.navList a:hover, .navList a:active, .navList a:focus, .navListSmall a:hover, .navListSmall a:active, .navListSmall a:focus, .Largenav a:hover, .Largenav a:active, .Largenav a:focus {
	color: #FFF;
/*	display:block;
	list-style:none;
	padding:5px 0px 0px 18px;
	width:168px;
	height:22px;
	border-bottom:1px solid #d17125;
	font-family: custom_font;
	font-size:18px;*/
}


.smallDates {
	font-size:10px;
	color:#000;
}
.smallRedDates {
	font-size:10px;
	color:#741316;
	text-decoration:underline;
}
/* form elements */
.form {
	margin-top:10px;
	text-align:left;
}
.requiredFieldk {
	color:#851719;
}
.requiredFieldgrey {
	color:#999;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:10px;
	padding-top:5px;
	letter-spacing:0px;
}
.requiredFieldgrey a {
	color:#999;
	font-size:10px;
	padding-top:5px;
	letter-spacing:0px;
	text-decoration:underline;
}
.internLocations {
	font-family: custom_font3;
	color:#bdcfa8;
	display:block;
	font-size:13px;
	padding:1px 0px 0px 10px;
}
.internLocations a {
	font-family: custom_font3;
	text-shadow:2px 2px 0.1px #4f6a2e;
	color:#bdcfa8;
}
.internLocations a:hover {
	font-family: custom_font3;
	color:#FFF;
	font-size:14px;
	text-decoration:none;
}
.locationBig {
	font-family: custom_font3;
	text-shadow:2px 2px 0.1px #4f6a2e;
	color:#FFF;
	font-size:40px;
}
.noShadow {
	text-shadow:none;
}
.q_formField {
	background-color:#dfdfdf;
	height:22px;
	font-weight:lighter;
}
.q_formLoginField {
	background-color:#dfdfdf;
	height:24px;
	color:#6e757d;
	margin-top:4px;
}
.QformTitle {
	font-family: custom_font2;
	color:#FFF;
	letter-spacing:1px;
	font-size:24px;
}
.QformTitleOrange {
	font-family: custom_font4;
	color:#e17e01;
	letter-spacing:1px;
	font-size:23px;
}
.QconfirmationTitle {
	font-family: custom_font2;
	text-shadow:-2px 3px 4px #3f1e1b;
	color:#FFF;
	letter-spacing:1px;
	font-size:50px;
}

.mentablCenterBold{
	text-align:center;
	margin-top:15px;
	height:25px;
	font-size:13px; 
    color:#8f2000;
	border:0px;
}

/*-----Gift Card Page------*/

#giftcardTop {
	height: 371px;
	background-image:url(images/gift_c_top.png);
}
#giftcardMid {
	height: 130px;
	background-image:url(images/gift_c_mid.png);
}
#giftcardContent {
	height: 115px;
	background-image:url(images/lowerGrad.png);
}
#giftcardBot {
	height: 52px;
	background-image:url(images/gift_c_bottom.png);
}
#giftcardTopMenu {
	width: 81px;
	height: 72px;
	background-image:url(images/giftcards_top_subM.png);
	float:right;
	padding: 17px 0px 0px 16px;
	margin: 61px 63px 0px auto;
	color:#FFF;
}
#giftcardTopMenu ul {
	list-style: none;	
}
#gcLftCol {
	width: 410px;
	float:left;
	text-align:justify;
	color: #FFF;
	padding: 0px 75px 0px 117px;
}
#gcRghtCol {
	width: 410px;
	float: right;
	color: #FFF;
	padding: 0px 110px 0px 75px;
}
#orderNowBut {
	width: 181px;
	margin: 15px auto 0px 117px;
	height: 50px;
}
/*-----About Pages------*/

#abLftCol {
	margin-top:2px;
	width: 201px;
	float:left;
}
#abNavTop {
	height: 91px;
	background-image:url(images/abo_lft_navTop.png);
}
.gcqc #abNavTop {
	background-image: url(images/gift_lft_navTop.png);	
}
#abNavMid {
	height: 450px;
	background-image:url(images/abo_lft_navMid.png);
	padding-left:9px;
}
#abNavBot {
	height: 131px;
	background-image:url(images/abo_lft_navBot.png);
	padding:0px 20px 0px 25px;
	color:#FFF;
	line-height:14px;
	font-size:10px;
}
#abMidCol {
	width: 810px;
	height:674px;
	float:left;
	background-image:url(images/contentBoxBG.png);
	background-repeat:no-repeat;
	background-position:top center;
}
#abInternationalMidCol {
	width: 810px;
	height:674px;
	float:left;
	margin-top:1px;
	background-image:url(images/internationalBoxBG.png);
	background-repeat:no-repeat;
	background-position:top center;
}
#abTimeLineMidCol {
	width: 810px;
	height:674px;
	margin-top:2px;
	float:left;
	background-image:url(images/contentBoxBGtimeline.png);
	background-repeat:no-repeat;
	background-position:top center;
}
#abMidColOrange {
	width: 810px;
	height:674px;
	float:left;
	background-image:url(images/contentBoxBGorange.png);
	background-repeat:no-repeat;
	background-position:top center;
}
#abMidColPurple {
	width: 810px;
	height:674px;
	float:left;
	background-image:url(images/contentBoxBGpurple.png);
	background-repeat:no-repeat;
	background-position:top center;
}
#abMidColTeal {
	width: 810px;
	height:671px;
	float:left;
	background-image:url(images/contentBoxBGteal.png);
	background-repeat:no-repeat;
	background-position:top center;
}
#abMidColRed {
	width: 810px;
	height:671px;
	float:left;
	background-image:url(images/contentBoxBGred.png);
	background-repeat:no-repeat;
	background-position:top center;
}
#abRghtCol {
	margin-top:3px;
	width: 168px;
	float:left;
}
#abFindUsTop {
	width: 168px;
	height:279px;
	background-image:url(images/ab_findUs-but.png);
}
#abFindRghtButtons {
	width: 168px;
	height:340px;
}
#abTopHeading {
	padding:19px 0px 0px 28px;
}
#pageContent {
	margin:28px 0px 0px 45px;
	width:727px;
	height:504px;
	overflow-x: hidden;
	overflow-y: auto;
}
#internationalPageContent {
	margin:109px 0px 0px 24px;
	width:762px;
	height:542px;
}

/* If these top bars are only in the about section, we can remove these classes later */
#GreenTopBar {
	width:694px;
	height:32px;
	background-image:url(images/ab_GreenTopBar.gif);
	padding:8px 0px 0px 15px;
}
#PurpleTopBar {
	width:694px;
	height:31px;
	background-image:url(images/ab_PurpleTopBar.gif);
	padding:8px 0px 0px 15px;
}
#OrangeTopBar {
	width:694px;
	height:31px;
	background-image:url(images/ab_OrangeTopBar.gif);
	padding:8px 0px 0px 15px;
}
#OrangeTopBar {
	width:694px;
	height:31px;
	background-image:url(images/ab_OrangeTopBar.gif);
	padding:8px 0px 0px 15px;
}
#TealTopBar {
	width:694px;
	height:31px;
	background-image:url(images/ab_TealTopBar.gif);
	padding:8px 0px 0px 15px;
}
/* remove the above and use the below */
.topbar {
	width:694px;
	height:32px;
	padding:8px 0 0 15px;
	margin-bottom: 10px;
}
.green .topbar { background-image:url(images/ab_GreenTopBar.gif); }
.purple .topbar { background-image:url(images/ab_PurpleTopBar.gif); }
.orange .topbar { background-image:url(images/ab_OrangeTopBar.gif); }
.teal .topbar { background-image:url(images/ab_TealTopBar.gif); }
.red .topbar { background-image:url(images/ab_OrangeTopBar.gif); }

/* International selectors */
#interSelectedCountry {
	width:210px;
	color:#FFF;
	text-shadow:2px 2px 0.5px #4f6a2e;
	height:280px;
	margin:117px 0px 12px 115px;
}
#interBottomBox {
	width:260px;
	height:189px;
	padding:5px 5px 5px 7px;
	background-image:url(images/int_but_box.png);
	background-repeat:no-repeat;
}
#interBottomGreenBar {
	width:250px;
	padding:8px 0px 4px 9px;
	height:23px;
	background-image:url(images/int_but_boxGreenBar.gif);
	background-repeat:no-repeat;
}
/*-----Q-Club Page------*/

#q-clubTopBox {
	height:281px;
}
#q-clubMidBox {
	height:121px;
}
#q-clubBotBox {
	height:283px;
}
#q-clubEmailForm {
	width:370px;
	height:80px;
	float:right;
	margin:10px 300px 0px 0px;
}
#q_MidcolL {
	width:680px;
	height:65px;
	line-height:23px;
	font-family: custom_font;
	font-size:21px;
	text-shadow:-4px -2px 8px #f7d700;
	color:#000;
	text-align:center;
	padding:120px 0px 0px 300px;
}
#q_MidcolR {
	width:800px;
	height:100px;
	padding-left:200px
}
#q_MidcolRightForm {
	width:780px;
	height:90px;
	padding:5px 0px 0px 10px;
	border-bottom:1px #6e757e solid;
	border-top:1px #6e757e solid;
}
#q_checkBoxContainer {
	width:20px;
	height:23px;
	float:right;
	text-align:center;
	padding:7px 0px 0px 0px;/*-----
	background-image:url(images/checkboxContainer.png);
}
------*/
}
#q_mainContainerLeft {
	width:1009px;
	height:676px;
	float:left;
	background-image:url(images/contentBoxBGqclub.png);
	background-position:left center;
}
#q_BottomLft {
	width:300px;
	height:250px;
	float:left;
	padding-left:40px;
}
#q_BottomR {
	width:650px;
	float:left;
	margin-top:0px;
}
#q_loginTop {
	width:278px;
	height:63px;
	background-image:url(images/loginTop.png);
	margin-top:30px;
	margin-left:5px;
}
#q_loginMid {
	width:238px;
	height:71px;
	background-image:url(images/loginMid.png);
	margin-left:5px;
	padding:3px 20px 0px 20px;
	line-height:18px;
	font-family: custom_font;
	font-size:17px;
	color:#FFF;
	text-align:center;
}
#q_loginBot {
	width:278px;
	height:60px;
	padding-top:4px;
	text-align:center;
	background-image:url(images/loginBot.png);
	margin-left:5px;
}
#q_confirm1Box {
	width:378px;
	height:230px;
	float:right;
	background-image:url(images/subImageConPage.png);
	background-position:left center;
	background-repeat:no-repeat;
	padding: 50px 30px 0px 260px;
	color:#FFF;
	letter-spacing:1px;
	margin:30px 0px 12px 0px;
	font-family: custom_font;
	line-height:27px;
	font-size:24px;
}
/*-----History Timeline Page------*/

#timeLtopParagraph {
	width:621px;
	height:80px;
	margin:90px auto 0px auto;
	color:#566d1b;
	font-weight:bolder;
}
#timeLineFlashHolder {
	margin:5px 0px 0px 9px;
	width:794px;
	height:488px;
}
/*-----Menu Pages------*/



#menLftCol {
	margin-top:2px;
	width: 308px;
	float:left;
}
#menNavTop {
	height: 103px;
	background-image:url(images/menu_lftNavTop.png);
}
#menNavMid {
	background-image:url(images/menu_lftNavMid.png);
	padding-left:7px;
}
#menNavBot {
	height: 129px;
	font-weight:bolder;
	padding:15px 20px 0px 25px;
	color:#FFF;
	line-height:20px;
	font-size:11px;
	text-shadow:1px 2px 2px #6f3606;
}
#menMidCol {
	margin-top:3px;
	width: 490px;
	height:659px;
	float:left;
	padding:15px 7px 0px 5px;
	background-image:url(images/menu_midcolBG.png);
	background-repeat:no-repeat;
	background-position:top center;
}

#nutriMidCol {
	margin-top:3px;
	width: 490px;
	height:659px;
	float:left;
	padding:15px 7px 0px 5px;
	background-image:url(images/nutritionalChart.png);
	background-repeat:no-repeat;
	background-position:top center;
}

#menRghtCol {
	margin-top:3px;
	width: 360px;
	height:670px;
	float:right;
	overflow:scroll;
	overflow-x:hidden;
	overflow-y: auto;
}
#menuItemBoxTop {
	height:121px;
	padding:15px 0px 0px 5px;
	background-image:url(images/subGridBoxTop.png);
}
#menuItemBoxBot {
	height:31px;
	background-image:url(images/subGridBoxBot.png);
	text-align:center;
}
#menulftItem {
	width:166px;
	float:left;
}
#menurgtItem {
	width:166px;
	float:left;
}
#menurgt3rdItem {
	width:166px;
	float:right;
}

#menuSubInfo {
	width:450px;
	margin:0px auto;
	height:200px;
	color:#8f2000;
	font-weight:bold;
}
#menuSubInfo a {
	color:#000;
}
/*-----Menu Grid------*/


#menGRIDMidCol {
	margin-top:3px;
	width: 500px;
	height:670px;
	float:left;
	padding:0px 0px 0px 0px;
}

#menGRIDRghtCol {
 
	width:860px;
	height:668px;
	float:left;
	overflow:scroll;
	overflow-x:hidden;
	overflow-y: auto;
}

#menuGRIDHolder{
	margin-top:5px;
	}
.relative {
	position: relative;
}



#menNutriBGBOX{
	width:860px;
	float:left;
	margin-top:8px;
	padding-top:1px;
	background-image:url(images/nutritionalBGBox.png);
	background-repeat:no-repeat;

}


#menNutriRghtCol{
	width: 860px;
	height:658px;
	overflow:scroll;
	overflow-x:hidden;
	overflow-y: auto;
}


#menNutriRghtCol table {
	width:100%;
	margin:10px auto 0px auto;
	border-collapse: collapse;
	border: solid 1px #CAA67E;
	}
	
#menNutriRghtCol table td{
	padding: 3px 0px;
	/*font-size: 9px;*/
	border-collapse: collapse;
	border: solid 1px #CAA67E;
	text-align: center;
	}


/* Stephanie's Additions */
/*#pageContent ol, #pageContent ul {
	display: block;
}
#pageContent li {
	display: list-item;
}*/

/* pageContent links */
#pageContent a {
	color: #a23c00;
	font-weight: bold;
}
.search #pageContent a {
	font: bold 12px Arial, Helvetica, sans-serif;
}
.sitemap #pageContent a {
	font-size: 14px;
	font-weight: normal;
}
#pageContent a:hover, #pageContent a:active, #pageContent a:focus {
	text-decoration: underline;	
}

/* pageContent text styles */
#pageContent p {
	padding:0 70px 10px 10px;
}
.who_we_are #pageContent p {
	padding-right: 135px;	
}
#pageContent h2 {
	margin-top: 0;
	padding-top: 0;	
}
#pageContent h3 {
	padding-left: 10px;
	padding-top: 15px;
}
#pageContent h4 {
	padding-left: 10px;
	/*padding-top: 15px;*/
}
.press #pageContent h3 {
	padding-top: 0;
	font-style: italic;
	margin-bottom: 10px;
}
.green #pageContent h2, .green #pageContent h3, .green #pageContent h4, .green .enhance, .green #pageContent h2 a  {
	color: #186509;	
}
.orange #pageContent h2, .orange #pageContent h3 {
 	color: #741316;
}
.teal #pageContent h2, .teal #pageContent h3 {
	color: #00816D;
}
.purple #pageContent h2, .purple #pageContent h3 {
	color: #504976;
}
.red #pageContent h2, .red #pageContent h3 {
	color: #801;
}
.enhance {
	font: bold 13px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#pageContent ul, #pageContent ol {
	margin-left: 24px;
	margin-right: 70px;
	padding-left: 14px;
	padding-bottom: 15px;
}
.press #pageContent ul li {
	margin-bottom: 6px;	
}
#pageContent ul ul {
	padding-bottom: 0;	
}
.press #pageContent ul ul li {
	margin-bottom: 3px;	
}
.red #pageContent dl {
	margin-right: 70px;
}
.red #pageContent dt {
	color: #801;
	font-weight: bold;	
	font-size: 14px;
}
.qc_faq #pageContent dt:before {
	content: "Q. ";
}
/*.qc_faq #pageContent dd:before { causing drop on dd with p - work on later.
	content: "A. ";
}*/
#pageContent dd {
	/* [disabled]padding-left: 10px; */
	margin-left: 10px;
	padding: 0;
	margin-bottom: 10px;
}
#pageContent dd ol {
	margin-left: 14px;
	margin-right: 0;
	padding-bottom: 0;
}
#pageContent dd ol li {
	padding-bottom: 5px;
}
#pageContent dd p {
	padding-left: 0;	
	padding-right: 0;
}
#pageContent dd h3 {
	padding-top: 10px;	
}
#pageContent ol li {
	padding-bottom: 15px;
}
/* search styles */
.search #pageContent ol {
	width: 530px;
	margin-left: 0;
	padding-left: 0;
}
.search #pageContent ol li {
	color: #436819;
	list-style-position: inside;
	border-bottom: 1px solid #e38305;
	background: url(images/search_back.jpg) repeat-x left bottom;
	padding: 0 25px 20px 10px;
	margin-top: 20px;
	font: bold 18px Arial, Helvetica, sans-serif;
}
.search #pageContent h3 {
	color: #436819;
	text-transform: uppercase;
	display: inline;
	font-size: 18px;
	/* [disabled]margin-left: 5px; */
}
.search #pageContent li p {
	font-size: 11px;
	line-height: 1.5;
	color: #000;
	font-weight: normal;
	padding-left:32px;
	padding-bottom: 5px;
}

/* sitemap styles */
.sitemap #pageContent ul {
/*	margin-left: 24px;
	padding-left: 14px;*/
	position: relative;
	list-style: none;
}
.sitemap #pageContent ul li.icon {
	background: url(images/icon_sitemap.gif) no-repeat 0px 3px;
	padding-left: 15px;	/*margin-left: -10px;*/
	position: relative;/*	left: -1px;*/
}
.sitemap #pageContent ul ul {
	padding-left: 0;
}
.sitemap #pageContent ul ul li {
	border-left: 1px solid #000;
}
.sitemap #pageContent ul ul li.noBorder {
	border: none;
}
.sitemap #pageContent ul li:before { /* this creates the dash before each sitemap list item */
	content: "— ";
	line-height: 1.5;
}

/* lunchbreak styles */
#loader {
	margin-top: 10px;
}
#full_flash {
	width: 995px;
	height:674px;
	float:left;
	margin-top: 10px;
}
.lunch_video #abRghtCol {
	padding-top: 4px;
}
.lunch_game #abRghtCol {
	padding-top: 0;
}
.lunch_video #full_flash {
	margin-top: 0;
	background: url(images/lunchbreak_player.png) no-repeat;
	position: relative;
}
.lunch_video #SubPageContent {
	padding-top: 0;
}
.lunch_video h1 {
	position: absolute;
	left: 380px;
	top: 15px;
}
.lunch_video h2 {
	position: absolute;
	top: 15px;
	right: 50px;
}
a.back_desk {
	position: absolute;
	top: 180px;
	left: 15px;
	display: block;
}
.lunch_game a.back_desk {
	left: 5px;
	top: 130px;
}
#full_flash #quizVid {
	position: absolute;
	width: 580px;
	left: 209px;
	top: 218px;
}
#player {
	position: relative;
	left: 85px;
	width: 640px;
}
#quizVid #prev, #quizVid #next {
	position: absolute;
	top: 120px;
}
#quizVid #prev a {
	display: block;
	width: 52px;
	height: 128px;
	background: url(images/cntrl_prev.png) no-repeat;
}
#quizVid #prev a span {
	position: absolute;
	left: -9999em;
}
#quizVid #next {
	right: 52px;
}
#quizVid #next a {
	display: block;
	width: 52px;
	height: 128px;
	background: url(images/cntrl_next.png) no-repeat;
}
#quizVid #next a span {
	position: absolute;
	left: -9999em;
}
#player .caption {
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	margin-left: 30px;
	padding-top: 10px;
}
.two #player .caption {
	margin-left: 80px;
}
.two #player object {
	margin-left: 80px;
	width: 480px;
}
.lunch_game #full_flash {
	height: 655px;
	background: url(images/game_main.png) no-repeat;
	position: relative;
}
.lunch_game h1 {
	position: absolute;
	left: 260px;
	top: 15px;
}
.lunch_game h2 {
	position: absolute;
	top: 4px;
	right: 50px;
}
#quizGame {
	position: absolute;
	top: 103px;
	left: 152px;
}
/* form styles */
form ol {
	list-style: none;	
}
#pageContent form li {
	margin-bottom: 10px;
	padding-bottom: 0;	
}
ol label {
	width: 150px;
	display: block;
	float: left;
	text-align: right;
	padding-right: 8px;
}
.purple fieldset {
	border: 1px solid #504976;
	width: 80%;
	margin-top: 15px;
}
.purple legend {
	font-weight: bold;	
	color: #504976;
	font-size: 20px;
	font-family: custom_font2;
}
.purple fieldset.check ol {
	padding-left: 50px;	
}
#pageContent input[type="text"] {
	width: 250px;	
}
.purple #pageContent input, .purple #pageContent textarea {
	border: 1px solid #504976;
	background: #E4E0FF;
}
.purple #pageContent input:focus, .purple #pageContent textarea:focus {
	background: #D7D5F4;
	border: 1px solid #000;
}
form .check li {
	width: 150px;	
	margin-bottom: 0;
}
#pageContent form .check li.no_bott {
	margin-bottom: 0;	
}
.check li.long {
	width: 500px;	
}
.check li.long label {
	padding-left: 5px;
}	
.check ol label {
	width: 5px;
	display: inline;
	float: none;
}
.check ol input[type="radio"], .check ol input[type="checkbox"] {
	float: none;
	width: 30px;
	display: inline;
}
.check ol label.long {
	width: 500px;	
}
#pageContent input#submit {
	-webkit-box-shadow:0px 2px 5px rgba(110,117,125,.5);
	-moz-box-shadow:0px 2px 5px rgba(110,117,125,.5);
	box-shadow:0px 2px 5px rgba(110,117,125,.5);
	-webkit-border-radius: .5em;
	-moz-border-radius: 0.5em;
	border-radius: .5em;
	padding: 8px 10px 5px;
	font: 20px custom_font;
	/*	font-size: 20px;
	font-style: bold;cursor: default;*/
	margin: 10px 0 20px 87px;
	text-shadow:-1px 0px 1px rgba(110,117,125,.8);
	
}

/* Press release pages */
.press #pageContent h2 {
	margin-top: 20px;
	text-transform: uppercase; /* check this */
}
.press #pageContent h2:first-of-type {
	margin-top: 0;	
}
h2.newsTitle {
	/* [disabled]margin-bottom: 10px; */
}
.date {
	display: block;
	font-size: 80%;
}
.sup {
	position: relative;	
}
.up {
	position: relative;	
	font-size: 70%;
	top: -.4em;
}	

/*-----Custom Scrollbar------*/
			
.holder {
	float: left;
	margin: 10px;
}

.scroll-pane {
	width: 788px;
	height: 660px;
	overflow: auto;
	float: left;
}

.scroll-pane2 {
	width: 860px;
	height: 660px;
	overflow: auto;
	float: left;
}

.wide {
	width: 400px;
}

.super-wide {
	width: 700px;
}

.tall {
	height: 400px;
}

#pane1 {
}


.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0px;
	height: 100%;
	background-image:url(images/scrollerLine.png);
	background-repeat:no-repeat;
	background-position:center;
}
.jScrollPaneDrag {
	position: absolute;
	height:100%;
	background-image:url(images/scroller.png);
	background-position: top center;
	background-repeat:no-repeat;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 10px;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
}
.green.press #wrapper #SubPageContent #abMidCol #abContentWrapper #abPressRelease .item p a {
	color: #000;
}
