/* CSS Document */

body,div,dl,dt,dd,h3,h2,h3,h4,h5,h6,pre,form,fieldset,input,img,textarea,blockquote,th,td,strong,p {  
	margin:0; 
	padding:0; 
}

html {
	width: 100%;
	height: 100%;
}

body {
	padding: 0;
	margin: 0;
	border:  0;
	width: 100%;
	height: 100%;
	color: #EAAB00;
	font-size: 11px;
	line-height: 18px;
	font-family: "Times New Roman", Times, serif;
}

#sitewrapper {
	width: 800px;
	height: 100%;
}

#menuwrapper {
	width: 400px;
	height: 320px;
	
	position: fixed;
	top: -250px;
	left: 400px;
	
	z-index: 10000;
}

#menuwrapperbg {
	width: 400px;
	height: 250px;
	
	background-color: #FFF;
}

#menu {
	width: 300px;
	height: 149px;
	border: 0;
	margin: 50px;
	padding: 0;
	float: left;
	border-bottom: 1px solid #EAAB00;
}

.menucolumn150 {
	width: 150px;
	border: 0;
	margin: 0;
	padding: 0;
	float: left;
}

#menuwrapper ul {
	width: 150px;
	
	margin: 0;
	padding: 0;
	border: 0;
	
	list-style: none;
}

#menuwrapper ul li {
	width: 150px;
	
	color: #777;
	font-size: 11px;
	line-height: 14px;
	
	margin: 0;
	padding: 0;
	border: 0;
}

.menuheading {
	width: 150px;
	
	color: #000;
	font-size: 9px;
	font-weight: bold;
	font-style:italic;
	line-height: 11px;
	
	margin: 0;
	padding: 0;
	border: 0;
}

#menuwrapper ul li a {
	color: #777;
	
	margin: 0;
	padding: 0;
	border: 0;
	
	text-decoration: none;
}

#menuwrapper ul li a:hover  {
	color: #EAAB00;
	
	margin: 0;
	padding: 0;
	border: 0;
	
	text-decoration: none;
}

.column160 {
	width: 160px;
	height: 360px;
	border: 0;
	margin: 0;
	padding: 20px;
	float: left;
}

.column200 {
	width: 200px;
	height: 400px;
	border: 0;
	margin: 0;
	padding: 0px;
	margin-top: 20px;
	float: left;
	
	background: #FFF;
	background-image: url(../images/footerpinline.gif);
	background-position: 0 379px;
	background-repeat: repeat-x;
}

.column200 img {
	margin-bottom: 20px;
}

.column200 h3 {
	padding: 0 20px;
}

.column200 p {
	padding: 0 20px 10px 20px;
}

.column300 {
	width: 300px;
	height: 299px;
	border: 0;
	margin: 50px;
	padding: 0;
	float: left;
	border-bottom: 1px solid #EAAB00;
}

.column400 {
	width: 400px;
	border: 0;
	margin: 0;
	padding: 0;
	float: left;
}

.column400BG {
	width: 300px;
	height: 300px;
	border: 0;
	margin: 0;
	padding: 50px;
	float: left;
	color: #FFF;
	background-image: url(../images/matthewhaynes5.jpg);
}

.column400BG p {
	padding: 0;
}


.column800 {
	width: 800px;
	height: 400px;
	
	border: 0;
	margin: 20px 0 0 0;
	padding: 0;
	
	float: left;
	
	background: #FFF;
}

.columnfeature800 {
	width: 800px;
	height: 420px;
	
	border: 0;
	margin: 0;
	padding: 0;
	
	float: left;
}

.column800clear {
	width: 800px;
	height: 400px;
	
	border: 0;
	margin: 20px 0 0 0;
	padding: 0;
	
	float: left;
}

.column800first {
	width: 700px;
	height: 300px;
	
	border: 0;
	margin: 0;
	padding: 50px;
	
	float: left;
}

.column800last{
	width: 800px;
	height: 400px;
	
	border: 0;
	margin: 0;
	padding: 0;
	
	float: left;
}

.top {
	width: 50px;
	height: 50px;
	
	border: 0;
	margin: 20px 20px 0 0;
	padding: 0;
	
	color: #FFF;	
	font-size:14px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	
	background-color: #EAAB00;
	
	float: right;
}

.top a:link {
	color: #FFF;
	text-decoration: none;
}

.top a:visited {
	color: #FFF;
	text-decoration: none;
}

.top a:active {
	color: #FFF;
	text-decoration: none;
}

.top a:hover {
	color: #000;
	text-decoration: none;
}

#menuwrapper:hover .top {
	color: #000;
	text-decoration: none;
}

.columntext {
	width: 700px;
	height: 300px;
	
	border: 0;
	margin: 0;
	padding: 50px;
	padding-top: 70px;
	
	float: left;
}

.featured span {
	display: none;
}

.show_hide {
	display:none;
}

.img160 {
	margin: 0;
	padding: 20px 0;
	border: 0;
	border-top: 1px solid #EAAB00;
}

.img200 {
	margin: 0;
	padding: 0 0 20px 0;
	border: 0;
	border-bottom : 1px solid #EAAB00;
}










.backgroundcolour222 {
	background-color: #222;
}

.backgroundcolourFFF {
	background-color: #FFF;
}

.borderbottomcolourEAAB00 {

	border: #399 20px;
}

.caramel {
	color: #EAAB00;
}

.white {
	color: #FFF;
}

.white a:link {
	color: #FFF;
}

.white a:visited {
	color: #FFF;
}

.white a:link {
	color: #FFF;
}

.white a:hover {
	color: #000;
}

.black {
	color: #000;
}
