@import url(global_v1-2.css);
@import url(orchidIsland_css/modules.css);
@import url(orchidIsland_css/plugins.css);
@import url(adminLogin.css);


/*
I. GLOBAL:  Global classes, header styles, link styles and .page (body tag) class
II. BUTTONS
III. MISC CLASSES 
IV. CUSTOM SITE SELECTORS

/////////////////////////////////////////////////////*/

body {
	
	background:  #FFF;
	color: #000;
}


h1 {
	
	color: #4a89c8;
	font: 36px Garamond, Georgia, "Times New Roman", Times, serif;

}


h2 {
	
	color: #502a17;
	font:14px "Trebuchet MS", Verdana, Arial, sans-serif;
	
}

h3 {
	
	color: #bc724a;
	font:700 12px "Trebuchet MS", Verdana, Arial, sans-serif;
	line-height:22px;
	text-transform:uppercase;

}

h4 {
	
	color: #192918;
	font: 17px/1.3 "Trebuchet MS", Verdana, Arial, sans-serif;
	line-height:20px;

}

h5 {
	
	color: #192918;
	font: 16px/1.0 "Trebuchet MS", Verdana, Arial, sans-serif; 

}

h6 {
	
	color: #423317;
	font: bold 11px Georgia, "Times New Roman", Times, serif;

}

p {
	
	color: #192918;
	font: 12px/1.6 "Trebuchet MS", Verdana, Arial, sans-serif;

}

table, div {
	
	color: #192918;
	font: 12px/1.6 "Trebuchet MS", Verdana, Arial, sans-serif;

}

a,a.small,a.anchor,a.visited {
	
	color: #485e24;
	font: inherit;
	text-decoration: underline;

}

a:hover {
	
	color: #848D74;
	font: inherit;
	text-decoration: underline;

}

li {

	list-style:url(../../../Images/img_greenDiamond.gif);
	margin-left:-20px;
	
}

.short {

	line-height:8px;
	
}

.page {
	
	background:#fae8de;
	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 Verdana, "Lucida Sans Unicode", Arial, 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 Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

/*= directory -> edit roster options -> close button --------- */
.membut {
	
	background: #eee;
	border: 1px solid buttonFace;
	color: #333;
	cursor: pointer;
	font: 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

/*= ADMIN BUTTON AND BAR ------ */
.abut {
	
	background: #eee;
	border-style: outset;
	border-width: 2px;
	color: #333;
	font: 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	margin-bottom: 2px;
	margin-top: 2px;

}

.adminbar {
	
	background: #eee;
	color: #333;
	font: 400 12px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

/*////////////////////////////////////
III. MISC CLASSES 
//////////////////////////////////////
 --------- general row hover classes --------- */
.rowNormal {
	
	background: #eee;
	color: #000;
	font: 400 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;

}

.rowHover {
	
	background: #FFF;
	color: #000;
	font: 400 11px Verdana, "Lucida Sans Unicode", Arial, 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 Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	padding: 2px;
	text-decoration: none;

}

a.cookieTrail,a.cookieTrail:hover {
	
	color: #333;
	font: 400 11px Verdana, "Lucida Sans Unicode", Arial, sans-serif;
	text-decoration: none;

}

/*////////////////////////////////////////////////////////
Layout and Custom Selectors For: orchidIsland
////////////////////////////////////////////////////////*/

.hideText {

	display: none;

}

/*////////////////////////////////////////////////////////////////
= MASTER PAGE SPECIFIC CLASSES 
////////////////////////////////////////////////////////////////*/

#siteWrapper {

	width:100%;
	text-align:center;
	margin:0 auto;
	
}

#branding {

	width:956px;
	margin:0 auto;
	text-align:center;
	height:130px !important;
	
}

	#logo {
	
		width:843px;
		margin:10 auto 0;
		text-align:left;
	
	}

		#logo a {
		
			display:block;
			width:730px !important;
			height:105px !important;
			width:730px;
			height:105px;
			background:url(../../../Images/img_logo.jpg) top left;
			
			margin-left:23px;
			
		}
		
		#logo a:hover {
		
			display:block;
			width:730px !important;
			height:105px !important;
			width:730px;
			height:105px;
			background:url(../../../Images/img_logo.jpg) top right;
			
		}
		
		.logoLogin a {
		
			display:block;
			width:730px !important;
			height:105px !important;
			width:730px;
			height:105px;
			background:url(../../../Images/img_logo.jpg) top left;
			
			margin-top:10px;
		}
		
		.logoLogin a:hover {
		
			display:block;
			width:730px !important;
			height:105px !important;
			width:730px;
			height:105px;
			background:url(../../../Images/img_logo.jpg) top right;
			
		}
		
		
		
	#logout {
	
		width:90px;
		padding-top:80px;
		
	}
	
		#logout a {
		
			color:#c89a81;
			font:11px "Trebuchet MS", Verdana, Arial, sans-serif;
			text-transform:uppercase;
			text-decoration:none;
			
		}
		
		#logout a:hover {
		
			color:#fff;
			font:11px "Trebuchet MS", Verdana, Arial, sans-serif;
			text-transform:uppercase;
			text-decoration:none;
			
		}
	
	#contactus {
	vertical-align:top;
	text-align:left;
	padding-top:5px
}

		#contactus a {
		
			color:#706F72;
			font:13px "Trebuchet MS", Verdana, Arial, sans-serif;
			text-transform:uppercase;
			text-decoration:none;
			
		}
		
		#contactus a:hover {
		
			color:#706F72;
			font:13px "Trebuchet MS", Verdana, Arial, sans-serif;
			text-transform:uppercase;
			text-decoration:none;
			
		}

