@charset "utf-8";
* {
	margin:0;
	padding:0;
	border:none;
	z-index:0;
}
html, body {
	height: 100%;
}
#body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .78em;
	line-height: 1.1em;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../images_layout/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#wrapper {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	min-height:100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -90px;
}
#main-header {
	height: 73px;
	position: relative;
	width: 960px;
	padding-top: 12px;
}
#main-header .left {
	font-size: 1px;
	width: 50%;
	float: left;
	height: 73px;
	vertical-align: bottom;
}
#main-header .right {
	font-size: 1px;
	width: 192px;
	float: right;
	height: 20px;
	vertical-align: bottom;
	padding-top: 53px;
	padding-right: 5px;
}

/** MAIN MENU **************************/
#mainmenu-wrapper {
	width: 960px;
	height: 26px;
	position: relative;
}
#mainmenu-wrapper .mainmenu-left {
	width: 5px;
	background-image: url(../images_layout/mainmenu_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	font-size: 1px;
	height: 100%;
}
#mainmenu-wrapper .mainmenu-right {
	width: 5px;
	background-image: url(../images_layout/mainmenu_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	font-size: 1px;
	height: 100%;
}
#mainmenu {
	font-size: .9em;
	color: #eed491;
	font-weight: normal;
	white-space: nowrap;
	position: relative;
	text-align: right;
	height: 26px;
	background-image: url(../images_layout/mainmenu_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	width: 950px;
	float: left;
}
#mainmenu ul {
	text-transform: capitalize;
	z-index: 80;
	vertical-align: middle;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
}
#mainmenu ul li{
	display: inline;
}
#mainmenu ul li a, #mainmenu ul li span{
	float: left;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 9px;
	padding-left: 10px;
	background: url(../images_layout/mainmenu_divider.gif) top right no-repeat;
}
#mainmenu ul li span{ /*Targets span tag to the right of #leftcorner below*/
	padding-left: 0px;
	padding-right: 1px;
}
#mainmenu ul li a#leftcorner{
	float: none;
	padding-left: 7px;
	padding-right: 7px;
	background: url(../images_layout/spacer_transparent.gif) no-repeat left top;
}
#mainmenu ul li a#leftcorner:hover{
	background-image: url(../images_layout/main-menu_ro.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #fd9c00;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d2d2d2;
}
#mainmenu ul li a#rightcorner{
	padding-right: 7px;
}
#mainmenu ul li a:hover{
	background-image: url(../images_layout/main-menu_ro.gif);
	background-repeat: no-repeat;
	background-position: right bottom;;
	color: #fd9c00;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d2d2d2;
}

#mainmenu:after{ /*Add margin between menu and rest of content in Firefox*/
	font-size: 0em;
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/***************************************/

/** CONTENT ****************************/
#contentbox {
	clear: both;
	position: relative;
	padding: 0px;
	margin-top: 23px;
	margin-bottom: 15px;
	width: 100%;
}

#contentbox h1 {
	font-size: 2em;
	color: #333333;
	font-weight: bold;
	margin-top: 0em;
	text-transform: uppercase;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 9px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5f91d3;
	margin-bottom: 12px;
	letter-spacing: .04em;
}
#contentbox h1 .subtitle {
	color: #333333;
	font-weight: normal;
	text-transform: capitalize;
	font-size: 76%;
	letter-spacing: .01em;
}
.content h2, .mceContentBody h2 {
	font-weight: bold;
	font-size: 1.5em;
	letter-spacing: 0em;
	margin-top: 0px;
	color: #333333;
	margin-bottom: 6px;
	padding-top: 12px;
	text-transform: capitalize;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f9a221;
	padding-bottom: 9px;
}
.content h3, .mceContentBody h3 {
	font-weight: bold;
	font-size: 1.1em;
	letter-spacing: 0em;
	margin-top: 0px;
	margin-bottom: 4px;
	padding-top: 8px;
	text-transform: capitalize;
	color: #333333;
}
.content h4, .mceContentBody h4 {
	font-weight: bold;
	font-size: 1.1em;
	letter-spacing: 0em;
	margin-top: 0px;
	color: #666666;
	margin-bottom: 4px;
	padding-top: 8px;
	text-transform: capitalize;
}
.content ul, .mceContentBody ul, .content ol, .mceContentBody ol {
	margin-top: 5px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 16px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.content ul, .mceContentBody ul {
	list-style-position: outside;
}
.content ol, .mceContentBody ol {
	list-style-position: inside;
}
.content li, .mceContentBody li {
	line-height: 1.2em;
	padding-bottom: .7em;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	line-height: 1.3em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#contentbox .content {
	width: 680px;	
	padding-right: 0px;
}
#contentbox #contentfloat {
	float: left;	
	margin-left: 37px;
}

