/* ==================================================== *
 * TITLE   : TRADITIONFL     |  main.css                *
 * AUTHOR  : R.Bombardieri   |  info@rule13.com         *
 * CREATED : 09 Apr 2007     |  UPDATED:                *
 * ==================================================== */

/* ==================================================== *
 * BUILDING BLOCKS
 * ==================================================== */
* {
	font-size:100%;
	margin:0;
	padding:0;
	outline:none; }	
body {
	color: #333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 1.4em;
	background: #92A786 url(../images/Hanover/bg-body.jpg) top center repeat-y; 	}	
body.press {
	background-image:none;
	margin:5px 10px; }
	
	
#header-wrap, #content-wrap, #footer-wrap {
	text-align: center;
	position:relative;
	width:850px;
	margin:0 auto; }
#header, #content-innerwrap, #footer, #choice {
	width: 810px;
	text-align: left;
	margin: 0 auto;
	position:relative; }
#content-innerwrap {
	background: transparent url(../images/Hanover/bg-inner.gif) top center repeat-y;
	margin-top: -50px;
	padding-bottom: 10px;	}


/* ==================================================== *
 * BASIC DECLARATIONS
 * ==================================================== */
h1 {
	font-size: 2em;
	height: 30px;
	line-height: 30px;
	margin: 0 0 16px 0;
	color: #282F35; }		
h2 {
	/*clear: both;*/
	font-size: 1.2em;
	/*height: 22px;*/
	line-height: 22px;
	color: #282F35;
	margin-bottom: 4px; }
h2.separate {
	border-bottom:1px solid #eaeaea;
	margin-bottom:12px;}
h2.tighten-up {
	margin:0;
	font-size:1.1em; }
h3 {
	margin-bottom: 4px;
	font-size: 0.9em;
	color: #333; }
h4 {}

p, address { 
	font-style: normal;
	margin-bottom: 15px; }
p.intro {
	font-size:1.2em;
	color:#1C75AA;
	font-style:italic;
	font-weight:bold;
	line-height:20px; }
p.introHelper {
	font-weight:bold;
	color: #666;
	margin-top: -26px;
	margin-bottom:4px; }
p.features {
	background:transparent url(../images/Hanover/check.gif) no-repeat 0 1px;
	display:block;
	padding-left:22px;
	font-size:1.1em;
	font-weight:bold;
	color:#666; }
em {
	font-style: normal;
	color: #f16e05;	}
acronym, abbr {
	border-bottom: 1px dotted #444;
	cursor: help;
	font-style:normal; }
.small {
	font-size: 0.8em;
	color: #005499; 
	margin: -4px 0 10px 0; }	
.info {
	padding: 10px 20px;
	background-color:#fec;
	border: 1px solid #ffc392; }
.highlight { 
	background: #FFC; }

/* ==================================================== *
 * IMAGE STYLES
 * ==================================================== */
img { 
	border: none;	}
.alignleft {
	margin: 0 15px 5px 0;
	float: left;
	display: inline; }
.alignright {
	margin: 0 0 5px 15px;
	float: right;
	display: inline; }
.alignfull {
	margin: 0 auto;
	display: block; }
.alignright-3 {
	margin: 0 18px 5px 0;
	float: right;
	display: inline; }
#map {
	width: 510px;
	height: 300px; }
	
/* ==================================================== *
 * LIST STYLES
 * ==================================================== */
ol {
	margin: 0 0 15px 30px; }	
ul {
	margin-bottom: 15px; }
	ul li {
		background: url(../images/bullet.gif) 0 0.3em no-repeat;
		list-style-type: none;
		padding:0 0 0 20px; }
	#content li {margin-bottom: 10px;}

#link li {
	background: none;
	padding: 0px;
	float: left;
	margin-bottom: 10px; }
#link img {
	display: inline;
	margin: 6px 12px 0 0;
	float: left;
	border: 1px solid #ddd; }	
	
	


/* ==================================================== *
 * TWO COLUMNS
 * ==================================================== */
.col-1 {
	width:49%;
	float:left; }
.col-2 {
	width:49%;
	float:right; }

/* ======================================================== *
 * FLOAT CLEAR
 * ======================================================== */

.clear-content:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; }

.clear-content {display: inline-block;}

/* Hides from IE-mac \*/
* html .clear-content {height: 1%;}
.clear-content {display: block;}
/* End hide from IE-mac */

.clear { clear: both; background: none; }

.hide{ 
	position:absolute;
	left:-9999px;
	width:0px;
	overflow:hidden; }

/* ==================================================== *
 * BLOCKQUOTES
 * ==================================================== */
blockquote {
	clear: both;
	text-align: left;
	text-indent: 25px;
	background: url(../images/quotes1.gif) 0 2px no-repeat;
	margin: 20px auto;
	width: 520px; }
blockquote p {
	/*font-family: "Century Gothic", "Lucida Sans Unicode","Lucida Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;*/
	color: #005499;
	font-size: 1.1em;
	font-weight:bold;
	display: inline;
	padding-right: 24px;
	background: url(../images/quotes2.gif) bottom right no-repeat; }
blockquote p.general {
	color: #005499;
	font-size: 1.1em;
	font-weight:bold;
	display: inline;
	padding-right: 24px;
	background: url(../images/quotes2.gif) bottom right no-repeat; }

/* ==================================================== *
 * LINK STYLES
 * ==================================================== */
#content a,
#header a  {color: #013490;}
#content acronym a {text-decoration: none;}
#content a:hover,
#header a:hover {
	color: #670600;
	text-decoration: none; }
#content a.zoom {
	background:url(../images/icons/zoom.gif) no-repeat left center;
	padding:1px 0 1px 20px; }
#content a.pdf {
	background:url(../images/icons/acrobat-sm.gif) no-repeat right center;
	padding:1px 15px 1px 0; }	
