@import url(global_colonial.css);
@import url(admin.css);
@import url(adminLogin.css);
@import url(BellinghamGCC_css/modules.css);
@import url(BellinghamGCC_css/plugins.css);

/*
I. GLOBAL:  Global classes, header styles, link styles and .page class
II. BUTTONS
III. MISC CLASSES 
IV. CUSTOM SITE SELECTORS

/////////////////////////////////////////////////////*/
body {
	background:#fff;
	color:#000;
}

h1 {
	color:#824e10;
	font:bold 30px "Times New Roman", Georgia, Times, serif;
}

h2 {
	color:#66311d;
	font: 18px "garamond", Georgia, Times, serif;
}

h3 {
	color:#505531;
	font:bold 18px "Times New Roman", Georgia, Times, serif;
}

h4 {
	color:#4A493D;
	font:15px "Times New Roman", Georgia, Times, serif;
}

h5 {
	color:#333;
	display:inline;
	font:bold 12px "Times New Roman", Georgia, Times, serif;
}

h6 {
	color:#FFF;
	font:12px/1.8 "Times New Roman", Georgia, Times, serif;
}

p {
	color:#000;
	line-height: 1.4;
	font:18px Garamond, Arial, Verdana, sans-serif;
}

table {
	font:18px Garamond, Arial, Verdana, sans-serif;
}

a,a.small,a.anchor,a.visited {
	color:#6F2904;
	font:inherit;
	text-decoration:none;
}

a:hover {
	color:#A83F06;
	font:inherit;
	text-decoration:underline;
}

.page {
	background:#4f1602;
	text-align: center;
}

.CEMenu {
	margin:0;
	padding:0;
}

/* important edit global text boxes - default --------- */
.txtbox {
	background:#FFF;
	border-style:inset;
	border-width:2px;
	color:#000;
	font:11px Arial, Verdana, sans-serif;
	margin: 2px 0;
}

/****** END GLOBAL ------------------
/////////////////////////////////////
II. BUTTONS
/////////////////////////////////////
= directory -> edit roster options -> cancel & next button --------- */
.but {
	background:#eee;
	border:1px outset buttonhighlight;
	color:#333;
	cursor:pointer;
	font:13px Arial, Verdana, sans-serif;
}

/*= directory -> edit roster options -> close button --------- */
.membut {
	background:#eee;
	border:1px solid buttonface;
	color:#333;
	cursor:pointer;
	font:11px Arial, Verdana, sans-serif;
}

/*= ADMIN BUTTON AND BAR ------ */
.abut {
	background:#eee;
	border-style:outset;
	border-width:2px;
	color:#333;
	font:11px Arial, Verdana, sans-serif;
	margin-bottom:2px;
	margin-top:2px;
}

.adminbar {
	background:#eee;
	color:#333;
	font:400 12px Arial, Verdana, sans-serif;
}

/*////////////////////////////////////
III. MISC CLASSES 
//////////////////////////////////////
 --------- general row hover classes --------- */
.rowNormal {
	background:#eee;
	color:#000;
	font:400 11px Arial, Verdana, sans-serif;
}

.rowHover {
	background:#FFF;
	color:#000;
	font:400 11px Arial, Verdana, sans-serif;
}

.rowAlternate {
	background:#eee;
	color:#000;
	font-weight:400;
}

.rowHeader {
	background:#555;
	border:1px solid #000;
	color:#fff;
	font-weight:700;
}

.cookieTrail {
	background:#fff;
	border-bottom:1px solid #fff;
	color:#000;
	display:none;
	font:400 11px Arial, Verdana, sans-serif;
	padding:2px;
	text-decoration:none;
}

a.cookieTrail,a.cookieTrail:hover {
	color:#333;
	font:400 11px Arial, Verdana, sans-serif;
	text-decoration:none;
}

/*///////////////////////////////////////
Layout and Custom Selectors for: Bellingham Golf & Country Club
///////////////////////////////////////*/
#PublicHeaderTop {
	width: 910px;
	height: 20px;
	background: url(../../../Images/header_top.gif) center top no-repeat;
	text-align: center;
	margin: 50px auto 0 auto;
}

#headerTop {
	width: 910px;
	height: 20px;
	background: url(../../../Images/header_top.gif) center top no-repeat;
	text-align: center;
	margin: 10px auto 0 auto;
}

#privateHeader {
	width: 910px;
	text-align: center;
	color: #f1efd5;
	font: 11px Arial, Verdana, sans-serif;
	a: #b99c54;
	margin: 40px auto 0;
	padding: 0px 10px 0px 0px;
}

#siteWrapper {
	width: 910px;
	margin: 0 auto;
	background:  url(../../../Images/background_horizontal.gif) center top repeat-y;
	font: 11px Arial, Verdana, sans-serif;
	color: #473222;
	text-align: center;
}

#menuWrapper {
width: 898px;
margin: 0 auto;
text-align: center;
height: 32px;
background: url(../../../Images/nav_bg.gif) repeat-x center top;
}

#navigation {	
}

#moduleContentWrapper {
	width: 880px;
}

#headerWrapper {
	width: 898px;
	text-align: center;
	margin: 0 auto;
	border-bottom: 2px solid #000;
}

#logo {
	background: url(../../../Images/logo.jpg) center top no-repeat;
	width: 266px;
	height: 337px;
	float: left;
}

#logoAddress {
	color: #c3a89f;
	font: 11px arial, Verdana, sans-serif;;
	padding: 240px 40px 40px 40px;
	}

#flash {
	width: 632px;
	height: 337px;
	float: right;
}

#flash img {
	display: block;
}

#contentWrapper {
	width: 898px;
	background: url(../../../Images/content_background.gif) center bottom repeat-x;
	text-align: center;
	margin: 0 auto;
}

#sidebar {
	width: 278px;
	float: left;
	text-align: left;
	border-right: 1px solid #b59e86;
	margin: 30px 0;
}

#sidebar .inside {
	margin: 0px 20px 40px 30px;
	padding: 4px 0 0 0;
}

#clubNews {
	width: 226px;
}

#bellinghamNews {
	background: #bfba9d url(../../../Images/newsletter_bg.jpg) center top no-repeat;
	width: 226px;
	margin: 25px 0px 10px 0px;
}

#bellinghamNews .inside {
	margin: 5px 10px 10px 10px;
}

/*///////////////////////////////////////
Layout and Custom Selectors for: Bellingham Golf & Country Club public content
///////////////////////////////////////*/

#publicContent {
	width: 884px;
	min-height: 408px;
	height: auto !important;
	height: 408px;
	text-align: left;
}

#publicContent .inside {
	padding: 35px 20px 20px 20px;
}

#contentMain {
	width: 606px;
	float: right;
	text-align: left;
}

#contentMain .inside {
	padding: 35px 20px 20px 20px;
}

#privateCalendar {
	width: 566px;
}

#footer {
	background: url(../../../Images/footer.gif) center top no-repeat;
	clear:both; 
	text-align: center;
	width: 910px;
	height: 18px;
	margin: 0 auto;
	color: #FFF;
	font: 10px Arial, Verdana, sans-serif;
}