/*
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
*/

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

/*sets the link colours and style*/
a:link, a:active, a:visited {
	color: #990033;
}

a:hover {
	color: #990033;
	text-decoration: none;
}

body {
	background-color: #FFFFFF;
	color: #3D3535;
	font-family: Tahoma, "Trebuchet MS", verdana, arial, "Times New Roman"; /*font-size: 90%;*/
	font-size: 12px;
	line-height: 140%;
	padding: 0px;
}

h4 {
	text-decoration: underline;
}

html {
	width: 100%;
}

img {
	border: 0;
}

ul {
	list-style-type: none;
}

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

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

.clearfix {
	display: inline-table;
}

.clearfix {
	display: block;
}

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

/* End hide from IE-mac */
/*the main text container*/
.content {
	margin-left: 255px;
	padding: 5px;
}

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

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

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

.footer-left .footer-right {
	background-position: bottom right;
	clear: right;
	float: right;
	text-align: right;
}

.left {
	clear: both;
	text-align: left;
}

.left .right {
	clear: right;
	float: right;
	margin-top: 30pt;
	text-align: right;
}

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

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

.menu a:hover {
	background: url(images/favicon.jpg) #D6D8CF no-repeat right top;
	color: #000000;
	margin: 0 0 0 4px;
	padding: 3px 7px 3px 7px;
	text-decoration: none;
}

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

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

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

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

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

.picborder {
	border: 1px solid #000000;
	padding: 5px;
	margin: 5px;
}

.tabs {
	background-image: url(images/logo2.jpg);
	background-repeat: no-repeat;
	border-bottom-width: thick;
	padding: 43px 0px 0px;
	text-align: right;
}

