body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
	line-height: 1.3em;
	color: #333;
	background: #eee;
	font-size: small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: medium;
}
html>body { /* be nice to Opera */
	font-size: medium;
}

/* LINKS */

a:link, a:visited {
	color: #754;
	text-decoration: underline;
}
a:hover {
	color: #a65;
	text-decoration: none;
}

/* TOP */

#wrap {
	position: relative;
	margin: 0 auto;
	padding: 5px;
	text-align: left;
	font-size: 75%;
	background: #fff;
	width: 760px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 750px;
}
html>body #wrap {
  	width: 750px;
}

#logo {
	background: #fff;
	background-repeat: no-repeat;
	background-position: top right;
	height: 166px;
	padding: 0;
	margin: 0;
}
body#home #logo { background-image: url(../images/h_boat.jpg); } 
/*body#register #logo { height: 110px; background-image: url(../images/h_register.gif); }*/
body#register #logo { height: 166px; background-image: url(../images/h_register.gif); }
body#updates #logo, body#gallery #logo { height: 166px; background-image: url(../images/h_rendering.jpg); }
body#plans #logo { height: 166px; background-image: url(../images/h_aerial.jpg); }
body#features #logo { height: 166px; background-image: url(../images/h_trio.jpg); }
body#team #logo { height: 166px; background-image: url(../images/h_sunset2.jpg); }
body#location #logo { height: 166px; background-image: url(../images/h_sunset.jpg); }
body#press #logo { height: 166px; background-image: url(../images/h_trio.jpg); }

/* TEXT ELEMENTS */

p {
	margin: 1em 0 1em;
	padding: 0;

}
h1 {
	font: 22px Arial, Helvetica, Trebuchet, "Trebuchet MS", sans-serif;
	font-weight: normal;
	color: #000;
}
h1.pagetitle {
	display: inline;
}
h2 {
	font: bold 14px Arial, Helvetica, Trebuchet, "Trebuchet MS", sans-serif;
	color: #754;
	padding: 0;
	margin: 0.5em 0 -1em 0;
	text-transform: uppercase;
}
h3 {
	font: bold 14px Arial, Helvetica, Trebuchet, "Trebuchet MS", sans-serif;
	color: #754;
	padding: 0;
	margin: 2.5em 0 -1em 0;
	text-transform: uppercase;
}

h4 {
	font: bold 14px Arial, Helvetica, Trebuchet, "Trebuchet MS", sans-serif;
	color: #754;
	padding: 15px 0 0 0;
	margin: 0 0 -1em -0.25em;
	text-transform: uppercase;
}
blockquote {
	color: #777;
	padding-left: 23px;
}
code {
	color: #c63;
	font-size: 110%;
	line-height: 1.2em;
	text-align: left;
}
code strong {
	color: #930;
}
abbr, acronym, .popup {
	font-style: normal;
	border-bottom: 1px dotted;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
strike {
	text-decoration: line-through;
}
address {
	margin: 0;
	padding: 0;
	font-style: normal;
}
.hide { display: none; }

/* navigation */
.navcontainer {
	clear: both;
	padding: 0;
	margin: 5px 0;
	background: #765;
}

.navcontainer ul {
	height:36px;
	clear:both;
	
	padding:0;
	margin:0;
}

.navcontainer ul li {
	display:inline;
}

.navcontainer ul li a {
	display:block;
	float:left;
	height:36px;

	text-indent:-9000em;
	text-decoration:none;
}

#homeLink a {
	width:69px;
	background-image:url(../images/background_homeLink.gif);
}

#homeLink a:hover,
#home #homeLink a {
	background-image:url(../images/background_homeLinkOver.gif);
}

#plansLink a {
	width:63px;
	background-image:url(../images/background_plansLink.gif);
}

#plansLink a:hover,
#plans #plansLink a {
	background-image:url(../images/background_plansLinkOver.gif);
}

