@charset "UTF-8";
/* CSS Document */

#container {
	width: 894px;
	display: block;
	background-image: url(../images/BodyDropshadow.gif);
	background-position: top;
	background-repeat: repeat-y;
	margin: 0 auto;
}
#wrapper {
	width: 880px;
	padding: 0px 7px 0px 7px;
	margin: 0px;
}
/* HEADER SECTION */
#header {
	height: 160px;
	width: 880px;
	text-align:left;	
}
#header_pic {
	width:880px;
	position:absolute;
	height:160px;
	margin:0px;
}
#top_nav {
	width:380px;
	height:26px;
	background-image:url(../images/nav/top_nav.png);
	background-position:left top;
	background-repeat:no-repeat;
	z-index:50;
	position:relative;
	float:right;
	margin-top: 134px;
	padding-left: 15px;
	text-align:left;
}
#top_nav ul {
	list-style:none;
	margin:0px;
    padding:0px 0px 0px 0px;
}
#top_nav li {
	list-style:none;
	float:left;
	margin:0px;
    padding:0px 0px 0px 0px;
}
#top_nav a, #top_nav strong, #top_nav span {
    display:block;
	height: 20px;
	padding:5px 0px 0px 0px;
	margin: 0 6px 0 6px;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	float:left;
}
#top_nav #current {
	font-weight: bold;
}
#top_nav a:hover {
	color: #A29061;
}
#nav_left {
	background-image:url(../images/nav/main_nav_left.gif);
	background-repeat:no-repeat;
	width: 5px;
	height: 44px;
	float:left;
}
#nav_right {
	background-image:url(../images/nav/main_nav_right.gif);
	background-repeat:no-repeat;
	width: 5px;
	height: 44px;
	float:left;
}
#nav_holder {
	clear:both;
	width: 880px;
	height:44px;
	margin-bottom: 10px;
}
#nav {
	width:850px;
	height:44px;
	background-image:url(../images/nav/main_nav_bck.gif);
	background-position:left top;
	background-repeat: repeat-x;
	float:left;
	padding-left: 20px;
	text-align:left;
}
#nav ul {
	list-style:none;
	margin:0px;
    padding:0px 0px 0px 0px;
}
#nav li {
	list-style:none;
	float:left;
	margin:0px;
    padding:0px 0px 0px 0px;
}
#nav a, #nav strong, #nav span {
    display:block;
	height: 20px;
	padding:5px 0px 0px 0px;
	margin: 0 15px 0 10px;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	float:left;
}
#nav #current {
	font-weight: bold;
}
#nav a:hover {
	color: #A5181C;
}

/* MAIN CONTENT LEFT COL */
#left_col {
	width:450px;
	padding-right: 20px;
	padding-left: 40px;
	border-right: #A5181C 1px solid;
	margin: 0 20px 0 0;
	text-align:left;
	float:left;
}
#left_col ul {
	margin-left: 15px;
	list-style:disc;
}
.margin_right {
	margin-right: 15px;
}
.largered {
	font-size: 18px;
	font-weight: bold;
	color: #A5181C;
	padding-top: 10px;
	margin-bottom: 10px;
}
.telnum {
	font-size: 36px;
	font-weight: bold;
	color: #A29061;
	margin-bottom: 15px;
}
#leftcol_footer {
	width: 450px;
	padding-top: 6px;
	background-image:url(../images/footer/huddle.gif);
	background-position: top right;
	background-repeat: no-repeat;
	text-transform:uppercase;
}
#leftcol_footer p, #leftcol_footer span {
	font-size: 13px;
	margin-top: 0px;
	padding:0px;
}
#leftcol_footer ul {
	list-style:none;
	margin:0;
    padding:0px 0px 0px 0px;
}
#leftcol_footer li {
	list-style:none;
	float:left;
	margin:0;
    padding:0 0 0 0px;
}
#leftcol_footer a {
    display:block;
	background-image:url(../images/footer/button.gif);
	background-repeat:no-repeat;
	background-position:center;
	height: 39px;
	width: 170px;
	text-align:center;
	padding:9px 0px 0px 0px;
	margin: 0 0px 0 0;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	float:left;
}
#leftcol_footer a:hover {
	text-decoration: underline;
}
.red {
	font-size: inherit;
	color:#A5181C;
}
.gold {
	font-size:inherit;
	color: #A29061;
}
#sub_nav ul {
	list-style:none;
	margin:0;
    padding:0px 0px 0px 0px;
}
#sub_nav li {
	list-style:none;
	float:left;
	margin:0;
    padding:0 0 0 0px;
}
#sub_nav a {
    display:block;
	background-image:url(../images/nav/subnav_but.gif);
	background-repeat:no-repeat;
	background-position:center;
	height: 38px;
	width: 127px;
	text-align:center;
	padding:4px 0px 0px 0px;
	margin: 0 5px 0 0;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	float:left;
}
#sub_nav a:hover {
	text-decoration: underline;
}
/* MAIN CONTENT RIGHT COL */
#right_col {
	width: 330px;
	float: left;
	text-align:left;
}
.goldhead { 
	font-size:18px;
	color:#A29061;
	line-height:24px;
	margin-bottom:0.8em;
	font-weight: bold;
}
.rightcol_holder {
	border-bottom: solid 1px #A5181C;
	margin-bottom:10px;
}
/* FOOTER */
#footer {
	clear:both;
	background-image:url(../images/footer_bck.gif);
	background-repeat:no-repeat;
	height:15px;
}

#main_col {
	width:810px;
	
	padding-left: 40px;
	margin: 0 20px 0 0;
	text-align:left;
}

/* tables */

.bg_pink {
	background-color:#efc3ca;
}

.table  td {
	padding:3px 0px 3px 0px;
	}
	
.event_alt {
	border-top:solid 1px #A29061;
	border-bottom:solid 1px #A29061;
	padding:5px;
	margin-top:10px;
	background-color:#e0d6bb;
}

.event {
	padding:5px;
	margin-top:10px;
}
label {
	color:#666666;
	font-size: 12px;
    width: 70px;
    float: left;
    text-align: right;
    margin-right: 15px;
    display: block;
	padding-top: 3px;
}

.label label {
	color:#666666;
	font-size: 12px;
    	width: 130px;
    	float: left;
    	text-align: right;
    	margin-right: 15px;
    	display: block;
	padding-top: 3px;
}
.form {
	margin-bottom:10px;
}
.formsubmit {
	margin-bottom: 5px;
	width: 420px;
	text-align:right;
}
input.text, textarea {
	background: #ffffff url("../images/form/input.gif") top right;
	color: #000000;
	border: 1px solid;
	/* border-color: #3399cc #3399cc #66ccff #66ccff; BLUE BORDER */
	border-color: #cc9933 #cc9933 #f7ecd2 #f7ecd2;
	padding: 1px 2px 2px 2px;
	font-size: 1em;
	width: 340px;
}
input.text:focus, textarea:focus
{
	border-color: #000000;
}

#sub_nav_new ul {
	list-style:none;
	margin:0;
    padding:0px 0px 0px 0px;
}
#sub_nav_new li {
	list-style:none;
	float:left;
	margin:0;
    	padding:0 0 0 0px;
    	text-transform:uppercase;
}
#sub_nav_new a {
    display:block;
	background-image:url(../images/nav/subnav_but.gif);
	background-repeat:no-repeat;
	background-position:center;
	height: 38px;
	width: 145px;
	text-align:center;
	padding:4px 0px 0px 0px;
	margin: 0 5px 0 0;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	float:left;
}
#sub_nav_new a:hover {
	text-decoration: underline;
}