/* CSS Document */

body {
	background: #ffffff url(images/headerbg2.gif) top center repeat-x;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2a3551;
}
a, a:visited, a:active {
	outline: none;
	color: #909a53;
	text-decoration: underline;
}
a:hover, a:focus {
	outline: none;
	color: #909a53;
	text-decoration: none;
}
#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

/****************************** HEADER ******************************/	
#header{
	width: 950px;
	height: 122px;
}
#title {
	height: 90px;
	width: 350px;
	float:left;
	background: url(images/logo.gif) top left no-repeat;
	margin-top: 2px;
}
#title h1{
	height: 90px;
	width: 350px;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
#title a {
	height: 90px;
	width: 350px;
}
#title h1 span {
	display:none;
}
#topLinks {
	line-height: 20px;
	height: 20px;
	width: 590px;
	font-size: 10px;
	padding: 0;
	float: right;
	text-align:right;
}
#topLinks p{
	margin: 0;
	padding: 0;
}
#topLinks a {
	color: #2a3551;
}
#search {
	float: right;
	height: 26px;
	width: 210px;
	padding: 0;
	text-align: right;
	margin: 35px 0 0 0;
} 
#searchvar {
	width: 140px;
	height: 18px;
	background: url(images/searchvar.jpg) top left repeat-x;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #EBEBEF;
	border-right: 1px solid #EBEBEF;
	float: left;
	padding: 5px 2px 1px 2px;
	color: #999999;
}
#searchsubmit {
	width: 58px;
	height: 26px;
	border-right: 1px solid #666666;
}
#navigation {
	position: relative;
    float: left;
	width: 950px;
	height: 30px;
	padding: 0;
    z-index: 6000;
}



/****************************** HOMEPAGE CONTENT ******************************/	
#feature {
	width: 642px;
	height: 680px;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	overflow: hidden;
}

/*********** TABS ************/
.indentmenu{
	font: bold 13px Arial;
	width: 131px; /*leave this value as is in most cases*/
	float: left;
}
.indentmenu ul{
	width: 131px;
	margin: 12px 0 0 0;
	padding: 10px 0 0 0;
	float: left;
	background-color: #e5e8d0;
}
.indentmenu ul li{
	display: block;
	float: left;
	height: 108px;
	width: 131px;
	margin: 0;
	padding: 0;
}
.indentmenu ul li a{
	float: right;
	color: #2a3551; /*text color*/	
	text-decoration: none;
	height: 88px;
	width: 101px;
	margin: 0 0 0 0;
	padding: 10px;
}
.indentmenu ul li a:visited{
	color:#2a3551;
}
.indentmenu ul li a.selected{
	color: #2a3551 !important;
	padding:; /*shift text down*/
	background-image:url(images/tabbg.jpg);
	background-repeat:no-repeat;
	background-position:right;
}
.indentmenu ul li a.selected span{
}
.tabcontentstyle{ /*style of tab content container*/
}
#tabCont {
	width:504px; 
	height:660px;
	float: right;
	margin-left: 7px;
}
#tabContentBox {
	width: 504px;
	height: 660px;
	float: right;
	margin: 12px 0 0 0;
}
#tabContentText {
	width: 504px;
	height: 660px;
	position:relative;
	float: left;
}
#featureImg {
    float: left;
	width: 484px;
	height: 272px;
	padding: 10px;
	overflow:hidden;
	background-image: url(images/featImgBg.jpg);
	background-repeat:no-repeat;
	display: block;
}
h2.featHead {
	font-family: "Times New Roman", Times, serif;
	font-size:36px;
	color: #2a3551;
	margin: 0 0 15px 0;
	padding: 0 0 0 10px;
	display: block;
}
.featText {
	padding: 0 15px;
	display: block;
	text-align: justify;
	line-height: 1.4;
}
.tabcontent {
	display:block;
}
#tab1Cont, #tab2Cont, #tab3Cont, #tab4Cont, #tab5Cont, #tab6Cont {
	width:504px; 
	height:660px; 
}
/* end of Styles for Tabs on frontPage */



#right {
	width: 280px;
	float: right;
	color: #2a3551;
	margin: 0 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
h3.rtHead {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #909a53;
	margin: 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #2a3551;
}
.rtDesc {
	padding: 8px;
	line-height: 1.4;
}
.rtDesc p{
	padding: 0 0 8px 0;
	margin: 0;
}
#box {
	width: 270px;
	/*height: 200px;*/
	padding: 10px 5px;
	background-color: #f4f5eb;
	margin-bottom: 8px;
}
#box a, #box a:visited, #box a:active {
	color: #2a3551;
}
#box p {
	padding: 4px 0 0 0;
	margin: 0;
}
#
#quote {
	width: 280px;
	float: right;
	margin: 0 0 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
#events {
	width: 280px;
	float: right;
	color: #2a3551;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
#events ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#events ul li {
	margin: 0;
	padding: 0 0 8px 0;
}
#events ul li span {
	font-weight: bold;
}
.moreEvents {
	font-size: 10px;
}