#featuresLink a {
	width:88px;
	background-image:url(../images/background_featuresLink.gif);
}

#featuresLink a:hover,
#features #featuresLink {
	background-image:url(../images/background_featuresLinkOver.gif);
}

#locationLink a {
	width:97px;
	background-image:url(../images/background_locationLink.gif);
}

#locationLink a:hover,
#location #locationLink {
	background-image:url(../images/background_locationLinkOver.gif);
}

#teamLink a {
	width:92px;
	background-image:url(../images/background_teamLink.gif);
}

#teamLink a:hover,
#team #teamLink {
	background-image:url(../images/background_teamLinkOver.gif);
}

#qaLink a {
	width:61px;
	background-image:url(../images/background_qaLink.gif);
}

#qaLink a:hover,
#qa #qaLink {
	background-image:url(../images/background_qaLinkOver.gif);
}

#galleryLink a {
	width:136px;
	background-image:url(../images/background_galleryLink.gif);
}

#galleryLink a:hover,
#gallery #galleryLink {
	background-image:url(../images/background_galleryLinkOver.gif);
}

#pressLink a {
	width:61px;
	background-image:url(../images/background_pressLink.gif);
}

#pressLink a:hover,
#press #pressLink {
	background-image:url(../images/background_pressLinkOver.gif);
}

#registerLink a {
	width:128px;
	background-image:url(../images/background_registerLink.gif);
	margin-right:-3px; /* Fixes IE Win duplicate characters bug. Bang head here > + < */
}

#registerLink a:hover,
#register #registerLink {
	background-image:url(../images/background_registerLinkOver.gif);
	
}
	
body#home li#homenav a {
	background:#bdd;
}

#secnav ul {
    list-style:none;
}
#secnav a { 
	color: #893;
	text-decoration: none;
}
#secnav a:hover, #secnavlist a:active { color: #671; }
#secnav #current a{
        color: #000;
}

/* main column */

/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
#main-body {clear:both;
/*	background: url(../images/rendering_new.gif) no-repeat bottom;*/
}
/* End IE5-Mac hack */

/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
#home #main-body {
	background: url(../images/rendering_new.gif) no-repeat bottom;
}
/* End IE5-Mac hack */

.contentwrap { 
	padding-bottom: 2em;
	margin:0 auto;
} 

#content {
	float: right;
	margin: 0;
	padding: 20px 34px 30px 21px;
	width: 571px; /* for IE5/Win */
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 467px;
}
html>body #content { /* be nice to Opera */
	width: 467px;
}
body#register #content {
	padding: 30px 40px;
	width: 750px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 650px;
}
html>body#register #content{ /* be nice to Opera */
	width: 650px;
}
body#gallery #content {
	padding: 30px;
	width: 750px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 690px;
}
html>body#gallery #content { /* be nice to Opera */
	width: 690px;
}
#content img {
	margin: 5px;
}

div.callout {
	background: #BCD2BE;
	margin: 5px 5px 5px 5px;
	padding: 5px 10px 10px 10px;
	/*border: 2px solid #bba;*/
	float: right;
	width: 130px;  
	\width: 170px;   
	w\idth: 130px;
}

.callout p { color: #333; padding-top: 10px;
font: 11px/16px verdana, arial, helvetica, sans-serif; }

.callout h3 { color: #fff;  text-transform: uppercase; border-bottom: 1px solid #fff; margin-top: 5px; font: bold13px Georgia, Times, serif;  }

.callout a { color: #fff; font-weight: bold; text-decoration: none; }

/* LISTS */

#content ul {
	margin: 1em 0 1em 0;
	padding-left: 24px;
}
#content ul li {
	padding: 0 10px 4px 5px;
	line-height: 1.3em;
	/*background: url(../img/content_bullet.gif) no-repeat 0 1px;*/
	list-style: url(../images/content_bullet.gif);
}
#content dl dd {
	margin: 0;
	padding: 0 0 1em 0;
}
#content dl dt {
	font-weight: bold;
}
#content dl dt span {
	font-weight: normal;
}



