/* CSS Document */

/***************************** STRUCTURE & STYLES ************************/
body {
	background: url(images/bg_repeat.gif) repeat #012440;
	margin: 0;
	padding: 0;
	font-family: "Palatino Linotype", "Book Antiqua", "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}
p{
	margin:0 0 10px;
}
a, a:link, a:visited, a:active {
	text-decoration: underline;
	color: #012440;
	outline: none;
}
a img {
	border: none 
}
a:hover, a:focus {
	text-decoration: none;
}
#container {
	width: 950px;
	margin-left:auto;
	margin-right: auto;
	padding: 0 15px;
	background: url(images/content_bg_repeat_y.png) top center repeat-y;
}

/************************ ACCESSIBILITY STYLES ************************/
.accessibility  {
	left:-999em;
	position:absolute;
	top:-999em;
}

/******************************************** HEADER ********************************************/
#header {
	width: 950px;
	height: 536px;
	background: url(images/header_bg_no-repeat.jpg) top left no-repeat;
	float: left;
}
#header.article{
	height: 466px;
}
#inner_header{
	height: 200px;
	margin: 0;
	top:0;
	position: relative;
}
#inner_header img{
	float:left;
}
#logo_img{
	margin: 49px 25px 0 75px;
}
#crest{
	margin-top:20px;
}
#contact{
	padding-top:40px;
	width:323px;
	margin-right: 25px;
	float:right;
}
#contact_title{
	margin-top:0;
	margin-bottom:5px;
}
#contact_info{
	color:#96883b;
	font-family:Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.3;
}
#contact_info p {
	margin: 0;
	padding: 0;
}


/*************** Menus are styled in hmenu.css ***************/
#navigation {
	width: 950px;
	height: 29px;
	background: url(images/nav_bg_repeat_x.jpg) repeat-x;
}

/************************ Feature ************************/
/* Images uploaded inside of Copywrite CMS Image Manager */
#feature {
	width: 920px;
	height: 302px;
	margin: 0 15px 5px;
}
#delta1, #delta2, #delta3 {
	width: 284px;
	height: 290px;
	overflow: hidden;
	background-color: #dad7b1;
	padding: 5px;
	float: left;
	border: #c6c293 1px solid;
}
#delta1, #delta2 {
	margin-right: 15px;
}
#delta1Img, #delta2Img, #delta3Img {
	height:290px;
	left:0px;
	position:relative;
	top:0px;
	width:284px;
	z-index:100;
	background-color: #ffffff;
	overflow: hidden;
}
.FeatTitle {
	height:104px;
	width:284px;
	position:relative;
	top:-104px;
	
	z-index:200;
}
#artFeature {
	width: 908px;
	height: 220px;
	overflow: hidden;
	padding: 5px;
	background-color: #dad7b1;
	margin: 0 15px 5px;
	float: left;
	border: #c6c293 1px solid;
	}
#artImg {
	width: 908px;
	height: 220px;
	overflow: hidden;
	background-color: #ffffff;
	float: left;
}

/******************************************* CONTENT **********************************************/
#content {
	width: 940px;
	margin: 0 5px;
	float: left;
}
#contTop {
 	width: 940px;
	height: 18px;
	overflow: hidden;
}
/************************ Home Page ************************/
#frontCont {
	width: 917px;
	float: left;
	padding: 0 12px 10px 11px;
	background: url(images/frnt_cont_bg_repeat_y.png) top left repeat-y;
}
/************** Column Content **************/
#contCol {
	width: 260px;
	float: left;
	padding: 17px;
}
#events {
	width: 260px;
	float: left;
}
h2.eventsHead {
	width: 260px;
	height: 25px;
	font-size: 18px;
	margin: 0 0 15px 0;
	padding: 0;
	text-align:center;
	border-bottom: 1px dashed #919191;
}

/******* MiniCal Styles *******/
#minical {
	width: 260px;
	float: left;
	background-color: #ffffff;
	margin-bottom: 9px;
	display: block;
}
#calTop {
	width: 260px;
	float: left;
	background: url(images/calTop_bg.gif) top left no-repeat;
}
#calBot {
	width: 237px;
	float: left;
	background: url(images/calBot_bg.gif) bottom left no-repeat;
	min-height: 137px;
	padding: 0 0 15px 11px;
	overflow: hidden;
}
.mc_table {
	line-height: normal;
	width: 238px;
}
.mc_header {
	color: #000000;
	height: 28px;
	padding: 0;
	font-size: 14px;
	vertical-align: top;
	text-align: center;
}
.mc_header strong {
}
.mc_dayname {
	color: #00467C;
	font-weight: bold;
	padding: 7px 0 12px 0;
	font-size: 13px;
}
.mc_regularday {
	height: 17px;
	width: 23px;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	border-right: 1px solid #919191;
}
.mc_currentday {
	height: 17px;
	width: 23px;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	background-color: #00467C;
	font-size: 12px;
	font-weight: bold;
	border-right: 1px solid #919191;
}
.mc_otherdays_end, .mc_otherdays_start {
	height: 17px;
	width: 23px;
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	color: #EBEBEB;
	font-size: 12px;
	font-weight: bold;
	border-right: 1px solid #919191;
}
#minical a, #minical a:visited, #minical a:active {
	color: #A6A6A6;
	text-decoration: underline;
}
#minical a:hover, #minical a:focus {
	color: #A6A6A6;
	text-decoration: none;
}
/******* End MiniCal *******/

