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

body {
	background-color: #465261;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

/* --- Typography --- */

h1 {
	font-size: 20px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 16px;
}

p {
	font-size: 12px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

td {
	font-size: 18px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
}

tr {
	font-size: 18px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
}

table {
	background-color: #305395;
	padding: 3px;
}


li {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-image: url('images/green-tick-19x19.gif');
	padding-bottom: 2px;
	padding-left: 20px;
}

li.list {
	list-style-image: none;
	list-style-type: disc;
}

.footertext {
	color: #162e5c;
	font-size: 11px;
	margin: 5px 18px 3px 18px;
	border-top: 1px #7a8494 solid;
	padding-top: 10px;
}

.footertext-noline {
	color: #162e5c;
	font-size: 11px;
	margin: 5px 18px 3px 18px;
	padding-top: 10px;
}

.footertext2 {
	color: #162e5c;
	font-size: 11px;
	margin: 5px 0 3px 18px;
}

.date {
	font-style: italic;
	font-weight: bold;
	margin-top: 10px;
	color: #1f4ba1;
}

.gallery {
	background-color: #fff;
	padding: 2px;
	margin: 0 2px 6px 2px;
	border: 1px #aaa solid;
}

a:link {color: #1f4ba1; text-decoration: underline; font-weight: bold; }
a:visited {color: #1f4ba1; text-decoration: underline; font-weight: bold; }
a:hover {color: #000; text-decoration: underline; font-weight: bold; }
a:active {color: #1f4ba1; text-decoration: underline; font-weight: bold; }

a.footerlink:link {color: #162e5c; text-decoration: none; }
a.footerlink:visited {color: #162e5c; text-decoration: none; }
a.footerlink:hover {color: #000; text-decoration: underline; }
a.footerlink:active {color: #162e5c; text-decoration: none; }

/* --- Images --- */

img {
	border-width: 0px;
}

/* --- Layout --- */

#container {
	width: 890px;
	margin: 0 auto;
	overflow: auto;
}

#header {
	height: 169px;
}

#navigation {
	height: 31px;
}

#main-content {
	background: #c7cde1 url('images/bg-main.gif') repeat-y;
	padding: 10px;
	margin: 0 auto;
}

#second-content {
	padding: 10px;
	margin: 3px 8px 0 8px;
}

#photo-slider {
	background-color: #d6dcf3;
	width: 840px;
	margin: 0 auto;
	border: 1px #b0badb solid;
}

#news {
	float: right;
	width: 375px;
	text-align: left;
	padding: 10px;
}

#site-end {
	background-image: url('images/site-end.gif');
	width: 890px;
	height: 13px;
	margin: 0 auto 15px auto;
}

.end-text {
	font-size: 5px; margin: 0; padding: 0; color: #465261;
}

#contactform {
	float: right;
	background: #fff;
	padding: 10px;
	border: 1px #ccc solid;
	margin: 10px 10px 0 0;
}