#content a.google {
	background:url(../images/icons/google.jpg) no-repeat right center;
	padding:1px 55px 6px 0; }	
#content a.more-info {
	background:url(../images/icons/more-info.gif) no-repeat right center;
	padding:1px 14px 1px 0;
	font-size:90%; }	
#header a.return-home {
	background:url(../images/Hanover/Home2.gif) no-repeat left center;
	padding:1px 0 1px 20px;
	font-size:12px;
	color:#FFF;
	line-height:22px; }	
#header a.return-home:hover {
	color: #C0F0FE;
}
#footer a {color: #ababab;}
#footer a:hover {
	color: #efefef;
	text-decoration: none; }

/* ==================================================== *
 * GENERAL PAGE HEADERS
 * ==================================================== */
#header-wrap {
	/*background: #fff url(../images/bg-masthead.gif) top center repeat-x; */
	background: #fff url(../images/Hanover/hdr-template.jpg) top left no-repeat;
	height: 260px;
	margin-bottom:5px; }
#header h2 {
	/*background: transparent url(../images/logo.jpg) 0 0 no-repeat; */
	position: absolute;
	width: 290px;
	height: 178px; }
#header h2 a { 
	position: absolute;
	text-indent: -9000em;
	overflow: hidden; 
	width: 290px;
	height: 178px;
	display: block;
	text-decoration: none;
	color: #fff; }
#header .secondary-nav {
	position:absolute;
	top:2px;
	left:6px;
	width:240px;
	height: 24px;
	line-height:24px;
	color:#4B7162; }
#header .secondary-nav a {
	color:#fff;
	text-decoration:underline;
	font-weight:bold; }
#header .secondary-nav a:hover {
	color:#fff;
	text-decoration:none; }
#header .secondary-nav a.contact {
	background:url(../images/icons/contact.gif) no-repeat left center;
	padding-left:20px; }
#header .secondary-nav a.press {
	background:url(../images/icons/news.gif) no-repeat left center;
	padding-left:18px; }

/* ==================================================== *
 * SPECIFIC PAGE HEADERS
 * ==================================================== */
#header {
	position: relative;
	height: 178px;
	top:25px;
	right: 14px;
	/*left:-20px;
	background: url(../images/FCI/bg-header-temp.jpg) top left no-repeat; */
}

/* HOME */
body#home #header {
	/* background: url(../images/FCI/bg-header-temp.jpg) top left no-repeat; */  }

/* LOCATION */

/* TENANTS */

/* COMMUNITY */
body#CommunityWelcomeCenter #header {
	/*background: url(../images/bg-header.jpg) top right no-repeat; */ }
