
a {
color: #b66359;
text-decoration: underline;
}

a:hover {
color: #b66359;
text-decoration: none;
}

h1 {} /* Reserved for logo */

h2 {
margin: 0 0 0.8em 0;
text-transform: uppercase;
font-family: times, times new roman, serif;
font-weight: normal;
font-size: 2em;
color: #b65d55;
}

h3 {
margin: 0 0 0.8em 0;
font-family: times, times new roman, serif;
font-weight: bold;
font-size: 1.6em;
color: #b65d55;
}

h4 {
margin: 0 0 0.8em 0;
font-family: times, times new roman, serif;
font-weight: bold;
font-size: 1.3em;
color: #b65d55;
}

h5 {
margin: 0 0 0.1em 0;
font-weight: bold;
font-size: 1.1em;
color: #b65d55;
}

h6 {
margin: 0 0 0.1em 0;
font-weight: bold;
font-size: 1em;
color: #b65d55;
}

hr {
border: 0;
margin: 0 0 1.2em 0;
height: 1px;
background: #bbb;
color: #bbb;
}

.small {
font-size: 0.9em;
}

.x-small {
font-size: 0.8em;
}

.big {
font-size: 1.2em;
}

.x-big {
font-size: 1.4em;
}

.gray {
color: #999;
}

.red {
color: #cc0000;
}

.all-caps {
text-transform: uppercase;
}

.no-caps {
text-transform: none;
}

.lowercase {
text-transform: lowercase;
}

.no-italics {
font-style: normal;
}

.bold {
font-weight: bold;
}

.no-bold {
font-weight: normal;
}

.align-left {
float: left;
margin: 0 1.5em 1.5em 0;
}

.align-right {
float: right;
margin: 0 0 1.5em 1.5em;
}

.clear-float {
clear: both;
display: block;
}

.image-border {
border: 1px solid #ccc;
}

ul.no-bullets {
list-style: none;
}


/*========== Icons ==========*/
.email {
padding: 0 0 0 18px !important;
background: transparent url(/images/icons/email-icon-tiny.gif) no-repeat left center !important;
}

.excel, .xls {
padding: 0 0 0 15px !important;
background: transparent url(/images/icons/excel-icon-tiny.gif) no-repeat left center !important;
}

.pdf {
padding: 0 0 0 16px !important;
background: transparent url(/images/icons/pdf-icon-tiny.gif) no-repeat left center !important;
}

.ppt {
padding: 0 0 0 16px !important;
background: transparent url(/images/icons/ppt-icon-tiny.gif) no-repeat left center !important;
}

.word, .doc {
padding: 0 0 0 15px !important;
background: transparent url(/images/icons/word-icon-tiny.gif) no-repeat left center !important;
}

.top-of-page {
padding: 0 0 0 16px !important;
background: transparent url(/images/icons/arrow-up.gif) no-repeat left center !important;
}
/*========== END: Icons ==========*/



/*========== member pages ==========*/
.member-list {
width: 600px;
background: #fff url(/images/scroll-top.jpg) no-repeat left top;
padding: 85px 0 0 0;
}

.member-list-body {
background: #fff url(/images/scroll-bg.jpg) repeat-y left top;
padding: 0 50px 10px 50px;
}

.member-list-bottom {
width: 600px;
background: #fff url(/images/scroll-bottom.jpg) no-repeat left top;
padding: 0 0 85px 0;
}

.member-list-table {
margin: 0;
}

.member-list-table tr {

}

.member-list-table th {
padding: 0.2em 0.6em;
background: #ebd6c3;
}

.member-list-table td {
padding: 0.2em 1.6em 0.2em 0.6em;
border-bottom: 1px solid #ebd6c3;
}
/*========== END: member pages ==========*/


/*========== tables ==========*/
table {

}

table tr {

}

table th {
padding: 0.2em 0.4em;
}

table td {
padding: 0.2em 0.4em;
}
/*========== END: tables ==========*/



/*========== form ==========*/
form {
position: relative;
}

form input.button {
cursor: pointer;
padding: 0.2em 0.4em;
}

form table {
border: 1px solid #ebd6c3;
}

form table tr {

}

form table th {
background: #ebd6c3;
padding: 0.4em 0.8em;
}

form table td {
padding: 0.4em 0.8em;
}

#alert-box {
border: 5px solid #444;
padding: 0.6em 1.2em;
background: #ffc;
font-size: 1.2em;
}
/*========== END: form ==========*/




