html, body {
	min-height: 100%;
}

body {
	font-family: Arial, Helvetica,  sans-serif;
	margin: 0;
	padding:0;
	background-color: #d1d2d4;
	background-image: url(http://www.fcpfirst.com/imgs_in/bckg.jpg);
	background-attachment: fixed;
	font-size: 16px;
	position: relative;
	height: 100%;
}

a,h1,h2,h3,h4,h5,h6,div,span,p,form,ul,ol {
	line-height: 1em;
	margin: 0;
	padding: 0;
}

a {
	color: rgb(0, 63, 119);
}

a:hover {
	text-decoration: none;
}

a img {
	border-width: 0;
}

#login, #newsletter, #foodecall-register, #signup {
	background-color: #FFF;
	display: none;
}

input, select, textarea {
	font-family: Arial, Helvetica,  sans-serif;
}

#login label, #newsletter label, #signup label
{
	float: left;
	font-size: .8em;
	line-height: 2.5em;
	height: 2.5em;
	clear: both;
	width: 76px;
	text-align: right;
}

#signup.new label {
	width: 150px;
}

#login input, #newsletter input, #signup input
{
	margin: 5px;
	width: 130px;
}

#login p
{
	margin: 10px;
}
#signup p 
{
	margin: 5px;
	width: 200px;
}

#signup.new p {
	width: 274px;
}

.option a 
{
	color: #FFF;
	font-weight: bold;
}

#lightboxwrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	background-color: #000;
}

#lightboxwrapper.clear {
	background-color: transparent;
}

#lightboxholder {
	position: absolute;
	z-index: 200;
	background-color: #FFF;
	overflow: visible;
	border: solid 10px #FFF;
}

#lightboxholder.clear {
	border-width: 0px;
}

#lightboxclose 
{
	position: absolute;
	z-index: 30000;
	display: block;
	background-color: #FFF;
	padding: 0 5px;
	font-size: .8em;
	top: -1.6em;
	right: -10px;
	margin: auto;
	line-height: 1.6em;
	overflow: visible;
}

#lightboxholder.clear #lightboxclose {
	right: 0px;
}

#wrapper {
	background-color: #FFF;
	border: solid 1px rgb(156, 159, 158);
	border-width: 0 1px;
	width: 978px;
	text-align: left;
	margin: auto;
}

#content {
	float: left;
	display: inline;
	width: 762px;
	border-left: solid 1px rgb(156, 159, 158);
	color: #333;
	min-height: 800px;
	overflow: hidden;
}

#triplebanner {
	height: 112px;
	overflow: hidden;
}

#triplebanner img {
	display: inline;
	float: left;
}

#fcpevents 
{
	height: 214px;
	overflow: hidden;
}

.featuredlist {
	font-size: 0.7em;
	width: 762px;
}

.featuredlist .item {
	width: 130px;
	display: inline;
	float: left;
	border-left: solid 1px rgb(156, 159, 158);
	padding: 0 30px;
}

.featuredlist .item.start {
	border-left-width: 0;
}

.featuredlist .item.end {
	padding-right: 0;	
}

.featuredlist .item img {
	display: block;
}

.featuredlist .item span {
	display: block;
	margin: 5px 0;
}

h1, h2, h3, h4, h5, h6 {
	color: rgb(35, 60, 99);
	margin: 0 0 5px;
	line-height: 1em;
}

h1 
{
	white-space: nowrap;
	position: relative;
	margin: 0;
	font-size: 1.2em;
	font-weight: normal;
	background-color: rgb(156, 159, 158);
	color: #FFF;
	text-transform: uppercase;
	padding: 12px;
	height: 19px;
	overflow: visible;
}

h1.dark 
{
	background-color: rgb(80, 79, 74);
}

h3 {
	margin: 20px 20px 10px;
	font-size: 1em;
	font-weight: bold;
}

h5 {
	margin: 10px 20px 15px;
	font-size: .8em;
	font-weight: bold;
	color: rgb(54, 94, 152);
}

p, ol, ul
{
	font-size: .8em;
	line-height: 1.35em;
	margin: 10px 20px 15px;
}

#content h1 span.sub {
	position: absolute;
	top: 0;
	right: 0;
	text-transform: none;
	font-size: 0.7em;
	line-height: 1em;
	font-weight: bold;
	padding-top: 15px;
}

#content h1 span.sub a {
	float: left;
	color: #FFF;
	padding: 0 15px;
	height: 40px;
	text-decoration: none;
}

