
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#000;
	background-image:url(images/bg-commodities-inner.jpg);
	background-position:top center;
	background-repeat:none;
	background-attachment:fixed;
	background-repeat:no-repeat;	
  color: #666;
  font-size: 12px;
  line-height:1.5;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #33353c;
  font-family: "Times New Roman", Times, serif;
  font-weight: normal;
}

h1 {
  font-size: 2.5em;
  line-height: 1em;
  margin-bottom: .5em; 
}

h2 {
  font-size: 2em;
  line-height:1em;
}

h3 {
  font-size: 1.5em;
  line-height: 2em;
}

h4 {
font-size:20px;
    line-height:24px;
}

h5 {
	color:#33353c;
font-size:16px;
font-weight:normal;
  line-height: 1.4em;
}

p {
  margin: 0 0 1.5em 0;
}

p a:link {
  text-decoration: underline;
}

a:link, a:visited {
  color: #069;
  outline: none;
  text-decoration: none;
}

a:focus {
  outline: 1px dotted;
}

a:hover, a:active, li a.active {
  color: #069;
  outline: none;
  text-decoration: underline;
}

li { margin: 0 0 10px -25px; list-style: none; }


/**
 * 2.LAYOUT
 */

.container {
  margin: 0 auto;
  padding: 0;
  width: 960px;
}

#header {
	background-image:url(images/bridgehampton-bridge-golf-course.jpg);
	background-position:top center;
	background-repeat:no-repeat;
  margin: 0;
  padding: 0;
  height:260px;
}

#logo {
  margin: 0;
  padding: 10px 0 0 10px;
  float:left;
}

#nav {
    float: right;
    margin: 35px 5px 0 0;
    padding: 0;
}
#nav li {
    float: left; 
    list-style: none;
	margin:0;
}
#nav li a:link,
#nav li a:visited {
    display: block;
    padding: 11px 15px 6px 15px;
    text-decoration: none;
    font-weight: bold;
    color: #FFF;
	text-shadow:1px 1px #111;
	background-image:url(images/tab-inactive.png);
	background-position:top center;
	background-repeat:no-repeat;
	width: 70px;
	height: 30px;
	text-align:center;
	margin-left:1px;
}
#nav li a:hover,
#nav li a:active {
    color: #33353c;
	text-shadow:1px 1px #eee;
	background-image:url(images/tab-active.png);
	background-position:top center;
	background-repeat:no-repeat;
}

#news { 
	clear:both; 
	float:right;
	background-image:url(images/bg-transparent.png);
	background-position:top center;
	background-repeat:repeat-x;
	margin-top:60px;
	padding: 10px 60px;
}

#news a {
	color:#FFF;
}

#main {
  margin: 0;
  padding: 0 0 30px 0;
  position: relative;
  background-color:#FFF;
  background-image:url(images/bg-bridgehampton-equity-whale.gif);
  background-position:top right;
  background-repeat:no-repeat;
  background-attachment: scroll;
}

#title { padding: 10px 0 0 20px; }
#slogan {
	color:#fff;
	font-size:36px;
	line-height: 1.2em;
	width:600px;
	}
#slogan2 {color:#fff;
	font-size:80px;
	font-weight:bold;
	line-height: 1.2em;
	width:600px;
	text-align:right;
	}

.disclaimer {
	font-size: 11px;
	color: #999;
}

#table td {vertical-align:top; padding: 0 20px;}
#table {margin: 0 10px 0px 10px; }

#sidebar-left {
	display:block;
  float: left;
  width:300px;
}

#sidebar-right {
  float: left;
}

#half { background-color:#f7f7f7; margin: 0 20px; border:1px solid #E6E6E6; -moz-border-radius:4px 4px 4px 4px; }

#footer {
  clear:both;
  color:#CCC;
  margin: 10px 0;
  padding: 0;
  position: relative;
  text-align:right;
}

.clearfix { clear: both; }
img { border: none }
.floatright { float:right; border:1px dotted #CCC; padding:5px; margin:5px 0px 10px 20px; }
.floatleft { float:left; border:1px dotted #CCC; padding:5px; margin:5px 20px 10px 0px; }
