@import url(global_v1-2.css);
@import url(savannahLakes_css/modules.css);
@import url(savannahLakes_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: #3f3f3f;
	font: 35px "Times New Roman", Times, serif;

}


h2 {
	
	color: #4c5e65;
	font: 20px "Times New Roman", Times, serif;
	
}

h3 {
	
	color: #4c5e65;
	font: 15px "Times New Roman", Times, serif;
	text-transform:uppercase;
	letter-spacing:1px;

}

h4 {
	
	color: #3f3f3f;
	font: italic 13px "Times New Roman", Times, serif;
	line-height:18pt;

}

h5 {
	
	
	color: #ffffff;
	font: 16px "Times New Roman", Times, serif;
	line-height:15px;

}

h6 {
	
	color: #ffffff;
	font: 20px "Times New Roman", Times, serif;
	

}

p {
	
color:#3f3f3f;
	font: 14px "Times New Roman", Times, serif;

}

table, div {
	
	color:#3f3f3f;
	font: 14px "Times New Roman", Times, serif;

}

img {

	border:none;
	display:block;
	
}

a,a.small,a.anchor,a.visited {
	
	color: #8b6243;
	font: inherit;
	text-decoration: underline;

}

a:hover {
	
	color: #8b6243;
	font: inherit;
	text-decoration: none;

}

.page {
	
	background:#e8edf6 url(../../../Images/bg_page.jpg) center top repeat-x;
	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: siteName
////////////////////////////////////////////////////////*/

.hideText {

	display: none;

}

/*////////////////////////////////////////////////////////////////
= MASTER PAGE SPECIFIC CLASSES 
////////////////////////////////////////////////////////////////*/

.siteWrapper {
	
	width:960px;
	margin:0 auto;

}

#pubHome {

	
}

#pubContent {


	
}


/* -------------------------------------------------------------
= HEADER CLASSES 
------------------------------------------------------------- */

#topArea {

	background:url(../../../Images/bg_top.jpg);
	width:960px;
	height:155px;
	margin:0 auto;
	
}
		
	#logo1 {
	
		width:72px;
		height:141px;
		padding-top:14px;
		
	}
	
		
	#loginArea {
	
		width:888px;
		height:155px;
		
	}
		
		#logo2 {
		
			width:548px;
			height:100px;
			padding-top:14px;
			
		}
		
		#topArea img {
		display:block;
		}
		
		#login {
		
			width:340px;
			height:100px;
			margin-top:14px;
			/*background-color:#996699;*/
			
		}
	
/* -------------------------------------------------------------
= NAV CLASSES 
------------------------------------------------------------- */

#nav {

	width:888px;
	height:41px;
	/*background-color:#00CC66;*/

}

/* -------------------------------------------------------------
= CONTENT  
------------------------------------------------------------- */

