/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#333333
- coal      #c8c7c7
- red		#98321f
\**************************************/

/**************************************/
/*              GLOBALS               */
/**************************************/
*{
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	color: #333333;
}
a{
	text-decoration: none;
	color: #98321f;
}
a:hover{
	color: #98321f;
}
body{
	width:940px;
	margin:20px auto;
}
#site{
	width:940px;
}
.on_inline{
	display: inline;
}
.off{
	display: none;
}
.on_block{
	display: block;
}
/**************************************/
/*              HEADER                */
/**************************************/
#header{
	border-bottom:#c8c7c7 1px solid;
}
#logo{
	cursor:pointer;
	float: left;
}
#logo img{
	vertical-align:top;
	margin-right:30px;
	margin-left:10px;
	margin-bottom:12px;
}
#top_menu{
	text-align:right;
	margin-right: 10px;
	vertical-align:top;
}
#top_menu a{
	position: relative;
	color:#333;
	top: 52px;
	vertical-align:top;
	text-decoration: none;
	font-size:14px;
	padding: 0px 8px;	
}
#top_menu a:hover,#top_menu a.selected{
	border-bottom: #98321f 3px solid;
	padding-bottom:8px;
}

/** added Conor McTernan 2009/05/20 re-org of the top menu **/
#top_menu li {
	list-style-type:none;
	display: block;
	float: left;
}

/**************************************/
/*             TOP CONTENT            */
/**************************************/

#top_content_container{
	/* height: 243px;  /* index page height */
	height: 100px;   /* other pages height */
}
#top_content blockquote{
	color:#98321f;
	width: 830px;
	padding:86px 91px 0px 91px;
	font: 32px 'Georgia';
}
#top_content h1{
	color:#333333;
	width: 790px;
	position:relative;
	text-align:left;
	padding:-8px 0px 0px 10px;
	font: 25px 'Georgia';
	top: -20px;
	left: 9px;
}
#top_content blockquote:after{
	margin-left: 10px;
	content: url("/img/slate/logomark_s.jpg");
}
#top_content_menu{
	font-size: 11px;
	position:relative;
	text-align:left;
	left:82px;
	padding: 75px 0px 0px 0px;
}
#top_content_menu a{
	color:#333333;
	padding: 0px 13px;
}
#top_content_menu a:hover,#top_content_menu a.active{
	border-bottom: #98321f 2px solid;
	padding-bottom:11px;
	}
#content_divider{
	height: 1px;
	line-height:1px;
	background-color: #c8c7c7;
}
/**************************************/
/*            MAIN CONTENT            */
/**************************************/
#content_container{
	height: auto;
	min-height: 433px;
}
#content{
	width: auto;	
}
#content #slides{
	overflow: hidden;
	position: relative;
	float:left;
	display:block;
	font-size: 12px;
	width: 940px;
	margin-bottom:40px;	
}
#content #slides .slide{
	padding: auto;
	text-align:left;
	width: 940px;
}
#content #slides .slide h1 {
	font: 24px 'Georgia';
	padding-bottom: 27px;
	color:#3b3b3b;
}
#content #slides .slide p{
	position:relative;
	
	text-align: justify; 
	text-justify: newspaper;
	font-size: 12px;
	color:#333;
}
#content #slides .slide img{

}
#content #slides .slide blockquote img{
	vertical-align: bottom;
	position: relative;
	bottom: 5px;
}
#content #slides .slide blockquote{
	position:relative;
	float:left;
	color: #000;
	font: 30px/40px 'Georgia';
}

#content #page_image{
	padding:80px 0px 0px 700px;
}
/**************************************/
/*               FOOTER               */
/**************************************/
#footer_line{
	height:1px;
	clear:both;
	line-height:1px;
	background-color: #c8c7c7;
}
#footer{
	margin-top: 10px;
	height:80px;
}
#footer p{
	font-size: 10px;
	height:20px;
	
}
#footer a{
	color:#000;
	margin: 0px 10px;
	padding: 0px 6px;
	
}
#footer a:hover, #footer a.active{
	border-bottom: #98321f 3px solid;
	padding-bottom:3px;
}