#eventDesc {
	float: left;
	display: block;
	width: 260px;
}
ul.up_events {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.up_events li {
	margin: 0;
	padding: 6px 0;
}
ul.up_events a, ul.up_events a:visited, ul.up_events a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
ul.up_events a:hover, ul.up_events a:focus {
	color: #00467C;
	text-decoration: none;
}
span.up_events_date {
	font-weight: bold;
}
span.up_events_desc {

}

a.callink, a.callink:visited, a.callink:active {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}
a.callink:hover, a.callink:focus {
	color: #00467C;
	text-decoration: none;
}

/************** End Column **************/

/************** Main Content **************/
#contMain {
	width: 577px;
	float: right;
	padding: 17px;
}

#contWelcome {
	width:577px;
	float: right;
}
h2.welHead {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 28px;
}
h2.welHead span {

}
.frontDesc {
	line-height: 1.4;
}
.frontDesc p {
	margin: 0 0 12px 0;
	padding: 0;
}
#news {
	width:555px;
	float: right;
	padding: 8px 10px;
	background-color: #cccccc;
	margin-top: 8px;
}
#newsborder {
	width: 541px;
	border: 1px solid #000000;
	padding: 12px 0 12px 12px;
	float: left;
}
h2.newsHead {
	width: 529px;
	height: 15px;
	margin: 0 0 20px 0;
	padding: 0;
	background: url(images/newsHead_bg.gif) top left no-repeat;
}
h2.newsHead span {
	display: none;
}
ul.latestnews {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.latestnews li {
	width: 160px;
	float: left;
	margin: 0;
	padding: 0 20px 0 0;
}
ul.latestnews li a {
	display: block;
	float: right;
	padding-top: 10px;
}


/************** End Main **************/


/************************ Articles ************************/
#artCont {
	width: 918px;
	border: 1px #B6B27F solid;
	padding: 10px;
	float: left;
	background: #DAD7B1;
	margin-top: 5px;
}
h2.artTitle {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 28px;
	line-height: normal;
}
.artDesc {
	line-height: 1.4;
	padding: 17px;
	border: 1px solid #B6B27F;
	min-height: 275px;
	background: #ebf8ff;
}
.artDesc p {
	padding: 0;
	margin: 0 0 20px 0;
}
.artDesc ul {
	margin-bottom: 20px;
}
.artDesc h3 {
	border-bottom: 1px dotted #000000;
	margin: 8px 0;
	padding: 0;
	font-size: 14px;
}
#quote{
	background: url(images/quote.png) no-repeat;
	height: 82px;
	width: 940px;
	margin: 0;
	float: left;
}
#quote span{
	display: none;
}

/************** Summary Pages **************/
blockquote.summaryPageTitle {
	font-weight: bold;
	margin: 0 0 2px;
	padding: 0;
	font-size: 14px;
}
blockquote.summaryPageDescription {
	margin: 0 0 20px;
	padding: 0;
}
/************** End Summary Pages **************/

.galleryWrap {
	height: 700px;
	width: 870px;
	margin: 15px auto;
}


/************************ FOOTER ************************/

.clear {
	clear: both;
}

#footer {
	width: 910px;
	padding: 12px 20px 0 20px;
	font-size: 11px;
	color: #000000;
	text-align: center;
}
#footer a, #footer a:link, #footer a:visited, #footer a:active {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
#footer a:hover, #footer a:focus {
	text-decoration: underline;
}
#bottom {
	width: 980px;
	height: 18px;
	margin:0 auto 20px;
	color: #c6c293;
	text-align: center;
	font-size: 11px;
	padding: 9px 0 0 0;
	background: url(images/content_closer_bg.png) top center no-repeat;
}
#bottom a, #bottom a:link, #bottom a:visited, #bottom a:active {
	text-decoration: none;
	font-weight: bold;
	color: #c6c293;
}
#bottom a:hover, #bottom a:focus {
	text-decoration: underline;
}

/****************************** Portfolio Gallery ******************************/

/*#thumbs { 
	width: 864px; 
	padding: 0; 
	text-align:center; 
	margin: 0 auto;
	list-style: none;
	display: block;
}
#thumbs li { 
	width: 228px; 
	height: 200px; 
	float: left; 
	margin: 10px 30px 20px 30px; 
	text-align: center; 
	line-height: normal; 
	font-weight: bold; 
	font-size: 12px; 
}
.fpThumb { 
	width: 210px; 
	height: 150px; 
	margin: 0 0 5px 0; 
	padding: 10px 10px 14px 8px; 
	display: block; 
	overflow: hidden;
	background: url(images/stack.gif) top left no-repeat;
}
.fpThumb a { 
	width: 200px; 
	height: 140px;  
	display: block;
	padding: 5px;
}
.fpThumb a span { 
	width: 200px; 
	height: 140px; 
	display: block; 
	overflow: hidden;
}
.fpThumb a:hover { 
	background: #FFEC01; 
}
.fpThumb img { 
	border: none; 
	display: block; 
	width: 200px; 
	height: auto; 
}




#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;
}*/

h1, h2, h3, h4, h5, h6{
	font-family: Georgia;
	color: #00467c;
}
