/* CSS Document */

* html {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 88%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	background-color: #FFFFFF;
}
h4 {
	color: #FFFFFF;
	font-size: 110%;
	padding: 0;
	margin: 0;
}
#wrapper {
	padding: 0;
	margin: 0;
	min-width: 950px;
}
* html #wrapper {
	width: expression (document.body.clientWidth > 949? "950px": "auto" );
}
#header {
	display: block;
	width: 100%;
	height: 150px;
	vertical-align: bottom;
	padding: 0;
	margin: 0;
	background-image: url(images/bg_header.jpg);
	background-repeat: repeat-x;
	background-position: right bottom;
}
.header-logo {
	float: left;
	width: 135px;
	height: 75px;
	padding: 65px 0 0 0;
	margin: 0 0 0 20px;
	background-image: url(images/header_logo.gif);
	background-repeat: no-repeat;
	background-position: bottom;	
}
.header-nav {
	float: right;
	width: auto;
	height: 30px;
	text-align: right;
	padding: 120px 30px 0 0;
	margin: 0;
	background-image: url(images/bg_headernav.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.header-nav ul,
.header-nav ul li {
	display: inline;
	list-style-type: none;
}
.header-nav ul li {
	padding: 0 5px 0 5px;
	margin: 0;
}
.topnav {
	font-family: Myriad, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 10px 14px 10px;
}
a.topnav-here {
	color: #333333;
	font-family: Myriad, Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 10px 14px 10px;
	background-image: url(images/bg_topnav-here.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.topnav:link {
	color: #999999;
}
.topnav:visited {
	color: #999999;
}
.topnav:hover {
	color: #333333;
}
.topnav:active {
	color: #666666;
}

#content {
	width: 100%;
	background-color: #799538;
	padding: 0;
	margin: 0;
	background-image: url(images/bg_tri-right.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#content-left {
	float: left;
	padding: 0;
	margin: 0;
	width: 400px;
}
#content-right {
	position: relative;
	color: #FFFFFF;
	padding: 20px 60px 0 30px;
	margin: 0 0 0 400px;
	min-height: 360px;
	height: expression (document.body.clientHeight > 359? "360px": "auto" );
}
#content-right a:link {
	color: #b6de7e;
}
#content-right a:visited {
	color: #becea8;
}
#content-right a:hover {
	text-decoration: none;
}
#content-right a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#content-right p {
	padding: 0;
	margin: 0;
}
#content-right p.img_separator {
	width: 95%;
	text-align: center;
}
.subheader,
.subheader-welcome,
.subheader-menu,
.subheader-locations,
.subheader-events,
.subheader-catering,
.subheader-about,
.subheader-charity,
.subheader-contact {
	width: 400px;
	height: 36px;
	padding: 0;
	margin: 7px 0 0 -7px;
}
.subheader-welcome {
	background-image: url(images/subheader_welcome.gif);
	background-repeat: no-repeat;
	background-position: left center;	
}
.subheader-menu {
	background-image: url(images/subheader_menu.gif);
	background-repeat: no-repeat;
	background-position: left center;	
}
.subheader-locations {
	background-image: url(images/subheader_locations.gif);
	background-repeat: no-repeat;
	background-position: left center;	
}
.subheader-events {
	background-image: url(images/subheader_events.gif);
	background-repeat: no-repeat;
	background-position: left center;	
}
.subheader-catering {
	background-image: url(images/subheader_catering.gif);
	background-repeat: no-repeat;
	background-position: left center;	
}
.subheader-about {
	background-image: url(images/subheader_about.gif);
	background-repeat: no-repeat;
	background-position: left center;	
}
.subheader-charity {
	background-image: url(images/subheader_charity.gif);
	background-repeat: no-repeat;
	background-position: left center;	
}
.subheader-contact {
	background-image: url(images/subheader_contact.gif);
	background-repeat: no-repeat;
	background-position: left center;	
}
#bodytop {
	width: 100%;
	height: 7px;
	padding: 0;
	margin: 0;
	background-image: url(images/bg_bodytop.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-position: top;
	background-color: #799538;
}
#bodybot {
	width: 100%;
	height: 7px;
	padding: 0;
	margin: 0;
	background-image: url(images/bg_bodybot.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #799538;
}
#footer {
	display: block;
	height: 85px;
	width: 100%;
	text-align: right;
	padding: 0;
	margin: 0;
	background-image: url(images/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.footer-legal {
	color: #999999;
	font-size: 65%;
	padding: 25px 10px 5px 0;
	margin: 0;
}
.footer-legal a,
.footer-legal a:link {
	font-weight: bold;
}
.footer-legal a:hover {
	font-weight: bold;
	color: #006600
}
.footer-legal a:active {
	font-weight: bold;
	color: #006600;
}
.footer-legal span.copyright {
	color: #CCCCCC;
}
/* for compliant browsers */
.clear:after {
    clear: both; 
    content:".";
    display: block;
    height: 0;
    visibility: hidden
    }
/* IE7 */
.clear {
    min-width: 0;
    }
/* IE5-6, hidden from IEmac \*/
    * html .clear { height: 1%; } 
/* IEmac \*//*/
    .clear { 
		display: inline-table; 
	} 

	
/* hidden */
.nosee {
	display: none;
}


/* Twitter widget */
.widget_twitter {
	position: relative;
	margin: 20px 0 15px 0;
	padding: 5px;
	border: solid 3px #5a7223;
	-moz-border-radius: 4px;
}
.widget_twitter_intro {
	font-size: 12px !important;
	margin: 0 0 -22px;
	padding: 0 0 0 4px;	
}
.widget_twitter_intro img {
	margin: 0 0 -3px 2px !important;
}
.widget_twitter .twtr-widget,
.widget_twitter #twtr-widget-1 {
	font-family: Arial, Helvetica, sans-serif !important;
}
.widget_twitter #twtr-widget-1 .twtr-doc {
	width: auto !important;
	background: transparent !important;
}
.twtr-widget .twtr-hd {
	padding: 5px 0 0 190px !important;
}
.twtr-widget .twtr-ft {
	display: none !important;
}
.twtr-widget h3 {
	display: none  !important;
}
.twtr-widget h4 {
	background: none !important;
}
#twtr-widget-1 .twtr-doc,
#twtr-widget-1 .twtr-hd a,
#twtr-widget-1 h3,
#twtr-widget-1 h4 {
	background: transparent !important;
}
.twtr-widget .twtr-tweet {
	border-bottom: none !important;
}
.twtr-widget .twtr-tweet {
	margin: 1px 0;;
	border: solid 3px #5a7223;
	-moz-border-radius: 3px;
}
#twtr-widget-1 .twtr-tweet,
#twtr-widget-2 .twtr-tweet,
#twtr-widget-3 .twtr-tweet,
#twtr-widget-4 .twtr-tweet,
.twtr-tweet-wrap {
	background: #5a7223 !important;
	position: relative !important;
}

