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;}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{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 62.5%;
	height: 100%;
	color: #4e2200;
	background-color: #7a5940;
	background-image: url(../images/background-top.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
p {
	font-size: 1.3em;
	line-height: 16px;
	padding-bottom: 10px;
}
li {
	font-size: 1.2em;
	line-height: 16px;
	padding-bottom: 10px;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
th,td {
	font-size: 13px;
	line-height: 16px;
}
td p {
	font-size: 13px;
}
tr:hover {
	background-color: #f0ece9;
}
a {
	font-size: 1em;
	color: #684326;
	text-decoration: underline;
	padding: 0;
	background: none;
}
a:hover {
	text-decoration: none;
	background-color: #f1edeb;
}
h1, h2, h3, h4, h5, h6 {
	color: #fc9a00;
	font-weight: bold;
	padding-bottom: 10px;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
.cleaner {
	clear: both;
	font-size: 1px;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
}


/* Main Containers
---------------------- */
#wrapper {
	width: 950px;
	margin: 0 auto;
}
#wrapper #header {
	width: 100%;
	height: 110px;
}

/* Menu
--------------------------- */
#wrapper #ctl00_mainmenu {
	width: 100%;
	height: 23px;
	background-color: #84664f;
	float: left;
	line-height: normal;
	border-bottom: 2px solid #fba70d;
	clear: both;
}
#wrapper #ctl00_mainmenu ul {
	margin: 0;
	padding: 3px 5px 0 5px;
	list-style: none;
}
#wrapper #ctl00_mainmenu li {
	display: inline;
	margin: 0;
	padding: 0;
}
#wrapper #ctl00_mainmenu a {
	float: left;
	background: url(../images/menu-left.gif) no-repeat left top;
	margin: 0 5px 0 0;
	padding: 0 0 0 4px;
	text-decoration: none;
}
#wrapper #ctl00_mainmenu a span {
	float: left;
	display: block;
	background: url(../images/menu-right.gif) no-repeat right top;
	padding: 2px 12px 2px 8px;
	font-weight: bold;
	font-size: 1.1em;
	color: #fff;
}
#wrapper #ctl00_mainmenu .selected a {
	background: url(../images/menu-on-left.gif) no-repeat left top;
}
#wrapper #ctl00_mainmenu .selected a span {
	background: url(../images/menu-on-right.gif) no-repeat right top;
	color: #4e2200;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#wrapper #ctl00_mainmenu a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {
	color: #fff;
}
#wrapper #ctl00_mainmenu a:hover {
	background-position: 0% -20px;
}
#wrapper #ctl00_mainmenu a:hover span {
	background-position: 100% -20px;
}

/* Fly out */
#wrapper .flyoutmenu {
	position: absolute;
	width: 230px;
	visibility: hidden;
	z-index: 100;
	margin: 1px 0 0 0;
	padding: 0;
	clear: both;
}
#wrapper .flyoutmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#wrapper .flyoutmenu li {
	display: inline;
	height: 24px;
	margin: 0;
	padding: 0;
}
#wrapper .flyoutmenu li a {
	display: block;
	width: 100%;
	height: 17px;
	margin: 0;
	padding: 2px 0 1px 5px;
	font-weight: bold;
	font-size: 1.1em;
	color: #4e2200;
	background-image: url(../images/menu-flyout-over.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}
#wrapper .flyoutmenu li a:hover {
	color: #fff;
	background-position: 0% -24px;
	text-decoration: none;
}
#wrapper .flyoutmenu .selected a {
	background: url(../images/menu-flyout-over.gif) no-repeat 0% -24px;
}
#wrapper .flyoutmenu .selected a span {
	background: url(../images/menu-flyout-over.gif) no-repeat 0% -24px;
	color: #fff;
}
#wrapper .flyout-bottom {
	width: 230px;
	height: 17px;
	background-image: url(../images/menu-flyout-bot.png);
	background-repeat: no-repeat;
}
/* Multimedia */
#wrapper #dd_multimedia {
	width: 150px;
}
#wrapper #dd_multimedia ul {
	width: 145px;
}
#wrapper #dd_multimedia .flyout-bottom {
	width: 150px;
	background-image: url(../images/menu-flyout-bot-multimedia.png);
}


