/***************************************************************************************/
/*  TobagoBeachHouse.com - CSS layout 
/***************************************************************************************/

html, body, p, h1, h2, h3, h4, h5, h6, ul, li, ol, form, fieldset, table, tr, td, img, hr {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top; 
}
	
body {
	background-color: #FFE4E1;
	background-image: url(../images/backgrnd.jpg);
	color: #00003D; 
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 13px;
}

/***************************************************************************************/
/*  MAIN DIVS
/***************************************************************************************/

#outer {
	background-color: #00003D;
	border-top: 3px solid #FFF;
	border-right: 3px solid #999;
	border-bottom: 3px solid #999;
	border-left: 3px solid #FFF; 
	line-height: 1px;
	margin: 15px auto 0 auto;
	width: 785px;
}

#topban {
	background-image: url(../images/topban.png);
	height: 127px;
	width: 785px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}

#topban p {
	background-color: transparent;
	color: White;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 9px;
	line-height: 11px;
	margin: 0px;
	padding: 95px 8px 0 0;
	text-transform: uppercase;
}

#bottom {
	clear: right;
	background-color: #036;
	background-image: url(../images/botban.gif);
	background-position: top;
	background-repeat: repeat-x; 
	border-bottom: 6px solid #00003D;
	color: White;
	height: 90px;
	padding-top: 25px;
	text-align: center;
}

/***************************************************************************************/
/*  NAVIGATION BAR
/***************************************************************************************/

#home  			a#homenav,
#about			a#aboutnav,
#news			a#newsnav,
#help			a#helpnav,
#donations		a#donationsnav,
#funding		a#fundingnav,
#pets			a#petsnav,
#contact		a#contactnav {
	background-color: #003366;
	color: #FFAE44; 
} 

#navbar {
	background-color: #036;
	border-left:  8px solid #00003D;
	border-right: 8px solid #00003D;
	line-height: 18px;
	text-align: center;
	width: 769px;
}

#navbar ul.nav, #navbar li.nav {
	list-style: none;
	padding-top: 12px;
}

#navbar a, #navbar a:visited {
	background-color: transparent;
	color: White;
	font-weight: bold; 
	font-size: 14px;
	text-decoration: none;
}
	
#navbar a:hover, #navbar a:active, #navbar a:focus{
	background-color: transparent;
	color: Fuchsia;
}	

#navbar .logo {
	margin-top:		50px;
}

#navbar img.nav {
	border: none;
	padding-top: 60px;
}

/***************************************************************************************/
/*  MAIN CONTENT
/***************************************************************************************/

#content {
	background-color: White;
	border-left: 1px solid Black;
	color: #000159;
	float: right;
	line-height: 18px;
	padding: 0 18px 18px 20px;
	text-align: justify;
	width: 550px;
}

#content p {
	text-align: justify;
	padding: 6px 0 6px 0;
}

#content h1 {
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	margin: 18px 0 18px 0;
}

#content h2 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 24px 0 3px 0;
}

/***************************************************************************************/
/*  HYPERLINKS	
/***************************************************************************************/

#content a {
	background-color: White;
	color: #CC00CC;
	font-weight: normal;
	text-decoration: none;
}

#content a:visited { color: #9933CC; font-weight: normal; }
#content a:hover, #content a:active, #content a:focus { color: #00CCFF;}


/***************************************************************************************/
/*  IMAGES
/***************************************************************************************/

#content img {
	border: 1px solid #00314A;
} 

#content .photoright {
	float: right;
	margin: 0 0 15px 15px;
}

#content .photoleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

#content .noborder {
	border: 0px none; 
}
	
/***************************************************************************************/
/*  FONTS
/***************************************************************************************/

#content .f09 { font-size: 9px;  }
#content .f10 { font-size: 10px; }
#content .f11 { font-size: 11px; }
#content .f12 { font-size: 12px; }
#content .f13 { font-size: 13px; }
#content .f14 { font-size: 14px; }
#content .f15 { font-size: 15px; }
#content .f16 { font-size: 16px; }
#content .f18 { font-size: 18px; }

#content .lh  { line-height: 1em; }
#content .lh2 { line-height: 1.2em; }

/***************************************************************************************/
/*  FORMATTING
/***************************************************************************************/

