@import url(global_v1-2.css);
@import url(townandcountry_css/modules.css);
@import url(townandcountry_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: #618408;
	font: 21px Verdana, Arial, Helvetica, sans-serif;

}


h2 {
	
	color: #774a34;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	Text-transform:uppercase;
	
}

h3 {
	
	color: #000;
	font:700 12px Verdana, Arial, Helvetica, sans-serif;

}

h4 {
	
	color: #AF7A1F;
	font: italic 16px/1.3 Georgia, "Times New Roman", Times, serif;

}

h5 {
	
	color: #618408;
	font:12px/1.3 Verdana, Arial, Helvetica, sans-serif;
	display: inline;

}

h6 {
	
	color: #423317;
	font: bold 11px Georgia, "Times New Roman", Times, serif;

}

p {
	
	color: #333;
	font: 11px/1.6 Verdana, Arial, Helvetica, sans-serif;

}

table, div {
	
	font: 11px/1.6 Verdana, Arial, Helvetica, sans-serif;
	color: #333;

}

a,a.small,a.anchor,a.visited {
	
	color: #437e92;
	font: inherit;
	text-decoration: underline;

}

a:hover {
	
	color: #848D74;
	font: inherit;
	text-decoration: underline;

}

.page {
	
	background: url(../../../Images/site_bg.jpg) center top;
	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: townandcountry
////////////////////////////////////////////////////////*/

.hideText {

	display: none;

}

/*////////////////////////////////////////////////////////////////
= MASTER PAGE SPECIFIC CLASSES 
////////////////////////////////////////////////////////////////*/

#siteWrapper {

	width:960px;
	margin:0 auto;
	text-align:center;

}

#branding {

	width:960px;
	padding:20px 0px 5px;

}

	#logo {
	
		float:left;
	
	}
	
	#globalLinks {
	
		float:right;
		width:300px;
		padding-top:10px;
		text-align:right;
	
	}
	
		#branding p {
		
			color:#302c29;
			font:10px Verdana, Arial, Helvetica, sans-serif;
			
		}
		
		#branding a,a.small,a.anchor,a.visited {
		
			color:#302c29;
			font:11px Verdana, Arial, Helvetica, sans-serif;
			text-decoration:none;
			
		}
		
		#branding a:hover {
		
			color:#fff;
			font:11px Verdana, Arial, Helvetica, sans-serif;
			text-decoration:none;
			
		}
	
#nav {

	width:958px;
	height:40px;
	background:#302c29;

}

#contentAreaBorder {

	border:1px solid #897a57;;
	
}

#moduleBG {

	background:#fff;
	width:958px;
	padding-bottom:20px;
	
}


/* -------------------------------------------------------------
= PUBLIC LOGIN PAGE 
------------------------------------------------------------- */

#flash {

	width:958px;
	
}

#pubHome {

	background:url(../../../Images/publicLogin_bg.gif) repeat-y;
	width:958px;
	padding-bottom:20px;

}

	#login {
	
		float:left;
		width:275px;
		padding-top:0px;
	
	}
	
		#login .inside {
		
			text-align:left;
			padding-left:40px;
			
		}
		
		#login table {
		
			font: 11px Verdana, Arial, Helvetica, sans-serif;
			color: #333;
			
		}
	
	#pubThumbWrapper {
	
		float:right;
		width:680px;
		padding-top:20px;
	
	}
	
		#pubThumbWrapper a,a.small,a.anchor,a.visited {
	
			color: #fff;
			font:11px Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none;
		
		}
	
		#pubThumb1 {
		
			float:left;
			width:340px;
		
		}
		
		#pubThumb2 {
		
			float:right;
			width:340px;
		
		}


	
/* -------------------------------------------------------------
= CONTENT PAGES 
------------------------------------------------------------- */

#contentArea {

	width:958px;
	background:url(../../../Images/contentArea_bg.gif) repeat-y;

}

	#sideBar {
	
		float:left;
		text-align:left;
		width:200px;
	
	}
	
		#sideBar .inside {
		
			padding:25px 5px 25px 20px;
		
		}
		
		#sideBar .lower {
		
			padding:10px;
		
		}
		
	#contentWrapper {
	
		float:right;
		width:752px;
		padding-bottom:35px;
		text-align:left;
	
	}
	
		#header {
		
			width:752px;
		
		
		}
		
		#contentMain {
		
			width:752px;
		
		}
		
			#contentMain .inside {
			
				padding:20px 35px;
				
			}
		
			#contentMainLeft {
			
				float:left;
				width:376px;
			
			}
			
				#contentMainLeft .inside {
				
					padding:30px 0px 15px 30px;
					
				}
			
			#contentMainRight {
			
				float:right;
				width:346px;
			
			}
				
				#contentMainRight .inside {
				
					padding:30px 30px 15px 0px;
					
				}
			
		#pluginWrapper {
		
			width:752px;
			padding-bottom:30px;
		
		}
		
			#pluginWrapperLeft {
			
				float:left;
			
			}
			
				#pluginWrapperLeft .inside {
				
					padding-left:30px;
					
				}
			
			#pluginWrapperRight {
			
				float:right;
				
			}
			
				#pluginWrapperRight .inside {
				
					padding-right:30px;
					
				}
				
			#pluginWrapper h3 {
			
				color:#618408;
				font:700 13px Verdana, Arial, Helvetica, sans-serif;
				text-transform:lowercase;
				
			}
			
			#pluginWrapper hr {
			
				border-top:4px solid #618408;
				
			}

.tablePic {

}

	.tablePic img {
	
		border:1px solid #988e74;
		
	}
	
.short {

	line-height:8px;
}

/* -------------------------------------------------------------
= fOOTER CLASSES 
------------------------------------------------------------- */

#footer {

	width:958px;
	height:45px;
	background:#000;

}

	#footer .inside {
	
	
	}
	
	#footer p {
	
		color:#a89264;
		font:10px Verdana, Arial, Helvetica, sans-serif;
		
	}
	
	#footer table {
	
		color:#a89264;
		font:10px Verdana, Arial, Helvetica, sans-serif;
		
	}
	
	#footer a,a.small,a.anchor,a.visited {
	
		color:#a89264;
		font:10px Verdana, Arial, Helvetica, sans-serif;
		text-decoration:none;
		
	}
	
	#footer a:hover {
	
		color:#999;
		font:10px Verdana, Arial, Helvetica, sans-serif;
		
	}
	
#pageSpacing {

	height:50px;
	
}