@import url(global_v1-1.css);
@import url(adminLogin.css);
@import url(GCSAA_Everglades_css/GCSAA_Everglades_modules.css);
@import url(GCSAA_Everglades_css/GCSAA_Everglades_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:#000000;
	font:21px "Times New Roman", Georgia, Times, serif;
	text-transform: uppercase;
}

h2 {
	color:#919972;
	font:20px "Times New Roman", Georgia, Times, serif;
	text-transform: uppercase;
}

h3 {
	color:#000;
	font:bold 16px "Times New Roman", Georgia, Times, serif;
}

h4 {
	color:#000;
	font:15px "Times New Roman", Georgia, Times, serif;
	text-transform: uppercase;
}

h5 {
	color:#000;
	font:12px "Times New Roman", Georgia, Times, serif;
	text-transform: uppercase;
	padding-bottom: 3px;
}

h6 {
	color:#FFF;
	font:12px/1.8 "Times New Roman", Georgia, Times, serif;
}

p {
	color:#4e4e4e;
	line-height: 1.4;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}

table, td, tr {
	color:#4e4e4e;
	line-height: 1.4;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}

a,a.small,a.anchor,a.visited {
	color:#2d673d;
	font:inherit;
	text-decoration:none;
}

a:hover {
	color:#2d673d;
	font:inherit;
	text-decoration:underline;
}

.page {
	background:#cac1a7;
}

.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: GCSAA Everglades
///////////////////////////////////////*/
.page {
	background: #60af76;
	text-align: center;
	vertical-align: bottom;
	min-width: 784px;
}

#siteWrapper {
	margin: 0 auto;
	text-align: left;
	width: 774px;
}

#branding {
	padding-top: 20px;
	background: #60af76;
	height: 95px;
}

#branding .inside {
	padding: 30px 15px;
}

#nav {

	width: 774px;
	height: 42px;
	background: #363b36;
	
}

#contentWrapper {
	background: url(../../../Images/wrapper_bg.jpg) repeat-y center top #60af76;
	border: 4px solid #caeccb;
	float: left;
	margin: 0 10px 30px 0;
	width: 774px;
	height: auto;
}

#contentArea{
	margin: 20px 0 0 10px;
	padding-bottom: 20px;
	width: auto;
	float: left;
}

#contentMain {
	float: left;
	width: 190px;
	margin-left: 45px;
	margin-right: 8px;
}

#contentMain2 {
	float: left;
	width: 250px;
	margin-left: 10px;
}

#contentMain .inside {
	padding: 50px;
}

#sidebar {
	float: right;
	width: 210px;
	margin-right: 10px;
}

#contentSecondary{
	float: right;
	width: 160px;
}

#footer{
	background: #60af76;
	color: #fff;
	clear: both;
	padding: 0 0 15px 0;
}

#footerleft {
	float: left;
	background: url(../../../Images/footer_logo.jpg) top left no-repeat;
	width: 334px;
}

#footerright{
	background: url(../../../Images/footer_GCSAA_logo.jpg) top right no-repeat;
}

#modual {
background: #fff;
}

/*footer nav links */
ul#footerRight {
  background: url(../../../Images/footer_GCSAA_logo.jpg) top right no-repeat; 
  margin: 0;
  padding: 0 130px 0 0;
  float: right;
  width: 280px;
  list-style: none;
  height: 46px;
}

ul#footerRight li {
  float: left;
  padding: 0;
  width: 110px;
}

ul#footerRight a {
  font: 10px arial, helvetica, sans-serif;
  text-decoration: none;
  color: #fff;
  float: left;
  display: block;
  text-transform: uppercase;
}


ul#footerRight a:hover {
  color: #2d673d;
}

/*///////////////////////////////////////
CUSTOM CSS FOR GCSAA EVERGLADES
///////////////////////////////////////*/

#mission {
	color: #4e4e4e;
	line-height: 1.4;
	font-size: 15px;
	font-family: "Times New Roman", Times, serif;
	text-transform: capitalize;
}

#address {
font: 10px arial, helvetica, sans-serif;
color:#fff;
margin: 8px 0 14px 220px;
}

#copywrite {
font: 11px arial, helvetica, sans-serif;
color:#fff;
margin-top: 25px;
}

.contentflash {
float: left;
margin-left: 36px;
}

.contentflash2 {
float: left;
}

#login {
float: right;
text-align: right;
padding-top: 40px;
color: #fff;
font-size: 12px;
font-family: "Times New Roman", Times, serif;
text-transform: uppercase;
}

#flashcontainer {
border-top: 4px solid #caeccb;
}

.upcomingevents {
float: right;
width: 220px;
height: auto;
margin-top: 20px;
margin-bottom: 20px;
}

#contentpagemain {
width: 470px;
float: left;
margin-left: 50px;
margin-top: 30px;
text-align: left;
}

.article01 {
margin-top: 15px;
width: 270px;
float: left;
}

.article02 {
width: 170px;
margin-top: 20px;
float: right;
background: #f2f0e4;
padding-top: 5px;
padding-right: 10px;
padding-left: 10px;
padding-bottom: 10px;
}

.article02 img {
padding-bottom: 5px;
}

.article03 {
clear: both;
margin-top: 50px;
width: 270px;
float: left;
}

.article04 {
width: 170px;
margin-top: 50px;
float: right;
padding-right: 10px;
}

#newstitle {
font-weight: bold;
font-size: 11.5px;
font-family: "Times New Roman", Times, serif;
color: #339900;
}


/*///////////////////////////////////////
LEFT ICONS
///////////////////////////////////////*/

.icons {
float: left;
width: 35px;
margin-top: 30px;
}

a.homeicon {
float: left;
width: 35px;
height: 16px;
text-decoration: none;
background: url(../../../Images/icon_home.jpg);
}

a.homeicon:hover {
background-position: -36px 0;
}

a.newsicon {
float: left;
width: 35px;
height: 16px;
text-decoration: none;
background: url(../../../Images/icon_news.jpg);
}

a.newsicon:hover {
background-position: -36px 0;
}

a.profileicon {
float: left;
width: 35px;
height: 16px;
text-decoration: none;
background: url(../../../Images/icon_myprofile.jpg);
}

a.profileicon:hover {
background-position: -36px 0;
}

a.calendaricon {
float: left;
width: 35px;
height: 16px;
text-decoration: none;
background: url(../../../Images/icon_calendar.jpg);
}

a.calendaricon:hover {
background-position: -36px 0;
}

a.contacticon {
float: left;
width: 35px;
height: 16px;
text-decoration: none;
background: url(../../../Images/icon_mail.jpg);
}

a.contacticon:hover {
background-position: -36px 0;
}