/* CSS Document */

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

body {
	background-image: url(../images/backgrnd.gif); 
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;						/* To align panel in IE5 */
}

#outer, #sidebar, #content { background-color:#FFF; }
#outer, #sidebar, #content { color: #000; }

/***************************************************************************************/
/*  MAIN OUTER PANEL
/***************************************************************************************/

#outer{
	margin:20px auto;
	width: 750px;		
	border-top: 2px solid #FFF;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	border-left: 2px solid #FFF;
}

/***************************************************************************************/
/*  TOP BANNER
/***************************************************************************************/

#banner {
	width: 750px;
	height: 125px;
	background-image: url(../images/topban.jpg);
	background-repeat: no-repeat;
}

/***************************************************************************************/
/*  TOP STRAP LINE (Business Name and Location)
/***************************************************************************************/

#topstrap {
	width: 750px;
	height: 20px;
	background-image: url(../images/topgrad.gif);
	text-align: center;
	border-top: 1px solid #099;
	border-bottom: 1px solid #0CC;
}

#topstrap p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

/***************************************************************************************/
/*  LEFT SIDEBAR (logo or image)
/***************************************************************************************/

#sidebar {
	float: left;
	width: 180px;  
	text-align: center;
}

#sidebar .image {
	margin: 25px 0 0 0;
	border: 0px none;
}

/***************************************************************************************/
/*  NAVIGATION BAR WITHIN MAIN CONTENT PANEL
/***************************************************************************************/

#nav {
	text-align: left;
	padding: 18px 0 9px 0;
	margin: 0 20px 0 0;
	border-bottom: #600 1px solid;
}

#nav ul li {
	display: inline; 
	font-size: 11px;
}

#nav ul li a, #nav ul li a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	background-color: #FFF;
}

#nav ul li a:hover, #nav ul li a:focus{
	color: #FF3300;
	background-color: #FFF;
}
	
/***************************************************************************************/
/*  PAGE FOOTER
/***************************************************************************************/
	
#footer{
	clear: both;
	border-top: 1px solid #0CC;
	background-image: url(../images/botgrad.gif);
	width: 750px;
	height: 30px;
	text-align: center;
}

#footer p {
	font-size: 11px;
	font-weight: bold;
	color: #203E44;
	background-color: transparent;
	padding: 9px 0 0 0;
	margin: 0;
}

#footer a, #footer a:visited {
	color: #175153;
	background-color: transparent;
	text-decoration: none;
}

#footer a:hover, #footer a:focus{
	color: #CC00CC;
	background-color: transparent;
}

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

#content {
	background-color: #FFF;
	float: right;
	padding: 0 20px 20px 0;
	margin: 0;
	width: 550px;		
	text-align: left;
}

#content p {
	font-size: 13px;
	margin: 9px 0 9px 0;
	text-align: justify;
}

#content h1 {
	color: #009999;
	background-color: #FFF;
	font-size: 18px;
	margin: 24px 0 9px 0;
	text-align: left;
}

#content h2 {
	color: #009999;
	background-color: #FFF;
	font-size: 16px;
	font-weight: bold;
	margin: 18px 0 9px 0;
	text-align: left;
}

#content li { font-size: 13px; }

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

#content a {
	color: #903;
	background-color: #FFF;
	text-decoration: none;
}

#content a:visited { 
	color: #906; 
	background-color: #FFF;
}

#content a:hover, #content a:active, #content a:focus { 
	color: #F0C;
	background-color: #FFF;
}

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

#content IMG {
	border-top: 1px ridge #A7A7A7;
	border-right: 1px ridge Black;
	border-bottom: 1px ridge Black;
	border-left: 1px ridge #A7A7A7;
	margin-bottom: 12px;
}

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

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

#content .noborder {
	border: 0px none; 
}
	
#content IMG.thumbnail {
		padding: 0px;
		margin: 3px;
}	
/***************************************************************************************/
/*  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; }

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

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

/***************************************************************************************/
/*  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 .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 .mb18  { margin-bottom: 18px; }
#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 .w15 { width: 15px;}

/***************************************************************************************/
/*  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; } 

/***************************************************************************************/
/*  TABLES
/***************************************************************************************/

#content table {
	text-align: center;
	width: 100%;
}

#content table.rates {
	margin-top: 18px;
	margin-bottom: 18px;
	border: 1px solid #339999;
}
	
#content tr.header {
	color: #000;
	background-color: #33CCCC;
}
	
#content tr {
	color: #000;
	background-color: #E3F4F5;
}	

#content td {
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
/*	border: 1px solid Black; */
}	


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

#content ul { margin: 0px 0 0px 25px; }
	
#content li {
	list-style-image: url(../images/bullet.gif);
	margin: 2px 0 2px 0;
}

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

#content form {
	background-color: #c6feff;  
	border-right: 				1px solid #CCC;
	border-bottom: 			1px solid #CCC; 
	margin: 						12px 0 12px 0; 
	padding: 					10px;
}

#content form p {
  	clear: 						both;
	padding-top:				0px;
	padding-bottom:				0px;
	text-align: 				left;
}

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

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

#content form .trpbot {
	visibility: 				hidden;
	width:						20px;
}

textarea {
	font-family: 				Arial, Helvetica, sans-serif;
}

#content .fc-red4 {
	color:						red;
}

#content .f11 {
	font-size:					11px;
}

.w50  		{ width: 50px;     }
.w85 			{ width: 85px;    }
.w150 		{ width: 150px;    }
.w350 		{ width: 350px;    }

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

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

#content hr {
	background-color: #00BA6A;
	color: #00BA6B;
	border-color: #00BA6C;  /*Required for Firefox */ 
	border: 0px none; 
	height: 1px;
	text-align: center;
	width: 60%;
	margin: 0 auto 9px auto;
}

#content .seo {
	border: none;
	padding: 0px;
	margin: 0px;
}

.version {
	font-size: 7px;
	margin-top: 18px;
	text-align: center;
}

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

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

/***************************************************************************************/
/*  PHOTO ENLARGEMENTS
/***************************************************************************************/

#photos {
	float: left; 
	width: 615px;
	text-align: center;
	padding-bottom: 10px;
}

#photos img { border: 1px solid #069; }

#photos p {
	text-align: center;
	margin: 6px 0 6px 0;
}

