* {
	margin: 0;
	padding: 0;
}
.show {
	display:block;
}
.hide {
	display:none;
}
body {
	background: url(../images/body_bg.jpg) repeat-x top #ebe57b;
	text-align: center;
	behavior: url("css/csshover2.htc");
}
#wrapper {
	margin: 0px auto 10px;
	width: 782px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6e6e6e;
	text-align: left;
}
a {
	color: #903636;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img {
	border: solid 1px #903636;
}
.clear {
	clear: both;
}
td {
	vertical-align: top;
}
p {
	margin-bottom: 10px;
}
h1 {
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 5px;
}
img.fl_left {
	float: left;
	margin-right: 10px;
}

#content {
	border: solid 2px #773428;
	border-width: 0 2px;
	background: #fff;
}
/*header */
#header {
	height: 209px;
	width: 782px;
	position: relative;
	background: url(../images/head_bg.jpg) no-repeat top;
	padding-top: 27px;
}
#map_work {
	position: absolute;
	top: 0px;
	right: -92px;
	background: url(../images/map_work.jpg) no-repeat;
	width: 92px;
	height: 236px;
}
#header ul {
	margin-left: 38px;
	_margin-left: 17px;
	margin-right: 17px;
	float: left;
	margin-bottom: 2px;
}
#header ul li {
	list-style: none;
	display: inline;
	font-size: 14px;
	color: #ebe57b;
	font-weight: bold;
}
#header ul li a {
	color: #ebe57b;
	text-decoration: none;
}
#header ul li a:hover {
	color: #d5eae9;
	text-decoration: underline;
}
#searchbox {
	float: left;
	position: relative;
	top: -2px;
}
#searchbox .inp_text {
	background: url(../images/search_inp.jpg) no-repeat;
	width: 105px;
	height: 14px;
	border: none;
	float: left;
	margin-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #737373;
	padding: 4px 12px;
}
#searchbox .button {
	background: url(../images/search_butt.gif) no-repeat;
	width: 28px;
	height: 22px;
	border: none;
	float: left;
}
a#logo {
	display: block;
	width: 633px;
	height: 140px;
	left: 13px;
	top: 85px;
	position: absolute;
}
/* content */
#navigation {
	height: 19px;
	background: #903636;
	padding: 10px 0;
	position: relative;
	z-index: 20;
}
#navigation li {
	list-style: none;
	display: inline;
	font-size: 14px;
	background: url(../images/bullet.gif) no-repeat 8px 5px;
	padding-left: 32px;
	position: relative;
}
#navigation li.first {
	background: none;
}
#navigation li a {
	text-decoration: none;
	color: #faf7c2;
}
#navigation li a:hover {
	text-decoration: underline;
}
#navigation li ul {
	position: absolute;
	background: url(../images/sub_menu_bg.png);
	_background: #903636;
	top: 17px;
	left: 22px;
	padding: 5px;
	padding-top: 15px;
	display: none;
	z-index: 100;
}
#navigation li:hover ul {
	display: block;
}
#navigation li li {
	float: none;
	background: none;
	width: 150px;
	padding-left: 0;
	display: block;
	font-size: 12px;
}
#navigation li li a {
	display: block;
	padding: 2px 5px;
}
#navigation li li a:hover{
	background: #ebe57b;
	color: #903636;
	text-decoration: underline;
}

#column_left {
	width: 387px;
	float: left;
	margin-right: 6px;
	position: relative;
	z-index: 2;
}
#column_right {
	width: 380px;
	float: left;
	padding-top: 5px;
	position: relative;
	z-index: 2;
}

/* left column */
.yell {
	font-size: 12px;
	text-align: center;
	margin-bottom: 5px;
}
.yell .left {
	background: #7ba188;
	color: #faf7c2;
	width: 186px;
	font-size: 14px;
	font-weight: bold;
	border: solid 1px #14572b;
}
.yell .left h1 {
	color: #faf7c2;
	font-size: 18px;
	padding-top: 5px;
}
.yell .left img {
	margin: 5px 0 15px;
	border: none;
}
.yell .right {
	color: #903636;
}
.yell .right .title {
	font-size: 14px;
	font-weight: bold;
}

.yell_box {
	float: left;
	width: 188px;
	margin-bottom: 5px;
	color: #b46743;
	text-align: center;
	font-size: 14px;
}
.yell_box img {
	margin-bottom: 4px;
}
.yell_box.left {
	margin-right: 4px;
	font-style: italic;
	text-align: left;
	font-size: 11px;
}
.yell_box.left .name {
	font-size: 12px;
	font-style: normal;
}
.yell_box.left .red_text {
	font-size: 10px;
	font-style: normal;
}
.yell_box .title {
	background: #b46743;
	color: #faf7c2;
	padding: 5px;
	font-size: 15px;
	text-align: center;
	font-style: normal;
}
.yell_box .inner {
	border: solid 1px #b46743;
	border-top: none;
	padding: 5px;
	height: 110px;
}

