@charset "UTF-8";
body  {
	font: 62.5% "Helvetica Neue", "lucida Grande", Helvetica, Arial, sans serif;
	background: #FFFFFF;
	background-image:url(images/img_bg.gif);
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	line-height: 1.3;

}

p {
	font-size: 1.3em;
	
}
h1, h2, h3, h4, h5, h6,  {
	margin:0px;
	padding:0px;
}

h1 {
	text-transform: capitalize;
	font-size: 2.5em;
	font-style: normal;
	font-weight: bold;
	color: #66CCFF;
}
h2 {
	text-transform: capitalize;
	font-size: 1.7em;
	font-style: normal;
	font-weight: bold;
	line-height: 1.2em;
	color: #666;
}
h3 {
	text-transform: none;
	font-size: 1.7em;
	font-style: normal;
	font-weight: normal;
	color: #cc3333;
	margin-top: 2.2em;
}

h4 {
	font-size: 1.5em;
	font-style: normal;
	font-weight: normal;
	color: #666;
}



a {
	text-decoration:none;
	color: #cc3333;
}

a:hover {
	color: #66ccff;
}

ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:0 0 0 10px;
}

ul li {
	background:transparent url(images/img_list-arrow.gif) no-repeat scroll 1px 0.3em;
	font-size:1.2em;
	margin-top:0.2em;
	padding-left:12px;
	text-transform:none;
	color: #000;
}


.twoColFixLtHdr #container { 
	position: relative;
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	background: #cc3333;
	bordertop: 1px solid #cc3333;
	border-bottom: 10px solid #EBEBEB;
	padding: 0 0px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

#header #logo {
	display: block;
	background-image: url(images/img_newtown_logo.gif);
	background-repeat: no-repeat;
	width: 233px;
	height: 175px;
}

#header #topQuote {
	top: 145px;
	right: 20px;
	position: absolute;
	width: 500px;
	text-align: right;
}

#header #topQuote h3 {
	color:#FFFFFF;
	font-style:italic;
	margin: 0px;
	padding:0px;
	font-size:1.8em;
}

#header #topAddress {
	padding: 0;
	top: 0px;
	right: 20px;
	position: absolute;
	width: 300px;
	text-align: right;
}

#header #topAddress p {
	line-height: 15px;
	font-size: 12px;
	color: #EBEBEB;
}

#header a {
	text-decoration:none;
	color: #333;
}

#header a:hover {
	color: #EBEBEB;
}


.twoColFixLtHdr #sidebarRight {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 20px 15px 10px;
	margin: 0 18px 10px 25px;
	text-align:right;
}

#sidebarRight a {
	text-decoration:none;
	color:#666;
}

#sidebarRight a:hover {
	color:#cc3333;
}

.twoColFixLtHdr #sidebarLeft {
	float: left; /* since this element is floated, a width must be given */
	width: 187px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 15px 10px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 210px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLtHdr #mainContentNOside {
	margin: 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 25px 0 25px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(images/img_weeds.jpg);
	height:145px;

} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 115px 0 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
}

#footer a {
	text-decoration:none;
	color: #66ccff;
}

#footer a:hover {
	color: #cc3333;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 0 0 10px 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin:0 10px 10px 0;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}







#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
	