/*********** CSS RESET ************* DO NOT MODIFY *************/ 

 div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
	 margin: 0;
	 padding: 0;		
}
	body { 
	background: url(../images/layout/bg.png);
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: none;
	}
	
	/* remember to define focus styles! */
	:focus {
		outline: 1;
	}
	
	/* remember to highlight inserts somehow! */
	ins {
		text-decoration: none;
	}
	del {
		text-decoration: line-through;
	}
	
	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	img { border-style: none; }


/*** This is to have everything at 0. It is also needed for the Sticky Footer - Do NOT delete. ***/ 

/** {
margin:0;
padding:0; 
}*/
html, body {
height:100%;
}

body {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #4c4c4c;
	line-height: 1.5;
}	
a {	text-decoration: underline; color: #4c4c4c; }
a:hover { text-decoration: underline; }
strong { font-weight: bold; }
h1 {
	font-family: Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #393838;
	line-height: 28px;
	}
h2 { font-size: 24px; padding: 0 0 20px 0; }
h3 { font-size: 24px; }
h5 { font-size: 15px; }
h6 { font-size: 24px; padding: 0 0 15px 0; }
/*** Welcome Message in Member Portal ***/ 
h7 {font-size: 15px; font-weight: bold; }
/*** Logout Button in Member Portal ***/
h7 a:link {	font-size: 15px; font-weight: 700; }
p  {}
hr { border: 0; height: 1px; background-color: #c4c4c4; }
img { border-style: none; }

/*************************** Wrapper **************************/

#wrapper {
	width: 930px;
	background: url(../images/layout/header.png) top repeat-x #fff;
	margin: 0 auto; 
	min-height: 500px;
	text-align:left;
	overflow: hidden;
	padding: 0 45px;
	box-shadow:0px 0px 50px #182c41;
	-moz-box-shadow:0px 0px 50px #182c41;
	-webkit-box-shadow:0px 0px 50px #182c41;
}

/***************************** Header *****************************/

#header { 
	position: relative;
	height: 140px;
	background: url(../images/layout/header.png) top repeat-x;
	}
.header_logo {
	float: left;
	margin: 65px 0 0 0;
	}
.header_content_1 {
	position: absolute; 
	height: 20px;
	width: 980px;
	top:10px;
	right: 0;
	color: #fff;
	text-align: right;	
}
.header_content_2 {
	display: none;
 	/**
	position: absolute; 
	height: 20px;
	width: 980px;
	top: 100px;
	right: 0;
	**/
	}
	
