/*
This stylesheet is part of the [in] business template downloaded from the oswd.org site 

The stylesheet and template where made by Tjobbe Andrews from NOW:design www.now-design.co.uk
*/
html {
	width: 100%
}

body {
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	font-size: 95%;
	color: #3D3535;
	background-color: #A3A59E;
	margin: 8px;
	padding: 0px;
	line-height: 140%;
}

/* Wrapper */
.all {
	text-align: left; 
	width: 100%;
}

/* the container */
.box {
	background-color: #FFFFFF;
	margin-left: 12; 
	margin-right: 0; 
	padding: 20px; 
	text-align: left; 
	width: 90%;
}

/*holds the tabs at the top*/
.menu {
	background-color: #FFFFFF;
	text-align: right; 
	border-bottom: 1px solid #FFFFFF;
}

/*holds the logo and image*/
.style1 {
     color: #A53512; 
	 padding-top:20px; 
	 padding-bottom:0px; 
	 margin-left: 12px; 
	 font-weight: bold;
}

.header {
	background-color: #D6D8CF;
	padding: 10px 10px 10px 10px; 
	margin-top:3px;
	height: 95px;
}

.subheader  {
	font-size: 115%;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding: 0px 0px 0px 32px;
	margin: 0 0 0 4px;
}

/*defines the colours for the tabs, with corner background images*/
.menu a:link, .menu a:active, .menu a:visited {
	background: #D6D8CF url(images/corner.gif) no-repeat right top;
	color: #A53512;
	font-weight: normal;
	text-decoration: none;
	padding: 3px 7px 3px 7px;
	margin: 0 0 0 4px;
}

.menu a:hover {
	background: #A53512 url(images/corner2.gif) no-repeat right top;
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px 7px 3px 7px;
	margin: 0 0 0 4px;
}

/*just a fix, taken from http://www.positioniseverything.net/easyclearing.html*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*the main text container*/
.content {
	margin-right: 255px;
	padding: 10px 20px 20px 20px;
}

.content h1 {
	font-size: 110%;
	margin: 18px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 2px solid #A53512;
}

.content li {
	list-style-type: disc;
}

.photo_margin {
	margin-right: 12px;
	margin-bottom: 0px;
	margin-top: 0px;
}

/*this is the right hand bar, news bar, links bar w/e*/
.newsbar {
	margin-top: 40px;
	width: 245px;
	float: right;
	border-bottom: 1px solid #FFFFFF;
}

div.pullquote  {
     float: right;
	 width: 220px;
	 color: #000000;
	 border: solid #A53512 ;
	 border-width: 2px 0px;
	 font-family: "Trebuchet MS",Arial, Verdana, sans-serif;
	 font-size: 100%;
	 font-weight: normal;
	 padding: 1px 1px;
	 margin: 49px 2px 18px 4px;
}

.newsbar h1 {
	background-color: #A53512;
	color: #FFFFFF;
	padding: 3px;
	margin: 0px 0px 0px 0px;
	font-size: 100%;
	font-weight: normal;
}

/*this just lets you have a "comment" type area in the main content*/
.p1 {
	padding: 20px;
	background-color: #F7F7F4;
	font-size:90%;
}

/*sets the padding for the newsbar text, not the headings*/
.p2 {
	padding: 20px;
	background-color: #FFFFFF;
	font-size: 90%;
	list-style-image: url(images/b.gif);
	list-style-position: 10px;
}

.p2 ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/*the footer, with copyright*/
.footer {
clear:both;
	background-color: #D6D8CF;
	padding: 4px;
	font-size: 90%;
	text-align: center;
}

/*sets the link colours and style*/
a:link, a:active, a:visited {
	color: #A53512;
	text-decoration: none;
}

a:hover {
	color: #A53512;
	text-decoration: underline;
}
