@CHARSET "UTF-8";
@import url("reset.css");
@import "/css/tabbed_boxes.css";

body {
	font-family: Verdana;
	background-color: #ace37f;
	letter-spacing:0.3px;
}

h1 {
	font-size: 150%;
	margin: 15px 0px;
}

h2 {
	font-size: 130%;
	margin: 25x 0px;
	margin-top: 0px;
	padding: 0px;
}

#pane {
	background-color: white;
	border: 4px solid #ff923d;
	margin-left: auto;
	margin-right: auto;
	width: 860px;
	min-width: 800px;
	max-width: 860px;
	margin-top: 20px;
}


/* HEADER */
#headerpane {
	height: 50px;
	background-color: #1D97C3;
	padding: 15px;
}

#headerpane .logo {
	position: relative;
	background-color: #1D97C3;
	float: right;
	margin-bottom: -40px;
}

#headerpane .logo img {
	width: 170px;
	text-align: center;
}

#leftheader {
	width: 630px;
	float: left;
}

#headerpane form {
	margin-bottom: 10px;
	padding-left: 5px;
}

#headerpane input {
	border: 1px #ff7a17 solid;
	background-color: #ff7a17;
	color: white;
	padding: 1px;
}

#q {
	background-color: white!important;
	color: black!important;
	width: 200px;
	padding: 2px!important;
	margin: 0px 5px;
}

#leftheader h1 {
	padding-left: 10px;
}

#mainpane {
	clear: both;
	min-height: 300px;
	background-color: #1D97C3;
}

#breaker {
	color: white;
	margin-left: 10px;
} 

/* SIDEBAR */
#sidebar {
	margin-top: 50px;
	background-color: #1D97C3;
	float:right;
	width:185px;
}

#sidebar li a {
	color: white;
	text-decoration: none;
	display:block;
	padding: 8px 0px;
	padding-right: 15px;
}

#sidebar li {
	text-align: center;
	color: white;
	font-size: 130%;
}


/* CONTENT */

#contentpane {
	background-position: top right;
    background-image: url('/media/site/corner-block.jpg');
    background-repeat: no-repeat;
	background-color: white;
	margin-right: 195px;
	position: relative;
	padding: 20px;
	padding-top: 15px;
}

.box {
	padding: 10px;
	float: left;
	width: 43%;
	margin-left: 10px;
	margin-right: 12px;
	margin-bottom: 20px;
	height: 160px;
	position: relative;
	
}
      
.box, .tabbedbox {
	-moz-border-radius: 5px;
}

	
.green {
	background-color: #98e35b;
	background-image: url('/media/site/green.jpg');
}

.box h3 {
	margin-bottom: 10px;
}

.box label {
	clear: both;
}

      
.topbox {
    padding: 10px;
    margin-left: 10px;
    margin-right: 12px;
    margin-bottom: 20px;
}

.topbox.green {
    background-image: url('/media/site/greenlong.png')!important;
}

.pink {
	background-color: #ba76f4;
	background-image: url('/media/site/resources.jpg');
}

.blue {
	background-color:#89c4dc;
	background-image: url('/media/site/visits.jpg');
}
      
.orange {
	background-color: #ff923d;
	background-image: url('/media/site/orange.jpg');
}

.whatson {
	background-image: url('/media/site/whatson.png');
}


.go-button {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

/* FOOTER */

#footerpane {
	background-color: #ff923d;
	clear: both;
	position:relative;
	height: 60px;
	padding: 0px;
}.toc {
    float: right;
    padding: 15px;
    border: 1px solid orange;
    width: 100px;
    margin: 40px;
    margin-top: 0px;
    margin-right: 0px;
}

#footerpane hr {
	border: 5px solid #ff923d;
	margin: 0px;
}

#footerpane img {
	height: 50px;
	float: left;
}

#footerpane p {
	text-align: right;
	height: 30px;
	color: white;
}

#footerpane p a {
	color: white;.toc {
    float: right;
    padding: 15px;
    border: 1px solid orange;
    width: 100px;
    margin: 40px;
    margin-top: 0px;
    margin-right: 0px;
}
	margin-left: 20px;
}

#breaker a {
	color: white;
}

.box p {
	font-size: 95%;
	margin: 0px!important;
}

#contentpane h1 {
	margin-top: 0px;
}

.box input, .box select {
	width: 163px;
	float: right;
	margin-bottom: 2px;
	padding: 1px;
}

.box select {
	width: 172px;
}

.box legend {
	font-size: 12pt;
	font-weight: bold;
}

.box label {
	font-size: 12pt;
	float:left;
	clear: right;
}

.box .button {
	width: 80px;
	float: left;
}

.box legend {
	margin-bottom: 5px;
}

.box form {
	font-size: 80%;
	}
	


.langlinks {
	float: right;
}

.sbarlinks {
	float: left;
}

.sbarlinks {
	clear: left;
	position: relative;
	top: -85px;
	left: -20px;
}

#sidebar h4 {
	margin: 22px;
	width: 80px;
	font-size: 74%!important;
	color: white;
}



	
