/* CSS Document */

body {
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	margin: 0;
}

#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}


/* HEADER ITEMS */
#header {
	width: 950px;
	height: 130px;
	float:left;
	background-color: #000000;
}

#logo {
	height: 100px;
	width: 115px;
	float: left;
	background-image:url(images/logo.jpg);
	background-repeat: no-repeat;
	margin: 4px 0 0 0;
}

#logo h1 {
	cursor:pointer;
	height:100px;
	margin:0;
	padding:0;
	width:100px;
}

#logo span {
	display:none;
}

#title {
	height: 50px;
	width: 820px;
	float: left;
	background-image:url(images/title.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	margin: 4px 0 0 15px;
}

#title span {
	display:none;
}

#address {
	width: 815px;
	height: 20px;
	line-height: 20px;
	float: left;
	margin: 0 0 6px 20px;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 13px;
}

#topLinks {
	width: 835px;
	height: 24px;;
	float: left;
	background-color: #eab205;
	overflow: hidden;
}

#topNav {
	width: 650px;
	height: 24px;
	line-height: 24px;
	float: left;
	margin: 0 0 0 20px;
	font-size: 11px;
	font-weight: bold;
}

#topNav a, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}

#topNav a:hover, a:focus {
	color: #FFFFFF;
	text-decoration: none;
}

#search {
	width: 160px;
	height: 24px;
	float: right;
	text-align:right;
	padding: 0 5px 0 0;
}

#searchvar {
	border:1px solid #000000;
	color:#231F20;
	font-size:10px;
	height:16px;
	padding: 4px 0 0 2px;
	width:120px;
	margin-top: 1px;
	float: left;
}

#searchsubmit {
	height:24px;
	width:24px;
	padding:0;
	margin: 0;
}

#date {
	height: 25px;
	width: 950px;
	float: left;
	line-height: 25px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}


/* LEFT SECTION ITEMS */
#left {
	width: 260px;
	min-height: 620px;
	float: left;
	margin: 12px 14px 12px 0;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #bebdbd;
}

#left h1 {
	height: 24px;
	width: 245px;
	line-height: 24px;
	background-color: #eab205;
	font-size: 17px;
	padding: 0 0 0 15px;
	margin: 10px 0 0 0;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
} 

#navigation {
	width: 260px;
	margin-bottom: 50px;
}

#minical {
	width: 260px;
	margin-bottom: 10px;
}


/* HOME PAGE FEATURE IMAGES */
#feature {
	height: 154px;
	width: 675px;
	float: left;
	margin: 12px 0 12px 0;
	padding: 0;
	overflow:hidden;
}

#feat_img {
	float: left;
	height: 150px;
	width: 150px;
	margin-right: 14px;
	border: 2px solid #eab205;
	overflow: hidden;
}


/* HOME PAGE CONTENT */
#line {
	float: left;
	width: 660px;
	height: 12px;
	border-top: 1px solid #000000;
	margin-right: 15px;
}

#content {
	width: 675px;
	min-height: 424px;
	float: right;
	margin: 0 0 12px 0px;
	background-image: url(images/cont_bg.jpg);
	background-repeat: repeat-y;
}

#cont_left {
	width: 461px;
	float: left;
	padding: 10px 14px 0 0;
	overflow: hidden;
	text-align: justify;
	line-height: 1.5;
}

#cont_left h1 {
	width: 461px;
	height: 17px;
	line-height: 17px;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 17px;
	padding: 0;
	margin: 0;
}

#cont_left a, a:visited, a:active {
	color: #A07903;
	text-decoration: none;
}

#cont_left a:hover, a:focus {
	color: #eab205;
	text-decoration: none;
}

#cont_right {
	width: 180px;
	float: right; 
	padding: 10px;
}

#cont_right h1 {
	width: 200px;
	height: 17px;
	line-height: 17px;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 17px;
	padding: 0;
	margin: 0 0 20px 0;
}

#cont_right a, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}

#cont_right a:hover, a:focus {
	color: #A07903;
	text-decoration: none;
}

#clear {
	clear:both;
}


/* ARTICLE PAGE CONTENT */
#breadcrumbs {
	width: 655px;
	float: left;
	height:13px;
	line-height:13px;
	margin: 9px 20px 0px 0px;
	overflow: hidden;
	font-size: 11px;
	color: #8A8A8A;
	text-transform: lowercase;
}

#breadcrumbs a, a:visited, a:active {
	color: #8A8A8A;
	text-decoration: none;
}

#breadcrumbs a:hover, a:focus {
	color: #eab205;
	text-decoration: none;
}

#art_content {
	width: 655px;
	min-height: 500px;
	float: right;
	margin: 12px 20px 12px 0px;
	overflow: hidden;
	text-align: justify;
	line-height: 1.5;
}

#art_content h1 {
	width: 500px;
	height: 24px;
	line-height: 24px;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #eab205;
}

#art_content a, a:visited, a:active {
	color: #A07903;
	text-decoration: none;
}

#art_content a:hover, a:focus {
	color: #eab205;
	text-decoration: none;
}


/* CALENDAR */
#cal_content {
	line-height: 1;
}


/* FOOTER CONTENT */
#footer {
	width: 940px;
	float: left;
	padding: 0 5px 5px 5px;
	font-size: 10px;
}

#foot_left {
	float: left;
}

#foot_right {
 	float: right;
	text-align: right;
}

#footer a, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}

#footer a:hover, a:focus {
	color: #eab205;
	text-decoration: none;
}

/* MINI CALENDAR */

.mc_table {
	margin: 10px 10px 0 10px;
	padding: 0px;
	height: 140px;
	width: 240px;
	background-color: #ffffff;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}
.mc_header {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #ffffff;
	color: #000000;
	text-align:center;
	height: 20px;
}
.mc_dayname {
	background-color: #eab205;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
    border-right: 1px solid #FFFFFF;
	border-bottom: 3px solid #ffffff;
	text-align: center;
	height: 20px;
	width: 14.2%;
}
.mc_otherdays_start {
	text-align: center;
	background-color: #D6D6D6;
	color: #979595; 
	font-family: Arial;
	font-size: 10px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #ffffff;
	height: 20px;
	width: 14.2%;
}
.mc_currentday {
	background-color: #eab205;
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #ffffff;
	text-align: center;
	height: 20px;
	width: 14.2%;
}
.mc_regularday {
	font-family: Arial;
	font-size: 10px;
	color: #676767;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #ffffff;
	text-align: center;
	height: 20px;
	width: 14.2%;
}

.mc_link {
	font-family: Arial;
	font-size: 10px;
	color: #676767;	
}
.mc_link a {
	font-family: Arial;
	font-size: 10px;
	color: #676767;
	text-decoration: underline;
}
.mc_link a:hover {
	font-family: Arial;
	font-size: 10px;
	color: #495c6a;
	text-decoration: underline;
}
.mc_link a:visited {
	font-family: Arial;
	font-size: 10px;
	color: #676767;
	text-decoration: underline;	
}
.mc_link a:active {
	font-family: Arial;
	font-size: 10px;
	color: #495c6a;
	text-decoration: underline;	
}
.mc_eventday {
	background-color: #E1E1E1;
	font-family: Arial;
	font-size: 10px;
	text-align: right;
	font-weight: bold;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #ffffff;
	text-align: center;
	height: 20px;
	width: 14.2%;
}
.mc_otherdays_end {
	text-align: center;
	background-color: #D6D6D6;
	color: #979595; 
	font-family: Arial;
	font-size: 10px;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #ffffff;
	height: 20px;
	width: 14.2%;
}
	
