/*
Design by Andrew Silk | doublehat.com
(C) Andrew Silk
http://www.doublehat.com
*/

body {
	margin: 20px 0;
	padding: 0;
	background: #75540d;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*background-image:url(images/Background.jpg);
	background-repeat:repeat-x;*/
}

h1 {
	color: #075f0f;
	font-size: 1.4em;
}

h2 {
	font-size: 1.2em;
	color:#983500;
}

h3 {
	margin: 0;
	font-size: 1em;
	color:#983500;
}

h4 {

	margin: 0;

	font-size: 1em;

	color: #075f0f;

}



h5 {

	margin: 0;

	font-size: 1em;

	color: #000000;

}

p, ul, ol, blockquote {
	margin-top: 0;

}

.blue {
  color:#983500;
}

.green {
  color:#075f0f;
}

a:link {
	text-decoration: none;
	color:#983500;
}

a:visited {
	text-decoration: none;
	color:#983500;
}

a:hover {
	border: none;
    color:#075f0f;
}
img {
	border: none;
}
ul{
	list-style-image: url('/images/Bullet.jpg');

}



/* Header */



#header {

	width: 700px;

	height: 172px;

	margin: 0 auto;

	background: url(images/DoubleHatHeaderFontLogoWtagLine2.jpg) no-repeat;

}



#header * {

	margin: 0;

	border: none;

	text-decoration: none;

	text-transform: lowercase;

	font-weight: normal;

	color: #FFFFFF;

}



#header h1 {

	float: left;

	padding: 140px 0 0 20px;

	font-size: 3em;

}



#header h2 {

	float: left;

	padding: 165px 0 0 3px;

	font-size: 1em;

}



/* Menu */



#menu {

	width: 700px;

	height: 41px;

	margin: 0 auto;

	background: #498fcb url(/images/Menu.jpg)

}



#menu ul {

	margin: 0;

	padding: 0;

	list-style: none;

}



#menu li {

	display: inline;

}



#menu a {

	display: block;

	float: left;

	height: 32px;

	padding: 9px 15px 0px 15px;

	text-decoration: none;

	font-size: 1.3em;

	font-weight: bold;

	color: #FFFFFF;

	border-bottom: 0px solid #e8daa9;

}



#menu a:hover, #menu .active a {

	background: url(/images/MenuActive.jpg);

	color: #FFFFFF;

	border-bottom: 0px solid #e8daa9;

}



/* Content */



#content {

	width: 700px;

	margin: 0 auto;

	background: #e8daa9;

}



#colRight {
	float: right;
	width: 220px;
	margin: 0px; 
	padding: 10px 0px 10px 0px;
}
#colRight li {
	
	
	
	}






#colLeft {

	float: left;

	width: 460px;

	padding: 0px 10px 0px 10px;



}



#reCaptcha{

}



#reCaptcha table, td, th {

border:none;

}



#reCaptcha th {

background-color:#ffffff;

}





#reCaptcha a:link {

	border: none;





}



#reCaptcha a:visited {

	border: none;



}





/* Footer */







#footer {

	width: 700px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	background: #e8daa9 url(/images/footerBackground.jpg) no-repeat bottom;
	font-size: smaller;
	text-align:center;

}

#footerMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#footerMenu li {
	display: inline;
}
#footerMenu a {
	padding: 0px 5px 0px 5px;
	border: none;
}

#footer * {
	color: #666666;

}
/*
#footerBottom {
	width: 700px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	background: #75540d url(/images/FooterBackground.jpg) no-repeat;
	
}*/