@charset "UTF-8";
/* CSS Document */

@import url("../css/reset.css");
@import url("../css/text.css");
@import url("../css/navigation.css");
@import url("../css/secondary.css");
@import url("../css/thickbox.css");

/* container styles 
*****************************************************/

body {
	font: 100% Arial, Helvetica, Geneva, sans-serif;
	background: #e8e7dd url(../images/header_bg.jpg) repeat-x top left;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
}

*html #footerStick { height: 100%; }
#footerStick {
	position: relative;
	height: auto;
	min-height: 100%;
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

#container {
	float: left;
	background: url(../images/container_bg.gif) repeat-y;
	width: 980px;
	min-height: 700px;
}

#content {
	float: left;
	width: 754px;
	height: 100%;
}

/* header styles 
*****************************************************/
#header {
	background: url(../images/photos.png) no-repeat top left;
	*background: url(../images/photos.jpg) no-repeat top left;
	height: 257px;
	width: 980px;
	margin: 0 auto;
}

#secondaryNav {
	padding: 41px 0 0 717px;
}

#mainNav {
	clear: both;
	padding: 51px 0 0 13px;
}

#logo {
	clear: both;
	padding: 40px 0 0 13px;
}

/* index styles
*****************************************************/
#indexContainer {
	float: left;
	background: url(../images/indexcontainer_bg.gif) repeat-y;
	width: 980px;
	min-height: 700px;
}

#indexContent {
	float: left;
	width: 646px;
	padding: 35px 40px 20px 20px;
}

#rightCol {
	float: left;
	width: 260px;
	min-height:670px; 
	height:auto !important; 
	height:670px;
}

.prop {
	float: right;
	width: 1px;
	height: 650px;
}

#colEvents {
	float: left;
	width: 219px;
	padding: 30px 20px;
	text-align: left;
}

.dateEvent {
	float: left;
	width: 219px;
	padding: 10px 0;
	border-bottom: dotted thin #afc8ed;
}

.monthDay {
	float: left;
	background: url(../images/dateCard.gif) top left no-repeat;
	width: 33px;
	height: 32px;
	*height: 37px;
	text-align: center;
	padding-top: 5px;
}

.month {
	font-size: 10px;
	color: #382f22;
	text-align: center;
}

.day {
	font-size: 17px;
	line-height: 15px;
	color: #382f22;
	text-align: center;
}

.eventDisc {
	float: left;
	padding: 4px 0 0 10px;
	text-align: left;
}

.event, .title, .title a, .title a:visited {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}	

.date {
	font-size: 12px;
	color: #d3d1a4;
	line-height: 17px;
	font-weight: bold;
}

.disc, .source, .disc a {
	font-size: 12px;
	color: #d3d1a4;
	line-height: 17px;
	text-decoration: none;
}

#colNews {
	float: left;
	width: 219px;
	padding: 20px 20px 30px 20px;
	text-align: left;
}

.article {
	float: left;
	width: 219px;
	padding: 10px 0;
	border-bottom: dotted thin #afc8ed;
}

.indexControl {
	float: left;
	width: 188px;
	padding: 10px 0 30px 0;
}

.indexControl p {
	padding-left: 6px;
}

#whatsHappening {
	float: left;
	background: url(../images/hline.gif) top left repeat-x;
	width: 646px;
	height: 180px;
	padding: 2px 0 10px 0;
}

.whatsHappening_content {
	float: left;
	width: 400px;
	padding: 10px 5px;
}

.whatsHappening_content ul {
	padding-left: 10px;
}


.whatsHappening_content li {
	list-style: url(../images/check.gif);
	padding-bottom: 3px;
	padding-top: 3px;
	margin-bottom: 0;
	margin-top: 0;
}

/* footer styles 
*****************************************************/
#footer {
	background: #433e31 url(../images/footer_bg.gif) repeat-x top left;
	width: 100%;
	height: 149px;
}

#footerContainer {
	width: 950px;
	height: 149px;
	margin: 0 auto;
	text-align: left;
}

.ftr_col1 {
	float: left;
	width: 300px;
	height: 110px;
	margin: 20px 20px 0 0;
	padding: 0;
	border-right: 1px solid #85847a;
}

.ftr_col1 ul {
	float: left;
	padding: 0;
	padding-right: 30px;
	margin: 0;
}

.ftr_col1 li {
	list-style: none;
	line-height: 10px;
	margin: 0px;
}

.ftr_col1 a, .ftr_col1 a:visited, .ftr_col1 a:hover, .ftr_col1 a:active {
	font-size: 10px;
	color: #84b7fe;
	font-weight: bold;
	text-decoration: none;
}

.ftr_col2 {
	float: left;
	margin-top: 20px;
	padding: 0;
	color: #d3d1a4;
	font-size: 10px;
	line-height: 16px;
}

.ftr_col2 a, .ftr_col2 a:visited, .ftr_col2 a:hover, .ftr_col2 a:active {
	font-size: 10px;
	color: #84b7fe;
	font-weight: bold;
	text-decoration: none;
}

.ftr_col3 {
	float: right;
	background: url(../images/post-it.png) no-repeat top right;
	*background: url(../images/post-it.gif) no-repeat top right;
	width: 227px;
	margin-top: -8px;
	padding-top: 30px;
	color: #333;
	font-size: 10px;
}

.social {
	padding-left: 35px;
}

.copyright {
	padding: 25px 0 30px 35px;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}