/* start reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end reset */

body {
	background-color:#C5D4DE;
	font-family:arial;
	}
#top_wrap {
	background-color:#FFFFFF;
	border-bottom:4px solid #0A1949;
	}
#top {
	margin:0px auto;
	width:910px;
	}
#top span {
	float:right;
	text-align:right;
	color:#666666;
	font-family:'Trebuchet MS';
	padding-top:10px;
	}
#top span li {
	padding:3px 0px;
	font-size:13px;
	}
.logo {
	padding:10px 0px 10px 10px;
	}
#main_wrap {
	background-image:url(images/mainbg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	}
#main {
	margin:0px auto;
	width:890px;
	background-color:#FFFFFF;
	border:1px solid #6776A5;
	padding:10px;
	background-image:url(images/contentbg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	}
#left {
	float:left;
	}
#nav {
	border:1px solid #D3D3D3;
	background-color:#FFFFFF;
	width:170px;
	padding:3px 3px 0px 3px;
	overflow:hidden;
	margin-bottom:5px;
	}
#nav li { border: 1px solid white; }
#nav a {
	display:block;
	font-size:18px;
	font-family:Georgia;
	font-style:italic;
	text-decoration:none;
	color:#999999;
	padding:7px 5px;
	border-right:5px solid #C5CBD8;
	margin:0px 0px 3px 0px;
	}
#nav a:hover {
	border-right:5px solid #3F519E;
	color:#3F519E;
	background-color:#F4F4F4;
	}
#placehold {
	background-color:#C5CBD8;
	height:227px;
	width:695px;
	overflow:hidden;
	}
#content {
	width:695px;
	min-height:540px;
	padding:0px;
	margin:0px;
	float:right;
	}
h1 {
	font-family:'Trebuchet MS';
	font-size:36px;
	color:#6776A5;
	padding:15px 0px 5px 0px;
	}
h2 {
	font-family:'Trebuchet MS';
	font-size:22px;
	color:#6776A5;
	padding:0px;
	}
h3 {
	font-family:'Trebuchet MS';
	font-size:14px;
	color:#6776A5;
	font-weight:bold;
	padding:0px 0px 3px 0px;
	}
p {
	font-size:14px;
	color:#666666;
	line-height:180%;
	padding:10px 0px;
	}
hr {
	border:none;
	border-bottom:1px solid #6776A5;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
.trilist li {
	width:222px;
	padding:13px 0px;
	float:left;
	font-size:14px;
	color:#666666;
	font-weight:bold;
	}
.clear {
	clear:both;
	}
#foot {
	width:890px;
	margin:0px auto;
	padding:5px;
	font-size:13px;
	font-family:'Trebuchet MS';
	color:#3F519E;
	}
#foot .right {
	float:right;
	}
#foot li {
	padding:2px 0px;
	}
#foot .left {
	float:left;
	}
#foot span a {
	color:#6776A5;
	text-decoration:none;
	font-size:14px;
	}
#foot span a:hover {
	color:#3F519E;
	text-decoration:underline;
	}
#box {
	background-color:#F4F4F4;
	border:2px solid #D3D3D3;
	padding:10px;
	}
.about {
	display:block;
	}
.about h2 {
	padding-top:60px;
	}
.about p {
	margin-left:183px;
	font-size:13px;
	}
.aboutpic {
	float:left;
	margin:5px 10px 10px 0px;
	}
.genlist {
	font-size:16px;
	}
.genlist li {
	padding:10px 0px;
	color:#666666;
	}
.genlist li a {
	text-decoration:none;
	color:#666666;
	padding:0px 0px 0px 10px;
	border-left:14px solid #C5CBD8;
	}
.genlist li a:hover {
	color:#000000;
	border-left:14px solid #3F519E;
	text-decoration:underline;
	}
.loclist {
	font-family:'Trebuchet MS';
	margin-bottom:10px;
	}
.loclist li {
	padding:3px 0px;
	font-size:14px;
	}
.loclist li b {
	color:#000000;
	}
.map {
	width:342px;
	height:370px;
	float:left;
	padding:0px;
	margin-top:20px;
	}
.form td {
	padding:5px;
	}
.form {
	font-size:14px;
	color:#666666;
	}
.form .adds {
	padding-left:20px;
	}
#content small {
	font-size:12px;
	}

 .recaptchatable .recaptcha_image_cell, #recaptcha_table {
   background-color:#EDEDED !important; //reCaptcha widget background color
 }
 
 #recaptcha_table {
   border-color: #EDEDED !important; //reCaptcha widget border color
 }
 
 #recaptcha_response_field {
   border-color: #EDEDED !important; //Text input field border color
   background-color:#EDEDED !important; //Text input field background color
 }


