﻿ body
{
    background-color: #092a44;
    color:#000;
    font-family: tahoma,verdana,arial;
    font-size: 11px;
    margin: 0;
}

a
{
    color: black;
    text-decoration: none;
}

a:hover
{
    color:#ADBD3C;
}

.wrapper {
    margin: 0 auto 15px;
    position: relative;

    background: url('../images/2010/wrapper_background.jpg') no-repeat center 0;
    overflow-x: none;
}

.header {
    width: 922px;
    height: 173px;
    margin: 0 auto;
}

.header img{
    display: block;
}

.content
{
    width: 920px;
    margin: 0 auto;
    background: #fff none;
}
.content-main {
    padding: 20px 40px;
    position: relative;
}
.content img.content-top {
    display: block;
    margin: 0px auto;
}

.content p.content-top {
    font-size: 20px;
    text-align: justify;
}

.petition-instructions p
{
	color: #000;
	font-size: 15px;
}

.petition-instructions .subscriber
{
    font-size: 15px;
}

.petition-instructions .required-marker
{
    font-size: 11px;
	color:#BFBFBF;
}

/*********************************/
/*                               */
/*   Petition Form classes       */
/*                               */
/*********************************/

.petition-form
{
    border-top: solid 1px #827d77;
	/*border-bottom: solid 1px #827d77;*/
	padding: 15px 0px;
}

.petition-form div
{
    margin-top: 20px;
	margin-bottom: 5px;
	
}

.petition-form label
{
    float: left;
    width: 250px;
	margin-right: 65px;
}

.petition-form input
{
    width: 283px;
}

.petition-form textarea {
    width:283px;
    height: 150px;
    color:#000000;
    font-family:tahoma,verdana,arial;
    font-size:11px;
}

.petition-form select
{
    width: 137px;
}

.radio-buttons
{
}

.radio-buttons label
{
    width: 50px;
    display: block;
    float:left;
	padding-top: 2px;
	padding-left: 3px;
	margin-right: 0px;
}

.radio-buttons input
{
    width: 10px;
    display: block;
    float:left;
}

.checkboxlist
{
    margin-left: 310px;
}

.checkboxlist td
{
	padding: 2px 0px;
	vertical-align: top;
}

.checkboxlist label
{
	display:inline-block;
	float:none;
	margin-top:3px;
	padding-left:5px;
	vertical-align:top;
}

.checkboxlist input
{
    width: auto;
}

.petition-form .other-option
{
    margin-left: 312px;
	margin-top: 0px;
}

.other-option label
{
    float: none;
	margin-right: 5px;
}

.other-option input
{
    width: auto;
	_margin-left: 3px;
	margin-right: 8px;
	*margin-right: 6px;
	*padding-top: 0px;
}

.submit-button
{
    margin-top: 10px;
    position: relative;
    left: 320px;
}

.submit-button input
{
    width: 50px;
	height: 17px;
	
	background:url(../images/btn_contact_submit.gif) no-repeat;
	border: none;
}

.thank-you
{
    border-top: solid 1px #827d77;
	border-bottom: solid 1px #827d77;
    text-align:center;
    height: 400px;
    padding-top: 50px;
}

.thank-you span
{
    font-size: 14px;
    font-weight: bold;
}

.message
{
    text-align:center;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.no-float-label
{
    float: none;
}

/**************************/
/*                        */
/*   Footer classes       */
/*                        */
/**************************/

.footer
{
	width: 920px;
    margin: 0 auto;
	color: #000;
	font-size: 13px;
	
}

.footer img
{
    display: block;
}

.footer-privacy
{
    text-align: center;
	font-size: 12px;
	clear: both;
    color: #fff;
    padding: 40px 0px;
}

.footer-privacy a
{
    color: #fff;
}

#error-messages {

	
	border:1px solid #827D77;
	
	padding: 10px 20px;
	
}

#error-messages li {
	margin: 10px 0px;
}

#error-messages span {
	color: #074473;
	font-size: 12px;
	font-weight: bold;
	padding-right: 5px;
	
}

input.has-error, select.has-error, textarea.has-error,
.has-error input{
	background-color: #ff9292;
}

.has-error label {
	color: #074473;
}


.dish-number {
	color:#a9b632;
	font-weight: bold;
	font-size: 18px;
}


input.submit-button {
	background-color:#074473;
	border:1px ridge #FFFFFF;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	padding:5px 16px;
	text-transform:uppercase;
	width: auto;
	cursor: pointer;
}


input.email {
	width:283px;
}


#divEmailNetwork label{
	float: left;
	width: 120px;
}

#divTellAFriend label {
	float: left;
	width: 150px;
}


a.action-link {
	
	display: block;
	font-size: 30px;
    color:#000;
	padding-top: 8px;
	padding-left: 60px;
	height: 37px;
	width: auto;
	
	background:url('../images/2010/arrow.gif') no-repeat 0px top;
}

a.action-link:hover
{
    color:#074473;
	background-position: 0px center;
}

a.active-link
{
    color:#074473;
	background-position: 0px bottom;
    outline: 0 none;
}

a.active-link:hover
{
	background-position: 0px bottom;
}

#social-links {
    position: absolute;
    right: 20px;
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#social-links li{
    width: 68px;
    height: 73px;
    margin: 0px;
    padding: 0px;
}

#social-links li a{
    display: block;
}

#social-links li a img{
    border: 0 none;
    display: block;
}