.content p, .mceContentBody p {
	padding-top: 5px;
	padding-bottom: 15px;
}
.content hr, .mceContentBody hr {
	color: #D7C39E;
	background-color: #c8c8c8;
	height: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.content a, .mceContentBody a {
	color: #004aa6;
	font-weight: bold;
	text-decoration: underline;
}
.content a:hover, .mceContentBody a:hover {
	color: #fd9c00;
	text-decoration: underline;
}
.content img, .mceContentBody img {
	/*padding: 6px;*/
}
/***************************************/

/** SIDE COLUMN ************************/
#sidecolumn {
	float: left;
	width: 243px;
	color: #000000;
	font-size: 1em;
	z-index: 10;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	padding-right: 0px;
}
#sidecolumn h5 {
	width: 225px;
	text-transform: capitalize;
	line-height: normal;
	font-weight: bold;
	font-size: 1em;
	color: #ffffff;
	text-decoration: none;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 12px;
	padding-left: 21px;
	background-image: url(../images_layout/highlight-box_header_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
}
#sidecolumn .highlight-box {
	width: 243px;
	padding-top: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidecolumn .highlight-box .top {
	height: 10px;
	background-color: #357ad3;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 14px;
}
#sidecolumn .highlight-box-content {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #b7cfee;
	border-left-color: #b7cfee;
	width: 213px;
	padding-right: 14px;
	padding-top: 6px;
	padding-bottom: 8px;
	padding-left: 14px;
	line-height: 1.4em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b7cfee;
	background-image: url(../images_layout/highlight-box_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
}
#sidecolumn .highlight-box-content .entry {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6194AD;
	margin-bottom: 8px;
}
#sidecolumn .highlight-box-content .title {
	font-size: 110%;
	font-weight: bold;
}
#sidecolumn .highlight-box-content p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidecolumn .highlight-box a {
	color: #004aa6;
	font-weight: bold;
	text-decoration: underline;
}
#sidecolumn .highlight-box a:hover {
	text-decoration: underline;
	color: #fd9c00;
}
#sidecolumn .highlight-box .title {
	text-transform: capitalize;
}
#sidecolumn .highlight-box .date {

}
#sidecolumn .highlight-box .subtitle {
	text-transform: capitalize;
	font-style: italic;
}
/***************************************/

/** SUBMENU ****************************/
#contentbox #submenu {
	width: 243px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #10be39;
	color: #FFFFFF;
}
#sidecolumn .submenu-content {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 243px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 1em;
}
#contentbox #submenu .link {
	margin-top: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contentbox #submenu .link a {
	color: #ffffff;
	text-decoration: underline;
}
#contentbox #submenu .link a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#contentbox #submenu ul {
	margin: 0px;
	padding: 0px;
}
#contentbox #submenu ul li {
	list-style-type: disc;
	margin: 0px;
}
#contentbox #submenu li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 14px;
	margin: 0px;
	font-weight: bold;
}
#contentbox #submenu li a:hover {
	color: #ffffff;
	background-color: #FD9C00;
}
/***************************************/

/** NEWS *******************************/
.news {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b7cfee;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
.news .title {
	font-weight: bold;
	font-size: 1.4em;
	color: #10be39;
	padding-top: 0px;
	text-transform: capitalize;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0;
	line-height: normal;
	margin: 0px;
}
.news .subtitle {
	font-size: 0.9em;
	text-align: left;
	color: #959595;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #10be39;
	margin: 0px;
	line-height: normal;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0;
}
.news .image {
	float: right;
	padding-top: 18px;
	padding-left: 20px;
	padding-bottom: 30px;
}
.news .entry {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0;
}
.content p.pagination {
	font-size: 0.75em;
	text-align: left;
	line-height: normal;
	vertical-align: middle;
	background-color: #ccdef4;
	border-width: 1px;
	border-style: solid;
	border-color: #b7cfee;
	color: #000000;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.content p.pagination a {
	color: #004aa6;
}
.content p.pagination a:hover {
	text-decoration: underline;
	color: #fd9c00;
}
.pagination .selected {
	font-size: 150%;
	color: #000000;
	font-weight: bold;
}
#submenu .date {
	color: #666666;
	font-weight: normal;
}
/***************************************/

