/*-----------------------------------------------------------------------------
Country Cove Cottage Style Sheet

version:   1.2 4 Dec 2010
author:    nigel wood
website:   www.cobwood.co.uk
-----------------------------------------------------------------------------*/

* { margin: 0; padding: 0; outline: none; }

.clear { clear:both; }

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

/* ------Layout------------------------------------------------------------- */
body {
	text-align:center;/* for IE quirks */
	background: #C0C0C0 url(graphics/noise.gif) left top repeat;
	font: 12px/1.5em  Verdana, Arial, Helvetica, sans-serif;
	color: #227;
}
#container {
	text-align:left;
	width: 760px;
	/* height: 576px; */
	background-color:#EFF8FF;
	margin:2px auto 2px auto;
	border-right: 2px solid #AAA;
	border-bottom: 2px solid #999;
}
#banner {
	height: 150px;
	background: #EFF8FF url(images/banner9.jpg) no-repeat top left;
}
#navigation {
	height: 25px;
	/*background: #AAA url(graphics/nav_bar.gif) repeat-x top left;*/
	background: #EEE url(graphics/subtitle3.gif) left bottom repeat-x;
	text-align:center;
	border: 1px solid #D3D3D3;
}
#footer{ clear:both; text-align:center; }

.short { height: 376px; }

.query{ padding-left:10px; }

/* ------ Typography-------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, td, ul, ol, li, dl, dt, dd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	/*color: #0066CC;*/
	color: #227;
}
h1, h2, h3, h4, h5, h6, p, ul { padding: 10px 10px 0 10px; }

.last { padding-bottom: 10px; }

h1 { font-size: 218%; }

h2 { font-size: 164%; }

h3 { font-size: 133.33%; }

h4 { font-size: 118%; }

/* ------Links-------------------------------------------------------------- */
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link, a:visited { color: #33B; }
a:hover, a:active { color: #224; }

#contact a {
	border: 1px solid #778;
	padding: 3px;
	background: #DDE;
	text-decoration: none;
}
/*#contact a:link:hover, #contact a:visited:hover { border-color: #224; }*/
#contact a:hover { border-color: #224; }
#footer a{ color: #888; text-decoration: none;}

/* ------Navigation--------------------------------------------------------- */
#navigation p { padding: 4px; }
#navigation a {
	font-size: 12px !important;
	text-decoration: none;
}
#navigation .current {
	padding: 6px 0 6px 0;
	background-image:url(graphics/arrow_blue.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}

/* ------Images------------------------------------------------------------- */
.photos{
	float: right;
	border: 1px solid #999;
	/* margin: 5px; */
	margin: 10px 11px 12px 13px;
	padding: 1px;
}

#footer img{
	margin: 0 2px 0 2px;
	border: 1px solid #999;
}

/* ------Forms-------------------------------------------------------------- */
/* Removes fieldset borders. even on Opera 7 */
fieldset { border: 1px solid transparent; }

table{ padding: 2px 0; }

