/* Global Styling - includes/global.css */
@charset "utf-8";

/* Body Styling */
body {
	background-color: #ffa200;
	background-image: url(../images/layout/background_color.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	text-align: left;
}
.margin {
	margin-bottom: 97px;
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: left;
}
.container {
	width: 900px;
	display: table;
}

/* Header Styling */
#header {
	margin: 0px;
	padding: 0px;
	width: 900px;
	display: table-row;
	height: 185px;
}
#header_left {
	display: table-cell;
	height: 185px;
	width: 150px;
}
#header_right {
	display: table-cell;
	height: 185px;
	width: 700px;
}
#header_right_container {
	display: table;
}
#header_right_row {
	display: table-row;
}
#header_right_cell {
	display: table-cell;
	padding: 5px;
	text-align: center;
}
#header_right_menu {
	display: table-cell;
	text-align: right;
}

/* Newsletter Sign-up Styling */
#mc-embedded-subscribe-form {
	background-color: #FFF;
	padding: 2px;
	height: 26px;
	width: 250px;
	border: 1px solid #efba00;
overflow: hidden;
}
#mce-EMAIL {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #666;
	height: 22px;
width: 199px;
	background-color: #FFF;
	border: 0px none #FFF;
}
#mc-embedded-subscribe {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 26px;
width: 45px;
	background-color: #efba00;
	font-weight: bold;
	color: #FFF;
	border: 1px solid #efba00;
	text-align: center;
}
#unsubscribe {
	margin-top: 3px;
	margin-bottom: 0px;
	text-align: center;
}
#mce-success-response, #mce-error-response, #mce_tmp_error_msg, div.mce_inline_error {
	background-color: #FFF;
	padding: 10px 5px;
	border: 1px solid #efba00;
font: normal 14px "Segoe UI", Arial, Helvetica, sans-serif;
color: #B77804;
z-index: +99999;
position: absolute;
width: 241px;
}

/* Footer Styling */
#footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #fffb04;
	background-image: url(../images/layout/footer_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	height: 97px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	vertical-align: bottom;
	clear: both;
	line-height: 1.6em;
}
#footer_menu {
	height: 97px;
	bottom: 0px;
	padding-top: 52px;
	padding-bottom: 3px;
}
a.footer_menu:link {
	font-size: 14px;
	color: #fffc8d;
	text-decoration: none;	
}
a.footer_menu:visited {
	font-size: 14px;
	color: #fffc8d;
	text-decoration: none;
}
a.footer_menu:hover {
	font-size: 14px;
	color: #853b14;
	text-decoration: none;
}
a.footer_menu:active {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}