/* ------------------------------------------------------------------
 * GLOBAL
 * ------------------------------------------------------------------ */
body {
	background-color: #E4E4E4;
	color: #333;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
fieldset {
	border: 1px solid #98A47E;
	margin: 0;
	padding: 0 12px 12px 12px;
	position: relative;
}
legend {
	color: #333;
	font-size: 12px;
	font-weight: normal;
	padding: 12px 4px;
}
form {
	display: inline;
}
a {
	color: #660000;
	padding: 1px;
}
a:hover {
	background-color: #660000;
	color: #FFF;
	text-decoration: none;
}
a.image {
	padding: 0;
}
a.image:hover {
	background-color: transparent;
}
sup {
	font-size: .5em;
}
.admin_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
a.admin_href {
	color: #F00;

}
a.admin_href:hover {
	background-color: #F00;
	color: #FFF;
	text-decoration: none;
}
div.rule hr {
	display: none;
}
div.rule {
	background-color: #CCC;
	height: 1px;
	margin: 5px 0;
	padding: 0;
}
h2.nameplate {
	border-bottom: 1px solid #98A47E;
	color: #333;
	font-size: 12px;
	font-weight: normal;
	margin: 10px 0 5px 0;
	padding: 0 0 2px 0;
}
.label {}
.label_required {
	color: #F00;
	font-weight: bold;
}
.smaller {
	font-size: 11px;
}
.fine_print {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}
.bold {
	font-weight: bold;
}
.black {
	color: #333;
}
.red {
	color: #F00;
}
.white {
	color: #FFF;
}
.zero {
	border: none;
	margin: 0;
	padding: 0;
}
.paginator {
	margin: 10px 0;
}


/* ------------------------------------------------------------------
 * HEADER
 * ------------------------------------------------------------------ */
#header {
	background: #9092a5;
	height: 100px;
	margin: 0;
	min-width: 960px;
	padding: 1px 0 0 0;
	position: relative;
}
#header h1 {
	bottom: 30px;
	color: #FFF;
	font-size: 26px;
	font-weight: normal;
	padding: 0 0 10px 0;
	position: absolute;
	margin: 7px 0 0 30px;
}
#header h1 span {
	color: #333752;
	font-size: 16px;
	font-weight: normal;
}
#utility_nav {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 30px;
	text-align: right;
	top: 7px;
	width: 293px;
}
#utility_nav h1 {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: 20px;
}

/* ------------------------------------------------------------------
 * HEADER :: TABS
 * ------------------------------------------------------------------ */
#tabs {
	bottom: 0;
	height: 25px;
	margin: 0 0 0 30px;
	padding: 0;
	position: absolute;
}
#tabs ul {
	margin: 0;
	padding: 0;
}
#tabs ul li {
	border: none;
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
#tabs ul a:link, #tabs ul a:visited {
	background-color: #660000;
	border: 1px solid #9092a5;
	border-bottom: 1px solid #660000;
	color: #FFF;
	float: left;
	font-size: 12px;
	font-weight: normal;
	line-height: 13px;
	margin: 0;
	padding: 4px 8px 6px 8px;
	text-decoration: none;
}
#tabs ul a:hover {
	background-color: #333752;
	border-bottom: 1px solid #333752;
	color: #FFF;
}
#tabs ul a:link.active, #tabs ul a:visited.active {
	background-color: #FFF;
	border-bottom: 1px solid #FFF;
	color: #000;
	font-weight: bold;
}


/* ------------------------------------------------------------------
 * COLUMNS
 * ------------------------------------------------------------------ */
#columns {
	background: url(/images/misc/bg-columns.gif) top right repeat-y;
	min-width: 960px;
	overflow: auto;
	width: 100%;
}


/* ------------------------------------------------------------------
 * COLUMNS :: WRAPPER :: MAIN
 * ------------------------------------------------------------------ */
#wrapper {
	float: left;
	margin-right: -300px;
	overflow:hidden;
	width: 100%;
}
#main {
	background-color: #FFF;
	margin-right: 330px;
	padding: 15px 30px 30px 30px;
}
#main div.menu {
	text-align: center;
	margin-bottom: 20px;
}
#main div.menu h2 {
	border-bottom: 1px solid #666666;
	color: #000;
	font-size: 16px;
	margin: 0;
	padding: 0 0 2px 0;
}
#main div.menu h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 2px 0 0 0;
}


/* ------------------------------------------------------------------
 * COLUMNS :: SIDEBAR
 * ------------------------------------------------------------------ */