/* LEFT COLUMN */

#sidebar {
	position: relative;
	margin: 0 521px 0 0;
	padding: 40px 0 20px 0;
	font-size: 90%;
	
	height:1%;
}
#sidebar a:link, #sidebar a:visited, #sidebar a:hover {
	font-weight: bold;
}
#sidebar h3  {
	color: #fff;  
	text-transform: uppercase; 
	border-bottom: 1px solid #fff; 
	margin-top: 5px; 
	font: bold13px Georgia, Times, serif;
}
#sidebar h4 {
	font-weight: bold;
	font-size: 100%;
	margin: 0;
}
#sidebar p, #sidebar dt {
	margin:0 0 1em 0;
}
#sidebar ul {
	margin: 0 0 0em 125px;
	padding: 0;
}
#sidebar li {
	margin: 0;
	padding: 0;
	line-height: 1.4em;
	list-style: url(../images/sidebar_bullet.gif);
}
#sidebar dl, #sidebar dt, #sidebar dd {
	margin: 0;
	padding: 0;
}
#sidebar dt {
	letter-spacing: 0.2em;
	text-transform: uppercase;
}
	
/* footer */

#footer {
	clear: both;
	margin: 5px 0 0 0;
	padding: 0px 10px;
	background: #ddc;
	color: #444;
/*	font-size: 11px;*/
/*	border-top: 10px solid #bdd; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer p {
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 11px;
	line-height: 1.4em;
}

/* Fixes float escaping bug in IE/Win, hides from IE Mac \*/
* html #footer p { height: 1%; }
/* End hide from IE Mac */


/* form elements */

#contactform {
	padding: 15px;
	background: #fff;
	border: 1px solid #ddd;
	}
#contactform dl {
	margin: 0;
	padding: 0;
	}
#contactform dt {
	color: #333;
	}
#contactform dt em {
	color: #999;
	font-weight: normal;
	font-style: normal;
	}
#contactform #realname, #contactform #email, #contactform #url {
	width: 200px;
	border: 1px solid #ccc;
	padding: 2px;
	color: #444;
	}
#contactform textarea {
	width: 400px;
	height: 180px;
	font-family: inherit;
	font-size: 120%;
	border: 1px solid #ccc;
}
select, input {
	font-size: 11px;
	font-family: Verdana, sans-serif;
}
select {
	margin-bottom: 4px;
}
select.side {
	width: 170px;
}
input.text, input.searchbox {
	background: #fff;
	border: 1px solid #999;
	color: #666;
}
input.button {
	background: #777;
	color: #fff;
	border: 1px solid #999;
	text-transform: uppercase;
	padding: 0;
}
input.button:hover {
	background: #ccc;
	color: #666;
}
input.buybutton {
	background: #eee;
	color: #000;
	border: 1px solid #aaa;
	text-transform: uppercase;
	padding: 0;
}
	
/* photos */

div.photofloat {
  float: left;
	margin: 1em 0 0 0;
	padding: 0 23px 15px 0;
	background: #fff;
}
div.photofloat img {
	border: 1px solid #000;
}

img#photo {
	padding: 10px;
	border: 1px solid #ccc;
}

#sidebar li.active a:link, #sidebar li.active a:visited {
	color: #333;
	text-decoration: none;
}

div.thumbfloat {
	float: left;
	margin: 4px 5px 0 0;
	padding: 1px;
	border: 1px solid #bbb;
}
div.thumbfloat:hover {
	border: 1px solid #666;
}

div.rightphoto  {
	margin: 10px;
	padding: 10px;
	float : right;
	width: 250px;
	color : #666;
	font-size: 11px;
}

/* tables */
table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 1px #FFF;
	vertical-align: top;
	font-size: 100%;
}
th, td {
	padding: 3px;
} 