#navBG {

	width:100%;
	background:url(../../../Images/bg_navBar.gif) repeat-x top;
	height:29px;
	margin:0 auto;
	
}

	#navBar {
	
		width:956px;
		margin:0 auto;
	
	}
	
		#nav {
		
			width:810px;
		
		}
		
		#privNav {
		
			width:956px;
		
		}
	
		#memLogin {
		
		}
		
			#memLogin a {
		
				display:block;
				width:134px !important;
				height:29px !important;
				width:134px;
				height:29px;
				background:url(../../../Images/img_memLogin.gif) top left;
				
			}
			
			#memLogin a:hover {
			
				display:block;
				width:134px !important;
				height:29px !important;
				width:134px;
				height:29px;
				background:url(../../../Images/img_memLogin.gif) top right;
				
			}


/* -------------------------------------------------------------
= Public Home 
------------------------------------------------------------- */

#flash {

	width:100%;
	text-align:center;
	height:530px !important;
	margin:0 auto;
	overflow:hidden;
	background:#fff;	
}

	#flash img {
	
		display:block;
		
	}

#pubHome {

	width:956px;
	text-align:center;
	margin:0 auto;

}

	#pubHome .inside {
	
		padding:50px 0;
	
	}
	
	#pubHome h1 {
	
		color:#f0b8a7;
		font:36px Garamond, Arial, Helvetica, sans-serif;
		line-height:50px;
	
	}
	
	#pubHome h3 {
	
		color:#706f72;
		font: 13px "Trebuchet MS", Verdana, Arial, san-serif;
		text-transform:uppercase;
		letter-spacing:3px;
	
	}
	

/* -------------------------------------------------------------
= PUBLIC CONTENT  
------------------------------------------------------------- */

#contentArea {
	
	width:956px;
	margin:0 auto;
	background:#fff;
	
}

#pgHeader {

	width:954px;
	margin:0 auto;

}

	#pgHeader img {
	
		display:block;
		border:1px solid #fff;
		border-top:2px solid #fff;
		
	}
	
	#pgHeader .inside {
	
		display:block;
		border:1px solid #fff;
		border-top:2px solid #fff;
		border-bottom:2px solid #fff;
		
	}
	
	#pgHeader .noborder img {
		
		border: none;
		
	}
	
#contentMain {

	width:730px;
	text-align:left;
	margin:0 auto;

}

	#contentMain .inside {
	
		padding:50 0;
		
	}
	
.courseTourCell {

	background:url(../../../Images/bg_courseTourCell.png) repeat;
	color:#fff;
	font:italic 14px "Trebuchet MS", Verdana, Arial, sans-serif;
	
}
	
/* -------------------------------------------------------------
= Private Home 
------------------------------------------------------------- */

#privContentArea {

	background:url(../../../Images/bg_privContentArea.gif) top center repeat-y;
	width:956px;
	margin:0 auto;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
}

#privModuleArea {

	background:#fff;
	width:956px;
	margin:0 auto;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
}

#sideBar {

	width:235px;
	text-align:center;
	margin:0 auto;
	
}

	#sideBar .insidePriv {
	
		padding:20px;
	
	}
	
	#sideBar .lower {
	
		padding: 0px 20px 10px;
	
	}
	
		#sideBar p {
	
			color: #192918;
			font: 12px/.8 "Trebuchet MS", Verdana, Arial, sans-serif;
		
		}
		
		#sideBar .abut {
		
			background: #485e24;
			border-style: outset;
			border: 1px solid #607341;
			color: #dadbd0;
			font: 10px "Trebuchet MS", Arial, sans-serif;
			width:160px;
			cursor:pointer;
			margin-bottom: 2px;
			margin-top: 2px;
			text-transform:uppercase;
		
		}
	
	#quicklinks {
	
		width:215px;
		text-align:center;
	
	}
	
		#quicklinks .inside {
		
			padding:60px 0px 175px 20px;
		}
		
	#weather {
	
		text-align:center;
		width:195px;
	
	}
	
		#weather .inside {
		
			padding:20px 10 20 20;
					
		}
		
	.tabGradient {
	
		background:#f6d7c7 url(../../../Images/bg_tabGrad.gif) top repeat-x;
		border-left:1px solid #bca597;
		border-top:1px solid #bca597;
		border-right:1px solid #bca597;
		width:190px;
		
	}
	
#contentWrapper {

	width:718px;
	text-align:left;
	margin:0 auto;
	
}
		
#privHeader {

	width:718px;
	margin:0 auto;

}

	#privHeader img {
	
		display:block;

		
	}

#privContent {

	width:718px;

}

	#privContent .inside {
	
		padding:40px 59px 20px;
	
	}
	
#privHome {

	width:718px;

}

	#privHome .inside {
	
		padding:0px 59px 40px;
	
	}

	
/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */

#footerBG {

	width:100%;
	text-align:center;
	height:29px !important;
	background:url(../../../Images/bg_footer.gif) repeat-x top;

}

	#footer {
	
		width:956px;
		margin:0 auto 30;
		
	}

		#footer p, 
		#footer div, 
		#footer table {
		
			color:#706f72;
			font:10px "Trebuchet MS", Arial, Helvetica, sans-serif;
			letter-spacing:1px;
			padding-top:2px;
			text-transform:uppercase;
			
		}
		
		#footer a {
		
			text-decoration:none;
			color:#706f72;
			font:10px "Trebuchet MS", Arial, Helvetica, sans-serif;
			letter-spacing:1px;
			padding-top:2px;
			
		}
		
		#footer a:hover {
		
			color:#999;
			
		}