body#CommunityTraditionField #header {
	/*background: url(../images/bg-header.jpg) top right no-repeat; */ }
body#CommunityLocalRecreation #header {
	/*background: url(../images/bg-header.jpg) top right no-repeat; */ }
body#CommunityAmenities #header {
	/*background: url(../images/bg-header.jpg) top right no-repeat; */ }
body#CommunityHometownCablePlus #header {
	/*background: url(../images/bg-header.jpg) top right no-repeat; */ }
body#CommunityTraditionSquare #header {
	/*background: url(../images/bg-header.jpg) top right no-repeat; */ }
body#CommunityEducation #header {
	/*background: url(../images/bg-header.jpg) top right no-repeat; */ }	
body#CommunityMapsAndDirections #header {
	/*background: url(../images/bg-header.jpg) top right no-repeat; */ }
body#CommunityResearchPark #header {
	/*background: url(../images/bg-header.jpg) top right no-repeat; */ }

/* PRESS */
body#PressGeneralInformation #header {
	/* background: url(../images/bg-header-PressGeneralInformation.jpg) top right no-repeat; */ }
body#PressPressReleases #header {
	/* background: url(../images/bg-header-PressGeneralInformation.jpg) top right no-repeat; */ }

/* CONTACT */
body#ContactInfoRequestForm #header {
	/* background: url(../images/bg-header-ContactInfoRequestForm.jpg) top right no-repeat; */ }
body#ContactOfficeContactInfo #header {
	/* background: url(../images/bg-header-ContactInfoRequestForm.jpg) top right no-repeat; */ }	

/* GLOBAL 404 */
body#Global #header {
	background: url(../images/bg-header-Global404PageNotFound.jpg) top right no-repeat; }
body#GlobalSiteIndex #header {
	/* background: url(../images/bg-header-CommunityTraditionSquare.jpg) top right no-repeat; */ }


/* ======================================================== *
 * CRUMB TRAIL
 * ======================================================== */
.crumb-trail {
	position:absolute;
	left:20px;
	width:400px;
	color: #FFF;	
	display:block;
	top:-25px;}
.crumb-trail p.breadcrumb {
	margin:0;
	line-height:22px;
	color: #FFF; }

/* ======================================================== *
 * HOMEPAGE
 * ======================================================== */
.box {
	width: 240px;
	float: left;
	display: inline;
	margin: 0 15px 15px 0; }
#myGallery {
	width: 390px;
	height: 190px;
	z-index:1000;
	display: none;
	position:absolute;
	top:0;
	left:370px;
	overflow: hidden; }

#slideshow {
	float:right;
	width: 285px;
	height: 185px;
	overflow: hidden; }
#slideshow img {
	position: absolute;
	left: 0;
	top: 0;
	width: 285px;
	height: 185px;}
	
/* ======================================================== *
 * HOMEPAGE CONTENT CONTAINERS
 * ======================================================== */	
#leftSide {
	float:left;
	margin-bottom:12px;
	width:310px; }
#rightSide {
	float:right;
	margin-bottom:12px;
	padding:0;
	width:220px; }
#rightSide h3 {
	margin-bottom:2px; }	

/* ======================================================== *
 * HOMEPAGE NEWS AND INFORMATION
 * ======================================================== */
.info-block dl {
	width: 100%;
	/*overflow: auto;*/
	margin-top:1.2em;
	clear:left;
	/* border-bottom:1px solid #CCC;
	padding-bottom:14px; */}
.info-block dl dt { 	
	float: left; }
.info-block dl dd.title,
.info-block dl dd.copy {
	margin: 0;
	padding: 0;
	float:right;
	display:block;
	text-align:left;
	width:79%;
	font-size:90%;
	font-weight:normal; }
.info-block dl dd.title {
	font-weight: bold; }
.info-block dl dd.copy a {
	background: url(../images/icons/more-info.gif) no-repeat right;
	padding-right:14px; }

/* ======================================================== *
 * HOMEPAGE EVENT LISTING
 * ======================================================== */
#events {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0pt 0pt 8px; }
#events li {
	margin-bottom:16px;
	overflow:hidden;
	padding:0;
	margin-top:0; }
