/*------------------------------------------------------------------------------
Default Style Sheet
Version: 1.0
Designed By http://www.vizar.co.uk
-------------------------------------------------------------------------------*/
/* =General
-------------------------------------------------------------------------------*/
body{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background: #cc9;
	background-image: url(/templateimages/stripe_bg2.png);
}

#outer_container{
	width:800px;
	border: 1px solid #c96;
	text-align: left;
	background: #fff;
}

.clear{
	clear:both;
}

#accessibility {display:none}

/* =Typography (Global)
-----------------------------------------------------------------------------*/
body{
	font-family: Arial, sans-serif;
	color: #444;
	font-size: small;
}

/* =Branding
-------------------------------------------------------------------------------*/
#banner{
	background-image: url(/templateimages/glares_header.jpg);
	width:800px;
	height:106px;
}

#core_navigation{
	background: #DDD url(/templateimages/corenavigation_bg.jpg) repeat-x;
	width:800px;
	height:40px;
	line-height:40px;
}

#shadow_down{
	background: #DDD url(/templateimages/shadow_down.jpg) repeat-x;
	width:800px;
	height:7px;
}

#core_navigation ul{
	margin: 0px;
	padding: 0px;
	/*display: inline;*/
	list-style-position: none;
}

#core_navigation li{
	display: inline;
	padding-right:20px;
	background:url(/templateimages/corenav_seperator.jpg) no-repeat right center;
	background-position: 0% 0%;
	padding-left: 25px;
}

#core_navigation a{
	color: #f8fc91;
	font-size: 1.4em;
	text-decoration: none;

}

#core_navigation a.selected{
	color: #fff;
}

#core_navigation li.first{
	background: none;
}

#core_navigation a:hover{
	color: #fff;
}

#footer{
	clear: both;
	background: #ddd url(/templateimages/footer_bg.jpg) repeat-x;
	width:800px;
	height:59px;
	line-height:65px;
	font-size: small;
}

#footer a{
	padding-left:10px;
	color: #fff;
	text-decoration: none;
	font-size: small;
}

/* =Page Layout Containers
-------------------------------------------------------------------------------*/
#content_container{
	float: left;
	margin-left: 10px;
	width: 600px;
	 /*border: 1px solid #999;*/
	min-height:400px;
	font-size: small;
}

#ad_container{
	float: right;
	width: 160px;
	border: 1px solid #ddd;
	margin-left: 10px;
	margin-right: 10px;
	min-height:600px;
}

/* =Content Elements - Feature Teaser (Photograph + Title + Teaser Test + Link)
-------------------------------------------------------------------------------*/
.feature_teaser{
	/*border: 1px solid #0f0; */
	clear:both;
	overflow: hidden;
}

.float_left{
	border: 1px solid #999;
	padding: 5px;
	margin-right:5px;
	margin-bottom: 5px;
	float: left;
}

.float_right{
	border: 1px solid #999;
	padding: 5px;
	margin-left:5px;
	margin-bottom: 5px;
	float: right;
}

.feature_teaser h1{
	margin: 0px;
	padding: 0px;
	color: #630;
}

.feature_teaser p{
	line-height: 1.2em;
}

.feature_teaser a{
	color:#630;
	text-decoration: none;
	font-weight: bold;
}

.feature_teaser a:hover{
	color:#090;
}

