@charset "UTF-8";
/* CSS Document */

/* Globals */
* {
	padding:0;
	margin:0;
}
*:focus {
	outline:none;
}
.clearFloats {
	clear:both;
}
/* Page Setup */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 16px;
	text-align: justify;
	background: url(../images/back.jpg) repeat-x top left #FFF;
}
a {
	text-decoration: none;
	color: #157;
	border-bottom: dotted #157 1px;
	background: #FFF;
}
a:hover {
	border-bottom: solid #157 1px;
}
h1 {
	display: none;
}
h2 {
	font-weight: lighter;
	padding: 5px;
	color: #2AD;
}
img {
	border: #000 1px solid;
}
#container {
	width: 770px;
	min-height: 500px;
	margin: 0 auto;
}
#logo {
	width: 320px;
	height: 70px;
	position: absolute;
	top: 20px;
	left: 10px;
	background: url(../images/logo.png) no-repeat;
	z-index: 1000;
}
#toplinks {
	width: 765px;
	padding: 0 5px 0 0;
}
#toplinks a {
	width: 200px;
	height: 38px;
	background: url(../images/toplinks.png) no-repeat 0 -10px;
	float: right;
	text-align: center;
	text-decoration: none;
	font-style: italic;	
	font-size: 20px;
	color:#FF0;
	border: none;
}
#toplinks a:hover {
	background: url(../images/toplinks.png) no-repeat;
	border: none;
}
/* content*/
#content {
	width: 750px;
	margin: 70px 0 0;
	padding: 35px 10px 0;
}
ul.menu {
	float: right;
	height: 150px;
	background: #2AD;
}
li.menu,
a.menu {
	background: #2AD;
	border: #000 solid 1px;
	text-align: right;
	display: block;
	color: #FFF;
	width: 200px;
	margin: 0 5px 0;
}
a.menu {
	text-decoration: none;
	border-left: #FF0 solid 5px;
	background: url(../images/toplinks.png) no-repeat 0 -10px;
	padding: 2px 0;
}
a.menu:hover,
a.menu:focus,
a.menu:active {
	color: #FF0;
	border-left: #FF0 solid 10px;
} 
#menuItem {
	background: #333;
	width: 200px;
	overflow: visible;
}
#infobox,
#infobox2 {
	float: left;
	width: 230px;
	height: 150px;
	cursor: pointer;
	padding: 10px;
}
#infobox {
	background: url(../images/infobox.png) no-repeat;
	margin-left: 11px;
}
#infobox2 {
	background: url(../images/infobox2.png) no-repeat;
}
#infobox h2,
#infobox2 h2 {
	padding: 0;
	color: #000;
}
#picbox {
	float: right;
	border: solid 1px;
	margin: 0 0 5px 5px;
	padding: 5px;
	text-align: center;
	background: url(../images/picbox.png) repeat;
}
#picbox p {
	font-style: italic;
	color: #AAA;
}
#footer {
	border-top: #000 1px solid;
	background:#666;
	min-height: 100px;
}
#footer p {
	font-size: 14px;
	color: #FFF;
}
#footertop {
	min-height: 82px;
	width: 100%;
	border-top: #999 1px solid;
	background: #555;
}
#footertopdrop {
	height: 20px;
	width: 100%;
	border-top: #000 1px solid;
	background:#666 url(../images/footer.png) no-repeat center;
}
#footertype {
	width: 770px;
	margin: auto;
}
#footeraddress {
	float: left;
	margin: 2px;
	width: auto;
}
/*Contact Form */
#contact {
	width: 450px;
}
.formright {
	float: left;
	width: 250px;
}
.formleft {
	float: left;
	text-align: right;
	width: 150px;
}
input,
textarea,
input.submit,
input.button {
	margin: 2px;
	padding: 5px;
	font-size: 16px;
	border: #000 solid 2px;
	background: #EEE;
}
input:focus,
textarea:focus {
	border: #2AD solid 2px;
}
input:hover,
textarea:hover {
	border: #FF0 solid 2px;
}
input.submit,
input.button {
	cursor: pointer;
}
input.submit:hover,
input.button:hover {
	background-position: 0% 0%;
	border: #FF0 solid 2px;
	color: #2AD;
}
/* Google stuff */
#search {
	width: 770px;
	margin: auto;
}
.gs-title a,
.gsc-trailing-more-results a {
	color:#157 !important;
}
.gs-snippet {
	color: #FFF;
}
.gs-visibleUrl {
	color: #FFF !important;
	font-weight: bold;
}
.gsc-tabsArea {
	background: #FFF;
}