.brown_box {
	background: #d5cfbd;
	padding: 10px;
	_height: 10px;
}
.brown_box h1 {
	color: #773428;
	text-align: left;
}
.brown_box p {
	margin-left: 137px;
	margin-bottom: 12px;
}
.brown_box .fl_left {
	float: left;
	width: 120px;
}
.brown_box .prior {
	display: block;
	background: url(../images/prior.gif) no-repeat;
	width: 19px;
	height: 19px;
	float: left;
	margin: 5px;
	margin-left: 40px;
}
.brown_box .next {
	display: block;
	background: url(../images/next.gif) no-repeat;
	width: 20px;
	height: 19px;
	float: left;
	margin: 5px;
	margin-left: 0;
}
.members {
	padding-top: 3px;
}

.members h1,
.green h1 {
	color: #4d6f69;
}
.members h1 {
	color: #7ba188;
	margin-bottom: 6px;
}
.members .left {
	text-align: left;
	border-right: solid 1px #e5e5e5;
	padding: 0 16px;
	width: 161px;
}
.members .right {
	text-align: right;
	border-left: solid 1px #e5e5e5;
	padding: 0 16px;
	width: 161px;
}
.members p {
	line-height: 12px;
	margin-bottom: 5px;
}
.red_text {
	color: #903636;
}
.advertisement {
	border: solid 1px #dedede;
	margin: 6px;
	margin-bottom: 3px;
	padding: 16px 15px;
}
.advertisement img {
	border: none;
}
.advertisement img.left {
	margin-right: 10px;
}
.communique {
	background: url(../images/communique.gif) no-repeat 15px 0;
	padding: 38px 40px 10px 18px;
}

/* right column */
.green {
	background: #d5eae9;
	border: solid 1px #50726c;
	font-weight: bold;
	padding: 5px 15px;
	margin-bottom: 7px;
}
.green .date {
	font-weight: normal;
	font-style: italic;
}
.green div {
	font-weight: normal;
	margin-top: -10px;
	margin-bottom: 5px;
}

.gray {
	background: #f4f3ee;
	padding: 10px;
}
.gray .left {
	padding: 10px;
	border-right: solid 1px #dbdad6;
}
.gray .right {
	padding: 10px;
	border-left: solid 1px #dbdad6;
}
.gray p {
	margin-bottom: 0;
}
.gray p.title {
	color: #903636;
	font-weight: bold;
}
.signature {
	font-style: italic;
}

/*footer*/
#footer {
	background: url(../images/footer_bg.gif) no-repeat top;
	font-size: 9px;
	color: #a75f61;
	text-align: center;
	padding-top: 76px;
	line-height: 14px;
	clear: both;
}


/* inner page */
#inner_page {
	padding: 7px 0 80px 20px;
}
#column_left ul {
	margin-left:15px;
	list-style-type: none;
}
#column_left li {
	margin-bottom:8px;
	padding-left:15px;
	padding-top:0px;
	margin-top:0px;
	background: url(/images/diamond-bullet.png) left top no-repeat;
}
#inner_page #column_left {
	width: 535px;
	margin-right: 30px;
	padding-top: 6px;
}
#inner_page #column_left h1 {
	font-size: 24px;
	color: #4d6f69;
	text-align: left;
	font-weight: bold;
	margin-bottom: 7px;
}
#inner_page #column_left p {
	line-height: 15px;
}
#inner_page #column_left img {
	border: solid 1px #903636;
}
.img_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 3px;
	margin-top: 10px;
}
.img_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-top: 10px;
}


#inner_page #column_right {
	width: 193px;
	float: left;
	margin-right: -2px;
	_position: relative;
}
#inner_page .yell .left,
#inner_page .yell_box {
	margin-bottom: 7px;
	width: 193px;
}
#inner_page .yell .left {
	text-align: center;
	font-style: normal;
	_width: 191px;
}

.chamber_calendar {
	color: #773428;
	background: #d5cfbd;
	padding: 2px 0 10px;
	clear: both;
	text-align: left;
}
.chamber_calendar h2 {
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	margin-bottom: 4px;
}
.chamber_calendar li {
	list-style: none;
	position: relative;
	_height: 1px;
}
.chamber_calendar a {
	display: block;
	padding: 4px 10px 4px 48px;
}
.chamber_calendar a:hover {
	background: #b0b5a6;
	text-decoration: underline;
}
.chamber_calendar li span {
	position: absolute;
	top: 4px;
	left: 10px;
	text-decoration: none;
	color: #773428;
	font-style: italic;
}






/* Forms */
/*form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 80%;
}*/
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #903636;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	/*display: block;*/
	float:left;
	width:120px;
	font-size: 110%;
	padding-right: 20px;
	font-weight:bold;
}
/*input, textarea {
	clear: both;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}*/
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}


/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}



h2 {
	margin-bottom:14px;
}

.news-link {
	color: #6E6E6E;
	text-decoration:none;	
}



/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 80%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 12em;
	margin-top: -2em;
	vertical-align: top;
}


.calendar {
	margin:auto;
}

#category_list {
	margin-left:20px;
}

#member_search {
	width:500px;
	border: 2px #B46743;
	font-size:14px;
	text-align:center;
}
#member_search .inp_text {
	background: url(../images/search_inp.jpg) no-repeat;
	width: 105px;
	height: 14px;
	border: none;
	margin-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #737373;
	padding: 4px 12px;
}
#member_search .button {
	background: url(../images/search_butt.gif) no-repeat;
	width: 28px;
	height: 22px;
	border: none;
}

.member_page_box {
	float:left; 
	width:165px; 
	height:115px; 
	margin: 2px;
	text-align:center
}
