/* .... css reset .... */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* .... end of css reset .... */

img
{
	border: none;
}

a
{
	text-decoration: none;
}

h1
{
}

h2
{
}

h3
{
}

p
{
}

.clearBoth
{
	clear: both;
}

.resetBorderLeft
{
	border-left: none !important;
}

.resetBorderRight
{
	border-right: none !important;
}

body
{
	font-size: 62.5%;
	font-family: tahoma, helvetica, arial, "lucida grande", sans-serif;
	text-align: center;
	background: #fffbef url(../images/bodybg.gif) repeat-x top;
}

#container
{
	margin: 0px auto;
	text-align: left;
	width: 1022px;
	background: #fffcf3 url(../images/sec_contbg.gif) no-repeat top;
}

#innerContainer
{
	width: 954px;
	margin: 0px auto;
	min-height: 830px;
}

#header
{
	position: relative;
	width: 954px;
	height: 97px;
	background: url(../images/main_02.gif) no-repeat top;
}

#logoLink
{
    position: absolute;
    top: 0px;
    left: 0px;
}

ul#topNav
{
	position: absolute;
	top: 0px;
	left: 552px;
}

ul#topNav li
{
	float: left;
	display: inline;
	padding: 9px 9px;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #fceab4;
	border-right: 1px solid #412a16;
	border-left: 1px solid #7e5849;
}

ul#topNav li a
{
	color: #fceab4;
}

ul#topNav li a:hover
{
	color: #fef5d8;
}

ul#mainNav
{
	clear: both;	
	display: block;
	position: relative;
}

ul#mainNav img
{
	display: inline;
}

ul#mainNav li
{
	float: left;
	display: inline;
}

#secBanner
{
	clear: both;
	position: relative;
}

#2colContainer
{
	position: relative;
}

#leftCol
{
	display: inline;
	float: left;
	width: 222px;
	min-height: 400px;
}

#leftCol h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #43653a;
	background: url(../images/right_head.gif) no-repeat bottom;
	margin-top: 15px;
	height: 39px;
	width: 223px;
	padding-top: 7px;
	text-align: center;
}

#leftCol h1 span
{
	font-size: 16px;
}

#leftCol img.calendar
{
	margin-bottom: 85px;
}

#leftNav
{
	width: 222px;
	margin: 6px 0px;
}

/*#leftNav span
{
    display: none;
}*/

.ContentTree span
{
    display: none;
}

#leftNav li
{
	display: inline;
}


#leftNav li a
{
	display: block;
	background: url(../images/sec_nav1.gif) no-repeat top left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #783b24; 
	padding: 7px 0px 7px 25px;
	border-bottom: 1px solid #fff;
}

#leftNav li a:hover
{	
	color: #a65132;
	background: url(../images/sec_nav2.gif) no-repeat top left;
}

#leftNav ul ul
{
	margin-left: -7px;
}

#leftNav li li a
{
	font-size: 11px;
	color: #5b3c30;
	background: url(../images/sec_nav3.gif) no-repeat center; 
	padding: 6px 0px 6px 50px;
	border-bottom: none;
}

#leftNav li li a:hover
{	
	color: #805444;
	background: url(../images/sec_nav4.gif) no-repeat center;
}

#leftNav ul ul ul
{
    margin-left: 0px;
}

#leftNav li li li a
{
    padding-left: 65px;
    background: url(../images/sec_nav6.gif) no-repeat center;
}

#leftNav li li li a:hover
{ 
    background: url(../images/sec_nav5.gif) no-repeat center;
}

#cmsContent
{
	display: inline;
	float: left;
	width: 701px !important;
	width: 690px; /* smaller width for ie6 so it doesn't bump down by the italic */
	min-height: 400px;
	padding: 15px;
	background: url(../images/sec_cmsbg.gif) no-repeat top left;
}

#cmsContent h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	/*font-style: italic;*/
	font-size: 23px;
	color: #467835;
	/*padding: 5px 0px 0px 35px;*/
	padding: 15px 0px 0px 0px;
	text-align: center;
	text-transform: uppercase;
	height: 52px;
	background: url(../images/sec_rightorna.gif) no-repeat bottom;
}

#cmsContent h2
{
    font-size: 18px;
    color: #467835;
    margin-bottom: 1em;
}

#cmsContent h3
{
    font-size: 16px;
	word-spacing: 1px; 
    color: #467835;
    margin-bottom: .8em;
}

#cmsContent h4
{
    font-size: 14px;
	word-spacing: 1px; 
    color: #467835;
    margin-bottom: .5em;
}

#cmsContent h5
{
    font-size: 12px;
	word-spacing: 1px; 
    color: #467835;
    margin-bottom: .5em;
}

#cmsContent h1 a, #cmsContent h2 a, #cmsContent h3 a, #cmsContent h4 a, #cmsContent h5 a
{
	color: #467835;
	text-decoration: none;
}

#cmsContent h1 a:hover, #cmsContent h2 a:hover, #cmsContent h3 a:hover, #cmsContent h4 a:hover, #cmsContent h5 a:hover
{
	color: #86a262;
}

#cmsContent a
{
	color: #467835;
	text-decoration: underline;
}

#cmsContent a:hover
{
	color: #86a262;
}

#cmsContent p
{
    font-size: 12px;
    color: #4e1e0d;
    line-height: 1.5em;
    margin-bottom: 1em;
}

#cmsContent strong
{
	font-weight: bold;
}

#cmsContent em
{
	font-style: italic !important;
}

#cmsContent ul
{
    width: 85%;
    margin: 0px auto 20px auto;
}

#cmsContent ul li
{
    font-size: 12px;
    color: #4e1e0d;
    line-height: 1.5em;
    margin-bottom: 10px;
    background: url(../images/bullet.gif) no-repeat 0px 7px;
    padding-left: 10px;
}

