/*
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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #3D3535;
	background-color: #E4E5E0;
	margin: 20px;
	padding: 0px;
	line-height: 120%;
}

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

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

/* New menu stuff */
#navcontainer
{
font-family: Arial,Sans-Serif;
margin: 0 auto;
width: 98%;
border-bottom: 1px dotted #ccc;
float:left;
line-height: 275%;
}

#navlist
{
width: 100%;
text-align: left;
margin: 0 auto;
padding: 0;
text-indent: 0;
list-style-type: none;
}

#navlist li
{
padding: 0;
margin: 0;
text-indent: 0;
display: inline;
}

#navlist li a
{
letter-spacing: -1px;
text-decoration: none;
color: #999;
font-size: 1.75em;
padding: 0 2px;
border-top: .5em solid #fff;
}

#navlist li a:hover,#navlist a#current
{
color: #333;
border-top: none;
font-size: 2.0em;
}

#navlist a#current { color: #dd0000; }
/* End of new menu stuff */

/*holds the logo and image*/
.header {
	background-color: #FFFFFF;
	padding: 10px; 
	margin-top:3px;
	height: 95px;
}

.header h1 {
	color: #999;
	}

/*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: 20px;
}

.content h1 {
    font-family: Arial,Sans-Serif;
	font-size: 150%;
	color: #333;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px dotted #dd0000;
}

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

.newsbar h1 {
	background-color: #dd0000;
	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: 10px;
	background-color: #F7F7F4;
	font-size:100%;
}

/*sets the padding for the newsbar text, not the headings*/
.p2 {
	padding: 10px;
	background-color: #FFFFFF;
	font-size: 100%;
}

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

/* fudge for poll results etc, no padding */
.p3 {
	padding: 0px;
	background-color: #FFFFFF;
	font-size: 100%;
}

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

.footer {
    clear:both;
	background-color: #D6D8CF;
	padding: 4px;
	font-size: 90%;
	text-align: center;
}

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

a:visited {
	color: #414a77;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



/* A puts a little paddding around the images for neatness */
.floatright 
{ 
float: right;
margin: 0 0 10px 10px;
}
.clearright { clear:right;}
.floatleft 
{
 float: left;
 margin: 0 10px 10px 0;
}
.clearleft { clear: left;}