#content .bd { font-weight: bold;  }
#content .it { font-style: italic; }
#content .ul { text-decoration: underline; }

/***************************************************************************************/
/*  COLOURS
/***************************************************************************************/

#content .black  { color: #000; }
#content .blue   { color: #003F60; }
#content .red    { color: #F00; }
#content .white  { color: #FFF; }
#content .dblue  { color: #003F60; }

/***************************************************************************************/
/*  MARGINS
/***************************************************************************************/

#content .mt00  { margin-top: 0;     }
#content .mt03  { margin-top: 3px;   }
#content .mt06  { margin-top: 6px;   }
#content .mt09  { margin-top: 9px;   }
#content .mt12  { margin-top: 12px;  }
#content .mt18  { margin-top: 18px;  }
#content .mt24  { margin-top: 24px;  }
#content .mt30  { margin-top: 30px;  }
#content .mt36  { margin-top: 36px;  }
#content .mt50  { margin-top: 50px;  }
#content .mt100 { margin-top: 100px; }
#content .mt200 { margin-top: 200px; }

#content .mb00  { margin-bottom: 0;    }
#content .mb06  { margin-bottom: 6px;  }
#content .mb09  { margin-bottom: 9px;  }
#content .mb12  { margin-bottom: 12px; }
#content .mb24  { margin-bottom: 24px; }
#content .mb36  { margin-bottom: 36px; }

#content .ml10  { margin-left: 10px; }
#content .ml15  { margin-left: 15px; }
#content .ml25  { margin-left: 25px; }
#content .ml35  { margin-left: 35px; }
#content .ml50  { margin-left: 50px; }
#content .ml150 { margin-left: 150px; }


#content .w15 { width: 15px;}
.w300 { width: 300px; }

/***************************************************************************************/
/*  ALIGNMENT
/***************************************************************************************/

#content .centre {
	text-align: center;
	margin-left: auto;
	margin-right: auto; 
}

#content .ac { text-align: center; }
#content .al { text-align: left;   }
#content .ar { text-align: right;  }
#content .aj { text-align: justify;}

#content .vm { vertical-align: middle; }
#content .vt { vertical-align: top;    }
#content .vb { vertical-align: bottom; } 

/***************************************************************************************/
/*  LISTS
/***************************************************************************************/

#content ul, #content ol { margin: 0px 0 0px 25px; }
	
#content li {
	margin: 3px 0 3px 0;
}

/***************************************************************************************/
/*  ENQUIRY FORM
/***************************************************************************************/

#form {
	background-color: #FFECEA;
	margin: 18px 0 12px 0; 
	padding: 10px 20px 10px 20px;
	border: 3px double Silver;
}

#content form p {
	text-align: left;
}

#content form p label {
   display: inline;
   float: left;
   width: 150px;
   margin: 0;
   text-align: left;
   padding: 0 10px 0 0;
}

#content form p input, form p textarea, form p select {
   margin: 0;
   padding: 0;
}

/***************************************************************************************/
/*  MISCELLANEOUS
/***************************************************************************************/

.clearit {
	clear: both;
	height: 1px;
	overflow: hidden;				/* IE hack */
}

.clearleft {
	clear: left;
	height: 1px;
	overflow: hidden;
}

.clearright {
	clear: right;
	height: 1px;
	overflow: hidden;
}

hr {
	background-color: White;
	color: #039;
	height: 1px;
	margin-bottom: 0px;
	margin-top: 12px;
	width: 250px;
	text-align: center;
}

DIV .panel {
	background-color: #FFE7E5;
	border: 1px solid #FFADA2;
	color: #000000;
	margin: 18px auto 18px auto;
	padding: 15px;
}

.version {
	background-color: transparent;
	color: #000000;
	font-size: 8pt;
	margin-top: 18px;
	text-align: center;
}

#banner {
	background: #eef7ff;
	border:		1px solid silver;
	padding:		10px;
	width:		250px;
}

#banner p {
	text-align: center;
}

#banner a {
	background: 		transparent;
}

#banner.ac {
	margin-left: auto;
	margin-right: auto;		
}

p.seologo {
	border:						0px none;
	margin-top:					250px;
	text-align: 				center;
}

p.seologo img {
	border:						0px none;
	margin:						20px;
	vertical-align: 			middle;
}

.ac {
	text-align:					center;
}

