/*-----------------------------------------------------------------------------
Stable Cottage Style Sheet - Default

version:   1.0
author:    David Llewellyn
email:     david@llewellyn.uk.com
-----------------------------------------------------------------------------*/


/* =Reset Styles */

/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
p, pre, blockquote, fieldset, table {
	margin: 1em 0;
}
form {
    margin: 0;
    padding: 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}

body {
	font: 65%/1.6 Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color:#003300;
}
h1, h2, h3, h4, h5, h6 {
	font-size:1em;
	font-weight:normal;
}
p {
	font-size: 14px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
a {
    color:#FFFFFF;
    text-decoration: underline;
}
a:hover {
	color:#EEEEEE;
    text-decoration: underline;
}

/* Remove border around linked images */
img {
	border: 0;
}

/* Removes styling from all list items */
ul,li {
	list-style:none;
}
#wrapper {
	width: 780px;
	padding-left: 10px;
	padding-top: 10px;
}
#containerHeader {
	width: 100%;
	height: 110px;
}
#containerNav {
	float: left;
	width: 400px;
	height: 100px;
}
#logo {
	width: 350px;
	height: 80px;
	float: left;
	font-size:48px;
	font-family:harrington;
} 
#address {
	width: 200px;
	float: right;
	font-size: 1.3em;
}

/* New horizontal nav */
#nav {
	width: 550px;
	height: 22px;	
}
#nav ul li {
	float: left;
}
#nav ul li a {
	width:101px;
	text-align:center;
	padding:2px 5px 2px 0;
	background-image:url(../Buttons/btnUp.gif);
	background-repeat:no-repeat;
	display:block;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #003300;
}
#nav ul li a:hover {
	background-image:url(../Buttons/btnOver.gif);
	background-repeat:no-repeat;
	color: #003300;
	}
#containerMain {
	width: 100%;
}
.title {
	font-size:36px;
	font-family:Harrington, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.colLeft {
	float: left;
	width: 310px;
}
colRight {
	float: right;
	width: 450px;
}

