/**
	This is CSS information for the main site layout.
	All styles may be overwritten except for the contentWrapper width.
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	text-align: left;
	 background: #431581 url(/Images/ROH_BKGgradient.jpg) top repeat-x ;
	/* color: #003300;*/
	
}

a{
	text-decoration: underline;
	color: #EF9445;
	font-weight: bold;
}

p {
	margin: 0.7em 0px;
}

hr {
	margin: 1em 0px 1.5em;
	color: #EF9445;
	border-bottom: 1px solid #EF9445;
}

#contentWrapper {
	/* width: 770px; */
	text-align: left;
	/*margin: 0px auto;
	border: 1px solid black;
	background-color: #FBF9ED;  */
	/*background-image: url(/Images/hannahs_backgroundLight.jpg);*/
	
}

.brclear{
 clear: both;
 height: 0;
 margin: 0;
 font-size: 1px;
 line-height: 0;
}

.clearfix:after {
	content:".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}

p{
	font-size: 1.1em;
	color:#29322C  ; 
}



h1, h2, h3, h4{
	color: #EF9445 ; /* #8FC054 66bd63*/
}

h1{ 
	font-size: 1.5em;
	
}

h3, h4{
	color: #EF9445;
}

h4 {
	font-size: 1.1em;
	
}

/* hides from IE-Mac \*/
*html .clearfix {height: 1%;}
/* end hide from IE-Mac*/



ul{
	margin: 1em;
}


.calloutBox {
	color:#555;
	border: 1px solid #EF9445;
	background-color: #FCF3EA;
	padding: 0px 25px 10px;
	margin: 25px 15px 15px;
}

.calloutBox h1 {
	color: #EF9445;
	font-size: 20px;
	margin: 5px -15px;
	padding: 0px;
	font-style:italic;
}