/* Version 1.01 
*  Released: 12/27/2007
*/

@import url(global_colonial.css);
@import url(colonialCCNew_css/modules.css);
@import url(colonialCCNew_css/plugins.css);
@import url(adminLogin.css);

/*
I. GLOBAL:  Global classes, header styles, link styles and .page class
II. BUTTONS
III. MISC CLASSES 
IV. CUSTOM SITE SELECTORS
/////////////////////////////////////////////////////*/
/*allows background image on body to bottom align in gecko browsers*/
/*html {
	
	
	min-height: 100%;
	height: auto;

}*/


body {
	
	background: #FFF;
	color: #000;

}



h1 {
	
	color: #010907;
	font: 20px "Times New Roman", Georgia,  serif;
	margin: .2em 0;

}

h2 {
	
	color: #010907;
	font: 18px "Times New Roman", Georgia,  serif;

}

h3 {
	
	color: #540410;
	font: 16px "Times New Roman", Georgia,  serif;

}

h4 {
	
	color: #A98341;
	font: 14px "Times New Roman", Georgia,  serif;

}

h5 {
	
	color: #780203;
	font: bold 12px "Times New Roman", Georgia,  serif;

}

h6 {
	
	color: #000;
	font: 10px "Times New Roman", Georgia, serif;

}

/* ::TODO:: look into the best solution for this */
p {
	
	color: #000;
	font: 11px/1.8 "Times New Roman", Georgia,  serif;

}

table, div {
	
	color: #000;
	font: 11px/1.8 "Times New Roman", Georgia,  serif;

}

a,a.small,a.anchor,a.visited {
	
	color: #2D220B;
	font: inherit;
	text-decoration: none;

}

a:hover {

	color: #2D220B;
	font: inherit;
	text-decoration: underline;
	
}

.page {

	background: url(../../../Images/bodybg.gif);
	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, Helvetica, 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, Helvetica, sans-serif;

}

/*= directory -> edit roster options -> close button --------- */
.membut {
	
	background:#eee;
	border:1px solid buttonface;
	color:#333;
	cursor:pointer;
	font:11px Arial, Helvetica, sans-serif;

}

/*= ADMIN BUTTON AND BAR ------ */
.abut {
	
	background:#eee;
	border-style:outset;
	border-width:2px;
	color:#333;
	font:11px Arial, Helvetica, sans-serif;
	margin-bottom:2px;
	margin-top:2px;

}

.adminbar {
	
	background:#eee;
	color:#333;
	font:400 12px Arial, Helvetica, sans-serif;

}

/*////////////////////////////////////
III. MISC CLASSES 
//////////////////////////////////////
 --------- general row hover classes --------- */
.rowNormal {
	
	background:#eee;
	color:#000;
	font:400 11px Arial, Helvetica, sans-serif;

}

.rowHover {
	
	background:#FFF;
	color:#000;
	font:400 11px Arial, Helvetica, 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, Helvetica, sans-serif;
	padding:2px;
	text-decoration:none;

}

a.cookieTrail,a.cookieTrail:hover {
	
	color:#333;
	font:400 11px Arial, Helvetica, sans-serif;
	text-decoration:none;

}

/*/////////////////////////////////////////////////////
Layout and Custom Selectors for: Colonial Country Club
/////////////////////////////////////////////////////*/

.hideText {

	display: none;

}

.centered {

	text-align: center;

}

#doubleGreen {

	padding-bottom: 10px;
	border-bottom: 5px double #D3D4B3;

}

/*primarily for images, removes extra bottom white space
IE creates for sourced images inside of containers without
defined heights*/

.blockLevel {

	display: block;

}

.justifiedCopy {

	text-align: justify;

}

.justifiedCopy img {

	border-right: 10px solid transparent;

}

#siteWrapper {
	
	margin: 0 auto;
	text-align: center;
	width: 932px;
	
}

#siteContainer {
	
	margin: 0 auto;
	text-align: center;
	width: 932px;
	background: #3A3119;
	
}

#branding {

	width: 100%;
	height: 36px;
	padding-top: 109px;
	background: url(../../../Images/headerBg.jpg) no-repeat center top;
	
}

