/* Tree menu cell */


/*bottom navigation*/
.bottomnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 3px;
	color: #ffffff;
}
.bottomnav a {
	color: #0099CC;
	text-decoration: none;
}
.bottomnav a:hover {
	color: #FF6600;
	text-decoration: none;
}

/*Search text*/
.search {
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: 12pt;
	color: #0066CC;
	text-decoration: none;
	}

.search a:link {
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: 12pt;
	color: #0066CC;
	text-decoration: none;
	}

.search a:hover {
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: 12pt;
	color: #EF9B39;
	text-decoration: none;
	}
	
.search a:visited {
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: 12pt;
	color: #000099;
	text-decoration: none;
	}	
	
	
/*contact details*/
.showcontact {
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: 12pt;
	color: #333333;
	

}
.showcontact a{
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: 12pt;
	color: #0262AC;
	font-weight: normal;
}
.showcontact a:hover{
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: 12pt;
	color: #EF9B39;
	font-weight: normal;
}

/*input boxes*/
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #EFEFEF;
	border: 1px solid #666666;
	color: #333333;
}

/*Main content cell*/
.content {
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: 12pt;
	color: #333333;
	text-decoration: none;

}

/*dividing cell*/
.divide {
}

/*******************  All below here copy to sped  ********************/
/*remove .content in sped*/
.content a {
	color: #FFFFFF;
	text-decoration: none;
}
.content a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.heading {
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: 17px;
	color: #CCCCCC;
}

/*Headings*/
/*h1 is also the page title*/
h1 {
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: 12pt;
	color: #333333;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #2D2B39;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #2D2B39;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2D2B39;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2D2B39;
}
h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2D2B39;
}

/*other general tags*/
/*make this same as .content, holds in tables etc*/
td { 
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: 12pt;
	color: #333333;
	text-decoration: none;
}
hr {
	color: #666666;
	background-color: #666666;
	height: 1px;
	width: 90%;
}
.tableborder {
	border: 1px solid #666666;
}

.imageborder {
	border: 1px solid #333333;
}