/* Home Content
----------------------- */
#wrapper #home-content {
	margin-top: -2px;
}
#wrapper #home-content #home-content-left {
	width: 750px;
	background-color: #e3dcd7;
	float: left;
}
#wrapper #home-content #home-content-left .inner {
	width: 738px;
	padding: 6px;
}
#wrapper #home-content #home-content-left .inner .left {
	width: 498px;
	float: left;
}
#wrapper #home-content #home-content-left .inner .right {
	width: 234px;
	float: right;
}
#wrapper #home-content #home-content-left .bottom {
	width: 750px;
	height: 15px;
	background: url(../images/background-bot-main.gif) no-repeat;
}
#wrapper #home-content #home-content-right {
	width: 190px;
	background-color: #e3dcd7;
	float: right;
}
#wrapper #home-content #home-content-right .inner {
	width: 178px;
	padding: 6px;
}
#wrapper #home-content #home-content-right .bottom {
	width: 190px;
	height: 14px;
	background: url(../images/background-bot-right.gif) no-repeat;
}


/* Right Features
------------------------- */
#wrapper #home-content #home-content-right .inner .right-feature {
	width: 178px;
	margin-bottom: 6px;
}
#wrapper #home-content #home-content-right .inner .right-feature .title {
	width: 168px;
	height: 18px;
	padding: 4px 0 0 10px;
	font-size: 1.2em;
	font-weight: bold;
	color: #4e2200;
	background: url(../images/title-box-right.gif) no-repeat;
}
#wrapper #home-content #home-content-right .inner .right-feature .middle {
	width: 158px;
	padding: 10px;
	font-size: 1.0em;
	color: #4e2200;
	background-color: #fff;
	background: url(../images/title-box-right-mid.gif) repeat-y;
}
#wrapper #home-content #home-content-right .inner .right-feature .bottom {
	width: 178px;
	height: 2px;
	background: url(../images/title-box-right-bot.gif) no-repeat;
}
/* Ladder */
#wrapper #home-content #home-content-right .inner .right-feature .middle-ladder {
	width: 178px;
	font-size: 1.0em;
	color: #4e2200;
	background: url(../images/title-box-right-mid.gif) repeat-y;
}
#wrapper #home-content #home-content-right .inner .right-feature .middle-ladder th {
	color: #fff;
	background-color: #684326;
}
#wrapper #home-content #home-content-right .inner .right-feature .middle-ladder .ladder-line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #684326;
}
#wrapper #home-content .right-feature a {
	font-size: 0.9em;
	color: #7a5940;
	text-decoration: none;
}
#wrapper #home-content .right-feature a:hover {
	text-decoration: underline;
}


/* Home
---------------- */
#wrapper #home-content #home-content-left .inner .left .home-news {
	width: 498px;
	margin-bottom: 6px;
}
#wrapper #home-content #home-content-left .inner .left .home-news .title {
	width: 488px;
	height: 18px;
	padding: 4px 0 0 10px;
	font-size: 1.2em;
	font-weight: bold;
	color: #4e2200;
	background: url(../images/title-box-home.gif) no-repeat;
}
#wrapper #home-content #home-content-left .inner .left .home-news .middle {
	width: 478px;
	padding: 10px;
	font-size: 1.0em;
	color: #4e2200;
	background-color: #fff;
	background: url(../images/title-box-home-mid.gif) repeat-y;
}
#wrapper #home-content #home-content-left .inner .left .home-news .bottom {
	width: 498px;
	height: 2px;
	background: url(../images/title-box-home-bot.gif) no-repeat;
}
#wrapper #home-content #home-content-left #footer {
	background-color: #7a5940;
	text-align: center;
	padding: 18px 10px;
	color: #fff;
}
#wrapper #home-content #home-content-left #footer a {
	color: #fff;
	text-decoration: none;
}
#wrapper #home-content #home-content-left #footer a:hover {
	background: none;
	text-decoration: underline;
}
#wrapper #home-content #home-content-left .inner .news-title {
	font-size: 1.4em;
	font-weight: bold;
	color: #fc9a00;
}
#wrapper #home-content #home-content-left .inner .news-title a {
	text-decoration: none;
	color: #fc9a00;
}
#wrapper #home-content #home-content-left .inner .news-title a:hover {
	text-decoration: underline;
}
#wrapper #home-content #home-content-left .inner .news-date {
	font-size: 0.8em;
}
#wrapper #home-content #home-content-left .inner .news-link {
	text-align: right;
