body {
	/*background-image: url(gradient.png);
	background-color: #bc2500;*/
	background-color: #f8f8f8;
	background-repeat: repeat-x;
	margin: 0;
}

.wrapper {
	width: 810px;
	border-bottom: 1px solid #000;
	margin: auto;
}

.header {
	height: 90px;
	background-color: #FFF;
	background-image: url(logo.png);
	background-position: 10px 3px;
	background-repeat: no-repeat;
}

.header h1 {
	display: none;
}

.header .navigation {
	float: right;
	line-height: 90px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	margin-right: 10px;
}

.header .navigation ul li a {
    color: #000;
    font-weight: bold;
    font-size: 1.1em;
}


.header ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.header li {
	display: inline;
}

a:link, a:visited {
	color: #00C;
}

.header a {
	padding: 0 0.5em 0 0.5em;
	border-left: 1px solid #000;
	text-decoration: none;
	color: #00C;
}

.header a:visited {
	color: #00C;
}

.header .first a {
	border-left: 0;
}

.sub_header {
	height: 335px;
	background-color: #fff;
	color: #FFF;
	/*background-image: url(header_image.jpg);
	background-position: right;
	background-repeat: no-repeat;*/
}

.sub_header h2 {
	line-height: 140px;
	padding: 0 0 0 1em;
	margin: 0;
	font-size: 1.3em;
}

/* this was going to be ie6 fix, but then i decided i dont care	*/
.not_footer {
	/*overflow: auto;*/
}

.main_content {
	background-color: #FFF;
	padding: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: 778px;
}

.content {
	font-size: 0.7em;
	line-height: 1.3em;
	/*overflow: none;*/
}

.content h1 {
	font-size: 1.5em;
}

.content h2 {
	font-size: 1.1em;
	margin: 1.5em 0 0.5em 0;
}
.content h3 {
	font-size: 1.28em;
	margin: 0em 0 0em 0;
}

.content li {
	list-style: square;
}

.footer {
	font-size: 0.7em;
	margin: 1em 0 0 0;
	padding: 1em 0 0 0;
	border-top: 1px dashed #000;
}

.footer {
	text-align: center;
}

.norfolkbroads {
	float: left;
}

.innershed {
	float: right;
}

.right_image {
	float: right;
	margin: 0 0 1em 1em;
}

.outer_footer {
	width: 810px;
	margin: 1em auto;
}

.image img {
	border: 1px solid #000;
	padding: 2px;
}

.image span {
	display: block;
	text-align: center;
	font-style: italic;
}

.left {
	float: left;
	margin: 0 1em 1em 0;
}

.right {
	float: right;
	margin: 0 1em 1em 1em;
}

.pdflink {
	background-image: url(images/pdf.gif); 
	background-repeat: no-repeat; 
	height: 16px; 
	line-height: 16px; 
	padding: 0 0 0 23px;
	font-weight: bold;
}
.aboutusim {
	position:relative;
	top:108em;
	right:50.5em;
	margin-right: 5px
}

.contact_left {
    width: 460px;
    float: left;
}

.contact_left th {
    vertical-align: top;
    text-align: left;
    width: 210px;
    padding-right: 10px;
}

.contact_left td {
    width: 250px;
    padding-bottom: 10px;
}

input[type=text], textarea, select {
    width: 90%;
}

input[type=radio] {
    margin-right: 5px;
}

.contact_right {
    float: left;
    width: 300px;
    margin-left: 10px;
}

.clear {
    clear: both;
    display: block;
    height: 0;
    line-height: 0;
}

a.button {
    display: inline-block;
    padding: .6em 1.3em;
    background-color: #ccc;
    font-size: 1.4em;
    font-weight: strong;
    color: #000;
    border-radius: 3px;
    /*text-shadow: #000 1px 1px 2px;*/
    border: solid 1px #aaa;
    text-decoration: none;
}