#featDesign {
	width: 280px;
	float: right;
	margin: 0;
	font-size:10px;
}
#featDesign img {
	width: 200px;
	height: auto;
	border: 1px solid #2a3551;
}


/****************************** ARTICLE CONTENT ******************************/

#content {
	width: 630px;
	float:left;
	margin: 5px 0 15px 0;
	min-height: 600px;
}
#contentWide {
	width: 950px;
	float:left;
	margin-top: 5px;
	min-height: 600px;
}
#breadcrumbs {
	width: 100%;
	line-height: 12px;
	float: right;
	text-align: right;
	font-size: 10px;
	text-transform: lowercase;
	color: #BDC1C0;
}
#breadcrumbs a, #breadcrumbs a:visited, #breadcrumbs a:active {
	text-decoration: none;
	color: #BDC1C0;
}
#breadcrumbs a:hover, #breadcrumbs a:focus {
	text-decoration: none;
	color: #909a53;
}
h2.artTitle {
	font-family: "Times New Roman", Times, serif;
	font-size:32px;
	color: #2a3551;
	margin: 0 0 15px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #2a3551;
}
.artDesc, .searchDesc, .eventDesc {
	padding: 0 10px;
	line-height: 1.4;
}
.artDesc p, .searchDesc p, .eventDesc p{
	margin: 0;
	padding: 0 0 12px 0;
}
.searchDesc h1 {
	display: none;
}
.eventDesc ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;
}
.eventDesc ul li {
	margin: 0;
	padding: 0 0 12px 0;
}
.eventDesc ul li span.up_events_date {
	font-weight: bold;
}

/****************************** FOOTER CONTENT ******************************/
#clear {
	clear:both;
}	
#footer {
	width: 950px;
	border-top: 1px solid #969C9A;
	color: #969C9A;
	font-size:10px;
    height: 25px;
	padding: 5px 0 0 0;
	text-align: center;
}
#footer a, #footer a:visited, #footer a:active {
	color: #969C9A;
}
#footer a:hover, #footer a:focus {
	color: #909a53;
}

/****************************** Portfolio Gallery ******************************/
#portfolioThumbs {
	float: left;
	width: 610px;
	margin: 0 0 30px 0;
	overflow: hidden;
}
#thumbs { 
	width: 610px; 
	padding: 0; 
	text-align:center; 
	margin: 0 auto;
	list-style: none;
}
#thumbs li { width: 98px; height: 110px; float: left; margin: 10px 12px 20px 12px; text-align: center; line-height: normal; font-weight: bold; font-size: 12px; }
.fpThumb { width: 98px; margin: 0 auto 5px auto; display: block;}
.fpThumb a { width: 90px; padding: 3px; display: block; border: 1px solid #ccc; }
.fpThumb a:hover { background: #6479AF; }
.fpThumb a:focus { outline: none; }
.fpThumb img { border: none; display: block }

#pLink {
	text-align: center;
	height: 29px;
	line-height: 29px;
	font-size: 11px;
}
#pLink a, #pLink a:visited, #pLink a:active {
	height: 29px;
	background: url(images/thumbs.gif) left center no-repeat;
	padding-left: 35px;
	display: inline-block;
	text-decoration: none;
}
#pLink a:hover, #pLink a:focus {
	text-decoration: underline;
}
#portfolio {
	float: left;
	width: 610px;
	margin: 10px 0 30px 0;
	overflow: hidden;
}
h2.portfolio {
	font-family: "Times New Roman", Times, serif;
	font-size:24px;
	color: #2a3551;
	margin: 0 0 10px 0;
	padding: 0;
}
#slideshow {
	margin: 0 auto; 
	display: block;
	overflow: hidden;
	cursor: pointer;
	width: 547px;
	height: 413px;
}
#slideshow img {
	padding: 5px; 
	border: 1px solid #ccc;
	max-width: 535px;
	max-height: 401px;
}
#nav2 { 
	width: 570px; 
	padding: 0; 
	text-align:center; 
	margin: 15px auto 0px auto;
}
#nav2 li { width: 58px; float: left; margin: 8px 7px 8px 6px; list-style: none; }
#nav2 a { width: 50px; padding: 3px; display: block; border: 1px solid #ccc; }
#nav2 a:hover { background: #6479AF; }
#nav2 a.activeSlide { background: #E6E600; }
#nav2 a.activeSlide:hover { background: #b2ba46; }
#nav2 a:focus { outline: none; }
#nav2 img { border: none; display: block }

/****************************** Video Player ******************************/
#vidPlayer {
	width: 600px;
	height: 776px;
	background: url(images/vidBottom.gif) bottom left no-repeat;
	margin: 0 auto;
}





.artDesc h1 {
	font-size: 22px;
	color: #0000FF;
	line-height: normal;
}
.artDesc h2 {
	font-size: 18px;
	line-height: normal;
}