/*	font-size: 1em;*/
}
#wrapper #home-content #home-content-left .inner .news-link a {
	text-decoration: underline;
	padding: 2px;
	padding-right: 25px;
	background: url(../images/news-arrow.gif) no-repeat 65px 4px;
}
#wrapper #home-content #home-content-left .inner .news-link a:hover {
	text-decoration: none;
	color: #fba70d;
	background: #684326 url(../images/news-arrow-on.gif) no-repeat 65px 4px;
	z-index:50;
}
#wrapper #home-content #home-content-left .inner .news-archive-link {
	text-align: center;
}
#wrapper #home-content #home-content-left .inner .news-archive-link a {
	text-decoration: underline;
	padding: 2px;
}
#wrapper #home-content #home-content-left .inner .news-archive-link a:hover {
	text-decoration: none;
	color: #fba70d;
	background: #684326;
}

/* Home Right Features */
#wrapper #home-content #home-content-left .inner .right .right-feature {
	width: 234px;
	margin-bottom: 6px;
}
#wrapper #home-content #home-content-left .inner .right .right-feature .title {
	width: 224px;
	height: 18px;
	padding: 4px 0 0 10px;
	font-size: 1.2em;
	font-weight: bold;
	color: #4e2200;
	background: url(../images/title-box-home-right.gif) no-repeat;
}
#wrapper #home-content #home-content-left .inner .right .right-feature .middle {
	width: 214px;
	padding: 10px;
	font-size: 1.0em;
	color: #4e2200;
	background-color: #fff;
	background: url(../images/title-box-home-right-mid.gif) repeat-y;
}
#wrapper #home-content #home-content-left .inner .right .right-feature .bottom {
	width: 234px;
	height: 2px;
	background: url(../images/title-box-home-right-bot.gif) no-repeat;
}
#wrapper #home-content #home-content-left .inner .right .right-feature .middle p {
	font-size: 1.2em;
}
#wrapper #home-content #home-content-left .inner .right .right-feature .middle th {
	font-size: 1.2em;
}





/* MAIN CONTENT
---------------- */
#wrapper #home-content #home-content-left .inner .main-content {
	width: 738px;
	margin-bottom: 6px;
}
#wrapper #home-content #home-content-left .inner .main-content .title {
	width: 728px;
	height: 18px;
	padding: 4px 0 0 10px;
	font-size: 1.2em;
	font-weight: bold;
	color: #4e2200;
	background: url(../images/title-box-content.gif) no-repeat;
}
#wrapper #home-content #home-content-left .inner .main-content .middle {
	width: 718px;
	padding: 10px;
	font-size: 1.0em;
	color: #4e2200;
	background-color: #fff;
	background: url(../images/title-box-content-mid.gif) repeat-y;
}
#wrapper #home-content #home-content-left .inner .main-content .bottom {
	width: 738px;
	height: 2px;
	background: url(../images/title-box-content-bot.gif) no-repeat;
}

/* MAIN CONTENT ADMIN
---------------- */
#wrapper #home-content #home-content-left .inner .main-content-admin {
	width: 738px;
	margin-bottom: 6px;
}
#wrapper #home-content #home-content-left .inner .main-content-admin .title {
	width: 728px;
	height: 18px;
	padding: 4px 0 0 10px;
	font-size: 1.2em;
	font-weight: bold;
	color: #4e2200;
	background: url(../images/title-box-content.gif) no-repeat;
}
#wrapper #home-content #home-content-left .inner .main-content-admin .middle {
	width: 718px;
	padding: 10px;
	font-size: 1.0em;
	color: #4e2200;
	background-color: #fff;
	background: url(../images/title-box-content-mid.gif) repeat-y;
}
#wrapper #home-content #home-content-left .inner .main-content-admin .bottom {
	width: 738px;
	height: 2px;
	background: url(../images/title-box-content-bot.gif) no-repeat;
}



