/* Main Definitions */

/* Redefinitions */
body {	margin: 0px;	padding: 0px;
	font-family: verdana,sans-serif;
	font-size: small;
}a {	color: #00b;	text-decoration: none;}a:hover {	color: #b00;
	text-decoration: underline;}
ul {
	list-style: circle;
}

/* "h" definitions */
h2.title {
    margin-top: 0px;
}
h4.homepage {
    margin-bottom: 2px;
    clear: both;
}

/* Special Stuff */

.purple {
    color: #606;
}
.highlight {
    background: #aad;
}

/* Main Site Sections */
#title {
    margin: 0px;
    background: url("../images/titlebg.jpg") repeat-x;
    width: 100%;
    height: 110px;
    z-index: 50;
    border-bottom: 1px solid #aaa;
}

#directions {
    position: absolute;
    top: 12px;
    right: 10px;
    /* left: 550px; */
    height: 98px;
    text-align: right;
    font-size: 11px;
    line-height: 14px;
    color: #00c;
}
#directions a {
    color: #900;
}

#content {
    position: absolute;
    top: 110px;
    left: 162px;
    right: 0px;
    padding: 3px 4px;
}

#content p {
    margin-top: 0px;
}

/* Affiliates */
h4.affiliate_header {
    color: #060;
    text-align: center;
}

/* ULN */
h3.year_month {
    margin: 0px;
}
a.year_month_link {
    color: #000;
    text-decoration: none;
}
a.year_month_link:hover {
    color: #900;
    text-decoration: underline;
}
ul.uln_list {
    margin-top: 0px;
    padding-left: 20px;
}

/* Calendar */
h2.calendar_month {
    color: #366;
    margin-bottom: 0px;
    text-align: center;
    clear: right;
}
table.calendar {
    width: 100%;
    background: #aaa;
}
td.calendar_day_names {
    font-family: verdana,sans-serif;
    font-weight: bold;
    text-align: center;
    background: #fff;
    width: 14.28571428571429%;
}
tr.calendar_days {
    background: #fff;
    vertical-align: top;
}
tr.calendar_key {
    padding: 4px;
    background:#fff;
}
.exec_board {
    background: #ada;
}
.uln_deadline {
    background: #ee5;
}
.delegate_meeting {
    background: #d77;
}
.community_service {
    background: #7dd;
}

/* Street Heat */
.required {
    color: #900;
}

/* Browsing and Searching */
div#browse_search {
    float: right;
    width: 200px;
    padding: 2px 4px;
    margin: 0px 0px 1px 2px;
    border: 1px solid #333;
    background: #ddd;
    text-align: center;
}
h4.browse_search_header {
    margin: 0px;
    text-align: center;
}

/* Quote Stuff */
#quote {
    padding: 4px;
    margin-bottom: 3px;
    //background: rgb(254,255,178);
    color: rgb(124,43,12);
    //border: 1px solid rgb(92,32,9);
    font-size: x-small;
}
.quote_data {
    font-style: italic;
}
#quote_author {
    text-align: right;
}

#navigation {
    width: 160px;
}
