﻿/* Main layout CSS tyGossman[@]thecourier.com */
html {
	margin: 0;
	padding: 0;
	background: #4B6646;
	color: #336633;
}
body {
	margin: 0;
	padding: 0;
	background: #4B6646;
	color: #336633;
}
body {
	min-width: 765px;
	background: url('/css/img/pageGradientBG.gif') repeat-x top;
	font-family: Trebuchet MS, Arial,sans-serif;
		/* font-size: 62.5%; 1px = 0.1em */
}
#wrap {
	background: transparent url('/css/img/birchRunMainBGb.gif') repeat-y center top;
	margin: 0 auto;
	width: 914px;
}
#header {
	background: transparent;
}
#header h1 {
	background: transparent url('/css/img/birchRunGolf_h1.jpg') top center no-repeat;
	width: 914px;
	height: 175px;
	margin-top: 0;
	margin-bottom: 0;
	text-indent: -90000px;
}
#contentWrap {
	background: transparent;
	margin: 0 auto;
	width: 750px;
}
#main {
	background: transparent;
	float: right;
	position:relative;
	right: 85px;
	width: 580px;
}
#main h3 {
	padding: 0 10px;
	font-family: Georgia, Times New Roman, Times, serif;
}
#main h2 {
	margin-top:0;
	padding: 0 10px;
	font-family: Georgia, Times New Roman, Times, serif;
}
#main p {
	padding: 0 10px;
		font-variant: normal;
	line-height: normal;
}
#main h6 {
	padding: 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#main h4 {
	padding: 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#main strong {
	padding: 0 10px;
	font-weight: bold;
	line-height: normal;
}
#sidebar {
	background: transparent;
	float: left;
	position:relative;
	right: 75px;
	width: 145px;
}
#sidebar ul {
	margin-bottom: 0;
}
#sidebar p {
	padding: 0 10px 0 0;
}

#sidebar h3 {
	padding: 0 10px 0 0;
}

#mainBttm {
	background: transparent url('/css/img/birchRunMainBttm.jpg')  top center no-repeat;
	width: 914px;
	height: 183px;
	margin:0;
	padding:0;
	text-align:center;
	clear: both;
}
#mainBttm p {
	padding: 0px 180px;
	margin: 0;
}


.noBorder {
	border-style: none;
	border-width: 0;
}


/* 
----------------------------------------------------
footer
---------------------------------------------------- */
#footer {
	background: transparent url('/css/img/birchRunFtrBGx.jpg')  repeat-x bottom;
	width: 100%;
	height: auto;	/* 96 */
	clear: both;

	margin:0;
	color:#FFC;
	
	padding-top: 6px;
	padding-bottom: 10px;
	
	text-align: center;
}

#footer p {
	padding: 5px;
	margin: 0;
}

#footer ul#repeat_menu 
{
	margin-top: 0px;
}

#footer ul#repeat_menu li
{
	display: inline;
	margin: 5px;
}

#footer a:link {color: #CC6}     /* unvisited link */
#footer a:visited {color: #CC6}  /* visited link */
#footer a:hover {color: #FF6}   /* mouse over link */
#footer a:active {color: #FC6}   /* selected link */


#footer address
{
	margin-top: 10px;
	font-size:90%;
}

/* Typography Classes stuff -------*/
.black {
	color:#000;
}
.gold {
	color:#B48F05;
}
.red {
	color:#CC0000;
}
.right {
	border-width: 0px;
	float:right;
		padding:5px;
	}
img.right {
	border-width: 0px;
	float:right;
	clear:right;
	padding:5px;
	}
.left {
	float:left;
	}
.slidesCenter {
	text-align:center;
	margin:0 auto;
	height:280px;
	width:480px;
}