/* Button Styles
------------------ */
.ButtonStyle1 {
	font-weight: bold;
	padding: 3px 15px;
	background-image: url(../images/btn-bg-style1.gif);
}




/* Miscellanious
------------------- */
hr {
	background-color: #fff;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #684326;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #fff;
	border-right-color: #fff;
	border-left-color: #fff;
	clear: both;
	padding: 0;
	margin: 0 0 10px 0;
}
.textbox {
	width: 95%;
	padding: 2px;
	color: #684326;
	background-color: #e3dcd7;
	border: 1px solid #684326;
}
.textboxnowidth {
	padding: 2px;
	color: #684326;
	background-color: #e3dcd7;
	border: 1px solid #684326;
}
.error {
	color: #f00;
}
.errorControl {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	color: #f00;
}
.fineprint {
	font-size: 1.0em;
}
.fineprint a {
	font-size: 1.0em;
	color: #fff;
	text-decoration: none;
}
.fineprint a:hover {
	text-decoration: underline;
}
#wrapper #home-content #home-content-left .inner .main-content img {
	border: 5px solid #d1c6bd;
}
#wrapper #home-content #home-content-left .inner .main-content .noborder {
	border: 0 none;
}
#wrapper #home-content #home-content-left .inner .main-content a:hover img {
	border: 5px solid #e1d9d4;
}

#wrapper #home-content #home-content-left .inner .main-content-admin td p {
	font-size: 13px;
}
#wrapper #home-content #home-content-left .inner .main-content-admin tr:hover {
	background: none;
}
#wrapper #home-content #home-content-left .inner .main-content-admin img {
	padding: 0;
	text-decoration: none;
	border: 0 none;
}
#wrapper #home-content #home-content-left .inner .main-content ol {
	list-style-type: lower-roman;
}
#wrapper #home-content #home-content-left .inner .main-content ul {
	list-style-type: disc;
}
#ctl00_PlaceHolderContent_UpdateProgressBar {
	position: absolute;
	top: 172px;
	bottom: 0;
}
.archive-row {
	display: table-row;
}
.archive-row .archive-date {
	width: 200px;
	display: table-cell;
	padding: 5px;
}
.archive-row .archive-title {
	display: table-cell;
	padding: 5px;
}
.progressbarcontainer {
   width: 99%;
   height: 15px;
   border: solid 1px #684326;
   padding: 1px;
}
.progressbar {
   width: 0px;
   background-color: #fba70d;
   height: 15px;
}
#ctl00_PlaceHolderContent_UpdateProgressSubscibers1,
#ctl00_PlaceHolderContent_UpdateProgressSubscibers2 {
   top: 0px;
   left: 0px;
   position: absolute;
}
#ctl00_PlaceHolderContent_UpdateProgressSubscibers1 img,
#ctl00_PlaceHolderContent_UpdateProgressSubscibers2 img {
   vertical-align: middle;
   margin: 2px;
}


/* START CALENDAR CONTROL */
.cal_textbox {
	padding: 2px;
	color: #684326;
	background-color: #e3dcd7;
	border: 1px solid #684326;
}
.cal_weekday {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666;
	background-color: #fff;
	height: 25px;
	text-decoration: none;
}
a.cal_weekday {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666;
	background-color: inherit;
	text-decoration: none;
}
a.cal_weekday:visited {
	color: #666;
	text-decoration: none;
	background-color: inherit;
}
a.cal_weekday:hover {
	color: #6ca82f;
	text-decoration: underline;
	background-color: inherit;
}
a.cal_weekday:active {
	color: #6ca82f;
	text-decoration: none;
	background-color: inherit;
}