#nav {
	
	width: 100%;
	height: 36px;
	background: url(../../../Images/navBg.jpg) no-repeat center top;
	padding-top: 4px;
	
}

#nav .inside {

	float: right;
	margin-right: 44px;
	text-align: left;
	width: 784px;
	height: 32px;

	
}

#nav .clearBoth {
	
height: 0;
	
}

#contentArea, #contentWrapper {
	
	width: 924px;
	margin: 0 auto;
	text-align: center;
	/*background: #FFF;*/
	
}

#contentArea {
	
	background: url(../../../Images/sidebarBg_top.jpg) repeat-y left top #FFF;
	
}

#contentWrapper {
	
	background: url(../../../Images/sidebarBg_bottom.jpg) no-repeat left bottom;
	
}

#mediaWindow {
	
	width: 924px;
	/*height: 300px;*/
	
}

#sidebar_outer {
	
	/*background: url(../../../Images/sidebarBg_top.jpg) repeat-y left top;*/
	width: 236px;
	text-align: left;
	
}

#sidebar_inner {
	
	/*background: url(../../../Images/sidebarBg_bottom.jpg) no-repeat left bottom;*/
	width: 236px;

}

#sidebar_inner .inside {
	
	width: 192px;
	margin: 0 22px;
	padding: 20px 0 50px;
	
}

#contentMain {
	
	width: 686px;
	text-align: left;
	
}

#contentMain .inside {
	
	width: 614px;
	margin-left: 40px;
	padding: 38px 0 28px;
	
}

#contentMain .inside p, #contentMain .inside table {
	
	color: #540410;
	font: 16px "Times New Roman", Georgia,  serif;
	margin: 0;
	line-height: normal;
	
}

#contentMain .inside table a {
	
	font-size: 12px;
	
}

#contentMain .inside dl {
	
	margin: 0;
	display: inline;
	
}

#contentMain .inside dl dt {
	
	display: inline;
	
}

#contentMain .inside dl h4 {
	
	display: inline;
	
}

#contentMain .inside dl a {
	
	color: #A98341;
	
}

#contentMain .inside dl a:hover {
	
	color: #644D24;
	text-decoration: none;
	
}

/*#innerFooter,
#moduleInnerFooter {

	background: url(../../../Images/footerBg.jpg) no-repeat center top;
	height: 117px;
	padding: 42px 0 0 81px;*/
	/*padding-left: 81px;
	text-align: left;
	overflow: hidden;

}*/

#innerFooter,
#moduleInnerFooter {

	background: url(../../../Images/footerBg.jpg) no-repeat center top;
	height: 117px;
	padding: 39px 0 0 81px
	/*padding-left: 81px;
	text-align: left;
	overflow: hidden;*/

}

#moduleInnerFooter {
	
	background: url(../../../Images/footerBg2.jpg) no-repeat center top;
	
}

#innerFooter h5,
#moduleInnerFooter h5 {
	
	color: #FFF;
	padding-top: 6px;
	
}

/*#innerFooter .inside,
#moduleInnerFooter .inside {
	
	height: 52px;
	width: 200px;
	background: url(../../../Images/crownePlazaLogo.gif) no-repeat left top;
	margin-top: 42px;
	float: left;
	
}*/

#innerFooter .inside,
#moduleInnerFooter .inside {
	
	text-align: center;
	padding-top: 14px;
	
}

#innerFooter .floatLeft,
#moduleInnerFooter .floatLeft  {
	
	width: 400px;
	text-align: center;
	/*margin-top: 15px;*/
	margin-top: 57px;
	
}

#crownPlazaLearnMore {
	
	margin-left: 108px;
	margin-top: 18px;
	width: 78px;
	height: 10px;
	display: block;
	background: url(../../../Images/learnMore_doors.gif) no-repeat left;
	
}

#crownPlazaLearnMore:hover {
	
	background: url(../../../Images/learnMore_doors.gif) no-repeat right;
	
}

#outerFooter {
	
	width: 100%;
	text-align: right;
	padding-bottom: 40px;
	
}

img.imageLinkBorder{border: 1px solid #000;}