/*===========================
6A7358 = grey (nav)
87143A = wine
776358 = grey (background)
===========================*/


html {border:0;}

body {
	background: #776358 url('images/bg.jpg')  repeat-x scroll top left;
	text-align: center;
	margin: 0 auto;
}

img {
	border: 0px none transparent;
}

table img {
	display: inline;
}

img, div { behavior: url(iepngfix.htc) }

#meadows_wrapper {
	background: white;
	width: 940px;
	text-align: left;
	margin: 0 auto;
}

#meadows_header1 {
	background: url('images/header1.jpg')  no-repeat scroll top left;
	width: 940px;
	height: 140px;
	margin: 0;
}

#meadows_header2 {
	background: url('images/header2.jpg')  no-repeat scroll top left;
	width: 940px;
	height: 265px;
	margin: 0;
}

#logos {
	width: 240px;
	height: 185px;
	margin: 70px 0 0 0;
	text-align: center;
	float: left;
	display: inline;
}

#logos img {
	display: block;
	margin: 2em auto;
}

#meadows_flash {
	width: 700px;
	height: 265px;
/*	margin: 0;*/
	margin: 0 !important;
	margin-right: -3px; /*Fixes IE 3px bug for floated images*/
	/*IE GIVES ME GRIEF*/
	float: left;
/*	display: inline;*/
}

/* =================== */
/* = NAVIGATION MENU = */
/* =================== */
/*Navigation*/
#meadows_nav {
	background: #6A7358 url('images/nav-bg.jpg')  repeat-x scroll top left;
	width: 940px;
	height: 35px;
	margin-bottom: 35px;
	text-align: left;
}

/* =========================== */
/* = LEFT COLUMN BEGINS HERE = */
/* =========================== */
#meadows_sidebar {
	width: 240px;
	float: left;
	text-align: center;
	display: inline; /*fixes IE Doubled Float-Margin Bug*/
	/*IE GIVES ME GRIEF*/
	
}

#meadows_main {
	width: 700px;
	padding: 0;
	margin: 0;
	float: left;
}
#meadows_main_detail{
	width: 940px;
	padding: 0px 20px 0px 20px;
	margin: 0;
	float: left;
}
#meadows_photo_gallery {
	width: 940px;
	padding: 20;
	margin: 0;
	float: left;
}
#meadows_photos {
	width: 900px;
	margin-bottom: 2em;
}
#meadows_content_detail {
	width: 900px;
	margin-bottom: 2em;
}

#ruby {
	background: #87143A;
	width: 940px;
	height: 20px;
}


#meadows_content {
	width: 680px;
	margin-bottom: 2em;
}

#meadows_footer {
	background: url('images/footer-bg.gif')  no-repeat scroll top left;
	width: 940px;
	margin: 0 auto;
	text-align: center;
}

/*==News Inset Begins Here==*/
#news_inset {
	width: 200px;
	margin: 0 auto;
	padding: 0;
	overflow:hidden; /*REMEMBER TO REMOVE*/
}

#news_top {
	background: url('images/inset-news-top.jpg')  no-repeat scroll top left;
	width: 200px;
	height: 50px;
}

#news_body {
	background: url('images/news_bg.jpg')  no-repeat scroll top left;
	width: 200px;
/*	height: 250px;*/
/*	overflow: hidden;*/
}

#news_bottom {
	margin-top: 2em;
	text-align: center;
}

#news_bottom img {
	margin: 0 auto;
}


/* ============================================================== */
/* = this centers the graphics at the bottom of the detail page = */
/* ============================================================== */
#meadows_content td div.center p {
	text-align: center;
}


/********* helpers *********/
.floatRight { float: right; }
.floatLeft  { float: left; }
img.floatRight { float: right; margin-left: 1em;}
img.floatLeft { float: left; margin-right: 1em;}
.right  { text-align: right; }
.left   { text-align: left; }
.center { text-align: center; }
.clear, .clearme { clear: both; }
.block  { display: block; }
.divider { height: 1px; margin: 1em 0; border-top: 1px solid #CCC;}