﻿/* CSS Document */

/* http://www.bendreybrothers.co.uk/ */

/* Bendrey Brothers Design Style Sheet © soVision 2008 */

/* site wide colours
	
	Body background		:	#7E7E70
	Dark				:	#BEBE9F
	Mid					:	#E0E0D0
	Light				:	#F5F5F1
	
	Gen font colour		:	#333333
	
*/

/* PAGE STYLES*/
html{
	margin:0px;
	padding:0px;
}
body{
	background:#7E7E70 url(../../images/sawmill-body-background.jpg) repeat-x top;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#333333;
}
.container{
	width:956px;
	margin:0px auto 0px auto;
	padding:0px;
	background:url(../../images/sawmill-background.jpg) repeat-y center;
}
/* LAYOUT STYLES */
.header{
	background: url(../../images/sawmill-head-background.jpg) no-repeat top center;
	width:956px;
	height:134px;
	margin:0;
	float:left;
}
.main{
	border-top:1px solid #BEBE9F;
	width:900px;
	margin:20px 20px 0px 20px;
	padding:18px 0px 22px 0px;
	float:left;
	position:relative;
}
.left{
	width:160px;
	float:left;
}
.middle{
	width:470px;
	float:left;
	margin:0px 20px 0px 20px;
}

.middle-full
{
	width:680px;
	float:left;
	margin:0px 20px 0px 20px;
}

.right{
	width:220px;
	float:left;
	margin-bottom:22px;
}
/* HEADER STYLES */

.headline{
	width:800px;
	margin:20px auto 0px auto;
}

/* TEXT STYLING */
.headline h1{
	margin:0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:45px;
	letter-spacing: 5px;
	word-spacing:7px;
	visibility:hidden;
}
.headline h1 em{
	color:#FFFFFF;
	font-style:normal;
}
.headline h2{
	margin:0px;
	padding:0px;
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	font-size:18px;
	font-style:normal;
}
.headline h2 em{
	color:#666666;
	font-style:normal;
}
.headline h2 a{
	text-decoration:none;
	color:#000000;
	margin-left:22px;
}
.headline h2 a:hover{
	color:#666666;
}
h1{
	margin:0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:2em;
}
h2{
	margin:0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:1.6em;
	font-style:italic;
}
h3{
	margin:0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:1.4em;
}

p{
	line-height:1.4em;
}
a{
	color:#BEBE9F;
}
.caption{
	margin:0px 0px 8px 0px;
	padding:0px;
	width:220px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.85em;
	text-align:center;
	
}
/* NAVIGATION STYLES */
.nav{
	border-bottom:1px solid #BEBE9F;
}
ul{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	margin:0px;
	padding:0px;
	list-style:none;
}
li{
	border-top:1px solid #BEBE9F;		
}

li a{
	text-decoration:none;
	color:#333333;
	display:block;
	line-height:32px;
	height:32px;
	padding:0px 4px 0px 4px;
}
li a:hover{
	color:#666666;
	background:#E0E0D0;
}
.selected{
	background:#CCCCCC;
}

.subnav ul{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.9em;
	margin:0px;
	padding:0px;
	list-style:none;
}
.subnav li{
	background:#EAEAE0;
	border-top:1px solid #CCCCCC;
}
.subnav .selected{
	background:#CCCCCC url(../../images/selected.gif) right no-repeat;
}
.subnav li a{
	text-decoration:none;
	color:#333333;
	display:block;
	line-height:normal;
	height:10%;
	padding:2px 8px 2px 8px;
}
.subnav li a:hover{
	color:#666666;
	background:#E0E0D0;
}
/*subnav1 = tier 3*/
.subnav1 ul{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.9em;
	margin:0px 0 4px 8px;
	padding:0px;
	list-style:none;
}
.subnav1 li{
	background:#F5F5F1;
	border-top:1px solid #FFFFFF;
}
.subnav1 .selected{
	background:#CCCCCC url(../../images/selected.gif) right no-repeat;
}
.subnav1 li a{
	text-decoration:none;
	color:#333333;
	display:block;
	line-height:normal;
	height:10%;
	padding:2px 8px 2px 8px;
}
.subnav1 li a:hover{
	color:#666666;
	background:#E0E0D0;
}

/* ADDRESS BOX */
.address{
	background:#E0E0D0;
	border-top:1px solid #BEBE9F;
	border-bottom:1px solid #BEBE9F;
	margin:12px 0px 12px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
}
.address h1{
	border-bottom:1px solid #BEBE9F;
	font-size:1.8em;
}
.address h2{
	font-size:1.4em;
	font-weight:normal;
	font-style:normal;
	margin:0px 0px 0px 0px;
	padding:6px 0px 6px 0px;
}
.address p{
	font-size:1.1em;
	margin:0px 0px 0px 0px;
	padding:4px 0px 8px 0px;
}
/* FOOTER STYLES */
.footer{
	background: url(../../images/sawmill-foot-background.jpg) no-repeat top center;
	width:956px;
	height:34px;
	margin:0;
	clear:both;
}
.foot{
	border-top:1px solid #BEBE9F;
	width:900px;
	margin:0px 20px 0px 20px;
	padding:5px 0px 0px 0px;
	font-size:0.8em;
	float:left;
}
.foot-left{	float:left; margin-left:22px;}
.foot-right{ float:right; margin-right:22px;}
.foot-right a{ text-decoration:none; font-weight:bold; color:#333333;}
.foot-right a:hover{ text-decoration:underline;}
.paging{
	color:#00376C;
	text-decoration:none;	
}
.paging_current{
	color:#AD070B;
	text-decoration:none;	
}
.listholder_listitem_title{
 text-decoration:none;
 color:#00376C;
 font-weight:bold;
}
.listholder_listitemcustom_title{
    text-decoration:none;
    color:#333333;
    font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	visibility:visible;
	width:100%;
	float:left;
	position:relative;
}
.listholder_listitem_date{
	color:#666;
	white-space:nowrap;
	padding:0 10px 0 0;
}
.listitem_title{
	text-decoration:none;
 color:#00376C;
 font-weight:bold;
}
.listitemcustom_title{
	font-weight:bold;
	color:#00376C;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	margin:0px;
	padding:0px;
}
.listitem_date{
	color:#666;
	white-space:nowrap;
}

 
/*Forms*/
.formTable{
	background:#E0E0D0;
	border:1px solid #BEBE9F;
	margin-bottom:1em;
}
.formTable td{
    padding:4px;
}
.formHeaderRow{
	background:#BEBE9F;
	color:#fff;
	font-size:1em;
}
.required{
	color:#E62D2E;
}

.searchItem
{
	background:#E0E0D0;
	border:1px solid #BEBE9F;
	margin-bottom:0.5em;
	padding:5px;
}

.searchItem a, .searchItem a:visited, .searchItem a:link
{
	color:#E62D2E;
	text-decoration:none;
}

.searchItem a:hover
{
	text-decoration:underline;
}
.searchresults{
    
}

.pageSelected
{
	color:#E62D2E;
	text-decoration:none;
}