@charset "UTF-8";
/* Created by Ashley Bradarich on June 01, 2009 for Janice Harrington */

#page { 
float:right;
width:990px;
margin:0;
margin-left:auto;
padding:0;
background-color:#FFF;

}

body {
	background:#381000;
	margin:0;
	font-family:Verdana, Geneva, sans-serif;
	color:black;
	font-size:90%;
	background:url(images/lace.gif) top repeat-x #370F00;
}

.clear {
	clear:both;
}

a:link, a:visited {
	color: #300;
	text-decoration:none;
}

a:active, a:hover {
	color:#006;
	text-decoration:underline;
}

/*----------banner-----------*/
#banner {
	height:210px;
	margin:0px 0px 0px 0px;
	background:url(images/banner.jpg) top repeat-x #FFF;
}
	#title h1 {
		position:absolute;
		left:-6000px;
	}
	
	#title {
		width:333px;
		height:93px;
		background:url(images/logo.jpg) no-repeat;
		margin:100px 0px 0px 40px;
		float:left;
	}
	

/*----------menu-----------*/
#menucontainer {
	background:#FFF no-repeat; /*repeating it on the x-axis*/
	height:90px;
	width: 560px;
	margin: 100px 0px 0px 0px;
	float:right;
}
	#menucontainer ul {
		list-style:none; /*makes no bullets appear*/
		margin:0;
		padding:0; /*set this because unordered lists have automatic margins and paddings*/
	}
	#menucontainer li {
		display:inline; /*makes each list item in line with eachother*/
		padding:30px 10px 60px 10px;
		margin:0;
	}
		#menucontainer li:hover {
			background:#DDD;
		}
		
	#menucontainer li.activepage {
		color:#FFF;
		background:#000;
	}
	
	#menucontainer li.activepage:hover {
		background:#000;
	}
	
/*----------content-----------*/
#contentcontainer {
	margin:0;
	background: #FFF;
	padding-bottom: 50px;
}

	#content {
		padding: 70px 38px 10px 38px;
		width: 518px;
		float:right;
	}
		#content h2 {
			text-transform:uppercase;
			background:#DDD;
			padding:8px;
			font-size:16px;
			font-weight:normal;
		}
		
		#content h5 {
			text-size:12px;
			font-weight:normal;
		}
		#content p {
			padding: 10px 0px;
		}
	
	#image {
		width:331px;
		float:left;
		padding:60px 0px 0px 40px;
	}

/*-------footer--------------*/
html, body {
		height: 100%;
}
#page {
	position: relative;
	min-height: 100%;
	height: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
	}
	
	html>body #page {
		height:auto;
	}
	
	#footer {
		position: absolute;
		bottom: 0;
		background: url(images/footerborder.jpg) repeat-x bottom #FFF;
		width: 100%;
	}
	
	#footer h5 {
		padding-left: 435px;
		font-weight:normal;
	}
		
