/* CSS Document */

/* Styles that pertain to entire page (Full Window) */

#html, body {
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-image:url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

/* Styles that pertain to containing element of the website (width and height below) */
#container {
	width: 950px;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -475px;
}

/* Elements at the top of the page. Contains the logo, toplinks, search and navigation */
#header{
	width: 950px;
	height: 92px;
	background-image:url(images/bannerbg.jpg);
	background-repeat: repeat-x;
}

/* Graphical representation of client */
#logo {
	float: left;
	width: 263px;
	height: 92px;
	margin-left: 100px;
	background-image:url(images/logo.jpg);
	background-repeat: no-repeat;
}

#topLinks {
	display: none;
}

#search {
	display: none;
}

/* Navigation container. For navigation styles themselves, reference hmenu.css */
#navigation {
	float: right;
	width: 467px;
	height: 92px;
	margin-right: 100px;
}

/* Content container. Below header. Contains feature, columns and is a space for single column content. */
#content {
	width: 750px;
	margin-left: 100px;
}

#content a, a:visited {
	color: #854F37;
	text-decoration: none;
}

#content a:hover, a:focus {
	color: #854F37;
	text-decoration: underline;
}

/* Shows page hierarchy. i.e Home > Article > Page 1 */
#breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	color: #808080;
	font-size: 12px;
	height: 22px;
	width: 750px;
	margin: 16px 0 0px 0px;
}

#breadcrumbs a, a:visited {
	color: #808080;
	text-decoration: none;
}

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

/* Large banner/feature image. */
#feature {
	width: 750px;
	height: 125px;
        border-top: 5px solid #CCCCCC;
        border-bottom: 5px solid #CCCCCC;
       margin-bottom: 20px;
}
	
/* Left column within content container (#content) */
#left {
	float: left;
	width: 230px;
	padding-right: 20px;
	margin: 0 0 12px 0;
	border-right: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-height: 400px;
}

#left h3 {
	margin-top: 0px;
	width: 230px;
	font-size: 18px;
	font-weight: bold;
	color: #844f37;
}

#left p {
	width: 230px;
	font-weight: normal;
	color: #000000;
}


/* Right column within content container (#content) */
#right{
	float:right;
	width:480px;
	margin: 0 0 12px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#right h3 {
 	margin-top: 0px;
	font-size: 18px;
	font-weight: bold;
	color: #844f37;
}

#right p {
	font-weight: normal;
	color: #000000;
}

#contentExtra {
	display: none;
}

#clear {
	clear:both;
}
	
/* Footer element. Bottom of page below content */
#footer {
	width: 750px;
	height: 50px;
	border-top: 1px solid #CCCCCC;
	margin: 40px 0 20px 100px;
	padding-top:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height:1.5;
	color: #808080;
}

#footerleft {
	width: 475px;
	float: left;
	margin-bottom: 20px;
}

#footerright {
	width: 275px;
	float: right;
	text-align: right;
}

#footer a, a:visited {
	color: #854F37;
	text-decoration: none;
}

#footer a:hover , a:focus {
	color: #854F37;
	text-decoration: underline;
}

#footer p {
	margin: 0;
	padding: 0;
}

#containerOut {
	display: none;
}

/* Others

#spotlight {
}
#events {
}
#miniCal {
}
#news {
}

*/
