/* Use this style sheet to override any previous defined style */
body {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", sans-serif;
	font-size:small;
	background:#c1272d url(/images/body_bkgd.jpg) repeat-x top left;
	text-align:center;
	line-height:1.5em;
}
#main {
	position:relative;
	width:920px; /* 10 pixel width for drop shadow */
	background:transparent;
	/*border:solid 1px yellow;*/
	margin:0 auto;
	text-align:center;
}
#topbar {
	width:900px;
	height:182px;
	background:transparent url(/images/center_bkgd.gif) no-repeat top left;
	/*border:solid 1px green;*/
	margin:0 auto;
	text-align:center;
}

#topbar h1 {
	text-indent:-6000px;
	line-height:0px;
	font-size:0px;
}
#logo {
	position:absolute;
	top:0;
	left:0;
	height:182px;
	width:284px;
}
#clogo {
	height:182px;
	width:284px;
}
#slogan {
	position:absolute;
	top:0;
	left:284px;
	height:63px;
	width:502px;
}
#cslogan {
	height:63px;
	width:502px;
}
#utilmenu {
	position:absolute;
	width:600px;
	height:100px;
	top:72px;
	left:300px;
	text-align:right;
}
#utilmenu ul {
	list-style:none;
	margin:0px;
	padding:0;
}
#utilmenu li {
	display:block;
	float:right;
	width:auto;
	color:#fff;
	padding:0 12px;
	border-left:solid 1px #ffff00;
	border-right:solid 1px #ffff00;
	margin:0;
	margin-left:-1px;
	line-height:12px;
}
#utilmenu a {
	color:#fff;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
}
#utilmenu a:hover {
	color:#ffff00;
}
#ourmenus {
	position:absolute;
	top:94px;
	left:300px;
	height:64px;
	width:185px;
}
#courmenus {
	height:64px;
	width:185px;
}
#ourlocations {
	position:absolute;
	top:94px;
	left:490px;
	height:64px;
	width:185px;
}
#courlocations {
	height:64px;
	width:185px;
}
#content {
	width:920px;
	margin:0 auto;
}
#ctable {
	margin:0;
	padding:0;
	width:100%;
	border-collapse:collapse;
}
.shadowborder {
	width:10px;
	/*border:solid 1px yellow;*/
}
#mainmenu {
	height:57px;
	background:#fff url(/images/menu_bkgd.jpg) no-repeat top center;
}
#leftshadow {
	background:transparent url(/images/leftshadow_bkgd.jpg) repeat-y top right;
}
#bottomshadow {
	height:10px;
	background:transparent url(/images/shadowbottom.jpg) no-repeat top center;
}
#rightshadow {
	background:transparent url(/images/rightshadow_bkgd.jpg) repeat-y top left;
}
#cholder {
	background:#fff url(/images/content_bkgd.jpg) repeat-y top center;
}
.rcolumn {
	text-align:left;
	padding:0 18px;
	width:186px;
}
.required {
	color:#ff0000;
}

/* DYNAMIC CONTENT STUFF */
.dcontent {
	width:650px;
	text-align:left;
	padding:0 14px;
	vertical-align:top;
	padding-bottom:14px;
}
.dcontent h1 {
	margin:0;
	padding:0;
	line-height:normal;
	height:50px;
	background:transparent url(/images/h1_bkgd.gif) repeat-x 0px 28px;
	color: #c1272d;
	font-size:1.75em;
	width:645px;
}
.dcontent p {
	margin:0;
	padding:0;
	margin-bottom:1em;
}
.dcontent img {
	padding:8px;
	border:solid 8px #faae17;
	margin-left:8px;
}
.dcontent a {
	color:#c1272d;
	text-decoration:none;
}
.dcontent a:hover {
	color:purple;
	border-top:solid 1px #c1272d;
}
.dcontent h2, .dcontent h3, .dcontent h4 {
	margin:0;
	padding:0;
	margin-bottom:.25em;
}
.specialbox {
	border:solid 8px #cee6ae;
	padding:12px;
	background:#fff url(/images/greenbox_bkgd.jpg) repeat-x bottom left;
	margin:0 auto;
	text-align:center;
	padding-bottom:0;
}
.nohover a:hover {
	text-decoration:none;
	border:none;
}


/****** SHADED GREEN AREA ON HOME PAGE ******/
.aleft {
	float:left;
	border:solid 1px red;
	width:48%;
}
.aright {
	float:right;
	border:solid 1px red;
	width:48%;
}
.aheadline {
	font-weight:bold;
	color: #c1272d;
}
#enews {
	border:solid 8px #8dc641;
	padding:8px;
	margin-bottom:12px;
}
#enews .tfield {
	width:150px;
}
#daily {
	border:solid 8px #c2272d;
	padding:8px;
	margin-bottom:12px;
}