#events .date {
	background:#56816F url(../images/bg-calendar.jpg) no-repeat scroll 0%;
	color:#fff;
	float:left;
	font-family:Arial,Verdana,Tahoma,sans-serif;
	font-size:10px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height:31px;
	line-height:13px;
	padding:13px 6px 0pt 0pt;
	text-align:center;
	text-transform:uppercase;
	width:30px; }
#events .date span {
	display:block;
	font-size:12px;
	font-weight:bold; }
#events .desc {
	color:#555555;
	line-height:14px;
	margin-left:39px;
	padding-top:3px; }
/* HOMEPAGE */
#events .desc span.time {
	font-size:80%;
	display:block; }

/* ======================================================== *
 * HOMEPAGE WEATHER
 * ======================================================== */
.current-conditions {
	border:1px solid #608E7C;
	background:#FFF url(../images/bg-weather.png) no-repeat right center;
	padding:4px;
	margin-bottom:8px;}
.current-icon {
	vertical-align:middle; }
.current-temp {
	font-size:1.4em;
	font-weight:bold;
	display:inline; }
.current-extra {
	line-height: 1.2em;
	padding-left:2px; }
p.extended-forecast {
	line-height:1.2em;
	margin:0 0 1em 0;
	padding-left:6px; }
a.get-weather {
	background:url(../images/icons/weather.gif) no-repeat left center;
	padding-left:20px;
	display:block; }
/* ======================================================== *
 * PRESS RELEASES
 * ======================================================== */
.newsblock {
	background-color:#FFF;
	border-bottom:1px solid #D8D8D8;
	margin-bottom:1em;
	padding:5px; }
.newsblock h3 {
	color:#A8561C;
	font-size:90%;
	margin-bottom:0.4em; }
.newsblock h3 span {
	color:#333;
	float:right;
	font-size:80%; }
.newsblock h2 {
	margin:0;}
.newsblock p {
	 }
.newsblock p a.read-more {
	background:transparent url(../images/icons/more-info.gif) no-repeat scroll right center;
	font-size:95%;
	padding:0pt 14px 2px 6px; }
.newsblock p a.read-more-pdf {
	background:transparent url(../images/icons/page_acrobat.gif) no-repeat scroll right center;
	font-size:90%;
	padding:0pt 14px 2px 6px; }
.newsblock p a.read-more-word {
	background:transparent url(../images/icons/page_word.gif) no-repeat scroll right center;
	font-size:90%;
	padding:0pt 14px 2px 6px; }

/* ==================================================== *
 * PRESS POPUP STYLES
 * ==================================================== */
#press-content {
	background: transparent;
	width: 100%;
	margin: 0 auto;
	padding-bottom:40px; }
#press-content a {color: #005A9B; font-size:90%;}
#press-content acronym a {text-decoration: none;}
#press-content a:hover {
	color: #000;
	text-decoration: none; }
#press-content a.close {
	background:url(../images/icons/close.gif) no-repeat left center;
	padding:1px 8px 1px 20px; }
#press-content a.print {
	background:url(../images/icons/print.gif) no-repeat left center;
	padding:1px 20px; }
.close-bottom {
	text-align:right;
	padding-bottom:16px; }

/* ======================================================== *
 * CONTENT CONTAINERS
 * ======================================================== */
#content-wrap {
	width: 850px;
	margin:0 auto; }
#content {	
	float: right;
	display: inline;
	width: 550px;
	padding-bottom: 40px;
	position:relative; }

/* ======================================================== *
 * FORMS
 * ======================================================== */
form {margin-bottom: 15px;}
fieldset {border: 0px; margin-top:14px;}
.floatl {
	width: 255px;
	float: left; }
.floatr {
	width: 255px;
	float: right; }
form div input, form div textarea{
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size:1em;
	border: 1px solid #bbb;
	border-left-color: #ddd;
	border-top-color: #ddd; 
	padding: 1px 2px; }
form div input { width: 230px;}
form .radio input {
	border: 0px;
	padding: 0px;
	width: auto;
	outline:none; }
