/*===================================================================== 
SITE GLOBAL DEFINITIONS
=====================================================================*/

body {
	margin:0px; padding:0px;
	background-color:#000000; /*Footer inherits this background color*/
	font-family:Arial, Helvetica, sans-serif;
}

#outside_container {
	background:url(images/background_slice.jpg) repeat-x #000000;
}

#container {
	background:url(images/background_content.jpg) no-repeat;
	min-height:800px;
}

#container_main {
	background:url(images/background_main.jpg) no-repeat;
	min-height:800px;
}

/*===================================================================== 
GLOBAL MENU CONTENT
=====================================================================*/

ul#menu { 
	margin:0px;	padding:0px;
	position:absolute; top:126px; left:75px;
}

ul#right_menu { 
	margin:0px;	padding:0px;
	position:absolute; top:126px; right:75px;	
}

ul#menu li, ul#right_menu li {
	margin:0px;	padding:0px;
	list-style:none;
	margin-right:10px;
	font-size:10px;
	text-transform:uppercase;
	display:inline;
}

ul#menu li a, ul#right_menu li a {
	text-decoration:none;
	color:#ffffff;
}

ul#menu li a:hover, ul#right_menu li a:hover {
	text-decoration:none;
	color:#c06e4d;
}

/*===================================================================== 
#CONTENT STYLES
=====================================================================*/

/* CONTENT CONTAINER FOR PAGES WITH BANNER */
#content {
	padding-top:425px;
	padding-left:75px;
	padding-bottom:25px;
	width:900px;
	color:#696f7c;
	font-size:13px;
	line-height:20px;
}

#content h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
	margin:0px 0px -10px 0px;
	font-weight:normal;
}

/*===================================================================== 
#CONTENTNOBAN STYLES
=====================================================================*/

/* CONTENT CONTAINER FOR PAGES WITHOUT BANNER */
#contentnoban {
	padding-top:165px;
	padding-left:75px;
	padding-bottom:25px;
	width:900px;
	color:#696f7c;
	font-size:13px;
	line-height:20px;
}

#contentnoban h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
	margin:0px 0px -10px 0px;
	font-weight:bold;
}

/*===================================================================== 
CALENDAR CLASS DEFINITIONS
=====================================================================*/
.caldays { font-family:Georgia, "Times New Roman", Times, serif; font-weight:bold; }
.eventlink { color:#ffffff; text-decoration:none; font-weight:bold; font-size:10px; }

/*===================================================================== 
UNIVERSAL CLASS/SPAN DEFINITIONS
=====================================================================*/

.affemp { font-family:Georgia, "Times New Roman", Times, serif; color:#ffffff; font-weight:bold; }
.blendlink { color:#ffffff; text-decoration:none; font-weight:bold; }
.blendlink:hover { color:#c06e4d; text-decoration:none; font-weight:bold; }
#hr { border-top:1px solid #ffeadc; width:90%; margin-right:auto; margin-left:auto;}
.newscolumn1 { float:left; width:275px; margin-right:15px; margin-left:0px; }
.newscolumn2 { float:left; width:275px; margin-right:15px; }
.newscolumn3 { float:left; width:275px; }
.newscolumnsig { font-size:9px; line-height:10px; }
/*===================================================================== 
FOOTER
=====================================================================*/

#footer {
	border-top:1px solid #53565e;
	padding:30px 25px 30px 25px;
	color:#696f7c;
	font-size:9px;
	line-height:14px;
	background-color:#000000;
}

#footer span {
	display:block;
	margin:0px auto 0px auto;
}

ul#footer_menu {
	margin:0px; padding:0px;
	position:absolute; right:25px;
}

ul#footer_menu li {
	margin:0px;	padding:0px;
	list-style:none;
	margin-right:10px;
	font-size:8px;
	text-transform:uppercase;
	display:inline;
}

ul#footer_menu li a {
	text-decoration:none;
	color:#8e97a8;
}

ul#footer_menu li a:hover {
	text-decoration:none;
	color:#ffffff;
}