@charset "utf-8";
@import url("nav.css");		/* import navigation */
@import url("forms.css");

/* CSS for home page */

/* General Rules
--------------------------------------------------*/
body { margin: 1em 0; font: 62.5% Arial, Helvetica, sans-serif;
	text-align: center;
	background: white;
	}

* { margin: 0; padding: 0; }
a img { border: 0; }

/* Contingency Rules -------------------------------------------------*/
div#alt_wrapper { display: none; }
p#get_flash { display: none; margin: 0.5em; font-size: 1.1em; font-weight: bold; color: #cd0d0d; } 
p#get_flash img { margin-right: 0.25em; vertical-align: middle; }
p#get_flash a { color: red; }

/* Layout Rules --------------------------------------------------*/
div#wrapper {
	overflow: hidden;
	position: relative;
	width: 758px;
	border: 1px solid #b1b0a1;
	margin-right: auto;
	margin-left: auto;
	padding: 0 0 10px 0;
	text-align: left;
	background: #f1f0db url("../images/interior/wrapper_bg.gif") no-repeat 12px 100%;
	}

div#sidebar {
	float: left;
	display: inline;
	width: 134px;
	height: 372px;
	margin: 0 0 0 12px;
	text-align: center;
	background: url("../images/interior/sidebar_bg.gif") no-repeat 0 0;
	}

h1#logo { height: 85px; }
h1#logo img { display: none; }
h1#logo a { display:block; height:85px; width:134px; }

div#push_wrapper { float: left; display: inline; width: 380px; margin: 10px 0 0 10px; }
div#push_wrapper div#flash_push { border: 1px solid #b1b0a1; }

div#flash_wrapper { float: left; display: inline; margin: 10px 0 0 10px; }
div#flash_wrapper div { border: 1px solid #b1b0a1; margin-bottom: 8px; background: white; }

address {
	float: right; display: inline;
	width: 590px;
	height: 19px;
	border: 1px solid #b1b0a1;
	margin: 0 10px 0 10px;
	padding: 7px 0 0 0;
	font-style: normal;
	color: #807e65;
	text-align: center;
	background: white;
	}

address a { text-decoration: none; color: #807e65; }

/* Push Marketing --------------------------------------------------*/

div#push_wrapper div#login-wrapper { 
	float: left; display: inline; 
	width: 379px; height: 122px; 
	border: 1px solid #b1b0a1;
	margin: 8px 0;
	padding: 22px 0 0 0;
	color: #a6a596;
	background: #fff;
}

div#login-wrapper a { color: #537fae !important; font-weight: normal !important;  }

div#login-wrapper p { margin: 0 0 7px 20px; text-align:center; font: 1.1em Arial; }
div#offers a { font-weight: bold; color: #a6a596; }
.alt { margin-bottom: 0 !important; position: absolute; left: -9999px; }

/* Temporary push */
div#temp-push { 
	float: left; 
	display: inline; 
	width: 379px; 
	height: 144px; 
	border: 1px solid #b1b0a1;
	margin: 8px 0;
	color: #a6a596;
	background: #fff;
}
div#temp-push a { 
	background: url("../images/home/temp-push.jpg") no-repeat 0 0;
	display: block;
	width: 379px; 
	height: 144px; 
}


/* ----- sIFR rules -------------------------------------*/
.sIFR-flash { visibility: visible !important; margin: 0; position: relative; }
.sIFR-flash span.sIFR-alternate {
	position: absolute; left: 0; top: 0;
	width: 0; height: 0;
	display: block;
	overflow: hidden;
}
