@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	background-image: url(../images/bg-body.jpg);
	background-repeat: repeat-x;
	background-color: #c0bfbf;
}
div#wrapper {
	position: relative;
	margin: auto;
	width: 1021px;
}
div#slideshow {
	position: absolute;
	top: 25px;
	right: 0px;
	width: 488px;
	height: 354px;
	z-index: 1;
}
div#hexagon {
	position: absolute;
	top: 25px;
	right: 0px;
	width: 376px;
	height: 259px;
	z-index: 1;
}
div#leftColumn {
	position: relative;
	float: left;
	width: 214px;
}
#leftColumn img {
	border: none;
}
div#promo {
	position: relative;
	margin: auto;
	background-image: url(../images/bg-promo.png);
	width: 187px;
	height: 163px;
}
div#rightColumn {
	position: relative;
	float: right;
	width: 807px;
	background-image: url(../images/bg-top.jpg);
	background-repeat: no-repeat;
}
div#rightColumn2 {
	position: relative;
	float: right;
	width: 807px;
	background-image: url(../images/bg-top2.jpg);
	background-repeat: no-repeat;
}
div#rightColumn3 {
	position: relative;
	float: right;
	width: 807px;
	background-image: url(../images/bg-top3.jpg);
	background-repeat: no-repeat;
}
div#topNav {
	position: absolute;
	top: 90px;
	right: 385px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #333;
	z-index: 2;
}
#topNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#topNav ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}
#topNav ul li a {
	text-decoration: none;
	color: #333;
}
#topNav ul li a:hover {
	text-decoration: underline;
}
div#contentHome {
	position: relative;
	width: 718px;
	margin: 200px 0 0 15px;
	background-color: #fff;
	border: 2px solid #d8d9da;
}
div#content {
	position: relative;
	width: 718px;
	border: 2px solid #d8d9da;
	margin: 155px 0 0 15px;
	background-color: #fff;
}
div#contentLeft {
	width: 400px;
	float: left;
	position: relative;
	left: 40px;
	margin-top: 40px;
}
#contentLeft h1 {
	margin: 0 0 20px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #ee3124;
}
#contentLeft h2 {
	margin: 10px 0 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #444;
}
#contentLeft h3 {
	margin: 10px 0 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #444;
}
#contentLeft p {
	margin: 10px 0 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #333;
}
#contentLeft ul {
	margin: 10px 0 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #464646;
}
#contentLeft a {
	color: #333;
}
div#contentRight {
	width: 228px;
	float: right;
	display: inline;
	position: relative;
	right: 30px;
	margin-top: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}
div#contentRightHome {
	width: 228px;
	float: right;
	display: inline;
	position: relative;
	right: 30px;
	margin-top: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}
div#googleSearch {
	background-image: url(../images/bg-search.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
}
div#blogFeed {
	background-image: url(../images/bg-blog_feed.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
}
#blogFeed h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin: 0 0 10px 0;
	padding-top: 3px;
	color: #333;
}
div#contentResults {
	width: 650px;
	float: left;
	position: relative;
	left: 40px;
	margin-top: 40px;
}
#contentResults h1 {
	margin: 0 0 60px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #ee3124;
}
a.rss_title {
	color: #333;
	font-weight: bold;
}
.rss_date {
	font-size: .8em;
	margin-bottom: 5px;
}
div#form1 {
	width: 400px;
}
#form1 form, fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
#form1 input, select, textarea {
	width: 190px;
	margin-bottom: 5px;
	margin-right: 10px;
}
#form1 label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #464646;
}
div#footer {
	position: relative;
	width: 718px;
	margin: 20px 0 0 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #666;
	text-align: center;
}
#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}
#footer a {
	text-decoration: none;
	color: #666;
}
#footer a:hover {
	text-decoration: underline;
}