/* CSS Document */

/* ------------------------------ page layout --------------------------------- */
body {
	background-color: #000000;
	background-image: url(../images/about_template_bgd.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0 auto;
	text-align:center;
	padding: 0;
}

#container {
	width: 100%;
	text-align: center;
	vertical-align:top;
	height: 100%;
	background-image:url(../images/about_footer_bgd.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
#flashTop {
	height: 116px;
	text-align: center;
	vertical-align:top;
	padding: 0;
}
#photoHdr {
	height: 197px;
	vertical-align:top;
	margin: 0 auto;
	text-align: center;
}
/* Content Area */
#contentShell {
	width: 826px;
	padding:0;
	margin:1px;
	display: block;
	position:relative;
	height: auto;
}
#leftSideBar {
	width:182px;
	margin:0;
	float:left;
	padding:0 15px 0 0;
	vertical-align: top;
}
#sideNav{
	width:179px;
	padding:0;
	padding: 0;
	margin: 0 0 0 1px;
	border-color:#383428;
	border-width: 1px;
	border-style:solid;
	display:block;
	background-color: #000000;
}
/*Subpages*/
#sideNavInner{
	width:171px;
	padding: 13px 0 13px 0;
	margin: 3px;
	border-color:#2b281f;
	border-width: 1px;
	border-style:solid;
	display:block;
	text-align: left;

}
#sideNavInner a{
	width:156px;
	height: 28px;
	padding: 8px 0 0 10px;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif ;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	color: #CBCBCB;
	background-image:url(../images/sidenav_link_bgd.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
#sideNavInner a:hover{
	color: #E5D2A9;
}
.leftSideBarBox{
	padding:  16px 0 0 0;
	width: 183px;
}
.leftSideBarBox p{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 16px;
	color: #EADDAA;
	margin: 10px auto;
}
.leftSideBarBox li{
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 16px;
	color: #EADDAA;
}
.leftSideBarBox a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #EADDAA;
}
.leftSideBarBox strong{
	color: #EADDAA;
	font-weight: bold;
}
#mainContentSubShell {
	left: auto;
	top: 0;
	width: 621px;
	background-color: #DAC689;
	border-color:#3A372D;
	border-width: 1px;
	border-style:solid;
	position: relative;
	vertical-align: top;
	background-image: url(../images/subContent_footer.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
#mainContentSub{
	background-image:url(../images/content_top_bgd.jpg);
	background-repeat:no-repeat;
	width:616px;
	margin: 0px;

}
/* inner border */
#mainContentSubShell2{
	background-image:url(../images/content_bgd.jpg);
	background-repeat:repeat-y;
	width:616px;
	padding: 0px;
	margin: 4px;
	border-color:#3A372D;
	border-width: 1px 1px 0 1px;
	border-style:solid;
	height: 80%;

}
#mainContentSubText{
	width:596px;
	padding: 10px;
	margin: 0px;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 20px;
	text-align: left;

}
#mainContentSubText h1{
	color: #000000;
	font-family:"Times New Roman", Times, serif;
	font-size:26px;
	font-weight:normal;
	letter-spacing: .02em;
	line-height: 28px;
	background-image:url(../images/h1_underline.gif);
	background-repeat:no-repeat;
	background-position:bottom left;

}
#mainContentSubText h2{
	color: #7C6546;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	line-height: 18px;
	font-weight:lighter;

}
#mainContentSubText a { color: #796E40; text-decoration: underline; }
#mainContentSubText a:hover  { color: #000000; text-decoration: underline; }

#footerBlock {
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
}
#footer {
	width: 826px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
	color: #CBCBCB;
	text-align: right;
	padding: 30px 0 30px 0;
	margin: 0 auto;
}

#footer a:active  { color: #CBCBCB; text-decoration: none; }
#footer a:link  { color: #CBCBCB; text-decoration: none; }
#footer a:visited  { color: #CBCBCB; text-decoration: none; }
#footer a:hover  { color: #CBCBCB; text-decoration: underline; }

h1 {
	text-transform: uppercase;
}
.textBlock {
	background-color: #F1EACB;
	background-image:url(../images/textBlock_bgd.jpg);
	background-repeat:repeat-x;
	background-position:top;
	display: block;
	padding: 0 10px 0  10px;
	border: 1px solid #C0A47C;
	text-align:center;
}
.textBlock p{
	color: #FFFFFF;
}
.textBlock a{
	color: #FFFFFF;
	text-decoration: none;
}
.textBlock a:hover{
	color: #F1DFAD;
	text-decoration: underline;
}


.calendaroff
{
	background: url(../images/calendar/calday_off.gif);
	height: 37px;
	width: 37px;
}

.calendaron
{
	background-color:#987639;
	color: #FFFFFF;	
}

.calendaron a{
	color: #FFFFFF;
	text-decoration: none;
}
.calendaron a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}