/*
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
*/
<link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700' rel='stylesheet' type='text/css'>
html {
	width: 100%;
}

body {
	font-family: 'Open Sans Condensed', 'Helvetica', 'Arial', sans-serif;
	font-size: 90%;
	color: #3D3535;
	background: #fafafa;
	padding: 0px;
	line-height: 140%;
}
p {
	margin:0;margin-bottom:10pt;
	line-height:17pt;
	font-size:11pt;
	font-family: 'Open Sans Condensed', 'Helvetica', 'Arial', sans-serif;
}
h1 {
	margin:0;margin-top:7pt;margin-bottom:7pt;
	line-height:125%;
	page-break-after:avoid;
	font-size:16pt;
	font-family: 'Open Sans Condensed', 'Helvetica', 'Arial', sans-serif;
	color:#365F91;
}

h2 {
	margin:0;margin-top:7pt;margin-bottom:7pt;
	line-height:115%;
	page-break-after:avoid;
	font-size:14pt;
	text-transform:uppercase;
	font-family: 'Open Sans Condensed', 'Helvetica', 'Arial', sans-serif;
	color:#a39d96;
}
pre{
	margin:0;margin-bottom:10pt;
	line-height:115%;
	font-size:11pt;
	font-family:"Courier New";
}

input.button {
	font-family: 'Open Sans Condensed', 'Helvetica', 'Arial', sans-serif;
	font-size : 12px;
	color : #000000;
	background-color : #fafafa;
	height : 20px;
	border : 1px solid #ccc;
	margin-top : 2px;
}

textarea, input, select {
	font-family: 'Open Sans Condensed', 'Helvetica', 'Arial', sans-serif;
	font-size : 12px;
	border-width: 1px;
    border-style: solid;
    border-color: #ccc;
	background: #fafafa;

}

label.error { 
	width: 250px; 
	display: block; 
	float: left; 
	color: red; 
	padding-left: 10px; 
}

/* Wrapper */
.all {
	text-align: center; 
	width: 100%;
}

/* the container */
.box {
    background: #fafafa;
	margin-left: auto; 
	margin-right: auto; 
	padding: 20px; 
	text-align: left; 
	width: 1050px;
}


/*holds the tabs at the top*/
.menu {
	float: right;
	text-align: right; 

}

/*defines the colours for the tabs, with corner background images*/
.menu a:link, .menu a:active, .menu a:visited {
	
	font-size: 16px;
	font-weight: 700;
	color: #a39d96;
	text-decoration: none;
	padding: 10px;
	margin: 0 0 0 4px;
	border-bottom: 0px;
	text-transform:uppercase;
}

.menu a:hover {
	
	color: #4e443c;
	text-decoration: none;
	padding:10px;
	margin: 0 0 0 4px;
	border-bottom: 0px;
}

.menu a.selected {
	
	color: #4e443c;
	
	text-decoration: none;
	padding:10px;
	margin: 0 0 0 4px;
}

.menu a.selected:hover {
	
	color: #4e443c;
	text-decoration: none;
	
	padding:10px;
	margin: 0 0 0 4px;
	border-bottom: 0px;
}

/*holds the logo and image*/
.header {
	
	padding: 10px; 
	margin-top:3px;
	height: 100px;
}

.header h1 {
	margin:0;margin-top:7pt;margin-bottom:7pt;
	line-height:125%;
	page-break-after:avoid;
	font-size:28pt;
	text-transform:uppercase;
	font-family: 'Open Sans Condensed', 'Helvetica', 'Arial', sans-serif;
	color:#222222;
}

/*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;*/
	margin-left: 310px;
	padding: 15px;
}

.content h1 {
	font-size: 20pt;
	color: #4e443c;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 2px solid #a39d96;
}

/*this is the right hand bar, news bar, links bar w/e*/
.panelsbar {
	margin-top: 40px;
	width: 300px;
	float: left;
	font-size: 14px;
}

.panelsbar h1 {
	font-size: 16pt;
	color: #4e443c;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 2px solid #a39d96;
}


/*this just lets you have a "comment" type area in the main content*/
.comment {
	padding: 20px;
	background-color: #F7F7F4;
	font-size:90%;
}

/*sets the padding for the newsbar text, not the headings*/
.panel-links-body {
	padding: 20px;
	font-family: 'Open Sans Condensed', 'Helvetica', 'Arial', sans-serif;
	font-size : 14px;
	color : #4e443c;
	background-color : #f2f2f2;
	list-style-image: url(images/b.gif);
	list-style-position: 10px;
}

.panel-links-body ul {
	list-style-image: url("../images/b-1.gif");
	margin: 4px 0px 0px 0px;
	padding: 4px 0px 0px 0px;
}

.panel-links-body li:hover {
	list-style-image: url("../images/b-2.gif");
}

/*the footer, with copyright*/
.footer {
	clear:both;
	background-color: #EDEEEA;
	padding: 4px;
	font-size: 80%;
	text-align: center;
}

/*sets the link colours and style*/
a:link, a:active, a:visited {
	color: #222222;
	text-decoration: none;
    
}

a:hover {
	color: #000;
	text-decoration: none;
	
}

