/* EDISTORIVEROUTFITTERS.COM */

* { margin: 0; padding: 0; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	color: #5a6883;
	background: #5a6883 url(images/gui/body_bg.png) repeat;
	margin-top: 20px;
}

h1 { font-size: 150%; }

h2 { font-size: 130%; }

h3 { font-size: 110%; }

h4 { font-size: 100%; }

p, li { margin-bottom: 1em; }

a { color: #900; }

div#position {
	text-align: center;
}

div#container {
	margin: auto;
	width: 760px;
	text-align: left;
	background: #FFFFFF url(images/gui/bdr_mid.png) top center repeat-y;
}

div#container_top {
	margin: auto;
	width: 760px;
	height: 30px;
	text-align: left;
	background: #FFFFFF url(images/gui/bdr_top.png) top center no-repeat;
}

div#container_bottom {
	clear: both;
	margin: auto;
	width: 760px;
	height: 30px;
	text-align: left;
	background: #FFFFFF url(images/gui/bdr_bottom.png) top center no-repeat;
}

div#container_2 {
}

div#branding {
	position: relative;
	height: 80px;
}

div#branding span { display: none; }

div#branding h1 {
	position: absolute;
	top: 0;
	left: 10px;
	width: 350px;
	height: 50px;
	background: url(images/gui/branding_h1.png) 0 0 no-repeat;
}

div#branding h2 {
	position: absolute;
	top: 50px;
	left: 280px;
	width: 470px;
	height: 25px;
	background: url(images/gui/branding_h2.png) 0 0 no-repeat;
}

p#tagline {
	position: absolute;
	top: 0;
	left: 360px;
	width: 390px;
	height: 50px;
	background: url(images/gui/branding_tagline.png) 0 0 no-repeat;
}

div#nav1 {
	position: absolute;
	top: 50px;
	left: 10px;
	width: 270px;
	height: 25px;
}

div#nav1 ul {
	list-style-type: none;
	margin-left: 6px;
}

div#nav1 li {
	float: left;
	margin: 0;
	padding: 4px;
}

div#boat {
	position: relative;
	left: 10px;
	width: 740px;
	height: 184px;
	background: url(images/gui/boat01.jpg);
	border-top: solid 1px #5a6883;
	border-bottom: solid 1px #5a6883;
}

div#mainBody {
	padding: 20px;
}

div#mainContent {
	float: left;
	width: 540px;
}

div#mainBody h3 {
	margin-bottom: .7em;
	padding-bottom: .2em;
	border-bottom: 1px solid #900;
}

div#sidebar {
	float: right;
	width: 150px;
	text-align: center;
}

/*
div#sidebar p {
	text-align: left;
}
*/

div#sidebar ul {
	list-style-type: none;
}

div#nav2 {
	clear: both;
	font-size: 80%;
	text-align: center;
	padding-top: 20px;
}

ul#galleryItems {
	list-style-type: none;
}

ul#galleryItems li {
	float: left;
	padding: 10px;
}

ul#contactList {
	list-style-type: none;
}

ul#contactList li {
	margin: 0
}

div#footer {
	margin: auto;
	width: 740px;
	text-align: center;
	color: #f8f6f7;
	font-size: 80%;
}

div#footer p {
	margin-bottom: .5em;	
}

div#footer a {
	color: #f8f6f7;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}

img.contextual-type1 { float: right; margin: 4px 0 2px 5px; }
img.contextual-type2 { float: left; margin: 4px 5px 2px 0; }
img.contextual-type3 { display: block; margin: 0 auto 1em; }
