@charset "utf-8";
/* CSS Document */

body,p,div,ul,li{
	padding:0;
	margin:0;
}
body{
	background-image:url(../images/bgTopSlice.jpg);
	background-repeat:repeat-x;
	background-color:#dbc8b2;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
}
div.container{
	width:838px;
	background-color:#FFF;
	margin:0 auto;
	margin-bottom:30px;
	border:1px solid #565656;
}
#nav{
	width:840px;
	
}
#header{
	background-image:url(../images/headerLogo.jpg);
	background-repeat:no-repeat;
	width:838px;
	height:291px;
	
	}
	#headernav{
		float:right;
		margin-top:250px;
		margin-right:2px;
	}
	#mainRight{
		height:516px;
		border:1px solid #6d5a9f;
		width:237px;
		float:right;
		margin-right:15px;
		margin-top:26px;
		
	}
	
	#content{
		margin:0 auto;
		width:838px;
		background-color:#fff;
		
	}
	#contentText{
		width:480px;
		font-size:14px;
		padding-left:40px;
		padding-right:20px;
		text-align:justify;
		line-height:30px;
	}
	#twoLocations{
		color:#9da755;
		font-size:16px;
		line-height:18px;
		width: 787px;
		height:200px;
		margin-top:10px;
		margin-left:38px;
		background-image:url(../images/twoLocPic.jpg);
		background-repeat:no-repeat;
	}
	#twoLocations a{
		text-decoration:none;
		color:#9da755;
	}
	#boxBottomRight{
		width:239px;
		height:280px;
		margin-top:10px;
		margin-right:16px;
		background-image:url(../images/bottomRightBox.jpg);
		color:#9da755;
		font-size:16px;
		float:right;
	}
	#boxBottomRight ul{
		padding:30px;
	}
	#boxBottomLeft{
		background-color:#f9eddc;
		border:1px solid #39217d;
		width:514px;
		height:278px;
		font-size:14px;
		margin-left:38px;
		margin-top:10px;
		margin-bottom:20px;
		color:#39207e;
		float:left;
		
	}
	#boxBottomLeft p{
		color:#b40000;
		font-size:30px;
		text-align:center;
		
			
	}
	#ul1{
		float:left;
		width:200px;
		margin-left:30px;
		
	}
	#ul2{
		float:right;
		width:200px;
		margin-right:20px;
		
	}
	
	
	#footer{
		width:818px;
		height:69px;
		padding:10px;
		border: 1px solid #565656;
		background-color:#ffffff;
		color:#7f7f7f;
		text-align:center;
		font-size:12px;
		margin:0 auto;
	}
	#creditcardlogos{
	width:650px;
	height:auto;
	background-color:#FFF;
	margin:0 auto;
	margin-bottom:5px;
	}
	#copyright{
		color:#7f7f7f;
		width:840px;
		font-size:10px;
		padding-top:10px;
		margin:0 auto;
	}
	
	

