html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
	background: #000;
	font-size: 62.5%;
	line-height: 1;
	color: black;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {	
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

.right {
	float: right;
	clear: right;
}

img.right {
	margin-bottom: 1em;
}

#header,
#nav,
#wrapper,
.content,
#footer {
	width: 930px;
	margin: 0 auto;
}

#header {
	background: #2e2e00 url('images/header.bg.jpg') no-repeat scroll top right;
	height: 150px;
}

#header span {
	display: block;
	margin: 0 0 0  20px;
	padding-top: 33px;
}

#header span a {
	background: url(images/logo.png) no-repeat;
	display: block;
	height: 104px;
	overflow: hidden;
	text-indent: -1234px;
	width: 280px;
}

#header.home {
	height: 274px;
}

#nav {
	background: #993333;
	border: 1px solid #ffcc66;
	height: 34px;
	overflow: hidden;
	width: 928px;
}

#nav ul {
	overflow: hidden;
	margin: 7px auto;
	width: 824px;
}

#nav ul li {
	background: url(images/star.png) no-repeat scroll center right;
	color: white;
	float: left;
	height: 23px;
	margin: 0 auto;
	padding-right: 18px;
	width: auto;
}

#nav ul li a {
	background: url(images/nav.png) no-repeat scroll top left;
	display: block;
	height: 23px;
	text-indent: -1234px;
	overflow: hidden;
	width: 100px;
}

#nav ul li.last {
	padding-right: 0;
}

#nav ul li#about a {
	width: 107px;
}

#nav ul li#about.s a,
#nav ul li#about a:hover {
	width: 107px;
	background-position: 0 -23px;
}

#nav ul li#experience a {
	background-position: -122px 0;
	width: 181px;
}

#nav ul li#experience.s a,
#nav ul li#experience a:hover {
	background-position: -122px -23px;
}

#nav ul li#services a {
	background-position: -315px 0;
	width: 151px;
}

#nav ul li#services.s a,
#nav ul li#services a:hover {
	background-position: -315px -23px;
}

#nav ul li#barbados a {
	background-position: -480px 0;
	width: 180px;
}

#nav ul li#barbados.s a,
#nav ul li#barbados a:hover {
	background-position: -480px -23px;
	width: 180px;
}

#nav ul li#contact a {
	background-position: -674px 0px;
	width: 133px;
}

#nav ul li#contact.s a,
#nav ul li#contact a:hover {
	background-position: -674px -23px;
}

#wrapper {
	background: #fff;
	overflow: hidden;
}

.content {
	background: #fff;
	border: 1px solid #ffcc66;
	margin: 5px;
	min-height: 400px;
	width: 912px;
}

.content .body {
	margin: 0 30px 30px;
	overflow: hidden;
	font-family: Verdana,  "Lucida Grande", Lucida, sans-serif;
}

.content .body h3 {
	color: #993333;
	font: 2em Verdana,  "Lucida Grande", Lucida, sans-serif;
	font-weight: bold;
}

.content .body p {
	font-size: 1.3em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
	width: 600px;
	text-align: justify;
}

.content .body ul {
	font-size: 1.3em;
	line-height: 1.5em;
	margin-bottom: 1em;
	width: 600px;
}

.content .body ul.bullets {
	list-style-type: disc;
	margin-left: 20px;
;
}

.content h2 {
	display: block;
	overflow: hidden;
	margin: 40px 0 0 30px;
	text-indent: -12345px;
	margin-bottom: 2em;
}

.black {
	background: #000;
	border: 0;
	margin: 0 auto;
	text-align: center;
	width: auto;
}

.black img {
	margin: 75px;
}

#wrapper .black {
	border: 0;
	margin: 0;
}

#about h2 {
	background: url('images/about.title.png') no-repeat scroll top left;
	width: 350px;
	height: 48px;
}

#experience h2 {
	background: url('images/experience.title.png') no-repeat scroll top left;
	width: 611px;
	height: 48px;
}

#services h2 {
	background: url('images/services.title.png') no-repeat scroll top left;
	width: 506px;
	height: 48px;
}

#barbados h2 {
	background: url('images/barbados.title.png') no-repeat scroll top left;
	width: 596px;
	height: 47px;
}

#contact h2 {
	background: url('images/contact.title.png') no-repeat scroll top left;
	width: 439px;
	height: 48px;
}

#footer {
	border-top: 1px solid #993333;
	color: #fff;
	font-size: 1.4em;
	margin-top: 12px;
	padding-top: 6px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}

#footer strong {
	font-weight: bold;
}