@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}


/*	HEADER
----------------------------------------------------------------	
*/
#header_wrapper {
	width:100%;
	height:160px;
	background:url(../images/background_header.jpg) top left repeat-x;
}
#header {
	width:770px;
	height:160px;
	margin:0 auto;
	position:relative;
}
#header #logo {
	width:190px;
	height:146px;
	position:absolute;
	top:32px;
	left:20px;
}
#header #welcome {
	width:542px;
	height:101px;
	float:right;
	margin-top:34px;

}
/*
----------------------------------------------------------------
*/




/*	BANNER
----------------------------------------------------------------	
*/

#banner_wrapper {
	width:100%;
	height:165px;
	background:url(../images/background_banner.jpg) top left repeat-x;
	border-top:#FFFFFF 1px solid;
}
#banner {
	width:770px;
	/*height:165px;*/
	margin:0 auto;
}
#banner_image {
	width:320px;
	float:right;
}
#text {
	width:370px;
	float:left;
	margin:35px 20px 0 20px;
	color:#CC2F13;
	font-size:30px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
/*
----------------------------------------------------------------
*/




/*	MAIN MENU
----------------------------------------------------------------	
*/
#menu_wrapper {
	width:100%;
	height:65px;
	clear:both;
	background:url(../images/background_menu.jpg) top left repeat-x;
	border-top:#FFFFFF 1px solid;
}
#menu {
	width:770px;
	height:58px;
	margin:0 auto;
	background:url(../images/background_menu_stripes.gif) top left repeat-x;
	text-align:center;
}
#menu ul {
	margin:0 0 0 5px;
	padding:0;
}
#menu ul li {
	margin:0;
	display:block;
	float:left;
	list-style:none;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:16px;
	line-height:58px;
	padding:0;
}
#menu ul li a:link,
#menu ul li a:visited {
	margin:0;
	display:block;
	padding:0 6px;
	width:auto;
	line-height:58px;
	list-style:none;
	color:#FFFFFF;
	text-decoration:none;
}
#menu ul li a:hover {
	/*background-color:#1A1A1A;
	color:#990033;*/
	background-color:#990033;
	color:#FFFFFF;
}
/*
----------------------------------------------------------------
*/




/*	FOOTER
----------------------------------------------------------------	
*/
#footer_wrapper {
	width:100%;
	height:57px;
	clear:both;
	margin-top:10px;
	background:url(../images/background_footer.jpg) top left repeat-x;
	border-bottom:#B2A44B 3px solid;
}
#footer {
	width:770px;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	padding:13px 0 0 0;
}
#footer #locations {
	margin:0;
	padding-left:5px;
	float:left;
	width:610px;
}
#footer #locations a {
	color:#FFFFFF;
}
#footer address {
	margin:0;
	padding:2px 0;
	font-style:normal;
}
#footer #copyright {
	margin:0;
	padding-right:5px;
	float:right;
	text-align:right;
}
#footer #copyright span {
	display:block;
	margin-top:5px;
}
#footer #copyright a img {
	border:none;
}
/*
----------------------------------------------------------------
*/




/*	HOME
----------------------------------------------------------------	
*/
#home_wrapper {
	width:770px;
	clear:both;
	margin:-5px auto 0 auto;
	background:#EFECDA;
}
#home_top {
	width:770px;
	height:6px;
	font-size:1px;
	background:url(../images/background_home_top.jpg) top left repeat-x;
}
#home_content {
	padding:0 0 0 12px;
	width:480px;
	float:left;
}
#home_content img {
	margin:0 auto;
	display:block;
}

#home_right {
	float:right;
	width:245px;
}
#home_right #content_links {
	margin-top:20px;
	width:200px;
	clear:both;
}
#home_right #page_links {
	margin-top:5px;
}
#home_bottom {
	width:770px;
	height:25px;
	clear:both;
	background:url(../images/background_home_bottom.gif) top left repeat-x;
}
/*
----------------------------------------------------------------
*/




/*	CONTENT
----------------------------------------------------------------	
*/
#content_wrapper {
	width:770px;
	clear:both;
	margin:-5px auto 0 auto;
}
#content_top {
	height:18px;
	font-size:1px;
	background:url(../images/content_top.gif) top left repeat-x;
	clear:both;
}
#content {
	background:#EFECDA;
	padding:3px 12px 0 12px;
}
#content_bottom {
	width:770px;
	height:18px;
	background:url(../images/content_bottom.gif) top left repeat-x;
}

/*
----------------------------------------------------------------
*/

