/*



Design by Andrew Silk | doublehat.com

(C) Andrew Silk
http://www.doublehat.com

*/


table, td, th {
border:1px solid #72B929;
}

th {
background-color:#4690cd;
color:white;
}


body {

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

h1 {
	color: #72B929;
	font-size: 1.4em;
}

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

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

h4 {
	margin: 0;
	font-size: 1em;
	color: #72B929;
}

h5 {
	margin: 0;
	font-size: 1em;
	color: #000000;
}


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

.blue {
  color:#4690cd;

}

.green {
  color:#72B929;
}

a:link {
	border-bottom: 1px solid #CCCCCC;
	text-decoration: none;
	color:#4690cd;

}

a:visited {
	border-bottom: 1px solid #CCCCCC;
	text-decoration: none;
	color:#4690cd;
}

a:hover {
	border: none;
}

img {
	border: none;
}

ul{
	list-style-image: url('../images/Bullet.jpg');

}

/* Header */

#header {
	width: 960px;
	height: 176px;
	margin: 0 auto;
	background: url(images/Header.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: 960px;
	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 #FFFFFF;
}

#menu a:hover, #menu .active a {
	background: url(../images/MenuActive.jpg);
	color: #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
}

/* Content */

#content {
	width: 960px;
	margin: 0 auto;
	background: #FFFFFF;
}

#colRight {
	float: right;
	width: 270px;
	margin:25px 25px 0px 0px; 
	padding: 10px 30px 10px 30px;
	border: 2px outset #498fcb;


}



#colLeft {
	float: left;
	width: 547px;
	padding: 10px 10px 0px 40px;

}

#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: 960px;

	margin: 0 auto;

	padding: 10px 0;

	background: #FFFFFF url(images/Footer.jpg) repeat-x;

	font-size: smaller;

	text-align:center;

}

#footerMenu ul {

	margin: 0;

	padding: 0;

	list-style: none;

}



#footerMenu li {

	display: inline;

}



#footerMenu a {

/*	display: block;*/
/*	float:none;*/
	padding: 9px 15px 0px 15px;
	border: none;

}




#footer * {

	color: #666666;

}