/*  
--------------------------------------------
SP styles
--------------------------------------------  
*/


#spbody {
/*  Centers page  */
	position: relative;
	top: 60px;
	margin: 0 auto;
	padding: 0;
	border: none;
	width: 780px;
	height: auto;
	background-color: #55483b;
}
#sptopbar {
	padding: 0;
	margin: 4px 0 0 4px;
	height: 89px;
	width: 772px;
	background:url(../images/sp_topbar.png);
}
#greenbar {
	width: 772px;
	height: 4px;
	background: #ccd647;
	margin: 0 0 0 0;
}
#greenbar_bot {
	width: 772px;
	height: 4px;
	background: #ccd647;
	position: relative;
	top: 40px;
}
#beigebg {
	background: #f2ecdd;
	width: 772px;
	margin: 4px 0 4px 4px;
	padding: 0 0 40px 0; 
}

#spnav {
	width: 100px;
	font-family: "Times New Roman", Times, serif;
	size: 13px;
	margin: 20px 0 0 15px;
	position: absolute;
}
#spnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#spnav li a:link {
	padding: 0 0 0 10px;
	margin: 0;
	background:url(../images/sp_navbullet.gif) no-repeat;
	color:#552522;
	font-variant: small-caps;
	font-family: "Times New Roman", Times, serif;
	width: 129px;
	height: 23px;
	display: block;	
}
#spnav li a:visited {
	padding: 0 0 0 10px;
	margin: 0;
	background:url(../images/sp_navbullet.gif) no-repeat;
	color:#552522;	
	font-variant: small-caps;
	font-family: "Times New Roman", Times, serif;	
	width: 129px;
	height: 23px;
	display: block;	
}
#spnav li a:hover {
	padding: 0 0 0 10px;
	margin: 0;
	background:url(../images/sp_navbulletO.gif) no-repeat;
	color:#552522;	
	font-variant: small-caps;
	font-family: "Times New Roman", Times, serif;
	width: 129px;
	height: 23px;
	display: block;
}
#content {
	padding: 15px 10px 10px 10px;
	position: relative;
	left: 160px;
	top: 20px;
	width: 570px;
	background: #ffffff;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #a39a8c;
	
  	min-height: 180px;

	/* Alternative height properties for IE6 */
	height: auto !important;
	height: 180px;
}
#title {
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
}
#title_line {
	height: 1px;
	background: #2e1f13;
	margin: 5px 0 10px 0;
}
#spfooter {
/*  Centers page  */
	position: relative;
	margin: 0 auto;
	padding: 0;
	border: none;
	width: 780px;
	height: auto;
	background-color: #55483b;
	top: 57px;
}
#spfooterlinks {
	position: absolute;
	margin: 0 auto;
	padding: 0;
	border: none;
	width: 580px;
}
#spfooterlinks a, #spfooterlinks a:visited {
	color: #e4d9bd;
	font-size: 9px;
	padding: 0 20px 0 0;
}
#spfooterlinks a:hover {
	color: #c3d021;
}
#spwebmaster {
	position:absolute;
	left: 580px;
	margin: 0 0 0 0;
	color: #57493a;
	width: 196px;
	font-size: 9px;
	text-align: right;
}	
#spwebmaster a:link {
	margin: 0 0 0 0;
	color: #57493a;
}
#spwebmaster a:visited {
	margin: 0 0 0 0;
	color: #57493a;
}
#spwebmaster a:hover {
	margin: 0 0 0 0;
	color: #ffffff;
}	