form div select {
	width: 230px;
	padding: 3px 2px;
	border: 1px solid #d8d8d8; }
span.error {color:#e42323;font-size:.9em;}
form div {margin:0 0 .6em 0;}
form .clear br {display: none;} 
form label, form .label {
	display:block;
	margin: 0px;
	cursor: pointer; }
form .radio label {
	display :inline;
	margin: 0px; }	
textarea {
	width: 485px;
	height: 85px;
	overflow: auto; }
#attention, #success {
	background: #F5DC63;
	border: 1px solid #D29C34;
	margin-bottom: 15px;
	padding: 5px; }
#success {
	background: #86D958;
	border: 1px solid #229322;
	}
#attention div, #success div {
	background: #fff url(../images/icon-attention.gif) 10px 10px no-repeat;
	margin: 0px;
	padding: 15px 20px 10px 60px; }
#success div {background: #fff url(../images/icon-success.gif) 10px 10px no-repeat;}
#attention ul, #success p {margin: 0px;}
.btnNormal, .btnHover {
	font-family: "Century Gothic", "Lucida Sans Unicode","Lucida Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	clear: both;
	cursor: pointer;
	float: left;
	width: 120px;
	height: 26px;
	line-height: 26px;
	color: #fff;
	padding: 0px;
	border: 0px; }
.btnNormal {background: url(../images/bg-button.gif) 0 0 no-repeat;}
.btnHover {background: url(../images/bg-button.gif) 0 -26px no-repeat;}
.vcard {float: left; padding-top:5px;}

.required { color:#FF0000; font-weight:bold; }


/* ==================================================== *
 * BACK TO TOP
 * ==================================================== */
#mini {
	clear: both;
	margin: 0px auto;
	width: 760px;
	height: 16px;
	position: relative; }
#mini li {
		position: absolute;
		width: 16px;
		padding: 0px;
		height: 16px; }
#mini li a {
		text-indent: -9000em;
		overflow: hidden;
		width: 16px;
		height: 16px;
		display: block;
		text-decoration: none;
		float: left; }
#mini li, #mini li a {background-position: 0px 0px;}
#mini .top, #mini .top a {background-image: url(../images/top.gif);right: 0px;}
#mini .top a:hover {background-position: 0 -16px;}

/* ======================================================== *
 * FOOTER
 * ======================================================== */
#footer-wrap, #footer {clear:both;}

.phone, .phone a {background: #f48628 url(../images/footer/phone-number.jpg) 0 0 no-repeat;}
.phone a:hover {background: #5a6269 url(../images/footer/phone-number.jpg) 0 -80px no-repeat;}
.core, .core a {background: #f48628 url(../images/footer/core-communities.jpg) 0 0 no-repeat;}
.core a:hover {background: #5a6269 url(../images/footer/core-communities.jpg) 0 -80px no-repeat;}
#choice h3 {
	font-family: "Century Gothic", "Lucida Sans Unicode","Lucida Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	margin: 40px 20px 20px 20px;
	float: left;
	display: inline; }
#choice h3 span {
	font-size: 0.6em;
	display: block; }
#choice a {	
	width: 300px;
	height: 40px;
	padding: 20px;
	display: block;
	color: #fff;
	text-decoration: none; }
#weather {
	width:728px;
	display:block;
	text-align:center;
	margin:20px auto 0 auto; }
#footer {
	background: #282f35 url(../images/footer/tradition.gif) top right no-repeat; 
	margin-top: 10px;
	line-height: 50px;
	color: #959595;
	clear:both;	}

#footer-wrap, #choice, #footer {clear:both; min-height:0%; margin-top:15px; }
#footer-wrap {background:#282F35; padding-bottom:40px;}
#footer p {margin-bottom:0; }

/* ======================================================== *
 * GALLERY STYLES - BUILDER PAGES
 * ======================================================== */
#rightcolumn p {
	text-align:center; }
#rightcolumn p.ie-default {
	line-height:100px; }
h2.galleryModel {
	border-bottom:1px solid #646464;
	margin-bottom: 12px;
	color:#F16E05; }
.galleryImage {
	text-align:center;
/*	border-bottom: 1px solid #646464;
	margin-bottom:12px; */
	background:url(../images/ajax-loader.gif)no-repeat center center; }
.galleryImage img {
	border:1px solid #56816F;
	padding: 4px;
	margin-bottom:10px; }
div.address {
	background:#E4F1EC;
	padding:5px;
	margin-bottom:12px; }
