/*
*********************************************
The Palms of Sebring
Updated:	August 4, 2008

Table of Contents:
	1. Color Formatting
	2. Hacks
	
*********************************************
*/

/*---------------------------------
	1. COLOR FORMATTING
-----------------------------------

	Background: #FAEFE3
	
	Main colors: light / dark
	-------------------------
	Orange: #E9BC71 / #DE8E2F
	Blue: #6E9EBD / #3E7395
	Green: #64876E / #41664C
	Brown: #9A8C6B / #645A44

	
----------------------------------*/


/* Header Image */

.orange, .orange-2, .orange-3, .orange-4 {
	background: url(../images/orange/header.png) no-repeat right top;
}

.blue {
	background: url(../images/blue/header.png) no-repeat right top;
}

.brown {
	background: url(../images/brown/header.png) no-repeat right top;
}

.green {
	background: url(../images/green/header.png) no-repeat right top;
}

/* Highlighted Tabs */

.orange-nav li.inactive {
	background-image: url(../images/orange/inactive-tab.png);
}

.blue-nav li.inactive {
	background-image: url(../images/blue/inactive-tab.png);
}

.green-nav li.inactive {
	background-image: url(../images/green/inactive-tab.png);
}

.brown-nav li.inactive {
	background-image: url(../images/brown/inactive-tab.png);
}
/* Links and H tags */

.orange-content a,
.orange-content h1,
.orange-content h2,
.orange-content h3{
	color: #DE8E2F;
}

.blue-content a,
.blue-content h1,
.blue-content h2,
.blue-content h3{
	color: #3E7395;
}

.green-content a,
.green-content h1,
.green-content h2,
.green-content h3{
	color: #41664C;
}

.brown-content a,
.brown-content h1,
.brown-content h2,
.brown-content h3{
	color: #645A44;
}


/* Main Content */

.orange-content {
	border-right: solid 1px #E9BC71;
	border-left: solid 1px #E9BC71;
	}
.blue-content {
	border-right: solid 1px #6E9EBD;
	border-left: solid 1px #6E9EBD;
	}
.green-content {
	border-right: solid 1px #64876E;
	border-left: solid 1px #64876E;
	}
.brown-content {
	border-right: solid 1px #9A8C6B;
	border-left: solid 1px #9A8C6B;
	}
	
/* Sidebar */

.orange-sidebar {
	background-color: #DE8E2F;
}

.blue-sidebar {
	background-color: #3E7395;
}

.green-sidebar {
	background-color: #41664C;
		
}
.brown-sidebar {
	background-color: #645A44;
	
}

/* Footer */

.orange-footer {
	background: url(../images/orange/footer.gif) no-repeat;
}

.blue-footer {
	background: url(../images/blue/footer.gif) no-repeat;
}

.green-footer {
	background: url(../images/green/footer.gif) no-repeat;
}

.brown-footer {
	background: url(../images/brown/footer.gif) no-repeat;
}

.orange-footer a {
	color: #DE8E2F;
}
.blue-footer a {
	color: #3E7395;
}
.green-footer a {
	color: #41664C;
}
.brown-footer a {
	color: #645A44;
}

/*---------------------------------
	2. HACKS
---------------------------------*/

*html .orange {
	background: url(../images/orange/header-IE6.jpg) no-repeat right top;
}
*html .orange-2 {
	background: url(../images/orange/header-IE6-2.jpg) no-repeat right top;
}
*html .orange-3 {
	background: url(../images/orange/header-IE6-3.jpg) no-repeat right top;
}
*html .orange-4 {
	background: url(../images/orange/header-IE6-4.jpg) no-repeat right top;
}

*html .blue {
	background: url(../images/blue/header-IE6.jpg) no-repeat right top;
}

*html .green {
	background: url(../images/green/header-IE6.jpg) no-repeat right top;
}

*html .brown {
	background: url(../images/brown/header-IE6.jpg) no-repeat right top;
}

