@charset "utf-8";

/* Default */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #008CCD url(images/img01.gif) repeat-x;
	font: 13px Tahoma, Geneva, sans-serif;
	color: #818181;
}

h1, h2 {
	margin: 0 0 20px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #3F3F3F;
}

h1 {
	letter-spacing: -2px;
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 11px;
}

p, ol, ul, dl {
	margin-top: 0;
	margin-bottom: 1.5em;
	line-height: 2;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

ul.standard {
	margin-left: 15px;
	list-style: disc;
}

ul li {
	margin-bottom: 10px;
}

ul.two-columns {
}

ul.two-columns li {
	float: left;
	width: 50%;
	margin: 0;
}

a {
	color: #629F00;
}

a:hover {
	text-decoration: none;
}

a.button {
	margin-top: 15px;
	display: block;
	padding: 10px;
	background: #54A100 url(images/img05.gif) repeat-x;
	border-bottom: 5px solid #D9D9D9;
	text-decoration: none;
	text-align: center;
	font: 16px/1 Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}

a img {
	border: 0;
}

.container {
	width: 900px;
	margin: 0 auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	margin: 0 auto;
}

img.alignleft {
}

img.alignright {
}

/* Thumbnail View */

.thumbnails {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1;
	overflow: hidden;
}

.thumbnails li {
	float: left;
	margin: 0;
	margin-bottom: 25px;
	text-align: center;
}

.thumbnails div {
	border: 1px solid #d7d7d7;
	padding: 4px;
	margin-bottom: 15px;
}

.thumbnails li.alt {
	margin-left: 25px;
}

.thumbnails li div a {
	display: block;
	width: 230px;
	height: 146px;
	overflow: hidden;
	margin: 0;
}

.thumbnails li div img {
	width: 230px;
}

/* Header */

#header {
	height: 160px;
}

/* Logo */

#logo {
	float: left;
	width: 500px;
	height: 160px;
	position: relative;
	margin: 0;
	text-indent: -9999em;
	line-height: 1;
}

#logo a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/img02.gif);
	outline: none;
}

/* Search */

#search {
	float: right;
	width: 240px;
	height: 160px;
	background: url(images/img03.gif) no-repeat 0 109px;
}

#search fieldset {
	border: none;
}

#search legend, #search .submit {
	display: none;
}

#search .query {
	width: 200px;
	float: left;
	margin: 116px 0 0 10px;
	background: none;
	border: none;
	font: inherit;
	color: #4BBFF6;
	outline: none;
}

/* Menu */

#menu {
	height: 57px;
	margin-bottom: 16px;
	background: #60AC00 url(images/img04.gif) repeat-x;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: 1;
	padding-top: 17px;
}

#menu li {
	float: left;
	padding: 0 30px;
}

#menu a {
	text-decoration: none;
	letter-spacing: -1px;
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 840px;
	margin-bottom: 16px;
	padding: 30px 30px 50px 30px;
	overflow: hidden;
	background: #FFF;
	border-bottom: 5px solid #007FC8;
}

/* Content */

#content {
	float: left;
	width: 510px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 300px;
}

/* Footer Bar */

#footer-bar {
	width: 840px;
	padding: 30px;
	overflow: hidden;
	background: #3CA6D7;
	border-bottom: 5px solid #007FC8;
	color: #B0E6FF;
}

#footer-bar .column1 {
	float: left;
	width: 510px;
}

#footer-bar .column2 {
	float: right;
	width: 300px;
}

#footer-bar h2 {
	font-size: 24px;
	color: #FFF;
}

#footer-bar a {
	color: #FFF;
}

#footer-bar strong {
	color: #D4F1FF;
}

/* Footer */

#footer {
	padding: 40px 0;
}

#footer p {
	text-align: center;
	color: #6AC2EB;
}

/* Ad Spaces */

#ad-300x250-1 {
	width: 300px;
	height: 250px;
	margin-bottom: 20px;
}

/* Pager */

.pager {
	margin: 0 auto;
	text-align: center;
	padding-top: 25px;
	font-size: 16px;
}

.actionButton {
	margin-right: 5px;
	padding: 5px;
	background-color: #f1f1f1;
	border: solid 1px #dedede;
	color: #606060;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

.pager .currentPageNumber {
	font-weight: bold;
}

/* Details */

#details {
}

#details img {
	display: block;
	border: 1px solid #d7d7d7;
	margin: 0 auto;
}

#details .actions {
	font-size: 16px;
	text-align: center;
	margin: 15px 0 25px 0;
}

#details table {
	margin: 0 auto;
}

#details table th {
	text-align: right;
	color: #606060;
}

#details table td {
	padding: 10px;
}

/* Preview */

#preview {
	background: #008CCD url(images/img01.gif) repeat-x;
	background-position: 0 -70px;
}

#preview h1 {
	position: absolute;
	top: -70px;
	left: 30px;
}

#preview ul {
	position: absolute;
	right: 30px;
	top: 37px;
}

#preview ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#preview ul li {
	float: left;
	padding-left: 10px;
}

/* Form */

.form input.text, .form textarea {
	border: solid 1px #D7D7D7;
	padding: 6px;
}

.form .fieldTitle {
	font-weight: bold;
	white-space: nowrap;
	padding-right: 15px;
}

.form td {
	padding-bottom: 3px;
	padding-top: 3px;
}

.form tr.fieldError .errorMessage {
	color: #f00;
}

.form tr.fieldError td {
	padding-bottom: 10px;
}

.form table {
	border-collapse: collapse;
}