/* CSS Document */


 /* Positive message DIV */
 
#promoheader {	 
	position: static;
	width: auto;
	z-index: 10;
	background: #4d0807 center top;
	border-top: 1px solid #f3eed8;
	height: auto;
	border-bottom: 1px solid #f3eed8;
}

h1{
	color:#e58c2f;
	position:relative;
	font: 18px "Lucida Grande", Lucida, Verdana, sans-serif;
}

h2{
	margin: 5px 0 0;
	font-size: 20px;
	font-weight:normal;
}

a {
	margin: 5px 0 0;
	font-weight:normal;
	color: #fc921c;
	text-decoration: none;
}

h3.section {
	margin-top: 1em;
}


/* Slidein slide out box */

#vertical_slide, #horizontal_slide {
	background: #4d0807 center;
	color: #f3eed8;
	padding: 5px;
	font-weight: bold;
	border-style: none;
	margin: 5px;
	float: center;
	width: auto;
}

div.marginbottom {
	/* Since the Fx.Slide element resets margins, we set a margin on the above element */
	margin-bottom: 2px;
	width: auto;
	text-align: center;
}




