body {  
  padding: 0;
  margin: 0;
  font-family: Tahoma;
  font-size: 12px;
  color: #444;
  background: url(../_images/bg.jpg) repeat left top;
}

a img {
	border: none;
}

a {
	color: #900;
	text-decoration: underline;
}

a:hover {
	color: #bf1c1c;
}

ul, li, h1, h2, h3, h4, h5, h6, p, form {
	margin: 0;
	padding: 0;
}

ul li {
	list-style-position: outside;
	list-style-type: none;
}

.main {
	margin: 0 auto;
	width: 988px;
}

.float_left {float: left;}
.float_right {float: right;}
.row {
	float: left;
	width: 100%;
}

.center {text-align: center;}
p.small {font-size: 11px;}
.align_right {text-align: right;}
.grey {color: #727270;}

/* ==================== HEADER ======================= */
/* ====================================================*/

a.logo {
	text-decoration: none;
	display: block;
	width: 248px;
	height: 180px;
	background: url(../_images/logo.png) no-repeat left top;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -442px;
	z-index: 999;
}

.header {
	background: url(../_images/header_bg.png) no-repeat left bottom;
	height: 235px;
	float: left;
	width: 100%;
	margin-top: 55px;
}

.ravensheader {
	background: url(../_images/ravens_bg.png) no-repeat left bottom;
	height: 235px;
	float: left;
	width: 100%;
	margin-top: 55px;
}

.header_left {
	padding-left: 52px;
	float: left;
	width: 263px;
	color: #fff;
	font-size: 20px;
}

.header_left .quote {
	padding-left: 36px;
	padding-top: 130px;
	line-height: 20px;
}

.header_left .quote span, .header_left .quote i {
	display: block;
	text-align: right;
}

.header_left .quote i {
	font-size: 14px;
}

.header_right {
	float: right;
	width: 440px;
}

.header_top {
	float: left;
	width: 369px;
	height: 34px;
	background: url(../_images/header_top_bg.png) no-repeat left top;
	margin-left: 54px;
	left: 50%;
	position: absolute;
	top: 13px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	padding: 8px 0 0 12px;
	z-index: 999;
}

.header_right .rated {
	float: right;
	padding-right: 55px;
	width: 264px;
	color: #fff;
	margin-top: 144px;
	font-size: 14px;
}

.header_right h4 {
	font-size: 25px;
	font-style: italic;
	text-align: center;
	padding: 4px 0;
}

.header_right span {
	display: block;
	text-align: right;
	font-size: 11px;
}

/* ========================= MENU =========================*/
/* ========================================================*/

.menu {
	height: 57px;
	float: left;
	width: 900px;
	font-size: 18px;
	font-weight: bold;
	padding: 0 44px;
	background: url(../_images/menu_bg.png) no-repeat center top;
}

.menu li {
	float: left;
	height: 45px;
	width: 100px;
}

.menu a {
	color: #fff;
	display: block;
	height: 35px;
	text-align: center;
	text-decoration: none;
	padding-top: 10px;
}

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

/* ==================== PHOTO GALLERIES =====================*/
#slideshow{float:left}
#slideshow2{float:right}
#gallery {position:relative; width:218px; margin:10px auto; padding:10px; border:6px solid #fff; background:#AAA}
#images {border:2px solid #9ac1c9; height:225px; background:#eef5f6; margin-bottom:20px}
#image {position:relative; width:480px; height:360px; padding:5px; border:2px solid #666; background:#FFF url(../_images/loading.gif) center center no-repeat}
#image img {position:absolute; top:5px; left:5px}

#thumbwrapper {margin-top:10px; padding:5px 0; width:490px; height:110px; border:2px solid #666; background:#FFF}
#thumbarea {position:relative;  overflow:hidden; height:110px; width:490px; }
#thumbs {position:absolute; list-style:none; margin-left:-45px; top:-16px; height:110px; width:10000px; border-right:5px solid #FFF}
#thumbs li {float:left; margin-right:5px; cursor:pointer}

.imgnav {position:absolute; height:360px; width:20%; z-index:100; outline:none; cursor:pointer}
#previmg {left:0; background:url(../_images/left.gif) left center no-repeat; border-left:5px solid #FFF}
#previmg:hover {opacity:1; filter:alpha(opacity=100)}
#nextimg {right:0; background:url(../_images/right.gif) right center no-repeat; border-right:5px solid #FFF}
#nextimg:hover {opacity:1; filter:alpha(opacity=100)}
/* ==================== END PHOTO GALLERY ===================*/

/* ======================= CONTENT ========================*/
/* ========================================================*/

.contentwrapper {
	float: left;
	width: 900px;
	padding: 8px 44px 0 44px;
	background: url(../_images/content_bg.png) no-repeat left top;
}

.content {
	background: #fff;
	float: left;
	width: 100%;
	min-height: 554px;
	position: relative;
	z-index: 999;
	padding-bottom: 6px;
}

.content_bottom {
	background: url(../_images/content_bottom.jpg) no-repeat center top;
	float: left;
	width: 988px;
	height: 7px;
	font-size: 2px;
}

.content img.float_right {margin: 0 0 8px 8px;}
.content img.float_left {margin: 0 8px 8px 0;}

.content h4 {
	background: url(../_images/ravens_h2bg.jpg) repeat-x left bottom;
	font-weight: normal;
	font-family: "Myriad Pro", "Trebuchet MS";
	font-size: 20px;
	color: #000;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.slideshow{
	float:right;
}

.slideshow2{
	float:left;
}

.content .text_col_right {margin-left: 230px;}
.content .text_col_left {margin-right: 230px;}
.content .text_col_left2 {width:261px; float:left;}
.content .text_col_right2 {width:250px; float:left;}
.content .text_full {margin-right: 0px; visibility:visible;}

.calimage{vertical-align:bottom;}

.content h1, .content p {padding-bottom: 10px; font-family: Arial;}
.content h2 {
	background: url(../_images/h2_bg.jpg) repeat-x left bottom;
	font-weight: normal;
	font-family: "Myriad Pro", "Trebuchet MS";
	font-size: 20px;
	color: #000;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.content h2 span {
	display: block;
	padding: 2px 6px;
}

.content h4 span {
	display: block;
	padding: 2px 6px;
}

.content h3 {
	font-size: 25px;
	font-weight: normal;
	font-family: "Myriad Pro", "Trebuchet MS";
}

.content h5 {
	font-size: 20px;
	font-weight: bold;
	line-height: 5px;
	font-family: "Myriad Pro", "Trebuchet MS";
}

.content h7 {
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	font-family: "Myriad Pro", "Trebuchet MS";
}
.content h6 {
	font-size: 13px;
	font-weight: bold;
}

.content .line {
	height: 3px;
	border-bottom: 1px solid #ccc;
	font-size: 1px;
	margin-bottom: 10px;
	clear: both;
}

.banner2 {
	width: 208px;
	height: 103px;
	float: right;
	background: url(../_images/banner2.jpg) no-repeat left top;
	padding: 16px 20px;
}

.banner3 {
	width: 208px;
	height: 103px;
	float: left;
	background: url(../_images/banner2.jpg) no-repeat left top;
	padding: 16px 20px;
}

.ravenbanner {
	width: 208px;
	height: 103px;
	float: left;
	background: url(../_images/ravenbanner.jpg) no-repeat left top;
	padding: 16px 20px;
}

.blankbanner {
	width: 208px;
	height: 103px;
	float: left;
	background: url(../_images/blankbanner.jpg) no-repeat left top;
	padding: 16px 20px;
}

.barbanner {
	width: 208px;
	height: 103px;
	float: left;
	background: url(../_images/bar_galleryBanner.jpg) no-repeat left top;
	padding: 16px 20px;
}

.ravenbanner h3 {
	font-size: 20px;
	font-weight: normal;
	font-family: "Myriad Pro", "Trebuchet MS";
}

.col_left {
	float: left;
	text-align:right;
	width: 111px;
}

.col_right {
	float: right;
	width: 174px;
}

.col_left2 {
	float: left;
	text-align:right;
	width: 121px;
}

.col_right2 {
	float: right;
	width: 164px;
}

.left {
	float: left;
	width: 511px;
	padding: 0 33px 0 25px;
}

.right {
	float: left;
	width: 314px;
	padding-right: 14px;
}

.box {
	margin-bottom: 14px;
	float: left;
	width: 100%;
}

.box h2 img.float_left {margin-bottom: 0;}
.box h2 {margin-bottom: 0;}
.box h2 span {padding-top: 7px;}

.box .inner2 {
	background: url(../_images/inner2_bg.jpg) no-repeat left top;
	padding: 20px 5px 10px 126px;
	width: 183px;
	height: 115px;
	float: left;
}
.code {
	font-size: 24px;
	color: #920101;
	text-align: center;
	font-weight: bold;
}

.inner {
	margin-left: 7px;
	float: left;
	width: 285px;
	padding: 10px;
	display: inline;
	border-left: 1px solid #f8a711;
	border-right: 1px solid #f8a711;
}

.inner3 {
	margin-left: 7px;
	float: left;
	width: 450px;
	padding: 10px;
	display: inline;
}

.box_bottom {
	height: 10px;
	font-size: 2px;
	background: url(../_images/box_bottom.jpg) no-repeat right top;
	float: left;
	width: 100%;
}

p.small, p.view_more {padding-bottom: 4px;}

.quoteDate{
	font-size: 10px;
	color: #999;
}

p.quote {
	padding: 2px 0 0 20px;
	background: url(../_images/quote_top.jpg) no-repeat left top;
	text-align: justify;
}

p.quote span {
	display: block;
	padding-right: 20px;
	background: url(../_images/quote_bottom.jpg) no-repeat right bottom;
}

.box form {padding-bottom: 10px;}

.box form input.text {
	width: 174px;
	float: left;
	height: 21px;
	margin-right: 10px;
	border: 1px solid #c1c1c1;
}
.view_more {font-size: 10px;}

.date {padding-bottom: 10px;}

.calendar {
	height: 36px;
	width: 30px;
	background: url(../_images/date.jpg) no-repeat left top;
	float: left;
	text-align: center;
	color: #664e2d;
}

.calendar b {
	display: block;
	color: #fff;
	font-size: 11px;
	padding-bottom: 5px;
}

.date_text {
	margin-left: 40px;
}


table {
	margin-bottom: 10px;
}

.homepage {
	font-size: 12px;
	text-align: left;
}

td, th {
	font-size: 14px;
	text-align: left;
	border-bottom: 1px dashed #ccc;
}
.padding {
	padding-left: 10px;
}

.padding h3{
	font-size: 18px;
	font-weight: bold;
	padding: 3px 5px;
	color: #000;
	font-family: "Myriad Pro", "Trebuchet MS";
	background: #f8f2df;
	margin-bottom: 10px;
}

.padding h3 span{
	font-size: 14px;
	font-weight: normal;
	padding: 3px 5px;
	color: #000;
	font-family: "Myriad Pro", "Trebuchet MS";
	background: #f8f2df;
	margin-bottom: 10px;
}

.padding p {
	line-height: 17px;
}
/* ============ CONTACT FORM STYLES ==============*/




/* ===============================================*/

/* ====================== FOOTER =========================*/
/* =======================================================*/

.footer {	
	width: 900px;
	padding: 0 44px;
	padding-top: 21px;
	font-size: 11px;
	clear: both;
}

.footer .col, .footer .col2 {
	float: left;
	width: 210px;
	padding-right: 20px;
	margin-right: 20px;
	border-right: 1px solid #b9b9b9;
	padding-bottom: 3px;
}

.footer .col2 {
	width: 240px;
	border: none;
}

.footer_menu {
	background: url(../_images/footer_top.png) no-repeat left top #f1f1f0;
	height: 25px;
	padding: 16px 14px 0 14px;
}

.footer .footer_inner {
	background: #fff;
	padding: 14px;
	float: left;
	width: 872px;
}

.footer .footer_bottom {
	background: url(../_images/footer_bottom.png) no-repeat left top;
	height: 37px;
	clear: both;
}

.footer .copyright {
	float: right;
	margin-top: -16px;
}