#sidebar {
	float: right;
	padding: 15px;
	width: 330px; /* box model hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 300px;
}
html>body #sidebar {
	width: 300px;
}
#sidebar div.component {
	margin: 0 0 20px 0;
}
#sidebar div.component h2 {
	border-bottom: 1px solid #666666;
	color: #000;
	font-size: 12px;
	margin: 0 0 10px 0;
	padding: 0 0 2px 0;
}


/* ------------------------------------------------------------------
 * FOOTER
 * ------------------------------------------------------------------ */
#footer {
	background: url(/images/misc/bg-footer.gif) top right no-repeat;
	margin: 0;
	min-width: 900px;
	padding: 7px 30px;
}


/* ------------------------------------------------------------------
 * ALERT
 * ------------------------------------------------------------------ */
#alert {
	background: url(/images/misc/icon-alert.gif) 15px 50% no-repeat;
	background-color: #FFC;
	border-top: 3px solid orange;
	border-bottom: 3px solid orange;
	margin: 15px 0;
	padding: 15px 15px 15px 75px;
}
#alert h2 {
	margin: 0;
	padding: 0;
}
#alert p {
	margin: 10px 0 0 0;
	padding: 0;
}


/* ------------------------------------------------------------------
 * ATTACHMENTS
 * ------------------------------------------------------------------ */
#attachments tr.file table {
	margin-bottom: 10px;
}
#attachments td.choose_file {
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 5px;
	width: 250px;
}
#attachments td.meta {
	padding-left: 6px;
}
#balloon {
	position: absolute;
	z-index: 9999;
}
#balloon div.edge {
	overflow: hidden;
	position: absolute;
}
#balloon div.edge img {
	behavior: url(/scripts/iepngfix.htc);
	position: absolute;
}


/* ------------------------------------------------------------------
 * GROUP SEARCH
 * ------------------------------------------------------------------ */
#gallery_search {}
#gallery_search select {
	margin-bottom: 4px;
	width: 175px;
}
#gallery_search input.text_field {
	margin-bottom: 4px;
	width: 170px;
}


/* ------------------------------------------------------------------
 * LOGIN
 * ------------------------------------------------------------------ */
#login_wrapper {
	width: 500px;
	margin: 60px auto 20px auto;
	min-width: inherit;
}
#login_dialog {
	border: 10px solid #ccc;
	padding: 15px 20px 10px 20px;
	text-align: left;
	background: #fff;
}


/* ------------------------------------------------------------------
 * BULLETIN BOARD
 * ------------------------------------------------------------------ */
.bulletin_post {
    font-family:"Helvetica Neue", "Lucida Grande", Verdana, Arial, Helvetica,sans-serif;
    margin-bottom:20px;
}
.bulletin_post .post_header {
    background-color: #E4E4E4;
    color: #333333;
    padding:8px;
}
.bulletin_post .post_meta {
    float:right;
    line-height:12px;
    text-align:right;
}
.bulletin_post .post_user {
    font-weight:bold;
}
.bulletin_post h2 {
    margin:0px 200px 0px 0px;
    line-height:24px;
}
.bulletin_post .post_text {
    border: 1px #E4E4E4 dashed;
    border-top:0px;
    line-height:1.4em;
    padding:8px 20px;
}


/* ------------------------------------------------------------------
 * TABLE
 * ------------------------------------------------------------------ */
table.listing {
    border:1px #333752 solid;
}
table.listing th {
    background-color:#9092A5;
    color:#002D56;
    border-bottom:1px #333752 solid;
}
table.listing tr.odd {
    background-color:#FFFFFF;
}
table.listing tr.even {
    background-color:#CACAD3;
}
table.listing td a {
    text-decoration:none;
}


/* -----------------------------------------------> CONTACT INFO <--- */
div#contact_info {
    font-size:10px;
}
div#contact_info a {
    text-decoration:none;
}
div#contact_info img {
    float:right;
    width:100px;
}
div#contact_info h1 {
    font-size:1.3em;
    font-weight:bold;
    margin-bottom:0px;
    margin-right:105px;
}

/* --------------------------------------------> EVENTS CALENDAR <--- */
div#events_calendar {
	background-color: #AFB2C1;
	margin: 40px;
	overflow:hidden;
}
div#events_calendar #calendar_header {
	display:block;
	height: 52px;
}
div#events_calendar ul {
	list-style:none;
	list-style-type:none;
	margin:0px;
	padding: 0px;
}
div#events_calendar table {
	margin:1em;
}
div#events_calendar li {
	list-style-type:none;
	border-bottom: 2px #A0A2B0 solid;
	margin:0px;
	padding:0px;
}
div#events_calendar #calendar_header img {
	float:none;
	display:block;
	margin-left: 15px;
	margin-top: 15px;
	width:270px;
}