.cal_weekend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666;
	background-color: #f5f5f5;
	height: 25px;
	text-decoration: none;
}
a.cal_weekend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666;
	text-decoration: none;
	background-color: inherit;
}
a.cal_weekend:visited {
	color: #666;
	text-decoration: none;
	background-color: inherit;
}
a.cal_weekend:hover {
	color: #6ca82f;
	text-decoration: underline;
	background-color: inherit;
}
a.cal_weekend:active {
	color: #6ca82f;
	text-decoration: none;
	background-color: inherit;
}

.cal_offmonth {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666;
	background-color: #e3dcd7;
	height: 25px;
	text-decoration: none;
}
a.cal_offmonth {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666;
	text-decoration: none;
	background-color: inherit;
}
a.cal_offmonth:visited {
	color: #666;
	text-decoration: none;
	background-color: inherit;
}
a.cal_offmonth:hover {
	color: #6ca82f;
	text-decoration: underline;
	background-color: inherit;
}
a.cal_offmonth:active {
	color: #6ca82f;
	text-decoration: none;
	background-color: inherit;
}

.cal_monthheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #fff;
	background-color: #684326;
	height: 25px;
}
a.cal_monthheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #fff;
	background-color: #684326;
	text-decoration: none;
}
a.cal_monthheader:visited {
	text-decoration: none;
	background-color: inherit;
}
a.cal_monthheader:hover {
	text-decoration: underline;
	background-color: inherit;
}
a.cal_monthheader:active {
	text-decoration: none;
	background-color: inherit;
}

.cal_todayday {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000;
	background-color: #d1c6bd;
	height: 25px;
	text-decoration: none;
}
a.cal_todayday {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #fff;
	background-color: #a0a0a0;
	text-decoration: none;
}
a.cal_todayday:visited {
	text-decoration: none;
	background-color: inherit;
}
a.cal_todayday:hover {
	text-decoration: underline;
	background-color: inherit;
}
a.cal_todayday:active {
	text-decoration: none;
	background-color: inherit;
}

.cal_selecteddate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #fff;
	background-color: #684326;
	height: 25px;
	text-decoration: none;
}
a.cal_selecteddate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #fff;
	background-color: #684326;
	text-decoration: none;
}
a.cal_selecteddate:visited {
	text-decoration: none;
	background-color: inherit;
}
a.cal_selecteddate:hover {
	text-decoration: underline;
	background-color: inherit;
}
a.cal_selecteddate:active {
	text-decoration: none;
	background-color: inherit;
}

.cal_dayheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #fff;
	background-color: #444;
	width: 38px;
	height: 25px;
}
a.cal_dayheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #fff;
	background-color: #444;
	text-decoration: none;
}
a.cal_dayheader:visited {
	text-decoration: none;
	background-color: inherit;
}
a.cal_dayheader:hover {
	text-decoration: underline;
	background-color: inherit;
}
a.cal_dayheader:active {
	text-decoration: none;
	background-color: inherit;
}
.cal_disabledday {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666;
	background-color: #a0a0a0;
	height: 25px;
	text-decoration: none;
}
/* END CALENDAR CONTROL */

.hidden {
	visibility: hidden;
}
.visible {
	visibility: visible;
}



/*Reorder List*/
.dragHandle {
	width:10px;
	height:15px;
	background-color: #684326;
	cursor:move;
	border:outset thin white;
}
.callbackStyle {
	border:thin blue inset;		
}
.callbackStyle table {
	background-color: #f3ce03;	
	color: #000;
}
.reorderList li {
	list-style:none;
	margin:2px;
	background-image: url(../images/bg_nav.gif);
	background-repeat: repeat-x;
	color:#4e2100;
}
.reorderList li a {color:#4e2100 !important; font-weight:bold;}
.reorderCue {
	border:dashed thin black;
	width:100%;
	height:25px;
}
.ReOrderRow {
	margin-left:15px;
	text-align:left;
}

.PhotoGaleryCell {
	border: 1px solid #fdd786;
}

