@charset "utf-8";
/* CSS Document */

body{
	background:#a88a4c url(../App_Images/body-bg.jpg) repeat-x;
}

#wrapper{
	margin:0 auto;
	width:960px;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	background-color:#e5e5e5;
}

#header{
	border-bottom:1px solid #FFF;
	height:129px;
}

#left-column{
	float:left;
	width:253px;
	background-color:#e5e5e5;
	padding-bottom:26px;
}

#right-column{
	float:right;
	width:706px;
	min-height:675px;
	border-left:1px solid #a3874e;
	padding-bottom:26px;
}

#right-column.background-1{
	background:#f3f3f3 url(../App_Images/content-bg-1.jpg) top right no-repeat;
}

#right-column.background-2{
	background:#f3f3f3 url(../App_Images/content-bg-2.jpg) top right no-repeat;
}

#right-column.background-3{
	background:#f3f3f3 url(../App_Images/content-bg-3.jpg) top right no-repeat;
}

#header-banner img{
	border-left:1px solid #f3f3f3;
	border-bottom:1px solid #f3f3f3;
	height:123px;
}

#right-column h1{
	line-height:49px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:26px;
	font-weight:bold;
	color:#eaeaea;
	background:url(../App_Images/h1-bg.jpg) repeat-x;
	padding-left:12px;
	border-left:1px solid #f3f3f3;
}

#right-column p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4b4b4b;
	line-height:18px;
	padding:0 8px 10px 12px;
}

#right-column ul{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4b4b4b;
	padding-left:40px;
}

#right-column li{
	padding:5px 0;
	list-style-type:disc;
}

#right-column p.box-display{
	margin:14px auto 14px auto;
	width:76%;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:11px;
	color:#4b4b4b;
	line-height:18px;
	background-color:#dcd6cb;
	border:1px solid #beab85;
	padding:8px 8px 8px 12px;
}

#right-column h2{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	color:#4b4b4b;
	padding:6px 8px 0 12px;
}

#right-column h3{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:15px;
	color:#4b4b4b;
	padding:6px 8px 0 12px;
}

#left-column img{
	margin:28px 0 0 28px;
}

#footer{
	clear:both;
	background:url(../App_Images/footer-bg.jpg) repeat-x;
	width:100%;
	height:43px;
	border-bottom:1px solid #FFF;
	text-align:center;
}

#footer ul{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	padding-top:12px;
}

#footer li{
	display:inline;
	padding:0 30px 0 30px;
}

#footer a{
	color:#f1f1f1;	
}

#footer a:hover{
	color:#765e35;
}

#post-footer{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#f1f1f1;
}