body{
	background:url('../images/background.jpg');
	margin:0;
	padding:0;
	
}

a img{
	border:none;
}

#wrapper{
	width:791px;
	margin:auto;
}

#container{
	text-align:center;
	
}

#header{
	background:url('../images/home_header.png') no-repeat;
	width:791px;
	height:142px;
}

.menu{
	width:791px;
	height:76px;
	float:right;
	background:url('../images/home_top_round.png') top right no-repeat;
	text-align:center;

}

.menu ul{
	height:60px;
	background:#fff;
	padding:0 0 0 80px;

}

.menu ul li{
	list-style:none;
	display:inline;
	background:#fff;
	margin:0;
}


.menu a{
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#7c1d1d;
	display:block;
	text-decoration:none;
	float:left;
	padding:12px 20px 12px 20px;
	background:url('../images/nav_spacer.jpg') right no-repeat;
	margin-top:3px;
}

.contact{
	background:none !important;
}

.menu a:hover{
	color:#000;
}

#banner{
	background:url('../images/home_pictures.jpg');
	width:791px;
	height:166px;
	margin:76px 0 0 0;
}
#content_wrapper{
	background:#fff;
}

#content{
	width:791px;
}

#content .left{
	float:left;
	width:296px;
}

#content .left .quote{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:23px;
	color:#3b3b3b;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:1px;
	padding:30px 25px 0 25px;
	text-align:left;

}

#content .left .quote li{
	list-style:none;
}

#content .left .quote li .citation{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:15px;
	color:#941a1d;
	text-transform:uppercase;
	float:right;
	text-align:right !important;
	padding:0 25px 0 0;


}

#content .right{
	float:right;
	width:462px;
	padding:0 33px 0 0;
	background:#fff;
}


#content .right .inner_left{
	float:left;
	width:154px;
}

#content .right .inner_middle{
	float:left;
	width:154px;
}

#content .right .inner_right{
	float:left;
	width:154px;
}


#content .right .sticky .top{
	background:url('../images/home_sticky_top.jpg') no-repeat;
	width:154px;
	height:145px;
}

#content .right .sticky .middle{
	background:url('../images/home_sticky_rpt.jpg');
	width:154px;

}

#content .right .sticky .bottom{
	background:url('../images/home_sticky_bottom.jpg') no-repeat;
	width:154px;
	height:223px;


}

#content .right .sticky .top h2{
	margin:0px;
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#7c1d1d;
	padding:30px 0 15px 0;
}

#content .right .sticky .text{
	padding:3px 20px 0 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:17px;
	color:#000000;
	text-align:left;

}

#content .right .sticky .text a{
	color:#7a1314;
	text-decoration:underline;
}


.dots{
	background:url('../images/blue_dots.jpg') top left repeat-x;
	width:791px;
	height:2px;
}
#footer{
	clear:both;
	height:66px;
	width:791px;
}

.footer_content a{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
	font-size:9px;
	line-height:10px;
	color:#000000;
	text-decoration:none;
	padding:0 10px 0 20px;

}

.footer_content {
	background:#fff;
	width:791px;
	height:50px;
    padding: 0;
    margin: 0;
    text-align: center;
    background: url(images/bg-gray-light.png) repeat-x 0 top;
    border-bottom: solid 1px #a1a5a9;
}

.footer_content li {
    font-size: 110%;
    display: inline-block;
    white-space: nowrap;

}

input{
	border:1px solid #000;
}
#bottom{
	background:url('../images/home_bottom_round.png') bottom right no-repeat;
	width:791px;
	height:17px;
}
