/* Normalizes margin, padding */

body, div, dl, dt, dd, ol, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote th, td
{ margin : 0; padding: 0; }

/* Normaliszes font-size for headers */

ol, ul
{ list-style : none; }

/* Normalizes font-style and font-weight to normal */

address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-styles from lists */

table
{ border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */

fieldset, img
{ border : 0; }

/* Left align text in caption and th */

caption, th
{ text-align : left; }

/* Removes qoutation marks from q */

q:before, q:after
{ content :''; }




/* navigation  */
#mainNav
{
	height: 60px;
	list-style: none;
	width: 100%;
	margin-left: 15px;
	padding: 1px 1px 55px;
}
#mainNav ul
{
	padding: 0px;
	width: 100%;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
#mainNav li
{
	float: left;
	background: #8DB3B3 no-repeat right top;
	border: 2px groove #F0F5F5;
	height: 25px;
	margin: 1px;
}
#mainNav  a
{
	display: block;
	padding: 5px;
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	text-decoration: none;
	color: #334D4D;
	font-size: 0.9em;
}
#mainNav a:hover
{
	color: #F0F5F5;
}
/*end navigation*/

body
{
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: left;
	width: 92%;
	min-width: 770px;
	margin: 0 auto;
	background-color: #669999;
	
}
div#container
{
	margin: 0px auto;
	background-color: #669999;
	position: absolute;
	width: 90%;
	padding-bottom: 20px;
}
div#branding
{
	width: 90%;
	background: url(../images/DoveCottageBranding.jpg) no-repeat top left;
	height: 165px;
	padding: 10px;
	margin-top: 20px;
	top: 50px;
	margin-left: 0px;
}

P
{
	font-size: 0.9em;
	color: #334D4D;
	line-height: 175%;
	margin-bottom: 5px;
}


a
{
	text-decoration: none;
}
a:link
{
	color: #1A2626;
}
a:visited
{
	color: #1A2626;
}
a:hover
{
	color: #F0F5F5;
}
h1
{
	position: absolute;
	top: -40px;
	left: -100px;
	width: 100px;
	height: 200px;
	text-indent: -9999px;
	font-size: 2.4em;
	color: #14556B;
}
h2
{
	font-size: 1em;
	color: #F0F5F5;
	margin-bottom: 20px;
	letter-spacing: 3px;
}
h3
{
	color: #334D4D;
	font-size: 0.85em;
	padding-bottom: 10px;
	padding-top: 20px;
}
h4
{
	font-size: 0.8em;
	color: #CCCCCC;
}
#branding h2
{
	color: #F0F5F5;
	padding-top: 110px;
	padding-left: 365px;
	font: italic normal 1em "Times New Roman", Times, serif;
}
