/*layout styles */

body {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11pt;
	margin:0px;
}

table, td, p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11pt;
	color: #000000;
}

div {
	text-align:left;
	font-size:11pt;
}

#container { 
	background:url(../i/bg_container.jpg)  repeat-y; 
	background-position: center;
	margin:0 auto; 
	width:996px;
}
	
#header {
	background-image:url(../i/bg_header.jpg);
	margin:0 auto;
	width:975px;
	height:419px;
	background-repeat: repeat-x;
	background-color: #66563E;
	color:#836E5D;
	border:1px solid #fff; 

}
#content {
	background: #FFFFFF url(../i/bg_content.gif)  repeat-y 50% 0;
	margin:0 auto;
	width:975px;
	min-height:200px;
	line-height:18px;
	text-align:center;
	border-left:1px solid #fff;
	border-right:1px solid #fff;

}
#footercontainer {
	width:100%; 
	background-color:#66563E; 
	text-align: center;
}
#footer { 
	margin:0 auto; 
	width:975px;
	height:91px; 
	color: #fff;
	line-height:18px;
	font-size:10px;
	background:url(../i/bg_footer.jpg)  repeat-x; 
}


/*header styles */

#nav {
	float:right;
	padding-right:24px;
	vertical-align:bottom;
	padding-top:30px;
}

#nav a {
	display:block;
	padding:2px;
	vertical-align:middle;
	font-size:10px;
	text-align:right;
}

#nav a:link
	color:#fff;
	text-decoration:none;
}	

#nav a:visited
	color:#fff;
	text-decoration:none;
}

#nav a:hover {
	color:#fff;
	text-decoration:none;
}

#learnmore a {
	color:#66563E;
	text-transform:normal;
	text-decoration:none;
}

#learnmore a:link, a:visited {
	color:#66563E;
	text-transform:normal;
	text-decoration:none;
}

#learnmore a:hover {
	color:#66563E;
	text-transform:normal;
	text-decoration:underline;

}


a {
	color:#66563E;
	text-transform:normal;
	text-decoration:none;
}

a:visited {
	color:#66563E;
	text-transform:normal;
	text-decoration:none;
}

a:hover {
	color:#66563E;
	text-transform:normal;
	text-decoration:underline;
}

a:active {
	color:#66563E;
	text-transform:normal;
	text-decoration:underline;
}

/* PRESSROOM */
table.PressTable {
	width:100%;
	padding: 0;
	margin-top: 15px;
}
table.PressTable th {
	font-size: 11px;
	font-weight: normal;
	color: #aaa;
	padding: 4px 10px 4px 3px;
	border-bottom: 1px solid #aaa;
	white-space: nowrap;
	text-align: left;
}
table.PressTable td {
	padding: 4px 10px 4px 3px;
	border-bottom: 1px solid #ddd;
	white-space: nowrap;
	text-align: left;
}
table.PressTable .pdf {
	width: 25px;
}
table.PressTable .date {
	width: 50px;
}

/* media request */

#MediaForm label {
	float: left;
	width: 250px;
	vertical-align: top;
	margin: 0px 20px 10px 0px;
}
#MediaForm input[type="text"] {
	margin-bottom: 20px;
	width: 250px;
}
#MediaForm textarea {
	margin-bottom: 20px;
	width: 250px;
}

/*content area styles */

img {
	border:none;
}

.leader {
	font-weight:bold;
}

.red {
	color:66563E;
}

/*headings */

h1 {
	font-size:25px;
 	line-height: 1em;
 	margin:0px auto;
 	color:#EA1608;
}

.subhead {
	font-size:22px;
	color:#846F5E;
}

h2 {
	font-size:18px;
 	margin-top:4px auto;
 	padding-bottom:10px auto;
	display:inline;
	margin-bottom:6px auto;
}


h3 {
	font-size:20px;
 	line-height: 1em;
 	margin:0px auto;
}


h5 {
	font-size:16px;
 	line-height: 1em;
 	margin:0px auto;
}

#bullet.li {
	color: #66563E;
	list-style: square;
}

#content.p {
	line-height:17px;
}

.inline_photo {
	float:left;
	padding: 0px 15px 15px 0px;
	color: #836E5D;	
}

.inline_photo img {
	border:1px solid #fff;	
}

.inline_photo img:hover {
	border:1px solid #201707;
}

.line {
	margin: 6px 0px 12px 0px;
	padding: 0px;
	font-size: 1px;
	height: 1px;
	display: block;
	border: 0 none inherit;
	border-bottom : 1px solid #846F5E;
}

#leftbar {
	padding:28px;
	color:#836E5D;	
	line-height:16px;
	float:left;
	width:600px;
	min-height:200px;
	margin:0 auto;
}


#leftbar_widget {
	color:#836E5D;
	margin-top:none;
	margin-bottom:18px;
	padding-top:none;
	padding-bottom:10px;
	border-bottom:1px solid #836E5D;
}

#specials, #specials2, #specials3 {
	background-image:url(../i/bg_specials.jpg);
	background-repeat: repeat-x;
	background-color:#fff;
	padding:8px 16px 4px 16px;

}

#specials ul {
	list-style-image: url("../i/bullet.gif"); 
	margin:10px;
	padding:10px;
	margin-bottom:0px;
	padding-bottom: 0px;
} 
	
#specials li {
 	line-height: 0.5em;
 	padding-bottom:11px auto;
 	margin-bottom:4px;
}

#rightbar {
	color:#836E5D;	
	width:300px;
	float:right;
	margin:0 auto;
}

#rightbar_widget {
	padding:16px;
	border-bottom:2px solid #fff;
	color:#836E5D;
	line-height:17px;
}

#rightbar_widget img {
	margin-bottom:8px;
}

#rightbar_line {
	border-top:1px solid #C0B6AD;
	border-bottom:1px solid #fff;
	margin-top:8px;
	margin-bottom:8px;
}

#content_line {
	border-bottom:1px solid #E6E1DB;
	margin: 18px 0px 18px 0px;
	display:block;
}

/*footer styles */

#footer a {
	text-decoration:none;
	color:#fff;
}

#footer a:hover {
	text-decoration:underline;
	color:#fff;
}	

/*generic styles 

	input, textarea, select{
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
*/
/*widget styles */

.widgetjoin {
	background-image: url("/i/widget_join_btm.gif");
	background-repeat: no-repeat;
	background-position: bottom;
	color: #FFFFFF;
	font-family: arial, sans-serif;
	font-size: 10px;
	padding: 0px 20px 20px 20px;
	line-height: 14px;
}
.redline {
	border-top: 1px solid #A60701;
	width: 100%;
	margin: 8px 0px 8px 0px;
	padding: 0px;
	height: 1px;
}
.widgettan {
	background-image: url("/i/widget_tan_btm.gif");
	background-repeat: no-repeat;
	background-position: bottom;
	color: #836E5B;
	background-color: #E7E2DB;
	font-family: arial, sans-serif;
	font-size: 10px;
	padding: 0px 20px 20px 20px;
	line-height: 14px;
}

.tanline {
	border-top: 1px solid #F3EFED
