/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

em {
	font-style: italic;
}

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #ca6d1e; 
  color: #ca6d1e;
  clear: both;
  position: relative; 
  float: left; 
  height: 2px;
  border: none;
}
hr.space {
  background: #fff;
  color: #fff;
}


/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }



html { background: url('/img/bg_cloth.jpg') repeat; margin: 0 0; padding: 0 0;}
body {
	background: url('/img/bg_corkboard.jpg') repeat-x;
	background-position: 0 160px;
	color: #341804;
	margin: 0 0;
	padding: 0 0;
}
.pageCenter { width: 960px; margin: 0 auto; padding: 0 0; }

/* Header and Logo */
.header span {display: none; }
.header h1 {
	background: url('/img/logo.png') no-repeat top left;
	width: 326px;
	height: 150px;
	float: left;
}
.header { text-align: right; padding: 0 0 10px 0; margin: 0 0; }
.header p {
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
	font-style: italic;
	margin: 65px 0 0 0;
}
.signup {
	background: url('/img/signup.png') no-repeat top right;
	margin: 0 0;
	padding: 0 0;
	height: 65px;
}
.signup p {
	padding: 25px 37px 0 0;
	margin: 0 0;
	font-family: arial, Helvetica,sans-serif;
	font-size: 12px;
}
.signup a:link { color: #341804; }
.signup a:hover { color: #fcfbec; }
.signup a:visited { color: #341804; }
.signup a:visited:hover { color: #fcfbec; }

/* Left Navigation */
.leftSide {
	width: 230px;
	float: left;
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
	text-align: center;
}
.sf-menu a:link { text-decoration: none; color: #341804; }
.sf-menu a:hover { text-decoration: none; color: #f7eeba; }
.sf-menu a:visited { text-decoration: none; color: #341804; }
.sf-menu a:visited:hover { text-decoration: none; color: #f7eeba; }
.sf-menu {
	font-size: 16px;
	background: url('/img/menu_folders.jpg') no-repeat top left;
	float: left;
	width: 210px;
	padding: 42px 0 0 0;
}
.sf-menu li {
	float: none;
	padding: 0 5px 44px 0;
	margin: 0 0;
}
.sf-menu-sub {
	margin: -42px 0 0 183px;
	padding: 15px 5px 10px 5px;
	background-color: #d8984d;
}
.sf-menu-sub li {
	margin: 0 0;
	padding: 0;
}
.sf-menu-sub li a {
	display: block;
	margin: 0 0;
	border-bottom: 1px solid #f7eeba;
	background-color: #d8984d;
	padding: 15px 5px 10px 5px;
}
.events {
	background: url('/img/upcoming_events.jpg') no-repeat top left;
	height: 248px;
	float: left;
	width: 185px;
	margin: -23px 0 0 10px;
	font-style: italic;
}
.events h2 {
	margin: 40px 15px 0 10px;
	font-size: 20px;
}
.events h3 {
	margin: 0 15px 0 10px;
}
.events p {
	margin: 15px 15px 0 10px;
	color: #b66804;
}

.appt_box {
	background: url('/img/appt_box.jpg') no-repeat top left;
	height: 160px;
	float: left;
	width: 186px;
	margin: 10px 0 0 10px;
}
.appt_box h2 {
	color: #f7f4c9;
	margin: 8px 5px 0 0;
	font-style: italic;
}
.appt_box h3 {
	margin: 15px 30px 5px 25px;
	font-weight: normal;
}
.appt_box p {
	font-size: 11px;
	font-style: italic;
	color: #95460b;
	margin: 0 5px 0 0;
}

.netclient_box {
	float: left;
	margin: 10px 0 0 12px;
	width: 177px;
}

.netclient_box h2 {
	background: url('/img/netclient.png') no-repeat top left;
	width: 177px;
	height: 48px;
}

.netclient_box h2 a {
	width: 177px;
	height: 48px;
	display: block;
}

.netclient_box h2 a span {
	display: none;
}

.onlinepay_box {
	float: left;
	margin: 10px 0 0 12px;
	width: 177px;
}

.onlinepay_box h2 {
	background: url('/img/onlinepay.png') no-repeat top left;
	width: 177px;
	height: 48px;
}

.onlinepay_box h2 a {
	width: 177px;
	height: 48px;
	display: block;
}

.onlinepay_box h2 a span {
	display: none;
}

/* Main Content */
.rightSide {
	width: 730px;
	float: left;
}
.content {
	background: url('/img/bodyContent_middle.jpg') repeat-y top left;
	font-family: arial, Helvetica,sans-serif;
	margin: 10px 0 0 10px;
}
.content h2 {
	color: #ca6d1e;
	font-family: Times New Roman, Times, serif;
	margin: -7px 0 0 25px;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
}
.content h3, #ScheduleAddForm legend {
	color: #ca6d1e;
	font-family: Times New Roman, Times, serif;
	margin: 0 0 10px 30px;
	font-size: 18px;
	font-weight: bold;
}
.bodyText {
	padding: 0 0 20px 0;
	margin: 0 70px 0 40px;
}
.bodyText p, .bodyText ul, .bodyText ol, .bodyText h1, .bodyText h2, .bodyText h3, .bodyText h4, .bodyText h5, .bodyText form, .bodyText table {
	font-family: arial, Helvetica,sans-serif;
	margin: 0 0;
	padding: 0 0;
	color: #341804;
}
.bodyText td {
	padding: 0 0 15px 0;
}
.bodyText p, .bodyText ul, .bodyText ol {
	font-size: 12px;
}
.bodyText h1 {
	font-size: 16px;
}
.bodyText h2 {
	font-size: 14px;
}
.bodyText h4 {
	font-size: 10px;
}
.bodyText h5 {
	font-size: 8px;
}
.bodyText ul, .bodyText ol {
	margin: 0 30px 0 30px;
}
.bodyText img {
	border: 2px solid #ca6d1e;
	float: right;
	margin: 10px;
}
.bodyText a:link, .events a:link { color: #ca6d1e; }
.appt_box a:link { color: #95460b; }
.bodyText a:hover, .events a:hover, .appt_box a:hover { color: #341804; }
.bodyText a:visited, .events a:visited { color: #ca6d1e; }
.appt_box a:visited { color: #95460b; }
.bodyText a:visited:hover, .events a:visited:hover, .appt_box a:visited:hover { color: #341804; }

/* Main Content on other templates besides homepage */
.standard {
	margin: 0 0 0 10px;
}
.hr_class {
	border-top: 2px solid #ca6d1e;
	margin: 0 55px 15px 20px;
}
.statement {
	text-align: right;
	color: #b1a04c;
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	margin: -10px 55px 15px 0;
	padding: 0 0;
	font-weight: normal;
}

/* Footer */
.footer {
	font-family: arial, Helvetica,sans-serif;
	background: url('/img/bg_footer.jpg') repeat-x;
	background-position: 0px 31px;
	font-size: 12px;
	margin: 40px 0 20px 0;
	text-align: right;
}
.footer a:link { color: #341804; } 
.footer a:hover { color: #f7eeba; } 
.footer a:visited { color: #341804; } 
.footer a:visited:hover { color: #f7eeba; } 
.address, .tabs {
	font-size: 14px;
	font-family: Times New Roman, Times, serif;
	font-style: italic;
	font-weight: bold;
	float: right;
}
.address {
	padding: 10px 0 0 0;
}
.tabs {
	color: #f7eeba;
	background: url('/img/tabs.jpg') no-repeat top right;
	padding: 10px 20px 10px 30px;
	margin: 0 0;
}
.footerInfo img {
	float: left;
	margin: -3px 0 0 0;
	padding: 0 0;
}
.footerInfo {
	margin: 0 0 0 10px;
}
.footerInfo p {
	padding: 13px 0 15px 0;
}

p.feed {
	font-size: 1.1em;
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom: 1px dotted #aaa;
}

#ScheduleAddForm fieldset, #OnlinePaymentIndexForm fieldset {
	border: 1px #ccc dotted;
	padding: 20px;
	margin-bottom: 10px;
}

#ScheduleAddForm legend, #OnlinePaymentIndexForm legend {
	margin: 0;
}

#ScheduleAddForm div, #OnlinePaymentIndexForm div {
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;
	border-bottom: 1px #ccc dotted;
}

#ScheduleAddForm label, #OnlinePaymentIndexForm label {
	display: block;
	margin: 5px 0;
}

#ScheduleAddForm input[type=text], #OnlinePaymentIndexForm input[type=text] {
	width: 100%;
}

#ScheduleAddForm div.error-message, #OnlinePaymentIndexForm div.error-message {
	border: 2px solid #ff0000;
	background: #cc6666;
	font-weight: bold;
	color: #fff;
	padding: 10px 0;
	margin: 10px 0;
	text-align: center;
}