/* ------------------------------------------------------------
   Project: St Barts
   Type: CSS2
   Author: Lee Westwood
   Date: 22/04/2008
   Company: www.mmgraphix.co.uk
   ------------------------------------------------------------ */ 

body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

/* ------------------------------------------------------------
   Layout
   ------------------------------------------------------------ */ 

#wrapper {
	text-align: left;
	margin: auto auto;
	width: 919px;
	background: #000066;
	overflow: auto;
	padding-bottom: 10px
}
#header {
	width: 919px;
}
#content {
	width: 919px;
	border-bottom: solid 24px #849C4F;
	overflow: visible;
  padding-bottom: 0;
}
#left {
	width: 171px;
	/*background: url('../images/left.jpg') no-repeat;*/
	float: left;
  position: relative;
  bottom: 130px;
  right: 10px;
}
#text {
	width: 740px;
	background: url('../images/bg.jpg') repeat-y;
	float: left;
	margin: 0 0 5px 0;
	padding: 0px 0px 0px 0px;
}

#footer {
	background: url('../images/bottom.jpg');
  background-position: bottom left;
  margin: 0;
  padding: 0;
  font-size: 10px;
}
#right {
	width: 244px;
	float: right;
	background: url('../images/right.jpg') no-repeat;
}
/*-------------------------------------------------------------
  Form
  --------------------------------------------------------------*/
form {
padding: 4px;
margin-left: 15px;
margin-right: 25px;
}
label {
margin-left: 150px;
color: #000066;
padding: 0px 5px 15px 0px;
}
input[type="text"] {
width: 150px;
}
textarea {
width: 152px;
}
select {
width: 152px;
margin-left: 150px;
}	
input[type="submit"]{
margin-left: 150px;
}


/* ------------------------------------------------------------
   Typography
   ------------------------------------------------------------ */
#text h1 {
	font-size: 24px;
	color: #BF2121;
	padding: 0px 25px 0px 15px;
}
#text h2 {
	font-size: 18px;
	color: #BF2121;
	padding: 0px 25px 0px 15px;
}
#text h3 {
	font-size: 16px;
	color: #BF2121;
	padding: 0px 25px 0px 15px;
	margin-top: 0px;
}
#text ul {
	list-style: disc outside;
	margin-left: 15px;
	padding: 0px;
	font-size: 14px;
}
#text li {
	list-style: disc outside;
	margin-left: 20px;
	padding: 0px;
	font-size: 12px;
}
#text p {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding-left: 15px;
	padding-right: 10px;
}
/*
#text p a {
font-size: 12px;
color: #000000;
text-decoration: none;
}
*/
#text a:hover {
font-size: 12px;
color: #000000;
text-decoration: underline;
}
/* ----------------------------------------------------------
   Table
   ----------------------------------------------------------*/
table {
width: 450px;
margin-left: 20px;
margin-top: 0px;
text-align: center;

}
table th {
background-color: #849C4F;
text-align: center;
color: #FFFFFF;
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;

}
table td {
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
table p {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding-left: 15px;
	padding-right: 10px;
	text-align: center;
}

/* ------------------------------------------------------------
   Menu
   ------------------------------------------------------------ */

#menu {
	width: 150px;
	margin: 0px;
	padding: 0;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 36px;*/
}
#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#menu li {
	list-style: none;
	margin: 0px;
	padding: 0px;

}
#menu ul li a {
	color: #fff;
	text-decoration: none;
	display: block;
	font-size: 12px;
	padding: 0;
	margin:0px;
}

/* ------------------------------------------------------------
   Image
   ------------------------------------------------------------ */

.img {
	width: 222px;
	margin: 0px 0px 10px 10px;
	text-align: center;
}
.border {
	border: solid 2px #fff;
}
.borderBottom {
  border-bottom: solid 2px #fff;
}
.imgtext {
	width: 222px;
	height: 24px;
	/*background: url('../images/rightb.jpg') no-repeat;*/
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
}
.imgtext a {
	color: #fff;
	font-size: 15px;
	text-decoration: none;
}

img.one {
padding: 0px 10px 0px 100px;
}


DIV.largeNavContainer {
  margin: 0;
  padding: 0 0 0 190px;
  border-top: solid 2px #fff;
}
DIV.navImgChop {
  width: 130px;
  overflow: hidden;
  margin: 0 !important;
  padding:0 !important;
}
DIV.navigationContainer {
  background-color: #bf2120;
  /*
  border: solid 2px #fff;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;*/
  background-image: url('../images/header-nav-rounded.jpg');
  background-position: bottom left;
  text-align: center;
  padding: 0 2px 5px 2px;
  margin: 0 5px 0 0;
  width: 130px;
  white-space: nowrap;
  overflow: hidden;
  float: left;
}

DIV.navigationContainer DIV A, DIV.navigationContainer DIV A:VISITED {
  font-size: 11px;
  padding: 3px 5px;
  color: #fff;
  text-decoration: none;
}
DIV.clearBoth {
  clear:both;
  line-height: 1px;
  font-size:1px;
  padding:0;
  margin:0;
}
.noPadding { padding: 0 !important; }
.noMargin { margin: 0 !important; }