#content h1 span.sub a.active, #content h1 span.sub a:hover {
	color: rgb(0, 63, 119);
	background-image: url(http://www.fcpfirst.com/imgs_in/subarrow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#content h1 span.sub a.orange {
	color: #dc431d;
}

#content h1 span.sub a.orange:hover {
	color: #277e8b;
}

#content h1 span.sub a.red
{
	color: #CC0C00;
}

#content h1 span.sub a.summerorange {
	color: #61463d;
}

#content h1 span.sub a.purple {
	color: rgb(128,0,128);
}

#content h1 span.sub a.pink {
	color: #ce007c;
}

#content h1 span.sub a.purple:hover {
	color: #000;
}

#content h1 span.sub a.noarrow:hover 
{
	background-image: none;
}

#content h1.dark span.sub a.active, #content h1.dark span.sub a:hover 
{
	background-image: none;
	color: #CCC;
}

#content ul, #content ol {
	padding: 0;
	margin: 10px 36px 10px;
	line-height: 1.3em;
	font-size: .8em;
}

#content ul li, #content ol li {
	margin-bottom: .3em;
}

#content ul ul 
{
	font-size: 1em;
}

div.spacer {
	height:0;
	overflow: hidden;
	clear: both;
}

.panels {
	position: relative;
	overflow: hidden;
}

.panels .panelswrapper {
	position: relative;
	overflow: visible;
	width: auto;
}

.panels .panelswrapper .panel {
	clear: both;
	margin-right: 20px;
	overflow: hidden;
}

.module 
{
	width: 512px;
	margin: 0 20px 20px;
	float: left;
	display: inline;
}

.fullmodule {
	width: 722px;
	float: none;
	display: block;
}

.rotate 
{
	float: right;
	display: inline;
	width: 190px;
	height: 470px;
	background-color: rgb(204, 204, 204);
	margin: 0 20px 20px 0;
}

.module .panel 
{
	width: 512px;
}

.fullmodule .panel {
	width: 722px;
}

.module h3 
{
	font-size: 1em;
	padding: 10px;
	font-weight: bold;
	background-color: rgb(204, 204, 204);
	margin: 0 0 20px;
}

#featured 
{
	padding: 30px 0 30px;
}

#featured .panel 
{
	margin: 0 0;
}

.moduleitem
{
	width: 130px;
	float: left;
	display: inline;
	margin: 0 0 0 20px;
}

.fullmodule .moduleitem {
	width: 200px;
}

#featured .moduleitem 
{
	width: 130px;
	margin: 0 0 0 30px;
}

.moduleitem img, .rotate .rotateitem img 
{
	display:block;
	margin: 0 auto 5px;
}

.moduleitem span, .moduleitem a, .rotate .rotateitem span, .rotate .rotateitem a
{
	display: block;
	margin: 3px auto;
	font-size: .7em;
	line-height: 1.35em;
}

.moduleitem span a, .rotateitem span a {
	font-size: 1em;
	display: inline;
	margin: auto;
}

.rotate .rotateitem span, .rotate .rotateitem a 
{
	margin: 3px 20px;
}

.modulesep 
{
	width: 1px;
	height: 250px;
	float: left;
	background-color: rgb(156, 159, 158);
	margin: 0 0 0 20px;
}

#featured .modulesep 
{
	margin: 0 0 0 30px;
}

.modulelinks 
{
	font-size: .8em;
	font-weight: bold;
	margin: 20px 20px 10px;
	line-height: 1.35em;
}

.modulelinks a
{
	white-space: nowrap;
	text-decoration: none;
}

.modulelinks a:hover
{
	text-decoration: underline;
}

.rotate .rotateitem 
{
	display: none;
}

.rotate .active 
{
	display: block;
}

.rotate h3 
{
	color: rgb(123, 92, 48);
	text-align: center;
	margin: 10px auto;
	font-size: 1em;
	text-transform: uppercase;
	font-weight: bold;
}

.rotate h4
{
	text-align: center;
	margin: 0px auto 5px;
	font-size: .8em;
	font-weight: bold;
}

.event, .contest
{
	margin: 20px;
}

.event h3, .contest h3
{
	margin: 0 0 5px;
	font-size: 1em;
	font-weight: bold;
}

.purple, .event h4.purple a {
	color: rgb(128, 0, 128);
}

.contest h3 {
	text-transform: uppercase;
	font-size: 1.1em;
}

.event h4, .contest h4
{
	font-size: .85em;
	font-weight: bold;
	margin: 0 0 5px;
}

