/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	background: #4E2614;
	color: #4E2614;
	font: normal .84em arial, helvetica, sans-serif;
}

/******* Structural Styles *******/

#Outer {
	/* position: absolute;
	top: 50%;
	margin-top: -250px;
	left: 50%;
	margin-left: -493px;
	width: 986px;
	height: 463px; */
	margin: 20px auto 0 auto;
	width: 986px;
	position:relative;
}

#Header {
	width: 986px;
	height: 95px;
	background: url(../images/header_bground.gif) no-repeat 0 0;
	position:relative;
}

#Header h1 {
	display: none;
}

#mainNav {
	width: 986px;
	height: 29px;
	background: #593423 url(../images/mainnav_bground_rpt.gif) repeat-x 0 0;
}
#mainNav ul li#gift-voucher a {
	background-image: url(../images/nav_gift_voucher.gif);
	width: 98px;
}
#mainNav ul li#employment a:hover {
	background-position: 0 -29px;
}
#mainNav ul li#employment a {
	background-image: url(../images/nav_employment.gif);
	width: 87px;
}
#mainNav ul li#gift-voucher a:hover {
	background-position: 0 -29px;
}
#Flash {
	float: left;
	width: 698px;
	height: 244px;
	border: 2px solid #B9A9A1;
}

#Content {
	float: left;
	display: inline;
	margin: 0 0 0 6px;
	width: 262px;
	height: 225px;
	padding: 8px;
	padding-top: 15px;
	line-height: 1.5em;
	background: url(../images/content_bground.gif) no-repeat 0 0;
}

#description {
	clear: both;
	margin: 5px 0 0 0;
	padding: 8px 7px;
	background: #573120;
}

#Footer {
	clear: both;
	height: 24px;
	margin: 5px 0 0 0;
	background: url(../images/hm_footer_bground.gif) no-repeat 0 0;
}

#Footer span {
	display: none;
}



/******* Navigation Styles *******/

#mainNav ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#mainNav ul li {
	display: inline;
}

#mainNav ul li a {
	float: left;
	display: block;
	height: 29px;
}
#mainNav ul li#gift-voucher a {
	background-image: url(../images/nav_gift_voucher.gif);
	width: 98px;
}
#mainNav ul li#gift-voucher a:hover {
	background-position: 0 -29px;
}
#mainNav ul li a span {
	display: none;
}

#mainNav ul li#menu a {
	background-image: url(../images/nav_menu.gif);
	background-position: 0 0;
	width: 43px;
}
#mainNav ul li#menu a:hover {
	background-position: 0 -29px;
}

#mainNav ul li#events a {
	background-image: url(../images/nav_events.gif);
	background-position: 0 0;
	width: 53px;
}
#mainNav ul li#events a:hover {
	background-position: 0 -29px;
}

#mainNav ul li#functions a {
	background-image: url(../images/nav_functions.gif);
	background-position: 0 0;
	width: 72px;
}
#mainNav ul li#functions a:hover {
	background-position: 0 -29px;
}

#mainNav ul li#profile a {
	background-image: url(../images/nav_profile.gif);
	background-position: 0 0;
	width: 58px;
}
#mainNav ul li#profile a:hover {
	background-position: 0 -29px;
}

#mainNav ul li#reviews a {
	background-image: url(../images/nav_reviews.gif);
	background-position: 0 0;
	width: 59px;
}
#mainNav ul li#reviews a:hover {
	background-position: 0 -29px;
}

#mainNav ul li#contact a {
	background-image: url(../images/nav_contact.gif);
	background-position: 0 0;
	width: 65px;
}
#mainNav ul li#contact a:hover {
	background-position: 0 -29px;
}

/******* Content Styles *******/

#Content h2 {
	margin: 0.3em 0 1em 0;
	padding: 0;
}

#Content h2 .news {
	background: url(../images/h2_divido_news.gif) no-repeat 0 0;
	width: 86px;
	height: 10px;
}

#Content h2 .events {
	background: url(../images/h2_upcoming_events.gif) no-repeat 0 0;
	width: 127px;
	height: 10px;
}

#Content span {
	display: none;
}

#Content a {
	color: #4E2614;
}

#Content a:hover {
	text-decoration: none;
}

#Content p {
	margin: 0 0 1em 0;
	line-height: 1.5em;
}

/******* Description Styles *******/

#description h3 {
	margin: 0;
	padding: 0;
	color: #947668;
	font: normal 1em arial, helvetica, sans-serif;
	text-align: justify;
}



a:link {color: #886D61;}
a:visited {color: #886D61;}
a:active {color: #886D61;}
a:hover {color: #886D61;
         text-decoration: underline;}
a {text-decoration: underline;}

a img{
	border:none;
}
/****************Join our mailing List Button ****/
a#join-our-mailing-list{
	position:absolute;
	top:75px;
	right:8px;
}
