@charset "utf-8";
/* CSS Document */

body {
	background: top center url(../images/bg-tile.gif) repeat-x;
	margin: 0px;
}

body, td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
}

a:link, a:active, a:visited {
	color: #604b32;
	text-decoration: underline;
}
a:hover {
	color: #604b32;
	text-decoration: none;
}

img {
	border: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}
input, select, textarea {
	border: 1px solid #898989;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1 {
	color: #007dcc;
	font-size: 24px;
	font-weight: normal;
}
h1 em {
	font-size: 12px;
	font-style: normal;
}

.errors, p.errors, div.errors, span.errors, td.errors {
	color: #FF0000;
}

/* Outer Container */
#container {
	width: 900px;
	position: relative;
	margin: 0px auto;
}

/* Site Map */
#sitemap {
	font-size: 11px;
	text-transform: capitalize;
	text-align: right;
	color: #e1e1e1;
	position: absolute;
}

#sitemap td {
	font-size: 11px;
	text-transform: capitalize;
	text-align: right;
	color: #e1e1e1;
}

#sitemap a:link, #sitemap a:active, #sitemap a:visited {
	text-decoration: none;
	color: #e1e1e1;
}
#sitemap a:hover {
	text-decoration: underline;
	color: #e1e1e1;
}

/* Header */
#header {
}
#header img {
	vertical-align: middle;
}
.banner {
	margin: 20px 0px 0px 50px;
}

/* Menu - see menu.css */
#menucontainer {
	height: 31px;
}

/* Middle Content Area */
#contentcontainer {	
	margin: 20px 0px 0px 0px;
}

/* Left Content Panel */
.leftpanel {
	width: 230px;
	padding-top: 20px;
	padding-right: 20px;
}

/* Grey Box */
.boxfeat {
	background-color: #ebebeb;
}

.boxfeat p {
	line-height: normal;
	margin: 10px 20px 0px 20px;
	padding: 0px;
	text-align: left;
}

div.boxfeat div.button {
	margin: 5px 20px 0px 20px;
	text-align: right;
}
div.boxfeat p.unsubscribetext {
	font-size: 10px;
	color: #898989;
}
div.boxfeat a:link, div.boxfeat a:active, div.boxfeat a:visited {
	color: #007dcc;
}
div.boxfeat a:hover {
	text-decoration: none;
}

/* Middle Content Area */
.content {
	width: 385px;
	padding-top: 20px;	
}
.content p {
	line-height: 18px;
}

.lrgcontent {
	width: 100%;
	padding-top: 20px;	
}

.lrgcontent p {
	line-height: 18px;
}

.startsearch {
	width: 382px;
	height: 183px;
	background-image: url(../images/home-startsearching.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
.startsearch input {
	border: 0px;
}
.startsearch td {
	text-align: right;
	font-weight: bold;
	line-height: 24px;
	padding-right: 20px;
}
.startsearch a:link, .startsearch a:active, .startsearch a:visited {
	color: #007dcc;
	font-size: 11px;
	font-weight: normal;
}

h4.formheader {	
	background-image: url(../images/heading-form.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 6px 0px 6px 40px;
	font-size: 14px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0px;
}

.sideform {
	margin: 0px;
	width: 188px;
	background-color: #f8f8f8;
	border: 1px solid #cccccc;
}
.sideform td {
	padding: 4px 20px 4px 5px;
}

.form {
	margin: 0px;
	width: 382px;
	background-color: #f8f8f8;
	border: 1px solid #cccccc;
}
.form th {
	font-family: Tahoma, Verdana, Arial, helvetica;
	font-size: 12px;
	width: 135px;
	padding: 4px 5px 4px 20px;
	text-align: left;
	font-weight: normal;
	color: #363636;
}
.form td {
	padding: 4px 20px 4px 5px;
}

.lrgform {
	margin: 0px;
	background-color: #f8f8f8;
	border: 1px solid #cccccc;
	float: left;
}
.lrgform th {
	font-family: Tahoma, Verdana, Arial, helvetica;
	font-size: 12px;
	width: 135px;
	padding: 4px 5px 4px 20px;
	text-align: left;
	font-weight: normal;
	color: #363636;
}
.lrgform td {
	padding: 4px 20px 4px 5px;
}
.formbutton {
	margin: 20px;
	text-align: right;
}

/* Right Content Panel */
.rightpanel {
	padding-top: 20px;
	padding-left: 20px;
	width: 200px;
}


.rightpanel img {
	margin-bottom: 10px;
}

/* Footer Panel */
#footer {
	clear: both;
	width: 100%;
	background-image: url(../images/footer-bg-tile.gif);
	background-position: top center;
	background-repeat: repeat-x;
	text-align: center;
	color: #FFFFFF;
	font-size: 11px;
	padding: 5px 0px 0px 0px;
	text-transform: uppercase;
}
#footer a:link, #footer a:active, #footer a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: none;
	color: #6dcff6;
}

#subfooter {
	margin-top: 10px;
	color: #898989;
	text-transform: none;
}
#subfooter a:link, #subfooter a:active, #subfooter a:visited {
	text-decoration: none;
	color: #898989;
}
#subfooter a:hover {
	text-decoration: underline;
	color: #898989;
}

/* Paging */
.pagination {
	width: 100%;
	clear: both;
	font-size: 11px;
	color: #272827;
}
.pagination td {
	padding: 6px 0px 6px 10px;
}