/* reset */
html, body, 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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

/*
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	font-size: 100%;
	vertical-align: baseline;

*/
	
/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}



/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* structural */
body {
	background-color: #FDF6E6;
	font-family: georgia, times, serif;
}

div#container {
	width: 1000px;
	margin: 7px auto;
	position: relative;
}

div#header {
	width: 1000px;
	height: 168px;
	background: transparent url("/gfx/bg-header.jpg") no-repeat scroll 0% 0%;
	position: relative;
	border: solid 0px red;
}

div#content {
	width: 1000px;
	min-height: 450px;
	background: transparent url("/gfx/bg-content.jpg") repeat-y scroll 0% 0%;
	position: relative;
	/* padding-bottom: 60px; */
}

div#footer {
	width: 1000px;
	height: 82px; 
	background: #fff url("/gfx/bg-footer.jpg") no-repeat scroll 0% 0%;
	position: relative;
}

/* homepage */
body#homePage div#container {
	height: 688px;
	background: transparent url("/gfx/bg-homepage-dropshadow.jpg") no-repeat scroll 0% 0%;
	position: relative;
}

body#homePage div#main {
	width: 924px;
	height: 668px;
	margin: 0 auto;
	background: transparent url("/gfx/bg-homepage-woodgrain-mq.jpg") no-repeat scroll 0% 0%;
}

body#homePage div#header,
body#homePage div#content,
body#homePage div#footer {
	background: none;
	width: 924px;
}

body#homePage div#footer {
	position: absolute;
	bottom: -10px;
	left: 0;
}

/* navigation lists: general styles */
ul.navList li {
	display: inline;
	border-left: solid 1px #033;
	padding: 0 5px;
}

ul.navList li.first {
	border-left: none;
	padding-left: 0;
}

ul.navList li a {
	text-decoration: none;	
	color: #033;
}

/* left nav: specific styles */
ul#leftNav {
	position: absolute;
	top: 80px;
	left: 78px; /* 38px from the image edge, 40px from the grain edge */
}

body#homePage ul#leftNav {
	left: 40px; /* homePage is build differently, only count 40px from the grain */
}

ul#leftNav li a {
	font-size: 16px;
}

ul#leftNav li a:hover {
	font-weight: bold;
	color: #660;
}

/* right nav: specific styles */
ul#rightNav {
	position: absolute;
	top: 80px;
	left: 688px; /* 38px from the image edge, 650px from the grain edge */
}

body#homePage ul#rightNav {
	left: 650px; /* homePage is build differently, only count 650px from the grain */
}

ul#rightNav li {
	height: 100px;
}

ul#rightNav li a {
	font-size: 12px;
}

ul#rightNav li a:hover {
	font-size: 18px;
	font-weight: bold;
}

/* footer elements: specific styles */
ul#footerElements {
	position: absolute;
	top: -20px;
	left: 188px; /* 38px from the image edge, 150px from the grain edge */
}

body#homePage ul#footerElements {
	top: 25px;
	left: 150px; 
}

ul#footerElements li {
	font-size: 11px;
	color: #033; 
}

ul#footerElements li a:hover {
	color: #660;
}

/* tab links */
ul#tabLinks {
	position: absolute;
	top: 145px; 
	left: 354px; /* 38px from the image edge, 316px from the grain edge */
	height: 38px;
}

body#homePage ul#tabLinks {
	left: 316px;
	z-index: 3;
}

ul#tabLinks li {
	display: inline;
	padding: 10px 70px 10px 10px;
	margin-right: 43px;
	background-color: white;
	width: auto;
	/* border: solid 1px red; */
}

ul#tabLinks li a {
	text-decoration: none;
	color: #033;
	font-size: 16px;
}

ul#tabLinks li a:hover {
	color: #660;
}

/* elements within the content area */
div#content h1#logo {
	width: 317px;
	height: 18px; 
	background: #fff url("/gfx/logo-png8.png") no-repeat scroll 0% 30px;
	text-indent: -9999px;
	padding-top: 30px;
	margin-left: 85px; /* 38px from image edge, 47px from content edge */
	margin-bottom: 15px;
	float: left;
}

div#content h2 {
	color: #033;
	font-weight: bold;
	font-size: 16px;	
	padding-top: 30px;
	margin-left: 15px;
	float: left;
}

div#content h3 {
	color: #033;
	font-size: 14px;
	font-weight: bold;
	border: 0;
	padding: 0 0 10px 0;
}