.include_a {
	position: absolute; 
	height: 20px;
	width: 200px;
	top: 95px;
	right: 20px;
}
.header_content_1 a { color: #fff; text-decoration: none; }

/*************** Login Menu *****************/

	.login_fieldbox { 
		width: 100%;
		margin-bottom: 5px;
		height: 22px;
		border: 1px solid #ccc;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		border-radius:5px;
	    -webkit-box-shadow:0 0 5px #bfbebe inset;
	    -moz-box-shadow:0 0 5px #bfbebe inset;
	    box-shadow:0 0 5px #bfbebe inset;
		line-height:25px;
		}
	.left-login { float: left; }
	.forgot { float: right; }
	.forgot a { text-decoration: none;}
	.forgot a:hover { color: #2790b0; text-decoration: none; }
	
	#login { border: 0; }
	.log_in_field { margin-left: 20px;}
	
	.member-login-content { margin: 10px 0 0 0;}
	.member-login-content ul { list-style: none;}
	
	.member_login_title {
		display: none;
		margin-bottom: 8px;
		font-family: Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: bold;
		color: #393838;
		line-height: 28px;
		margin: 20px 0 5px 0;
	}
	.member_login_title2 { 
		display: none; 
		margin-bottom: 8px; 
		font-family: Tahoma, Verdana, Arial, Trebuchet MS, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: bold;
		color: #393838;
		line-height: 28px;
		margin: 20px 0 5px 0;
	}
	.member_login_box { margin: 10px 0 0 0; font-size: 11px; }
	.member_login_box li { list-style: none; }
	.include_c_logged_in ul { margin-left: 0; list-style: none;}
	
	.green a {
		background-color: #f0f0f0;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f0f0f0));
		background-image: -webkit-linear-gradient(top, #f9f9f9, #f0f0f0);
		background-image: -moz-linear-gradient(top, #f9f9f9, #f0f0f0);
		background-image: -ms-linear-gradient(top, #f9f9f9, #f0f0f0);
		background-image: -o-linear-gradient(top, #f9f9f9, #f0f0f0);
		background-image: linear-gradient(top, #f9f9f9, #f0f0f0);   
		text-shadow: 0 1px 0 #fff;
		border-width: 1px;
		border-style: solid;
		border-color: #d3d3d3;
		height: auto;
		cursor: pointer;
		color: #555;
		display: block;
		padding: 5px 5px 5px 10px;
		margin: 5px 0 5px 0;
		text-decoration: none;
		list-style-position: outside;
		width: 200px;
		}
	.green a:hover { 
		color: #fff; 
		background: #95b547; 
		text-shadow: none; 
		-webkit-transition-property: background; 
		-webkit-transition-duration: .4s; 
		-webkit-transition-timing-function: linear;
		text-decoration: none;		
	}
	
	.red a {
		background-color: #f0f0f0;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f0f0f0));
		background-image: -webkit-linear-gradient(top, #f9f9f9, #f0f0f0);
		background-image: -moz-linear-gradient(top, #f9f9f9, #f0f0f0);
		background-image: -ms-linear-gradient(top, #f9f9f9, #f0f0f0);
		background-image: -o-linear-gradient(top, #f9f9f9, #f0f0f0);
		background-image: linear-gradient(top, #f9f9f9, #f0f0f0);   
		text-shadow: 0 1px 0 #fff;
		border-width: 1px;
		border-style: solid;
		border-color: #d3d3d3;
		height: auto;
		cursor: pointer;
		color: #555;
		display: block;
		padding: 5px 5px 5px 10px;
		margin: 5px 0 5px 0;
		text-decoration: none;
		list-style-position: outside; 
		width: 200px;
		}
	.red a:hover { 
		color: #fff; 
		background: #dd0303; 
		text-shadow: none; 
		-webkit-transition-property: background; 
		-webkit-transition-duration: .4s; 
		-webkit-transition-timing-function: linear;
		text-decoration: none;
	}
	
	.include_c_logged_in { margin-left: 0;}
	.include_c_logged_in li { margin-left: 0;}

/******************************* Layout **************************/

.clear { clear: both; }

.search_fieldbox { width: 150px; margin-right: 10px; }
.constant-contact_fieldbox { width: 150px; height: 20px; margin-right: 10px; }
.rotate { border: 1px solid #e6e6e7; margin: 10px 0 0 0; }
.under-rotate { height: 20px; background:url(../images/layout/under-rotate.png) no-repeat; }

.content { min-height: 200px; margin: 0 0 20px 0;  }

.box { width: 300px; min-height: 220px; float: left; margin: 0 15px 20px 0; background: url(../images/layout/hatch-line.jpg) repeat-x 0 5px; position: relative; }
.box-right { width: 300px; min-height: 220px; float: right; margin: 0 0 20px 0; background: url(../images/layout/hatch-line.jpg) repeat-x 0 5px; }
.box-right2 { width: 300px; min-height: 220px; float: right; margin: 0 0 20px 0; }

.social-box { min-height: 100px; position: absolute; bottom: 0; left: 0; background: url(../images/layout/hatch-line.jpg) repeat-x 0 5px; width: 300px; }

.social-box img { float: left; margin: 0 10px 0 0;}

.event-calendar { width: 300px; min-height: 220px; float: left; margin: 0 15px 20px 0; background: url(../images/layout/hatch-line.jpg) repeat-x 0 5px; position: relative; }
.event-calendar ul { list-style: none; margin: 20px 0 0 0; border-bottom: 1px solid #ccc; padding: 0 0 10px 0; }
.event-calendar ul li { font-size: 11px; margin: 0 0 5px 0; }
.event-calendar ul li a { text-decoration: none; color: #94ba65; font-weight: normal; font-size: 12px; }
.event-calendar ul li a:hover { text-decoration: underline;}

.ad-align { margin: 10px 0 0 50px; }

/***************************** Menu ***********************/

.menu {
	background-color: #f0f0f0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
    background-image: -webkit-linear-gradient(top, #fff, #f0f0f0);
    background-image: -moz-linear-gradient(top, #fff, #f0f0f0);
    background-image: -ms-linear-gradient(top, #fff, #f0f0f0);
    background-image: -o-linear-gradient(top, #fff, #f0f0f0);
    background-image: linear-gradient(top, #fff, #f0f0f0);   
    text-shadow: 0 1px 0 #fff;
   	border-width: 1px;
    border-style: solid;
    border-color: #d3d3d3;
    height: 45px;
    padding: 0 0 0 10px;
    cursor: pointer;
    font: bold 12px Arial, Helvetica;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
.menulink ul { 
	list-style: none;
 	box-shadow:0px 3px 5px #ccc;
	-moz-box-shadow:0px 3px 5px #ccc;
	-webkit-box-shadow:0px 3px 5px #ccc;
	}

	.menulink li a { 
		color: #555; 
		display: block; 
		padding: 14px 12px 10px 12px;
		font-size: 13px;
		height: 21px;
		background:url(../images/layout/right-menu.png) right repeat-y;
		}
	.menulink li a:hover { 
		color: #fff; 
		background: #95b547; 
		text-shadow: none; 
		-webkit-transition-property: background; 
		-webkit-transition-duration: .4s; 
		-webkit-transition-timing-function: linear;
		}
	ul.menulink li > ul { margin: 0 0 0 0; }
	ul.menulink li > ul li {
		background-color: #f5f5f5;
		text-shadow: 0 1px 0 #fff;
		border-style: solid;
		border-color: #d3d3d3;
		border-width: 0 1px 1px 1px;
 	 	font-size: 10px;
 	 	font-weight: normal;
	 	color: #555;
	 	text-transform: none;
	 }
	 ul.menulink li > ul li:hover { background: #f1f1f1; }
	 ul.menulink li > ul li a {
		 display: block;
		 color: #555;
		 background: none;
		 padding: 10px;
		 height: auto;
		 }
	 ul.menulink li > ul li a:hover {
		 color: #fff;
		 text-decoration: none;
		 }
		 	
	ul.menulink li.hover,
	ul.menulink li:hover {
	 color: #b2b497;
	}

	ul.menulink a:link, .menulink a:visited	{ text-decoration: none; }
	ul.menulink a:hover		{ }
	ul.menulink a:active	{ }

	/* -- level mark -- */

ul.menulink,
ul.menulink li,
ul.menulink ul {
 list-style: none;
 margin: 0 0 0 0 ;
 padding: 0 0 0 0;
}

ul.menulink {
 position: relative;
 z-index: 597;
 float: left;
 width: 100%;
}

ul.menulink li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
}

ul.menulink li.hover,
ul.menulink li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.menulink ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width: 100%;
}

ul.menulink ul li {
 float: none;
}

ul.menulink ul ul {
 top: -1px;
 left: 99%;
}

ul.menulink li:hover > ul {
 visibility: visible;
}

	ul.menulink ul {
	 width: 200px;
	 margin-top: -4px;
	}
		ul.menulink ul li {
		 font-weight: normal;
		}

ul.menulink *.dir {
 background-position: 100% 50%;
 background-repeat: no-repeat;
 color: #003d79;
}

/* -- Components override -- */
ul.menu-horizontal ul *.dir {
 padding-right: 15px;
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

ul.classic {
 list-style: disc;
 margin-bottom: 1em;
 padding-left: 2em;
}
ul.menu-upward {
 margin-top: 400px !important;
}

/****************************** Footer ****************************/


#footer {
	width: 1020px;
	margin: 0 auto;
	height:128px; /* must match negative margin of #outer */
	clear:both;
	background: url(../images/layout/footer.png) repeat-x;
	color: #ffffff;
	box-shadow:0px 10px 10px #182c41;
	-moz-box-shadow:0px 10px 10px #182c41;
	-webkit-box-shadow:0px 10px 10px #182c41;
}

#footer a {
	color: #fff;
}

.top_footer {
	display: none;
}

.footer_bottom {
	float: left;
	width: 700px;
	min-height: 20px;
	padding-left: 40px;
	padding-top: 15px;
	font-size: 11px;
	/***margin: 0 auto; ***/
}

.footer_logo { /*** Timberlake Logo ***/
		text-align: center; 
		float: right;
		padding: 15px 20px 0 0;
}

.footer-logo {
	display: inline-block;
	float:right;
	width: 136px;
	height: 38px;
	background-image: url('../images/naylor-logo-white.png');
	background-attachment: scroll;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	color:transparent;
	font-size: 0px;
	margin-top: 15px;
}

/*--- banner style ---*/

.slider-area {
	background-color: #ffffff;
	-webkit-box-shadow: 0px 3px 9px rgba(50, 50, 50, 0.5);
	-moz-box-shadow: 0px 3px 9px rgba(50, 50, 50, 0.5);
	box-shadow: 0px 3px 9px rgba(50, 50, 50, 0.5);
	border: 1px solid #cccccc;
	margin: 0 5px;
	padding: 5px;
	z-index: 10;
	position: relative;
}

.banner-section{
	margin-top: 0;
	background: #e3e3e3;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	}

.rslides {
  margin: 0 auto 40px;
  }

.callbacks_container {
  margin-bottom: 00px;
  position: relative;
  float: left;
  width: 100%;
  }

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: url(../images/captionbg.png) repeat;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 12px;
  	line-height: 16px;
  }

.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 59%;
	left: 0;
	opacity: .75;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 28px;
	background: transparent url("../images/themes.gif") no-repeat left top;
	margin-top: -45px;
  }

.callbacks_nav:active {
  opacity: 1.0;
  }


.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }
  
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
-moz-box-shadow:    0px 0px 3px rgba(0, 0, 0, 0.5);
box-shadow:         0px 0px 3px rgba(0, 0, 0, 0.5);
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }



p.caption {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-color: rgba(0,0,0,0.5);
  padding: 10px;
  color: #fff;
}







