/* CSS Document */

/* Nevis Yacht Charters style sheet for http://www.sailnevis.com */

html, body, ul, ol, li, p, blockquote, q,
h1, h2, h3, h4, h5, h6,
form, fieldset, a, div, img {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	height: 100%;
	max-height: 100%;
}

body {
	height: 100%;
	max-height:100%;
	background-color: #FFF;
	font-size: 75%;
	font-family: Georgia, "Times New Roman", Times, serif;
	/* MSIE 5 doesn't center based on auto left/right margins, 
    but 'text-align:center' does center top-level divs: */
	text-align: center;
  	/* Specify a min-width for the body as wide as the 'wrapper'
    element itself. This prevents negative (i.e. inaccessible)
    left-margins in narrow browser windows when using 
    Navigator 6+/Mozilla on Win32: */
  	min-width: 950px;
	background-image: url(images/compass.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment:fixed;
}


/* ----------------------------------------------------------------------------- */

/* FORMS - ALL CSS FOR FORMS AND FORM ELEMENTS BELOW */
#contactform form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font-family: Georgia, "Times New Roman", Times, serif;
  color:#515151;
  margin: 0;
  padding: 0;
  width: 400px;
}

#contactform form fieldset {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #515151;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

#contactform form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0 10px; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

/*form fieldset label:first-letter {  /* use first-letter pseudo-class to underline accesskey, note that */
/*	text-decoration:underline;    	/* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* you could instead underline first letter on each element and accesskey */
                                    /* each input but doing only legends lessens cognitive load */
									/* changed to label first letter, opera broke after first letter legend */
/*}*/

#contactform form fieldset legend {
	color:#515151;
	font-size:1.2em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

#contactform form input, #contactform form textarea, #contactform form select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color:#515151;
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

#contactform form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

#contact form textarea { overflow: auto; }

#contactform form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

#contactform form .required{font-weight:bold;} /* uses class instead of div, more efficient */

/*form br {
	clear:both;  setting clear on inputs didn't work consistently, so brs added for degrade
} */

p {
	color:#515151;
	font-size: 1.1em;
	line-height: 1.6em;
	margin-bottom: 1em;
}

.smalltext {
	font-size: 0.95em;
}

a {
	color:#515151;
}

a:hover {
	color: #9A0934;
	text-decoration: none;
}

.top {
	background-image:url(images/top_page_button.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1.5em;
}

.spacer {
	background-image:url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1.5em;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;	
}

h1 {
	font-size: 2em;
	font-weight:normal;
	font-variant: small-caps;
	color: #9A0934;
	margin-bottom: 0.3em;
}

h2 {
	font-size: 1.5em;
	font-weight:normal;
	font-variant: small-caps;
	color: #9A0934;
	margin-bottom: 0.2em;
}

h3 {
	font-size: 1.2em;
	font-weight:normal;
	font-variant: small-caps;
	color: #9A0934;
	margin-bottom: 0.2em;
}

h3 a {
	color: #9A0934;
}

ul {
	/*list-style: url(images/bullet.gif) none outside;*/
	padding-left: 1em;
	color: #515151;
	margin: 0 0 1em 0;
	font-size: 1.1em;
	line-height: 1.6em;
}

/* Acronym and abbreviation style */
acronym, abbr {
	cursor: help;
}

/* Horizontal rule style */
hr {
	border: 0;
	color: #9A0934;
	background-color: #9A0934;
	height: 1px;
}

#wrapper {
	padding: 0;
	margin: 0;
	vertical-align: top;
	text-align: left;
	width: 950px;
	height:100%;
	margin-left: auto;
	margin-right: auto;
}

#header {
	margin:0; 
	top:0; 
	display:block; 
	width: 950px;
	height:155px;
}

#navbar {
	float:left;
	width: 250px;
}

#navbar ul {
	padding: 0;
	margin: 0 0 0 47px;
	list-style: none;
	font-size:1.2em;
}

#navbar li a {
	height: 20px;
	display: block;
	color: #9A0934;
	padding: 3px 0 2px 20px;
	text-decoration:none;
	font-variant: small-caps;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#navbar li a:hover {
	text-decoration:underline;
}

#contentwrapper {
	margin: 30px 0 0 250px;
}

#contentright {
	text-align: center;
	float: right;
	padding: 0 25px 10px 15px;
	/*background-color:#FF0000;*/
}

#contentleft {
	width: 400px;
	float:left;
	padding: 0 15px 10px 25px;
}

#footer {
	width: 920px;
	padding-right: 30px;
	padding-bottom: 25px;
	text-align: right;
	clear:both;
}

#footer p {
	font-size: 0.95em;
	font-weight: normal;
}

#footer a {
	color: #9A0934;
	font-variant: small-caps;
	text-decoration: none;
}

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

#map {
	width: 400px;
	height: 300px;
	margin-bottom: 1em;
}

/* Style for wrapping text around an image */
.floatimgleft {
	float:left;
	margin: 0 10px 10px 0;

} 

.floatimgright
{
	float: right;
	margin: 0 0 10px 10px;
}

.floatlistleft {
	width:190px;
	float:left;
	margin: 0 10px 10px 0;
	list-style: url(images/bullet.gif) none outside;

} 

.floatlistright {
	width:190px;
	float: right;
	margin: 0 0 10px 10px;
	list-style: url(images/bullet.gif) none outside;
}

.floatdivleft {
	float:left;
	margin: 0 10px 10px 0;

}

.floatdivright {
	float: right;
	margin: 0 0 10px 10px;
}

/* ----------------------------------------------------------------------------- */
/* CSS FOR ACCESSIBILITY */
.skiplink {display:none} 
