@font-face {
    font-family: 'BookAntiquaRegular';
    src: url('fonts/book_antiqua-webfont.eot');
    src: url('fonts/book_antiqua-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/book_antiqua-webfont.woff') format('woff'),
         url('fonts/book_antiqua-webfont.ttf') format('truetype'),
         url('fonts/book_antiqua-webfont.svg#BookAntiquaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	vertical-align: baseline;
	padding: 0;
	margin: 0;
	border:0 none;
	}
fieldset, img { 
	border: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
ol, ul {
	list-style: none;
	}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
	}
caption, th {
	text-align: left;
	}
/*h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	}*/
h1	{
	padding-top: 15px;
}
q:before, q:after {
	content: '';
	}
abbr, acronym { 
	border: 0;
	}

/** 	{
	vertical-align: baseline;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}*/
	
body {
	padding: 0px;
	margin: 0px;
	font-family: 'BookAntiquaRegular', 'Verdana', 'Arial', 'Helvetica', 'sans-serif';
	color: #336633;
	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 */
	/*background: url('images/background-image.jpg');	*/
	background: #ccffcc;
	border: 0px;
}

img, div { behavior: url(iepngfix.htc) }

p, h1, h2, h3, h4, h5, h6 {
	/*color: #336633;*/
	margin: 0;
}

a:link {
	color: #006600;
	text-decoration: none;
	}
	
a:visited {
	color: #999966;
	text-decoration: none;
}

a:hover, a:active {
	color: #999933;
}

.stylesheet #wrapper {
	width: 96%;  /* this will create a container 98% of the browser width */
	position: relative;
	padding-top: 8px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	border: 0px solid #000000;
	/*text-align: left; *//* this overrides the text-align: center on the body element. */
} 

img {
	border: 0;
}

.stylesheet #header {
	overflow: hidden;
	float: left;
	clear: both;
	margin: 0;
	width: 96%;
	padding-left:2%;
	/*padding-right:2%;*/
	padding-bottom: 80px;
}

#header #logo {
	/*margin: 10px;*/
	/*margin-left: 15px;*/
	width: 18%;
	position: absolute;
	left: 0px;
	z-index: 1000;
}

#masthead {
	/*width: 400px;*/
	margin-top: 20px;
	margin-left: 200px;
	margin-bottom: -30px;
}

#quicknav {
	float: right;
	text-align: right;
	/*padding-top: 5px;
	padding-right: 20px;*/
}

#nav {
	width: 80%;
	padding-top: 40px;
	/*overflow: auto;*/
	margin-left: 200px;
	font-size: 0.9em;
}

.menu {
	list-style-type: none;
	display: block;
}
.menu2 {
	border-left: 2px solid #ffcc33;
	list-style-type: none;
	display: block;
}
.nav1 {
	float:left;
	margin-left: 2px;
	margin-right: 8px;
}
.nav2 {
	float:left;
	margin-left: 2px;
	margin-right: 8px;
}
.nav3 {
	float:left;
	margin-left: 2px;
	margin-right: 8px;
}
.nav4 {
	float:left;
	margin-left: 2px;
	margin-right: 8px;
}
/*This is the end of the header section*/

/*This is the beginning of the slideshow section*/

#slidesindex {
	display: none;
}

#headlines {
	width:96%;
	margin: 0;
	padding-left:2%;
	padding-right:2%;
	clear: both;
}

#slideshow {
	float: left;
	width: 352px;
	height: 279px;
	padding-left: 0px;
	padding-bottom: 60px;
	margin-left: 0px;
	margin-top: 5px;
	margin: 0;
}

#slideshow h1 {
	margin: 0;
}

#slideshow p {
	margin: 0;
}

#slideshow-index {
	display: none;
}

#slides div.teaser {
	float: right;
}

#slides div.teaser div.text {
	padding: 10px 10px 10px 28px;
	text-align: left;
}

.headlineimgs{
	border: 2px solid #ffcc33;
	width: 347px; 
	height: 274px;
}

span.arrows {
	/*float: left;*/
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 1000;
}

span.arrows:hover {
	cursor: pointer;
}

span.arrows.jFlowPrev {
	margin: -839px 0px 0px -32px;
}

span.arrows.jFlowNext {
	margin: -839px 0px 0px 282px;
}

/* This is the end of the slideshow-*/

#sidebar {
	width: 300px;
	float: right;
	padding-left: 80px;
	padding-top: 10px;
	text-align: left;
	height: 380px;
	overflow: hidden;
}

.stylesheet #gallery {
	/*margin: 15px;*/
	width:96%;
	padding-left:2%;
	padding-right:2%;
	text-align: left;
	overflow: hidden;
}

img#from-the-gallery {
	float: left;
	margin-bottom: 10px;
}

img#see-more {
	float: right;
	margin-right: 15px;
}

#photo-gallery-feed {
	clear: both;
}

#photo-gallery-feed img {
	border: 2px solid #cccc99;
	float: left;
	margin: 0px 2px 2px 0px;
}

.stylesheet #mainpages { 
	float: left;
	width:96%;
	padding-top: 40px;
	padding-left:2%;
	padding-right:2%;
	/*margin-right: 8px;*/
	/*padding: 10px 10px;*/
}

#mainpages img {
	width:250px;
	height:197px;
	border: 2px solid #ffcc33;
}

.stylesheet #footer {
width: 96%;
	/*height: 74px;*/
	/*margin-top: -5px;*/
	overflow: hidden;
	padding-left:2%;
	padding-right: 2%;
	/*background-image: url('../../img/bg-footer.png');
	background-repeat: no-repeat;
	background-position: bottom;*/
}

.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-left: 8px;
	padding: 10px 10px;
}


.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;
}