/* AUTO MENU */
.menulist {
	margin-left:50px;
}
.menulist li {
	background: #40ae49;
}
.menulist a {
	color:#fff;
}
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #000;
 background-color: #ffcc00;
}
.menulist a.highlighted {
 color: #000;
 background-color: #cee6ae;
}
.current-page { 
	background: #ffcc00;
}
#sitemenu .current-page {
	color:#000;
}

/* PAGE CONTENT SUB MENUS */
.submenu {
	border-top:solid 1px #B8D575;
	border-bottom:solid 1px #B8D575;
	margin-bottom:14px;
}
.submenu ul {
	list-style:none;
	display:block;
	margin:0px;
	padding:0px;
}

.submenu li {
	display:inline;
	padding:0 4px;
	border-right:solid 1px #353190;
}
.submenu a {
	font-size:.8em;
	line-height:.8em;
	color:#636FA5;
	text-decoration:none;
}
.submenu a:hover {
	color:#353190;
}
.smhead {
	display:block;
	margin-top:6px;
	font-size:.75em;
	line-height:1.3em;
	font-style:italic;
	margin-bottom:2px;
	padding-left:6px;
}

/* RIGHT COLUMN STUFF */
.sbarheading {
	font-family: arial black, sans-serif;
	background:transparent url(/images/sbar_hl_bkgd.gif) repeat-x 0px 18px;
	height:30px;
}
#enews p {
	margin:0;
}
.rcolumnform label {
	display:block;
	margin-top:4px;
	font-weight:bold;
}
.spaceabove {
	margin-top:4px;
}
.clearit {
	margin:0;
	padding:0;
	clear:both;
}

/* DAILY SPECIALS */
.sholder {
	margin-bottom: 8px;
	font-size:.9em;
	line-height:.9em;
}
.sday {
	font-weight:bold;
	color:#c2272d;
}
.stxt {
	font-style:italic;
}
.slink {
	margin-top:3px;
}
.slink a {
	color:#40ae49;
	text-decoration:none;
}
.slink a:hover {
	color:#fff;
}

/* BASEMENT STUFF */
#basement {
	text-align:right;
	margin-right:16px;
	margin-left:16px;
}
#basement a {
	color:#fff;
	text-decoration:none;
}
#basement a:hover {
	border-bottom:solid 1px #ffcc00;
}
#tmholder {
	float:right;
}
#cright {
	float:left;
	font-size:.9em;
	color:#fff;
}
.tmenu {
	margin:0 12px;
}
.tmenu a {
	font-size:.9em;
}
.locations {
	float:right;
	margin-left:12px;
	border-right:solid 1px #fff;
	padding-right:8px;
	margin-top:12px;
}
.locid {
	display:block;
	font-weight:bold;
	color:#feeba3;
}
.locaddress {
	display:block;
}
.locphone {
	display:block;
}
.locdirections {
	display:block;
}
.r3bug {
	margin-top:14px;
}


/* HEADLINE NEWS */
#newsmanager img {
	border:none;
}
#newsmanager a:hover {
	border:none;
}
#newsholder {
	border:solid 8px #ffcb08;
}
#newsholder legend {
	color:#8dc641;
}
.hl_item {
	width:500px;
}


/* PHOTO ALBUM */
.dcontent .thumbnail_img {
	border:none;
}
.dynamic {
	border:solid 1px #8dc641;
}
.dynamic a:hover {
	border:none;
}


/* OES */
.oes {
	margin-top:0;
	padding-top:0;
}
.oesholder {
	border-color:#ffcb08;
	padding-top:0;
}
.oesholder legend {
	color:#8dc641;
}
.oesholder td {
	background-color:#fff;
}
.oes img {
	border:none;
}
.oes a:hover {
	border:none;
}


/* GUESTBOOK */
.gbholder {
	border-color:#ffcb08;
	padding-top:0;
}
.gbholder legend {
	color:#8dc641;
}


/* SURVEY SYSTEM */
#systemholder {
	border-color:#ffcb08;
	padding-top:0;
}
#systemholder legend {
	color:#8dc641;
}

/* FORM BUILDER */
.dynamicform legend {
	display:none;
}
.formholder fieldset {
display:block;
	border-color:#ffcb08;
	border-width: 8px;
	border-style: solid;
}
.formholder label {
	display:block;
	margin-top:4px;
	font-weight:bold;
	width: 100%;
}
.formholder .txtbox {
	width:75%;
	margin-bottom:4px;
}