body {
	background-image: url(images/background.gif);
	font-family: Arial, Helvetica, "Sans Serif";
	line-height: 150%;
	font-size: 11px;
	color: #666666;

	padding:0;
	margin:0;
	text-align:left;
	}

ul {	
	margin: 0;
	padding: 0;
	list-style: disc;
}

li {
	line-height: 15px;
	padding-left: 5px;
	margin-left: 15px;
	padding-top: 0px;
}

td {	
	text-align: center;
	font-size: 12px;
}

/* -- */
a, a:link, a:visited {
	color: #339999;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

table.contentpaneopen {
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpaneopen td {
	padding-right: 5px;
}

table.contentpaneopen td.componentheading, table.contentpane td.componentheading {
	padding-left: 4px;
}

table.contentpane {
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpaneopen fieldset {
	border: 0px;
	border-bottom: 1px solid #eee;
}

.button {
	font-size:11px;
	color:#666;
	font-weight:bold;
	background-color:#CCC;
	border-top: 1px solid #FFF;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #FFF;
}

.inputbox {
	padding: 2px;
	border:solid 1px #cccccc;
	background-color: #ffffff;
}

.componentheading {
	padding-top:10px;
}

.contentcolumn {
	padding-right: 5px;
}

.contentheading, .componentheading{
	height: 30px;
	color: #339999;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
}

.contentpagetitle {
	font-size: 13px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

table.searchintro td {
	font-weight: bold;
}

table.moduletable {
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

div.moduletable {
	padding: 0;
	margin-bottom: 2px;
}

table.moduletable th, div.moduletable h3 {
	color: #666666;
	text-align: left;
	padding-left: 4px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0 0 2px 0;
}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

table.pollstableborder td {
  padding: 2px;
}

.sectiontableheader {
  font-weight: bold;
  background: #f0f0f0;
  padding: 4px;
}

.sectiontableentry1 {
	background-color : #ffffff;
}

.sectiontableentry2 {
	background-color : #f9f9f9;
}

.small {
	color: #67676F;
	font-size: 9px;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 11px;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 11px;
}

table.contenttoc {
  border: 1px dotted #000;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {
  color: #666666;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

.highlight {
	background-color: Yellow;
	color: Blue;
	padding: 0;
}

form {
	margin: 0;
 	padding: 0;
}

span.article_seperator {
	display: block;
	height: 1.5em;
}



img {
	border:0;
	width: auto;
}

#container {
	border: 1px dotted #006666;
	margin: 18px auto;
	text-align:left;
	width:796px;
	background: #FFF;
	font-size: 11px;
	height: auto;
}
* html container { width:780px; w\idth:778px; }

#header .logo { padding:0px; float:left} 
#header .phone { margin: 45px 10px 0px; float:right}

#menucontainer { 
	clear:both;
}

#search {
  float: left;
	background-color: #FFF;	
	padding-left: 10px;
	width:205px;
}
* html #search { width: 215px; w\idth: 205px }

#search input {
	background-color:#DADEE1;
	border:none;
	font-size:9px;
	padding: 1px;
}
#search input.button {
	background: #FFF url(../images/orange_button.gif) center right no-repeat;
	padding-right:15px;
}

#imagecontainer {
	clear:both;
}

#flashpanel{
	float:left;
	border-right:5px solid #FFF;	
	padding-top: 5px;
	width:210px;
}
* html #flashpanel { width:215px; w\idth:210px }

#pageimg {
	float:left;
	position: relative;
	padding-top: 5px;
	height:215px;
	width:557px;
}

/* Central container CSS */
#centrecontainer {
	clear:both;
  background-color:#FFF;	
}

/* Centre Column CSS */
#content {
	float:left;
	padding:0;
	width:393px;
}
/* Centre Column CSS wihtout right content */
#content2 {
	float:left;
	padding:0;
	width:555px;
}

#innercontent {
	margin-top:5px;
	border: 1px solid #ccc;
	padding: 10px;
}

/* Left Column CSS */
#leftcol {
	float:left;
  width: 215px;          /* LC width */
  padding: 5px 0 0;      /* LC padding */
}
#leftcol img { margin: 0 0 5px 5px }

#rightcol {
	float:left;
  width: 170px;       	 /* RC width */
  padding: 0;				 	   /* RC padding */
}

.rightcontent {
	background-color:#EFF0F2;
	border: 1px solid #ccc;
	margin: 5px 5px 0;
	padding: 5px;
}
.rightcontent h1 {
	font-size:12px;
	font-weight:bold;
	color:#663333;
	margin:0;
	text-align:center;
	text-decoration: none;
}
.rightcontent p {
	text-align:center;
	margin: 0;
}


/* Footer CSS */
#footer {
  clear: both;
	text-align:center;
	color: #8D9192;
	font-weight:bold;
	padding: 10px;
}

/* Horizontal Menu CSS */

#menuback {
	float:right;
	position:relative;
	background-color: #88A7A7;
	margin:0;
	padding:0;
	width:563px;
	z-index:600;
}

#menu {
	clear:both;
	background: #88A7A7;
	float: left;
	margin:0;
	padding:0;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}
#menu ul li { width:80px; float:left; padding: 2px 0px;}

#menu a {
	font: bold 11px arial, helvetica, sans-serif;
	display: block;
	margin: 0;
	color: #FFF;
	text-decoration: none;
	background:#88A7A7;
	border-right: 1px solid #FFF;
	text-align: center;
}

#menu a:hover {
	color: #F57D2F;
}

#menu li {
	position: relative;
	margin:0;
	padding:0;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
}

#menu ul ul li { width:150px; padding:0; }
#menu ul ul li a { text-align:left; padding-left:10px; border:none; border-top: 1px solid #000; border-bottom: 1px solid #000}

#menu ul ul ul {
	top: 0;
	left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

.galleryheader { font-weight:bold }

ul.imgholder { margin:0; padding:0; list-style:none }
ul.imgholder li { margin:0; padding:0; }

.menu {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	color: #805F35; padding-bottom:16px;
}
.menusub {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #805F35; font-weight:bold;line-height:20px;
}

.menutext {
	font-family: Arial, Helvetica, sans-serif; line-height:20px;
	font-size: 11px;
	color: #666666;
}
