@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #630;
}

body {
	background: url(../images/bg_tile.jpg) repeat fixed;
	margin: 0px;
}

img, div {
	behavior: url(iepngfix.htc)
}

td {
	vertical-align: top;
	font-size: 12px;
}

a:link {
	color: #C63;
	text-decoration: none;
}

a:visited {
	color: #C63;
	text-decoration: none;
}

a:hover {
	color: #C63;
	text-decoration: underline;
}

a:active {
	color: #C63;
	text-decoration: none;
}

a.footer:link {
	color: #FFF;
	text-decoration: none;
}

a.footer:visited {
	color: #FFF;
	text-decoration: none;
}

a.footer:hover {
	color: #FFF;
	text-decoration: underline;
}

a.footer:active {
	color: #FFF;
	text-decoration: none;
}

.style1 {
	color: #C63;
	font-weight: bold;
}

.style2 {
	width: 100%;
	color: #C63;
	font-size: 14px;
	font-weight: bold;
	border-bottom: #CCC9BE 1px solid;
}

#header {
	top: 0;
	width: 813px;
	height: 167px;
	background: url(../images/header_bg.png) no-repeat;
	text-align: left;
}

#logo {
	position: relative;
	top: 15px;
	left: 37px;
	width: 268px;
	height: 136px;
}

input.email {
	background-color: #faf0e4;
	border: #d5c8b9 1px solid;
	color: #C96;
	width: 153px;
	height: 16px;
	padding-left: 4px;
}

#newsletter {
	position: relative;
	width: 120px;
	height:18px;
	top: -10px;
	left: 450px;
	z-index: 1;
	text-align: left;
	font-size: 12px;
}

#newsletter_signup {
	position: relative;
	width: 250px;
	height: auto;
	top: -30px;
	left: 575px;
	z-index: 1;
	text-align: left;
	font-size: 14px;
	color:#FFF;
}

#content {
	position: relative;
	top: 0px;
	width: 799px;
	min-height: 562px;
	height: auto;
	padding: 0 7px 0 7px;
	background: url(../images/content_bg.png) repeat-y center;
	text-align: left;
}

#footer {
	position: relative;
	top: 0;
	width: 753px;
	height: 12px;
	padding: 18px 30px 18px 30px;
	background: url(../images/footer_bg.png) repeat-y center;
	color: #FFF;
	font-size: 10px;
	text-align: left;
}

#footer_img {
	position: relative;
	top: 0;
	width: 813px;
	height: 64px;
	background: url(../images/footer_img.png) no-repeat;
}

#nav_container {
	position: relative;
	top: 0;
	width: 799px;
	height: 65px;
	text-align: left;
}

#nav_spacer {
	position: relative;
	top: 0;
	width: 799px;
	height: 11px;
	background: url(../images/nav_spacer.gif) no-repeat;
}

#home_img {
	position: relative;
	top: 0;
	width: 799px;
	height: 242px;
	z-index: 1;
}

#home_about {
	position: absolute;
	top: 105px;
	left: 40px;
	height: 120px;
	width: 290px;
	padding: 30px;
	background: url(../images/home_about_bg.png) no-repeat;
	line-height: 20px;
	z-index: 10;
}

#home_column_left {
	position: relative;
	top: 0;
	width: 335px;
	min-height: 200px;
	height: auto;
	padding: 20px 30px 30px 30px;
	border-right: #E9DFD1 solid 1px;
	text-align: left;
}

#home_column_right {
	position: absolute;
	top: 318px;
	left: 403px;
	width: 335px;
	min-height: 200px;
	height: auto;
	padding: 20px 30px 30px 30px;
	text-align: left;
	float: right;
}

#column_left {
	position: relative;
	top: 0;
	width: 320px;
	min-height: 200px;
	height: auto;
	padding: 20px 30px 30px 30px;
	text-align: left;
}

#column_right {
	position: absolute;
	top: 77px;
	left: 404px;
	width: 380px;
	min-height: 200px;
	height: auto;
	padding: 20px 0 30px 0;
	text-align: left;
	float: right;
}

#blue_bg {
	position: relative;
	top: 20px;
	background-color: #e1eaec;
	width: 340px;
	padding: 20px;
}

#cog_tag {
	position: relative;
	top: -10px;
	left: 585px;
	height: 12px;
	width: 170px;
	text-align: right;
}

/* Forms */

.form_table {
	position: absolute;
	top: 0px;
	left: 0px;
	border: none;
}

.cssform p{
	width: 215px;
	clear: left;
	margin-left: 20px;
	padding: 5px 0 5px 0;
	padding-left: 120px; /*width of left column containing the label elements*/
	height: 5%;
	color: #630;
}

.cssform label{
	font-weight: bold;
	float: left;
	margin-left: -120px; /*width of left column*/
	width: 100px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}
.form_btn {
	position: absolute;
	padding-left: 157px;
}
.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 275px;
}

.cssform textarea{
	width: 275px;
}
