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

body {
	background: url('images/bg-main-comp40.jpg') #625e59 repeat-y scroll center top;
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	margin: 0;
	padding: 0;
}

/* Typography */

p {
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	font-size: 12px;
	font-weight: normal;
}

h1 {
	font-size: 15px;
	font-weight: bold;
}

h2 {
	font-size: 13px;
	font-weight: normal;
}

.big {
	font-size: 22px;
	font-weight: bold;
}

a:link {color: #18417d; text-decoration: underline; font-weight: bold; }
a:visited {color: #18417d; text-decoration: underline; font-weight: bold; }
a:hover {color: #b10000; text-decoration: underline; font-weight: bold; }
a:active {color: #18417d; text-decoration: underline; font-weight: bold; }

a.courses:link {color: #fff; text-decoration: underline; font-weight: bold; margin: 0 0 0 15px; font-size: 12px; line-height: 23px;}
a.courses:visited {color: #fff; text-decoration: underline; font-weight: bold; margin: 0 0 0 15px; font-size: 12px; line-height: 23px;}
a.courses:hover {color: #18417d; text-decoration: underline; font-weight: bold; margin: 0 0 0 15px; font-size: 12px; line-height: 23px;}
a.courses:active {color: #fff; text-decoration: underline; font-weight: bold; margin: 0 0 0 15px; font-size: 12px; line-height: 23px;}

li {
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	font-size: 13px;
	font-weight: normal;
	list-style-image: url(images/giftick.gif);
	padding-bottom: 2px;
}

/* Layout */

img {
	border-width: 0px;
	margin: 0;
	padding: 0;
}

#topbar {
	margin: 0;
	padding: 0;
	height: 57px;	
}

#container {
	width: 980px;
	margin: 0 auto;
}

#header {
	background: url('images/bg-logo2.jpg') #7192c2 no-repeat;
	height: 100px;
}

#news {
	background: url('images/bg-news2.jpg') no-repeat;
	height: 113px;
}

#news-content {
	width: 615px;
	text-align: center;
	margin: 0px 0 0 85px;
	padding-top: 24px;
}

#content-wrapper {
	background:	url('images/bg-main-wrapper.jpg') repeat-y;
	overflow: hidden;
	min-height: 1%;
	margin: 0;
	padding: 0;
}

#content {
	background: url('images/bg-main.jpg') no-repeat;
	overflow: hidden;
	min-height: 1%;
	margin: 0;
	padding: 0;
}

#left {
	float: left;
	width: 660px;
	margin-left: 55px;
}

#right {
	float: right;
	width: 214px;
	margin-right: 22px;
}

#homepage-images {
	margin-top: 20px;
	width: 667px;
	height: 458px;
}

#map-container {
	border: 1px #888 solid;
	width: 650px; 
	height: 400px;
}

#map {
	text-align: center;
}

.specials {
	font-size: 15px;
	font-weight: bold;
	color: #e00500;
	margin: 0px;
}

#footer-text {
	text-align: center;
}

#footer {
	background: url('images/footer.jpg') no-repeat;
	height: 40px
}


