/** 
 * base styles
 *
 */
* {
	margin:0;
	padding:0;
	
}
body {
	font-family: Arial,sans-serif;
}
.clear {
	clear:both;
}
#main-header {
	position:relative;
	background: #111;
	background:#171717;
	background:#213;
	background:#070707;
	padding: 0 0 1em 0;
	border-top:7px solid #222;
	z-index: 1000;
}
#main-header-container {
	clear: both;
	position: relative;
	display:block;
	width: 980px;
	height: 90px;
	margin: 0 auto;
	/*background: url('../images/shadowsadie.png') no-repeat 290px -40px;*/
	background:  url('../images/shadowsadie.gif') no-repeat right -40px;
}

#logo {margin-left:1em;margin-top:0.5em;float:none;xposition: absolute;top: 50px; left: 0; }
#logo h1,#logo span { padding-left: 0 !important; margin:0 !important;text-indent:0 !important;}
#logo .tagline { color:#bbb;padding-left:5px;font: normal 13px Georgia,serif; }
#page {
	clear: both;
	position:relative;
	width: 980px;
	margin: 0 auto;
	background:#fff;
	border: 1px solid #ddd;
	border-width: 0 1px 1px;
	z-index: 1;
}
#page .page-wrapper {
	position: relative;
	margin: 0 1em;
	padding: 1em 0;
}

#greeting {
	clear: both;
	text-align: center;
	background: #876f61;
	color:#339;
	xmargin-bottom: 1em;
	color:#fff;
	xmargin-top: -3.65em;
	font-size:13px;
	padding: 18px 0;
}
#greeting a {
	color:#fff !important;
	text-decoration:underline;
}
#greeting a:hover {
	text-decoration:underline;
}

.centered-banner {
	text-align:center;
	margin: 0 auto;
}

.left-column {
	position:relative;
	width: 450px;
	float:left;
	margin-left:1em;
	margin-right:1em;
	border-right:1px dotted #ddd;
}
.right-column {
	position:relative;
	float:left;
	width:470px;
}

.three-columns {
	clear: both;
	margin-top:3em;
}
.three-columns .title {
	margin:0;
	background:#655;
	color:#fff;
	padding:2px 0 2px 5px;
}
.three-columns h2 {
	margin:0;
	padding:0;
}
.column-1,
.column-2,
.column-3 {
	background: #eee;
	border:1px solid #999;
	width:350px;
	padding: 0;
	margin: 0;

}
.column-1 {
	xpadding:1em 0;
	float: left;
	margin-right: 1em;
}
.column-2 {
	background: #fff;
	display:block;
	margin: 0 1em 0 0;
	border:0;
	width: 290px;
	text-align:center;
	float: left;
}
.column-3 {
	background: #fff;
	float: left;
	xpadding:1em 0;
	border:1px solid #999;
	width: 275px;
}

#footer {
	clear: both;
	border-top:22px solid #876f61;
	position:relative;
	display: block;
	width: 100%;
	height: auto;
	background: #111;
	float: none;
}
#footer td a strong {
	color: #987;
	display:block;
	margin-bottom: -0.5em;
}
#footer td a:hover strong {
	ccolor: #f90;
}
#footer  a {
	color: #4b4b4b;
}
#footer  a:hover {
	text-decoration: underline;
}


#footer td li {
	margin-left: 2em;
}



.style1 {color: #000099}
.style3 {font-family: Georgia, "Times New Roman", Times, serif}
.style4 {
	font-size: 16px;
	font-weight: bold;
}
.style5 {font-size: 12px}
.style6 {color: #FFFFFF}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.style7 {color: #1D62B3}
.style8 {
	color: #c1292e;
	font-size: 36px;
	font-family: "Birch Std";
}
.style10 {color: #666666 !important; }
.style13 {color: #876F61 }

.providers {
	text-align: justify;
	margin: 10px;
}
.providers a img {
	margin: 5px;
}

