body {
	background-color: #FFFFFF;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	background-image:  url("../img/bkgrd_2.jpg");
	background-position:50%;
	background-repeat:repeat-y;
}
body, td, p, input, select, textarea, div {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #555555;
	line-height: 15px;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
	}

/* TOP NAV BAR */
#topNav tr.navBg {
	background-image: url("../img/nav_bg.gif");
	background-repeat: repeat-x;
}
#topNav td { 
	font-size: 10px;
	color: #000000;
	height: 30px;
	}
#topNav td.navStay { color: #00adef; }

#topNav a {
font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	line-height:25px;
	padding: 5px 6px 3px 6px;
	text-transform:uppercase;
	}

#topNav a:hover {
font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	background-color:#e6e6e6;
	
}

/* BOTTOM BAR */
#bottomNav td {
	font-size: 9px;
	color: #666666;
	font-family:Arial, Helvetica, sans-serif;
}
#bottomNav td.navStay { color: #000000; }
#bottomNav a {
	font-size: 9px;
	color: #666666;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
}

#bottomNav a:hover {
	font-size: 9px;
	color: ##00adef;
	text-decoration: underline;
}

/* BACKGROUND COLOURS */
.colorBGLt { background-color: #FFFFFF; }
.colorBGMed { background-color: #e6e6e6; }
.colorBGDk { background-color: #dadada; }
.colorAccent { background-color: #00adef; } /* TAG NOT USED IN SITE - Reference for acccent colour */

hr {
	color: #00adef; /* same as colorBGDk */
	height: 1px;
}

h3 {
	color: #00adef; /* same as colorAccent */
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 6px 0px;
}


#contentLeft th {
	font-size: 12px;
	text-align: left;
	padding: 5px 20px 5px 20px;
}
#contentLeft td { 
	padding: 10px 20px 20px 20px;
	}

#contentLeft h2 {
	font-size: 16px;
	text-align: left;
	color:#00adef;
	margin: 0px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#contentLeft h3 {
	font-size: 16px;
	text-align: left;
	color:#ffffff;
	margin: 0px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}


#contentMain th {
	font-size: 12px;
	text-align: left;
	padding: 5px 20px 5px 20px;
}
#contentMain td { 
	padding: 0 20px 20px 20px;
	/*border-left: #999999 1px dotted;*/
	}
	
#contentMain h1 {
	font-size: 16px;
	text-align: left;
	color:#00adef;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#contentFeature th {
	background-color: #e6e6e6; /* same as colorBGMed */
	font-size: 12px;
	text-align: left;
	padding: 5px 20px 5px 20px;
}
#contentFeature td {
	padding: 20px;
}
#contentFeature h2 {
	font-size: 14px;
	text-align: left;
	color: #00adef; /* same as colorBGDk */
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#contentFeature h3 {
	font-size: 14px;
	text-align: left;
	color: #ffffff; /* same as colorBGDk */
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#placement td {
	padding: 0px;
}

a:link {
	font-size: 12px;
	line-height: 15px;
	color: #00adef;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	line-height: 15px;
	color: #00adef;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	line-height: 15px;
	color: #00adef;
	text-decoration: underline;
}


/* Spacing and alignment for image tags */
.imgTL {
	margin: 0px 8px 3px 0px;
	float: left;
}
.imgTR {
	margin: 0px 0px 3px 8px;
	float: right;
}
.imgBL {
	margin: 3px 8px 3px 0px;
	float: left;
}
.imgBR {
	margin: 3px 0px 3px 8px;
	float: right;
}
.testimonials {
	color:#777777;
	padding: 10px;
	border: 1px dotted #999999;
	margin-top: 10px;
	}

/*RECENT POSTS*/
#recentpost ul {
margin-left:1.5em;
padding-left: 0;
}

#recentpost li {
margin:0;
padding:0;
}