.event h5 {
	margin: 0 0 5px;
	color: inherit;
}

.contest h4 {
	font-size: .8em;
	color: rgb(156, 159, 158);
	margin-bottom: 15px;
}

.contest h4 strong {
	color: #000;
}

.contest img {
	display: block;
	margin: 15px 0;
}

.contest a.enter {
	display: block;
	margin: 15px 0 0;
	width: 120px;
	height: 29px;
	background-image: url(/img/fcp_clicktoenter.jpg);
	overflow: hidden;
	text-indent: -9999px;
}

#eventsflash {
	width: 762px;
	height: 357px;
	overflow: hidden;
}

ul#eventsflash {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

ul#eventsflash li.item {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: block;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: left top;
	display: none;
}

ul#eventsflash li.active {
	z-index: 10;
	display: block;
}

ul#eventsflash li.animating {
	z-index: 11;
	display: block;
}

ul#eventsflash li.next {
	z-index: 9;
	display: block;
}

ul#eventsflash li.controls {
	z-index: 12;
	position: absolute;
	right: 20px;
	bottom: 15px;
}

ul#eventsflash li.controls a {
	float: left;
	margin-left: 10px;
	width: 22px;
	height: 22px;
	overflow: hidden;
	position: relative;
}

ul#eventsflash li.controls .prev {
	background: transparent url(/events/0907/controls/controls.png) no-repeat left top;
}

ul#eventsflash li.controls .pause {
	background: transparent url(/events/0907/controls/controls.png) no-repeat -22px top;
}

ul#eventsflash li.controls .next {
	background: transparent url(/events/0907/controls/controls.png) no-repeat -44px top;
}

ul#eventsflash li.item a.big {
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

ul#eventsflash li.item div.options {
	position: absolute;
	z-index: 2;
	right: 20px;
	top: 15px;
}

ul#eventsflash li.item div.options a {
	float: left;
	margin-left: 10px;
	height: 20px;
	overflow: hidden;
	text-indent: -9999px;
}

ul#eventsflash li.item div.options a.listen {
	width: 65px;
	background: transparent url(/events/0907/controls/listen.png);
}

ul#eventsflash li.item div.options a.watch {
	width: 107px;
	background: transparent url(/events/0907/controls/watch.png);
}

ul#eventsflash li.item object, ul#eventsflash li.item embed {
	display: block;
}

.hidden { display: none; }

.event p 
{
	margin: 5px 0 20px;
}

.event .extended 
{
	clear: both;
	margin: 20px 0;
}

.event .eventreg 
{
	margin: 20px 0;
}

.eventsep, .contestsep
{
	clear: both;
	height: 1px;
	overflow: hidden;
	background-color: rgb(156, 159, 158);
	margin: 20px 0;
}

.eventscontent 
{
	background-color: rgb(80, 79, 74);
	color: #FFF;
}

.eventscontent p 
{
	margin: 15px;
}

.eventscontent ol 
{
	font-size: .8em;
	padding: 0;
	margin: 15px 35px;
}

.eventscontent a 
{
	color: #FFF;
}

.eventscontent div.whitespacer 
{
	background-color:#FFF;
	height: 1px;
	margin: 20px;
}