/** PHOTOS *****************************/
#last-update-key {
	font-size: 80%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#album-list {
	font-size: .8em;
}
#album-list .updated {
	vertical-align: top;
}
#album-list .updated img {
	padding-top: 6px;
}
.HeaderCell {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #10be39;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	margin: 0px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	line-height: 1em !important;
}
.HeaderCell A {
	color: #FFFFFF;
	text-decoration: none;
}
.HeaderCell A:HOVER {
	color: #B8CADB;
	text-decoration: underline;
}
.HeaderCell-Highlight {
	color: #000000 !important;
	background-color: #C2D1E1;
}
.HeaderCell-Highlight A {
	color: #000000;
	text-decoration: none;
}
.HeaderCell-Highlight A:HOVER {
	color: #336699;
	text-decoration: underline;
}
.ContentRow {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;	
}
.ContentRowHighlight {
	background-color: #FFD89D;		
	cursor: pointer; 
	cursor: hand;	
}
.headeryear {
	font-size: 1.5em;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.subheaderyearRow {
	color: #FFFFFF;
	background-color: #999999;
	text-align: left;
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 0px;
}
.SelectedAlbumTitleCell {
	line-height: 1.2em !important;
	font-size: 1em;
	color: #FFFFFF;
	background-color: #004AA6;
	text-align: left;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.SelectedAlbumDescrCell {
	line-height: 1.2em !important;
	background-color: #ccdef4;
	text-align: left;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 19px;
	font-size: 0.85em;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #b7cfee;
	border-bottom-color: #b7cfee;
	border-left-color: #b7cfee;
}
.SelectedAlbumDescrCell a.toggle {
	text-decoration: none;
}
.AlbumDateCell, .AlbumDescrCell {
	color: #595959;
}
.AlbumDescrCell {
	font-weight: bold;
	width: 100%;
}
.entryRowCell {
	padding: 2px 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B3C8DE;
}
.entryRowCellThickBorder {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666666;
}
.entryRowCell a {
	color: #336699;
	text-decoration: none;
}
.entryRowCell a:hover {
	color: #000000;
	text-decoration: underline;
}
#thumbnails img {
	vertical-align: middle;
	margin: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#photo-caption {
	color: #687B8E;
	text-align: center;
}
#dhtmltooltip{
	position: absolute;
	width: 250px;
	border: 2px dotted #b7cfee;
	padding: 4px;
	background-color: #ccdef4;
	visibility: hidden;
	z-index: 1000;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #000000;
	margin-top: 10px;
}
/***************************************/

/***************************************/
#eventpagination {
	margin-top: 7px;
	margin-right: 10px;
	float: right;
	clear: both;
}
/***************************************/

/** FOOTER *****************************/
#footer, #push {
	height: 90px;
	clear: both;
	float: none;
}
#push {
	padding-top: 20px;
}
#footer {
	width: 100%;
	background-color: #dddddd;
}
#footer .footer-content {
	padding-top: 20px;
	padding-right: 18px;
	padding-left: 18px;
	font-size: 0.8em;
	color: #606060;
	height: 61px;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.5em;
}
#footer .footer-content .panel1 {
	float: left;
	width: 20%;
}
#footer .footer-content .panel2 {
	text-align: right;
	float: right;
	width: 70%;
}
#footer .footer-content .panel2 a {
	color: #004aa6;
	font-weight: normal;
}
#footer .footer-content .panel2 a:hover {
	color: #000000;
}
#footer .footer-content a {
	color: #004aa6;
	text-decoration: none;
	font-weight: bold;
}
#footer .footer-content a:hover {
	color: #000000;
	text-decoration: none;
}
/***************************************/

/** SPLASH PAGE ************************/
.splash-page img {
	padding: 0px;
	border: 1px solid #93b9cc;
	margin: 3px;
}
/***************************************/

/*** SITEMAP ***************************/
#sitemap {
	font-size: 100%;
}
#sitemap ul.nav li {
	font-weight: bold;
	font-size: 1.2em;
}
#sitemap ul.level2 li {
	font-weight: bold;
	font-size: .7em;
}
/***************************************/

/** BUTTON 1 ***************************/
a.button1 {
	font-weight: bold;
	text-transform: lowercase;
	color: #ffffff !important;
	background-color: #10be39;
	text-decoration: none !important;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 3px;
	font-size: .8em;
	border: 1px solid #004AA6;
}
a.button1:hover {
	background-color: #FD9C00;
}
/***************************************/

/** BUTTON 2 ***************************/
a.button2 {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF !important;
	background-color: #075a86;
	text-decoration: none !important;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 2px;
	padding-bottom: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
	font-size: .8em;
}
a.button2:hover {
	background-color: #65889A;
}
/***************************************/

/** sidecolumn BUTTON 1 ****************/
#sidecolumn .special-button1 {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF !important;
	background-color: #10be39;
	text-decoration: none !important;
	margin-bottom: 3px;
	padding-right: 16px;
	padding-left: 16px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: .8em;
}
#sidecolumn .special-button1:hover {
	background-color: #FD9C00;
}
#sidecolumn a.special-button1 {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF !important;
	background-color: #10be39;
	text-decoration: none !important;
	margin-bottom: 3px;
	padding-right: 16px;
	padding-left: 16px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: .8em;
	height: 18px;
	display: block;
}
#sidecolumn a.special-button1:hover {
	background-color: #FD9C00;
}
/***************************************/

