/* ------------------------------------------------------------ CSS RESET */
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
blockquote {
	margin: 0 0 10px 20px;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}

caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	margin-bottom: .5em;
}


body {
	font: 12px Tahoma, Verdana, Arial;
	background-color: #2b2a26;
}

a, .more {
	color: #600;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}
a:hover, .more:hover {
	color: #900;
	border-bottom: 1px solid #fc0;
	
}

h1 {
	margin-bottom: 0;
	padding-bottom: 16px;
	font-size: 24px;
	font-weight: normal;
	color: #600;
	background: url(../../images/h1bg.gif) bottom repeat-x;
}
h2 {
	margin-top: 10px;
	margin-bottom: 0;
	padding-bottom: 18px;
	font-size: 14px;
	font-weight: normal;
	color: #600;
	background: url(../../images/h1bg.gif) bottom repeat-x;
}
p, ul, ol {
	line-height: 1.5em;
	margin-bottom: 1em;
}


#header-wrapper {
	height: 90px;
	background: url(../../images/headerbg.gif) repeat-x #600;
}
#header {
	position: relative;
	width: 850px;
	margin: 0 auto;
}
#header-logo {
	position: absolute;
	top: 0;
	left: -25px;
}
#main-wrapper {
	background: url(../../images/bodybg.gif) repeat-x #ebe8df;
}
#main {
	width: 820px;
	margin: 0 auto;
	padding: 0 15px;
	background-color: #fff;
}
#nav-container {
	padding-right: 15px;
}
#nav {
	width: 190px;
	padding: 60px 5px 0;
	background-color: #faf9f5;
}

#nav ul { /* all lists */
	display: inline;
	padding: 0;
	list-style: none;
}
#nav ul li {

	display: inline;
}

#nav ul li a {
	display: block;
	padding: 5px;
	color: #000;
	background-color: transparent;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #ebe8df;
}

#nav li ul li {
	width: 190px;
}

#nav li ul { /* second-level lists */
	display: inline;
	position: absolute;
	background-color: #fff;
	width: 190px;
	padding: 3px;
	left: -9999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index: 3;
	border: 1px solid #600;
	margin: -29px 0 0 190px;
}
#nav li ul a {
	display: block;
	border: none;
	color: #000;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: 0;
	background-color: #fff;
}

/* Hides the sub-lists */
#nav li:hover ul ul, 
#nav li:hover ul ul ul, 
#nav li.sfhover ul ul, 
#nav li.sfhover ul ul ul {
	left: -9999em;
}

/* Shows the sub-lists */
#nav li:hover ul, 
#nav li li:hover ul, 
#nav li li li:hover ul, 
#nav li.sfhover ul, 
#nav li li.sfhover ul, 
#nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* Specific menu stuff */

#nav li a:hover {
	background: url(../../images/navbg.gif) right center #700;
	color: #fff;
}


/* Second-level and third-level lists */
#nav li ul li {
	
}
#nav li ul li a {
	display: block;
	text-indent: 0;
	padding: 5px;
	height: auto;
	width: 180px;
	text-align: left;
	border-bottom: 1px solid #ebe8df;
}
#nav li ul ul { /* third-and-above-level lists */
	margin: -29px 0 0 170px;
}
#nav li ul li a:hover {
	background: url(../../images/navbg2.gif) right center #fc0;
	color: #000;
}



#content {
	padding: 60px 0 20px 0;
	width: 600px;
}

.frm_table {
	width: 100%;
}
.frm_table th {
	vertical-align: top;
	padding: 3px;
	border-bottom: 1px solid #ddd;
}

.frm_table td {
	padding: 3px;
	border-bottom: 1px solid #ddd;
}
.frm_table th.noborder,
.frm_table td.noborder {
	border-bottom: none;
}

.img-thumb {
	float: left;
	margin: 3px;
	padding: 3px;
	display: table-cell;
	vertical-align: middle;
	width: 125px;
	height: 125px;
	border: 1px solid #ddd;
}
.img-thumb-preview {
	float: left;
	margin: 3px;
	padding: 3px;
	display: table-cell;
	vertical-align: middle;
	width: 60px;
	height: 60px;
	border: 1px solid #ddd;
}
.img-thumb img {
	
}

.announcement  {
	display: block;
	padding: 5px;
	margin: 5px 0;
	color: #000;
	text-decoration: none;
	border: 1px solid #fff;
	border-bottom: 1px solid #ebe8df;
}
.announcement:hover {
	background-color: #faf9f5;
	border: 1px solid #fc0;
}
.announcement-header {
	font-size: 14px;
	font-weight: bold;
}
.announcement-content {
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ebe8df;
}
#events {
	float: right;
	width: 200px;
	border-left: 15px solid #fff;
}
.mini-event a {
	display: block;
	padding: 3px;
	margin: 3px 0;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	border: 1px solid #fff;
	border-bottom: 1px solid #ebe8df;
}
.mini-event a:hover {
	background-color: #faf9f5;
	border: 1px solid #fc0;
}

.recorder_tbl {
	width: 100%;
}
.recorder_tbl th, .recorder_tbl td {
	padding: 3px;
}
.recorder_tbl th {
	border-bottom: 1px solid #ccc;
}
.recorder_tbl td {
	border-bottom: 1px solid #ddd;
}

.recipient_tbl td {
	padding: 3px;
	border-bottom: 1px solid #ddd;
}
#lightbox a {
	border: none;
}


.form-errors {
	margin-bottom: 10px;
	padding: 10px;
	background-color: #FEE;
}

#footer-wrapper {
	background: url(../../images/footerbg.gif) repeat-x #2b2a26;
}
#footer {
	width: 850px;
	height: 85px;
	margin: 0 auto;
	padding: 20px 0;
}
#footer-nav {
	float: left;
	width: 750px;
	padding-left: 10px;
	margin-left: 5px;
	color: #aba9a3;
	height: 50px;
	border-left: 1px solid #aba9a3;
	
}
#footer-nav a {
	color: #aba9a3;
	text-decoration: none;
	font-size: 11px;
	border: none;
}
#footer-nav a:hover {
	color: #faf9f5;
}