.expand 
{
	display: block;
	width: 81px;
	height: 18px;
	background-image: url(http://www.fcpfirst.com/img/clickinfo.gif);
	overflow: hidden;
}

.expand.open 
{
	background-image: url(http://www.fcpfirst.com/img/close.gif);
	width: 58px;
}

.eventspgcol 
{
	width: 254px;
	float: left;
	display: inline;	
}

.eventspgcol h1 
{
	border-right: solid 1px rgb(115, 114, 110);
}

.eventspgcol.end h1
{
	border-right-width: 0;
}

.eventspgcol img 
{
	display: block;
}

.storecol
{
	float: left;
	display: inline;
	width: 212px;
}

.storecol h3 
{
	margin-bottom: 5px !important;
}

ul.storelist 
{
	list-style-type: none;
	margin-bottom: 20px !important;
	margin-top: 5px !important;
	margin-left: 20px !important;
	margin-right: 20px !important;
	font-size: .7em !important;
}

ul.storelist li 
{
	margin-bottom: 3px !important;
}

ul.storelist a 
{
	text-decoration: none;
}

ul.storelist a:hover
{
	text-decoration: underline;
}

#storedetails 
{
	background-color: rgb(204, 204, 204);
	width: 318px;
	margin: 20px 20px 20px 0;
	float: right;
	display: inline;
}

#storedetails p.small a 
{
	text-decoration: none;
}

.storedetails 
{
	display: none;
}

.storedetails p 
{
	margin-bottom: 20px !important;
}

.storedetails .storeimg
{
	display: block;
	margin: 10px auto 0;
}

.storedetails h3 
{
	color: rgb(123, 92, 48);
	margin: 20px 20px 10px;
	font-size: 1em;
	font-weight: bold;
}

.storezoomimg 
{
	display: none;
}

.map 
{
	display: none;
	padding: 10px;
}

.map img 
{
	display: block;
}

.map a 
{
	display: block;
	font-size: .8em;
	text-align: center;
	margin: 10px auto 0;
}

ul.columned 
{
	width: 160px;
	float: left;
	display: inline;
	margin: 0 0 0 20px !important;
	font-size: .7em !important;
	list-style-type: none;
}

ul.columned li 
{
	margin-bottom: 2px !important;
}

.social {
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 22px;
	margin-left: 12px;
	height: 16px;
	line-height: 16px;
}

h1 .social {
	float: right;
	height: 100%;
	font-size: .7em;
	line-height: 1.6em;
	text-decoration: none;
}

h1 a.social:hover {
	text-decoration: underline;
}

.twitter {
	color: #33ccff;
	background-image: url(/img/bookmark/twitter.png);
}

.facebook {
	color: #3b5998;
	background-image: url(/img/bookmark/facebook.png);
}

h1 .facebook, h1 .twitter {
	color: #FFF;
}

.sociallinks {
	clear: both;
	font-size: .7em;
	font-weight: bold;
}

.sociallinks .social {
	float: right;
	display: inline;
}

.videoblog {
	width: 702px !important;
	padding: 0 30px;
	font-size: 1em;
}

.videoblog .video {
	float: right;
	display: inline;
	margin-left: 15px;
}

.videoblog p {
	margin: 0 0 15px;
}

.small 
{
	font-size: .7em;
}

.hide 
{
	display: none;
}

.right, .left {
	display: inline;
}

.right {
	float: right;
}

.left {
	float: left;
}

img.right, img.left {
	margin-bottom: 20px;
}

img.right {
	margin-left: 20px;
}

img.left {
	margin-right: 20px;
}

input.masked {
	color: #AAA;	
}

input.masked.active {
	color: #000;
}

.imagetext {
	text-indent: -9999px;
}

#foodecall {
	margin: 15px 0 0;
	padding: 15px 0;
	border-top: solid 1px rgb(156, 159, 158);
}

#foodecall img {
	display: block;
}

#foodecall div.image {
	width: 59px;
	height: 84px;
	margin: auto;
	background: url(/img/nav/foodecall_nav_logo.png);
}

#navigation #foodecall p {
	margin-top: 5px;
}

#foodecall a {
	width: 56px;
	height: 15px;
	background: url(/img/nav/register.png);
}

#foodecall-register {
	display: none;
	width: 328px;
}

#foodecall-register .wrapped {
	padding: 15px;
	background: #ededee;
}

#foodecall-register fieldset {
	border: none;
	padding: 10px 10px 0;
}

#foodecall-register .social {
	padding: 10px 10px 0;
}

#foodecall-register fieldset .spacer {
	height: 10px;
}

#foodecall-register label {
	float: left;
	font-size: .8em;
	line-height: 1.8em;
	display: inline;
}

#foodecall-register .field {
	float: right;
	width: 190px;
	margin: 0 0 0 5px;
	display: inline;
	border: none;
	padding: 0;
	font-size: .7em;
	padding: .5em;
}

#foodecall-register .logo {
	width: 107px;
	height: 152px;
	margin: auto;
	background-image: url(/img/foodecall/foodecall.png);
}

#foodecall-register .submit {
	float: right;
}

#foodecall-register input[type=submit].submit {
	display: block;
	border-width: 0;
	width: 67px;
	height: 22px;
	text-indent: -9999px;
	float: right;
	background: url(/img/foodecall/register_large.png);
}

#foodecall-register .social {
	height: auto;
	line-height: auto;
}

#foodecall-register .twitter {
	float: left;
	width: 108px;
	height: 43px;
	background: url(/img/foodecall/twitter.png);
}

#foodecall-register .facebook {
	float: right;
	width: 110px;
	height: 42px;
	background: url(/img/foodecall/facebook.png);
}