﻿/*
*******************************************************
Title: style.css (CSS Document)
Author: Weymouth Web Design (www.weymouthwebdesign.com)
Created: 14/03/2009
Last modified: 23/04/2009
*******************************************************
*/

body {
	background: #0c4e8e url('images/bg_main.jpg') repeat-x scroll center top; 
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
}

a, img {
	border-width: 0px;	
}

a:link {color: #03529f; text-decoration: underline; font-weight: bold; }
a:visited {color: #03529f; text-decoration: underline; font-weight: bold; }
a:hover {color: #f25100; text-decoration: underline; font-weight: bold; }
a:active {color: #03529f; text-decoration: underline; font-weight: bold; }

.simple-border {
	border: 1px #bbb solid;
}

h1 {
	font-size: 22px;
	color: #f65100;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 13px;
	color: #03529f;
	margin: 0 0 10px 0; 
	padding: 0;
}

.plain {
	font-weight: normal;
	color: #000;
}

h3 {
	font-size: 12px;
	color: #f25100;
	margin: 0 0 5px 0; 
	padding: 0;
}

p {
	font-size: 12px;
}

li {
	font-size: 12px;
}

.gallery {
	padding: 3px;
	border: 1px #ccc solid;
	margin: 3px;
}

input { 
	background-color: #c8d8e8; 
}

.button { 
	background-color: #f25100; 
	color: #fff;
	font-weight: bold;
}

.news {
	font-size: 12px;
	margin: 0 0 10px 0; 
	padding: 0
}

.newsend {
	font-size: 12px;
	margin: 0; 
	padding: 0
}

#container {
	overflow:auto;
	width: 958px;
	min-height: 100%;
	height: 100%;
	margin: 20px auto;
	background: #fff no-repeat scroll center top;
	border-left: 3px #bbb solid;
	border-right: 3px #bbb solid;
	border-bottom: 3px #bbb solid;
	border-top: 3px #bbb solid;
}

#header {
	width: 939px;
	margin: 0 auto;
}

#bar-top {
	background-image: url('images/bar-top-2.jpg');
	width: 939px;
	height: 49px;
	background-repeat: no-repeat;
	margin: -12px auto 0 auto;	
}

#buttons-left {
	margin: 22px 0 0 4px;
	float: left;
}

#buttons-right {
	margin: 22px 1px 0 0;
	float: right;
}

#menu {
	width: 936px;
	margin: 3px 0 0 2px;
}

#content {
	background-image: url('images/bg-content.jpg');
	min-height: 584px;
	width: 936px;
	margin: 0 auto;
}

#left {
	position: relative;
	float: left;
	margin-left: 13px;
	margin-top: 14px;
	width: 255px;
}

#right {
	position: relative;
	float: right;
	margin-right: 13px;
	margin-top: 14px;
	width: 640px;
}

#box-left {
	position: relative;
	background: #fff;
	border: 1px #cbccce solid;
	padding: 10px;
	width: 232px;
	margin-bottom: 15px;
}

#box-right {
	position: relative;
	float: right;
	background: #fff;
	border: 1px #cbccce solid;
	padding: 10px;
	width: 620px;
	margin-bottom: 15px;
}

#button-viewmap {
	float: right;
}

#googlemapsmall {
	text-align: center;
	padding-top: 7px;
	padding-bottom: 10px;
}

.featured-course {
	width: 191px;
	height: 188px;
	border: 1px #888 solid;
	float: left;
	margin-left: 2px;
	margin-right: 16px;
}

.featured-course-end {
	width: 191px;
	height: 188px;
	border: 1px #888 solid;
	margin-left: 2px;
	float: left;
}

#footer {
	clear: both;
}

.footertext {
	padding: 24px 10px 10px 15px;
	font-size: 12px;
	float: left;
}