#footer
{
	clear: both;
	display: relative;
	background: url(../images/footerbg.gif) no-repeat top;
	height: 46px;
	width: 954px;
}

.wheelChair
{
	float: right;
}

ul#copyright
{
	margin-left: 13px;
	padding-top: 16px;
}

ul#copyright li
{
	display: inline;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #edc597;
	padding-right: 5px;
}

#bottomDrop
{
	margin: 0px auto;
	height: 13px;
	width: 978px;
	background: #fff9eb url(../images/bottom_drop2.gif) no-repeat top;
}

#bottomContainer
{
	width: 986px;
	margin: 0px auto;
	text-align: left;
}

#bottomContainer img
{
	float: right;
	margin: -5px 0px 10px 15px;
}

ul#bottomNav
{
	position: relative;
	margin-left: 28px;
	width: 50%;
}

ul#bottomNav li
{
	font-family: tahoma, arial, helvetica, sans-serif;
	color: #b39f85;
	font-size: 10px;
	padding-right: 3px;
	display: inline;
}

ul#bottomNav li a
{
	font-family: tahoma, arial, helvetica, sans-serif;
	color: #b39f85;
	font-size: 10px;
}

ul#bottomNav li a:hover
{
	color: #8c7b66;
}

#contacttable td
{
	/*font-weight: bold;*/
	padding: 10px 0px;
    font-size: 11px;
    color: #a25635;
}

.contactfield input
{
	width: 200px;
	background-color: #eef1dc;
	border: 1px solid #d8e6ba;
	font-size: 12px;
	padding: 3px;
    color: #a25635;
}

#contacttable textarea
{
	width: 300px;
	font-size: 12px;
	padding: 2px;
    color: #a25635;
	background-color: #eef1dc;
	border: 1px solid #d8e6ba;
}

#contacttable th
{
    font-size: 13px;
    color: #1d5b16;
    padding: 15px 0px;
}

.bCrumbs a
{
	font-family: tahoma, arial, helvetica, sans-serif;
	color: #b39f85;
	font-size: 12px;
	margin: 15px 0px;
}

.bCrumbs a:hover
{
	color: #8c7b66;
}

.bCrumbs span
{
	font-family: tahoma, arial, helvetica, sans-serif;
	color: #b39f85;
	font-size: 12px;
	margin: 15px 0px;
}

.memberTable
{
    font-size: 12px;
    color: #4e1e0d;
    line-height: 1.5em;
    margin: 15px 0px;
}

.memberTable td
{
	padding: 1px 3px;
}

/*--------------START EVENT TABLE STYLES-----------------------*/

.eventTable
{
	width: 95%;
	margin: 0px auto 15px auto;
	border-top: 1px solid #f3e4c1;
	border-bottom: 1px solid #f3e4c1;
	background-color: #fff;
}

.eventTable 
{
	border-top: none;
	border-bottom: none;
	padding-bottom: 0px !important;
}

.eventWrap
{
	padding-top: 12px;
	background-color: #fbf3dd;
}

/*.eventTable table tbody
{
	background: url(../images/eventTablebg.gif) repeat-y top;
}*/

.eventTable h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 19px;
	color: #1d5b16;
	padding: 25px 0px 0px 0px !important;
	margin-bottom: 0px !important;
	text-align: left;
	text-transform: uppercase;
	background: none;
	height: auto !important;
	background: none !important;
}


.eventTable h2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
    color: #964123;
	padding-bottom: 3px;
	margin-bottom: 5px !important;
	padding-left: 10px;
	width: 110px;
}



.eventTable h3
{
    font-size: 13px;
	word-spacing: 1px; 
    color: #483630;
	padding-bottom: 0px;
	padding-left: 10px;
}

.eventTable h4
{
    font-size: 12px;
	word-spacing: 1px; 
    color: #ccc;
	font-weight: bold;
	text-align: center;
}

.eventTable p
{
    font-size: 11px;
    color: #4e1e0d;
    line-height: 1.5em;
    margin: 5px 0px;
	padding: 0px 10px 0px 0px;
}

.eventTable a
{
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #783b24; 
	margin-top: 5px;
}

.eventTable a:hover
{
	color: #a65132;
}

.eventTable .eventPicture
{
	padding-right: 10px;
}

/*Additional style for image*/

.imgArt
{
  padding-right: 10px;
}

#foundTemp table
{
	width: 80% !important;
	margin: 0px auto;
}

#foundTemp td
{
	padding-top: 20px;
	background: url(../images/found_bg.gif) repeat-x bottom;
}

#foundTemp img
{
	padding: 0px 0px 10px 13px;
}

#foundTemp h2
{
	padding: 0px 0px 0px 10px;
	margin-bottom: 5px !important;
	margin-top: 0px !important;
}

#foundTemp p
{
	margin-top: 0px !important;
	padding: 0px 25px 0px 10px;
}

#featEvents table
{
	width: 80% !important;
	margin: 0px auto;
}

#featEvents td
{
	padding: 15px 0px;
	padding-left: 8px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: url(../images/main_14.gif) repeat-x bottom;
	vertical-align: center;
}

#featEvents img
{
	padding: 0px 0px 0px 13px;
}

#featEvents h2
{
	padding: 0px 0px 0px 10px;
	margin-bottom: 5px !important;
	margin-top: 0px !important;
}

#featEvents h3
{
	margin-bottom: 5px !important;
	margin-top: 0px !important;
	padding-left: 10px;
	text-align: left;
}

#featEvents p
{
	margin: 0px !important;
	padding: 0px 25px 0px 10px;
	text-align: left;
}