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

/*************************BROWSER RESET*****************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/***************************END RESET******************************/

h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address {
    margin-bottom: 1em;
}

body {
margin: 0px;
background: #b5aa9d url(images/bg.png) repeat-x;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 1.2em;
}

a {
color: #0084c5;
text-decoration: underline;
font-weight: normal;
}

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

div#container {
width: 788px;
margin: 0 auto;
}

div#logo {
background: url(images/back_top.gif) repeat-y;	
height: 83px;
padding: 0px 20px;
}

div.logo-left {
float: left;
width: 300px;
}

div.logo-right {
float: right;
width: 400px;
text-align: right;
padding: 4px 15px 0 0;
height: 80px;
}

div#header {
height: 157px;	
background: url(images/back_middle.gif) repeat-y;
}

div#masthead {
background: url(images/header.jpg) no-repeat;	
height: 130px;
width: 746px;
margin: 0 auto;
border-top: 1px #0084c5 solid;
}

div#navbar {
background-color: #0084c5;	
width: 746px;
margin: 0 auto;
height: 25px;
padding-top: 5px;
}

div#main-wrapper {
padding: 15px 20px 0px 20px;	
background: url(images/back-bottom-interior.png) repeat-y;
min-height: 300px;
}

div#main {
float: left;
width: 480px;
min-height: 300px;
padding-left: 10px;
}

div#nosidebar-wrapper {
padding: 15px 20px 0px 20px;	
min-height: 300px;
background: url(images/nosidebar-bg.png) repeat-y;
}

div#main-nosidebar {
min-height: 300px;
padding-left: 10px;	
}

div#sidebar {
float: right;
width: 212px;
padding-right: 25px;
}

.clear {
clear: both;
height: 1px;
font-size: 1px;
line-height: 1px;
margin-bottom: -1px;
}

div#footer {
background-color: #0084c5;
height: 50px;
width: 746px;
clear: both;
margin: 20px auto 0px auto;
color: #fff;
}

div#footer a {
color: #fff;
font-weight: normal;
}

div.footer-left {
float: left;
width: 45%;
padding: 10px 0 0 10px;
}

div.footer-right {
float: right;
text-align: right;
width: 45%;
padding: 10px 10px 0 0;
}

/** TEXTS **/

h1 {
color: #7D7D7D;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
}

h2 {
color: #0084c5;
font-size: 20px;
}

h3 { 
font-family: Arial; 
font-size: 15px; 
color: #957c5f; 
font-weight: bold; 
}

h4 {
font-size: 15px;	
}

/** LISTS **/

#navigation {
margin: 0;
padding: 0;
height: 1em; 
}

#navigation li {
list-style: none;
float: left; 
}
	
#navigation li a {
display: block;
padding: 3px 18px 4px 18px;
background-color: transparent;
color: #fff;
text-decoration: none; 
font-weight: bold;
font-size: 14px;
}

#navigation li ul {
display: none;
width: 120px; /* Width to help Opera out */
background-color: #4c4c4c;
}

#navigation li:hover ul {
display: block;
position: absolute;
margin: 0;
padding: 0; 
}
	
#navigation li:hover li {
float: none; 
}
	
#navigation li:hover li a {
background-color: #4c4c4c;
color: #000; 
font-weight: normal;
font-size: 12px;
padding: 3px 2px;
}
	
#navigation li li a:hover {
background-color: #4c4c4c; 
}

#navigation li:hover ul, #navigation li.hover ul {
display: block;
position: absolute;
margin: 0;
padding: 0; 
}
	
#navigation li:hover li, #navigation li.hover li {
float: none; 
}
	
#navigation li:hover li a, #navigation li.hover li a {
background-color: #4c4c4c;
color: #fff; 
}

#navigation li:hover li a:hover, #navigation li.hover li a:hover {
background-color: #0084c5;	
}

ul.bulleted {
list-style-image: url(images/bullet.gif);
margin-left: 25px;
}

ul.square {
list-style-type: square;
margin-left: 25px;
}

ul.circle {
list-style-type: disc;
margin-left: 25px;
}

/** DIVS **/

.topicon {
float: right;
width: 55px;
text-align: center;
}

.quotebox {
background-color: #efefef;	
padding: 10px;
margin-bottom: 20px;
}

.box3 {
width: 155px;	
float: left;
margin: 0 0 20px 0;
}

div.box2 {
width: 48%;	
float: left!important;
}

div.photos {
text-align: center;	
}

div.photos img {
margin: 5px 10px 5px 0px;	
}

/** MISC **/

blockquote {
margin-left: 30px;	
}

.noborder {
border-right: 0px;	
}

.box2 {
height: 160px;	
}

.alignright {
text-align: right;	
}

.alignleft {
text-align: left;	
}

.aligncenter {
text-align: center;	
}

.small {
font-size: 11px;	
}

.em {
font-style: italic;	
}

.light {
color: #999;	
}

a.white {
color: #fff;	
}

a.thin {
font-weight: normal;	
}

.blue {
color: #0084c5;	
}

.sidebar-hr {
height: 1px;
border-bottom: 1px #000 solid;
width: 100%;
margin-bottom: 15px;
clear: both;
}

.gold-hr {
height: 1px;
border-bottom: 1px #aa9170 solid;
width: 100%;
margin-bottom: 15px;
clear: both;
}

.blue-hr {
height: 1px;
border-bottom: 1px #0084c5 solid;
width: 100%;
margin-bottom: 15px;
clear: both;
}

.profile-pic {
border: 1px #000 solid;
margin: 10px;
}

.book-pic {
margin: 10px;	
}

div.filler {
height: 26px;	
}

.big {
font-size: 22px;	
line-height: 1.2em;
font-weight: normal;
}

.sidebarbq {
margin-left: 20px;	
}

.audio {
margin: 0 0 20px 0;	
}

.audio td {
width: 155px;	
}

.events {
width: 100%;	
margin-bottom: 20px;
}

.events th {
font-size: 14px;
font-weight: bold;
background-color: #ccc;
padding: 5px 0;
}

.events td {
padding: 5px 0;	
}

td.divider {
border-top: 3px #0084c5 solid;
margin-bottom: 10px;
}

.tdbg {
background-color: #efefef;	
}

.rightfl {
float: right;	
}