/* @override 
	http://cotswolds.jcwacky.com/css/layout.css
	http://cotswoldscamping.co.uk/css/layout.css
*/

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.3;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#iewarning {
  background: #EDE5EF;
  width: 100%;
  font-size: 11px;
  text-align:center;
  padding-bottom: 3px;
  border-bottom: 2px solid #000;
  padding: 7px 0;
}

#iewarning span {
	color: #f00;
	font-weight: bold;
}

/* END RESET CSS */


body {
	background-image: url("/images/green-stripe.png");
	font: 12px Arial, "Lucida Grande", Verdana, sans-serif, Helvetica;
	color: #0a330b;
	background-color: #000000;

}

#container {
	border-color: #0e3d12;
	border-width: 0px;
	border-style: solid;
	width: 940px;
	margin: auto;
	background-color: #fff;
	background-image: url("/images/layout/container-bg-photo-fade-shorter.jpg");
	background-position: bottom;
	min-height: 300px;
}

#header {
	background-image: url("/images/layout/header-stripe.gif");
	height: 114px;
	width: 940px;
	margin: auto;
	margin-top: 5px;
}

#header h1, #header h2 {
	position: absolute;
    left: -999em;
}

#content {
	width: 710px;
	float: left;
	
}

.clear {
	clear: both;
}

h1 {
	font: 180% Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #0d430f;
	padding-bottom: 4px;
	margin-bottom: 10px;
}

p {
	padding-bottom: 10px;
	line-height: 140%;
}

.intro p{
	font-size: 100%;
}

div.col1.intro {
	padding-top: 10px;
}

.emphasis {
	font-weight: bold;
}

ul {
	list-style-type: disc;
	padding-left:20px;
	padding-bottom: 10px;
}

ul li{
	padding-bottom: 3px;
	
}

#content p {
	
}

#content div.photos img {
	padding-right: 17px;
}

#content .home-row {
	clear: left;
}

#content div.col1, #content div.col2 {
	float: left;
}

#content div.col1, #content div.col2 {
	width: 333px;
	margin: 5px 0 0 15px;
}

#content div.col {
	margin: 15px 15px 0 15px;
}

#content h1 {
	
}


#sidebar {
	float: right;
	width: 206px;
	background-color: #b6cdb6;
	padding:12px;
	padding-top: 0;
}

#sidebar h1 {
	margin-top: 12px;
}

#sidebar p{
}

div.photos p{
	font-size: 80%;
}

a{
	color: #0d430f;
}

p.pswd{
	padding-top: 5px;
	font-size: 80%;
	text-align: center;
}

p.pswd a{
	color: #737373;
}

img.map{
	position: relative;
	left: px;
	clear: both;
	border: 1px dashed #145000;
}

img.map:hover{
	border-style: solid;
}

p.map {
	font-size: 90%;
	position: relative;
	font-weight: bold;
}

a.ava-button {
	background-color: #b6cdb6;
	padding: 10px;
	color: #3d5f3f;
	text-decoration: none;
	margin: 5px 0 15px 0;
	font-size: 130%;
	font-weight: bold;
	border: 10px solid #98aa99;
	border-top-width: 1px;
	border-bottom-width: 1px;
	text-align: center;
	display: block;
	clear: both;
}

a.ava-button:hover {
	background-color: #c9e2cb;
	border-color: #135100;
	color: #135100;
}

a.back-home {
	float: right;
	padding: 5px 10px;
	background-color: #2c592d;
	color: #fff;
	clear: left;
}

a.back-home:hover {
	background-color: #38723a;
}

/* @group FORMS */

form {
	background-color: #b6cdb6;
	padding: 15px 20px 0px;
	margin-bottom: 20px;
	border: 1px dashed #145000;
	width: 400px;
	margin-top: 10px;
	margin-left: 20px;
}

form label {
	width: 150px;
	display: block;
	float: left;
	text-align: right;
	padding-right: 5px;
	padding-top: 4px;
}

form input.submit, form input.calbut {
	background-color: #2f5c30;
	border: 1px solid #145000;
	color: #fff;
	font-size: 120%;
}
form input.submit {
	margin: 10px 0 5px;
}

form input.calbut {
	font-size: 80%;
}

form input.submit:hover, form input.calbut:hover {
	background-color: #49914c;
}

form h2 {
	font: 140% Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #0d430f;
	padding-bottom: 4px;
	margin-bottom: 10px;
}

/* @end */