#contentArea {
	
	background:#e8edf6 url(../../../Images/bg_content.jpg) top left repeat-x;
	width:960px;
	
}

	#contentArea .inside {
		
		padding:10px;
		
	}

		#flashContainer {
			
			width:940px;
			height:400px;
			margin-bottom:15px;
			
		}
	
			#flashPlaceholder {
				
				width:710px;
				height:400px;
				
			}
	
			#flashSidebar {
			
				background:url(../../../Images/bg_flash.jpg) top left repeat-x;
				width:230px;
				height:400px;
				
			}

				#flashSidebarInside {
					
					padding:20px;
					color:#FFFFFF;
					text-align:left;
					line-height:15px;
					
				}
			
		#contentWrapper {
		
			width:940px;
			text-align:left;
		
		}

			#publicHomeLeft {
				
				width:710px;
				
			}

				#publicHomeLeft .inside {
					
					padding:20px 30px 40px 20px;
					width:660px;
					
				}

			#publicHomeRight {
				
				width:230px;
				padding:20px 0 40px 0;
				
			}

				#publicHomeRight .inside {
					
					padding:20px 0 0 20px;
					
				}

			#publicHomeBottom {
				
				width:940px;
				
			}

				#publicHomeBottomContainer {
					
					width:472px;
					
				}

					#publicHomeBottomCell {
						
						width:230px;
						padding-right:6px;
						
					}
	
						#whiteContainer {
						
							width:230px;
							background:#FFFFFF;
							
						}
		
							#whiteContainerInside {
							
								padding:15px 20px 20px 20px;
								
							}

				#publicHomeBottomContainer1 {
					
					width:467px;
					
				}

					#publicHomeBottomCell2 {
						
						width:230px;
						
					}
					
			#sidebarHeader {
			
				width:230px;
				height:35px;
				background:url(../../../Images/header_sidebar.jpg) top left no-repeat;
				
			}
			
			
				#sidebarHeaderInside {
				
					padding:10px 0 0 20px;
					
				}
				
				#sidebarHeader #sidebarHeaderInside h3 a, #sidebarHeader #sidebarHeaderInside h3 a:visited {
				color:#4c5e65;
				text-decoration:none;
				}
				
				#sidebarHeader #sidebarHeaderInside h3 a:hover {
				color:#4c5e65;
				text-decoration:underline;
				}
				
				a#ad1 {
				width:230px;
			height:105px;
				background:url(../../../Images/thumb_publichome2.jpg);
				background-position:top left;
				display:block;
				}
				
				a#ad1:hover {
				background:url(../../../Images/thumb_publichome2_hov.jpg);
				background-position:left bottom;
				display:block;
				}
				
				a#ad2 {
				width:230px;
			height:105px;
				background:url(../../../Images/thumb_publichome3.jpg);
				background-position:top left;
				display:block;
				}
				
				a#ad2:hover {
				background:url(../../../Images/thumb_publichome3_hov.jpg);
				background-position:left bottom;
				display:block;
				}
				
				a#ad3 {
				width:230px;
			height:105px;
				background:url(../../../Images/thumb_publichome4.jpg);
				background-position:top left;
				display:block;
				}
				
				a#ad3:hover {
				background:url(../../../Images/thumb_publichome4_hov.jpg);
				background-position:left bottom;
				display:block;
				}
				
				a#ad4 {
				width:230px;
			height:105px;
				background:url(../../../Images/thumb_publichome5.jpg);
				background-position:top left;
				display:block;
				}
				
				a#ad4:hover {
				background:url(../../../Images/thumb_publichome5_hov.jpg);
				background-position:left bottom;
				display:block;
				}
				

		#publicContentImageContainer {
			
			width:940px;
			height:300px;
			
		}
	
			#publicContentImageSidebar {
			
				background:url(../../../Images/bg_flash.jpg) top left repeat-x;
				width:230px;
				height:300px;
				
			}

				#publicContentImageSidebar .inside {
					
					padding:20px;
					color:#FFFFFF;
					text-align:left;
					line-height:15px;
					
				}
				
				#qlinksSider {
				background:url(../../../Images/bg_flash.jpg) top left repeat-x;
				width:230px;
				height:300px;
				}
				
				#qlinksSider .padfix {
				margin:30px 0px 0px 20px;
				width:190px;
				}
	
			#publicContentImage {
				
				width:710px;
				/*height:300px;*/
				
			}

		#publicSidebar {
			
			width:230px;
			padding:20px 0 40px 0;
			
		}

			#publicSidebar .inside {
				
				padding:20px 0 0 20px;
				
			}

		#publicContent {
			
			width:700px;
			
		}

			#publicContent .inside {
				
				padding:20px 30px 0 30px;
				
			}

		#privateSidebar {
			
			width:230px;
			padding:0 0 40px 0;
			
		}

			#privateSidebar .inside {
				
				padding:20px 0 0 20px;
				width:190px;
				
			}

		#privateContent {
			
			width:700px;
			
		}

			#privateContent .inside {
				
				padding:20px 30px 0 30px;
				
			}

				#privateContentLeft {
						
					width:310px;
					padding-left:30px;
					
				}

				#privateContentRight {
						
					width:310px;
					padding:0 20px 0 30px;
					
				}
	
		#privateVNav {
		
			background:url(../../../Images/bg_flash.jpg) top left repeat-x;
			width:230px;
			margin-bottom:20px;
			
		}

			#privateVNav .inside {
				
				padding:20px;
				color:#FFFFFF;
				text-align:left;
				line-height:15px;
				
			}
		
			
			#privateVNav .inside a,a.small,a.anchor,a.visited {
			
				color:#ffffff;
				font:inherit;
				text-decoration:none;
			
			}
			
			#privateVNav .inside a:hover {
			
				color:#ffffff;
				font:inherit;
				text-decoration:underline;
			
			}
	
		#privateVNavGap {
		
			background:#ecf0f6;
			height:20px;
			
		}

#contentWeather {
background:#e8edf6;
}

/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */

#footer {

	color:#8b7361;
	font:12px Arial, Helvetica, sans-serif;
	text-align:center;
	line-height:18px;
	padding:30px 0;

}

#shareThis {
text-align:right;
}

#subLeft {
width:310px;
}

#subRight {
width:310px;
margin-left:20px;
}

#subHome {
width:640px;
margin-left:30px;
}

#subContentCal {
width:640px;
}





#subLeft img, #subRight img, #subHome img, #pubCal img, #subContentCal img {
	display:inline;
}

/* djc --- edited 07/26/2010  --- fix NetCaddy img styling */
.NC_All img,
.RadTabStrip .rtsImg,
.RadGrid .rgGroupItem input, .RadGrid .rgCommandRow img, .RadGrid .rgHeader input, .RadGrid .rgFilterRow img, .RadGrid .rgFilterRow input, .RadGrid .rgPager img {
	display:inline;
} 


/*#subLeft .plgCalendarWeekday img, #subLeft .plgCalendarWeekend img, #subLeft .plgCalendarDayOn img,
#subRight .plgCalendarWeekday img, #subLeft .plgCalendarWeekend a, #subRight .plgCalendarDayOn img,*/
#subHome .plgCalendarWeekday img, #subHome .plgCalendarWeekend img, #subHome .plgCalendarDayOn img,
#pubCal .plgCalendarWeekday img, #pubCal .plgCalendarWeekend img, #pubCal .plgCalendarDayOn img {
padding:2px 0px;
}