div#content div#calendar h3,
div#content div#contentText-links h3 {
	color: #660;
	font-size: 16px;	
	width: 520px;
	padding-top: 30px;
	padding-left: 20px;
	padding-bottom: 7px;
	margin-left: 66px; /* 38px from image edge, 28px from content edge */
	clear: left;
	border-bottom: solid 1px #ABB1B2;
}

div#content h4 {
	font-size: 11px;
	color: #033;
	margin-left: 88px; /* 38px from image edge, 50px from content edge */
	margin-top: 17px;
}

div#content div#contentText {
	margin-left: 422px; /* 38px from image edge, 384px from content edge*/
	padding-top: 85px;
	padding-bottom: 60px;
}

/* alternate layout for links */
div#content div#contentText-links {
	margin-left: 66px; /* 38px from image edge, 47px from content edge*/
}

/* alternate layout for full text pages */
div#content div#contentText-full {
	margin-left: 106px; /* 38px from image edge, 67px from content edge*/
	padding-top: 20px;
	padding-bottom: 60px;
	clear: both;
}


/* fck related */
div#content div#contentText p,
div#content div#contentText ul,
div#content div#contentText-links p,
div#content div#contentText-links ul,
div#content div#contentText-full p,
div#content div#contentText-full ul {
	color: #333;
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 15px;
	margin-right: 138px; /* 100px from image edge, 38px from content edge*/
	clear: both;

}

/* experimenting :::CAR */
div#content div#contentText p {
	clear: none;
}
/* end experimenting :::CAR */

div#content div#contentText p strong,
div#content div#contentText-full p strong {
	font-weight: bold;
}

div#content div#contentText p em,
div#content div#contentText-full p em {
	font-style: italic;
}

div#content div#contentText ul,
div#content div#contentText-full ul {
	list-style-type: disc;
	margin-left: 20px;
}

div#content div#contentText img,
div#content div#contentText-full img {
	margin: 10px;
}

div#content div#contentText a:link,
div#content div#contentText a:visited,
div#content div#contentText-full a:link,
div#content div#contentText-full a:visited {
	color: #033;
}

div#content div#contentText a:hover,
div#content div#contentText-full a:hover {
	background-color: #033;
	color: #fff;
}

/* slideshow */
div#content div.slideshow {
	width: 307px;
	height: 307px; 
	background: #fff url("/gfx/slideshow-img-bg.jpg") no-repeat scroll 0% 0%;
	position: absolute;
	top: 75px;
	left: 83px; /* 38px from image edge, 45px from content edge*/
	padding-bottom: 55px;
}

div#content div.slideshow img,
div#content div.slideshow a img {
	margin-top: 15px;
	margin-left: 18px;
}

div#content div.slideshow div.caption {
	margin-left: 19px;
	margin-top: 0;
}
	
div#back {
	position: absolute;
	top: 30px;
	left: 808px; /* 38px from image edge, 770px from content edge*/
}

div#content div.slideshow div.caption a,
div#content div#back a {
	color: #033;
	text-decoration: none;
	font-size: 12px;
}

div#content div.slideshow div.caption a:hover,
div#content div#back a:hover {
	color: #660;
}


/* specific elements within the homepage content area */
h1#logoHome {
	width: 231px;
	height: 301px;
	background: transparent url("/gfx/logo-hp-png24.png") no-repeat scroll 0% 0%;
	position: absolute;
	top: 0;
	left: 50px;
	text-indent: -9999px;
}

div.hpFeature {
	width: 271px;
	height: 352px;
	background: transparent url("/gfx/bg-hpFeature-special.png") no-repeat scroll 0% 0%;
	position: absolute;
	top: -35px;
	z-index: 2;
}

div.hpFeature a img {
	position: absolute;
	top: 37px;
	right: 10px;
	}

div#hpFeature1 {
	left: 311px;
}

div#hpFeature2 {
	left: 611px;
}

div#hpEvents {
	position: absolute;
	top: 327px;
	left: 44px;
}

div#hpEvents-top {
	width: 235px;
	height: 11px;
	background: transparent url("/gfx/bg-hpEvents-top.png") no-repeat scroll 0% 0%;
}

div#hpEvents-content {
	width: 235px;
	background: transparent url("/gfx/bg-hpEvents-tile.png") repeat-y scroll 0% 0%;
	padding: 5px 0;
}

div#hpEvents-bottom {
	width: 235px;
	height: 14px;
	background: transparent url("/gfx/bg-hpEvents-bottom.png") no-repeat scroll 0% 0%;
}

div#content div#hpEvents h2 {
	position: static;
	margin-top: 0px;
	padding-top: 11px;
	margin-left: 23px;
	padding-top: 0;
	float: none;
	font-size: 12px;
}

div#content div#hpEvents h3 {
	margin-top: 5px;
	margin-left: 23px;
	color: #660;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	width: auto;
	padding: 0;
	border: 0;
}

div#content div#hpEvents h4 {
	margin: 2px 0 0 23px;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
}

div#hpEvents div#more a {
	margin-top: 5px;
	margin-left: 23px;
	margin-right: 5px;
	padding-bottom: 5px;
	color: #033;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	text-decoration: none;
}

div#hpEvents div#more a:hover {
	color: #660;
}

/* specific elements within the calendar page content area */
div#calendar {
	padding-bottom: 60px;
	min-height: 1500px;
	clear: left;
}

div#content div.eventSlot {
	margin-bottom: 30px;
}

div#content div.eventSlot div.eventListing,
div#content div#eventFeature div#featureContent p {
	color: #333;
	font-size: 12px;
	margin-top: 5px;
	margin-left: 88px; /* 38px from image edge, 50px from content edge */
	width: 520px;
	line-height: 18px;
	font-style: italic;
}

div#content div.eventSlot div.eventListing strong,
div#content div#eventFeature div#featureContent p strong {
	font-weight: bold;
}

div#content div.eventSlot div.eventListing div.location {
	font-size: 11px;
	font-style: normal;
	color: #033;
}

div#content div.eventSlot div.eventListing a.more {
	color: #660;
	font-size: 10px; 
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	white-space: nowrap;
}

div#content div.eventSlot div.eventListing a.more:hover {
	text-decoration: underline;
}

div#content div.eventSlot div.eventListing p {
	/* display: block; */
	display: inline;
}

div#content div#eventFeature {
	width: 304px;
	position: absolute;
	top: 95px;
	right: 68px; /* 38px from image edge, 30px from content edge */
}

div#content div#eventFeature-top {
	width: 304px;
	height: 11px;
	background: transparent url("/gfx/events-feature-bg-top.png") no-repeat scroll 0% 0%;
}

div#content div#eventFeature-bottom {
	width: 304px;
	height: 15px;
	background: transparent url("/gfx/events-feature-bg-bottom.png") no-repeat scroll 0% 0%;
}


div#content div#eventFeature div#featureContent {
	width: 304px;
	background: transparent url("/gfx/events-feature-bg-tile.png") repeat-y scroll 0% 0%;
	padding: 12px;
}

div#content div#eventFeature div#featureContent img {
	margin: 8px;
	float: left;
}

div#content div#eventFeature div#featureContent h4 {
	/* margin: 0 0 0 125px; */
	margin: 0 0 0 10px;
	margin-left: 10px;
	padding-top: 8px;
	/* width: 130px; */
	width: auto;
	line-height: 12px;
}

div#content div#eventFeature div#featureContent p {
	margin: 8px 35px 0 125px;
	margin-left: 10px;
	width: auto;
	line-height: 14px;
	font-style: normal;
}

div#content div#eventFeature div#featureContent p.eventTitle {
	font-style: italic;
}

div#content div#eventFeature div#featureContent div.eventDesc,
div#content div#eventFeature div#featureContent p.eventInfo {
	font-style: normal;
	font-size: 11px;
}

div#content div#eventFeature div#featureContent p.eventInfo {
	color: #033;
}

div#content div#eventFeature div#featureContent p.location {
	font-size: 11px;
	font-style: normal;
	color: #033;
}


/* links page */
div#content div#contentText-links {
	padding-bottom: 60px;
}


div#content div#contentText-links h3 {
	padding-top: 10px;
	margin-left: 0;
	margin-bottom: 5px;
	width: 720px;
	font-weight: bold;
	color: #033;
}

div#content div#contentText-links div.catWrapper a:link,
div#content div#contentText-links div.catWrapper a:visited {
	text-decoration: none;
	color: #660;
	font-size: 14px;
	margin-left: 25px;
	padding: 2px;
	font-weight: bold;
}

div#content div#contentText-links div.catWrapper a:hover {
	background: #033;
	color: #fff;
}

div#content div#contentText-links div.catWrapper a.link2:link,
div#content div#contentText-links div.catWrapper a.link2:visited {
	text-decoration: underline;
	color: #033;
	font-size: 12px;
	margin-left: 25px;
	padding: 2px;
	font-weight: normal;
	display: block;
	width: 200px;
	font-weight: normal;
}

div#content div#contentText-links div.catWrapper a.link2:hover {
	color: #fff;
}

div#content div#contentText-links div.catWrapper p {
	margin: 0 0 0 25px;
	padding: 2px 2px 0 2px;
}

div#content div#contentText-links div.linkWrapper {
	margin: 10px 0 35px 0;
	line-height: 13px;
}









