﻿/*
	template: Hamer Childs
	author:   Warren Smith (www.warrensmithdesign.co.uk)
*/

* {
	margin: 0;
	padding: 0;
}
body {
	color: #999999;
	font-size: 12px;
	font-family: "Times New Roman", Times, serif;
	background: #CCC;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 130%;
}
h2 {
	color: #8E093B;
	margin: 0 0 15px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.45em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 130%;
}
h3 {
	margin: 0 0 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #8E093B;
}
h4 {
	color: #999999;
	margin: 0 0 4px;
	line-height: 140%;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
h5 {
	color: #8E093B;
	font-family: "Times New Roman", Times, serif;
	font-size: 2.2em;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	line-height: 170%;
}


p {
	margin: 0 0 15px;
	line-height: 1.6em;
}
a {
	outline: 0;
	color: #8E093B;
	text-decoration: none;
}

intro italic {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	line-height: 130%;
}

li {
	list-style: none;
}
li a, img {
	display: block;
}
img {
	outline: 0;
	border: 0;
}
#wrapper {
	width: 800px;
	background: #FFF;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
.clr {
	clear: both;
}
#logo {
	float: left;
}


#content {
	padding: 20px;
}
.link {
	background: #304D6F;
	color: #fff;
	padding: 5px 10px;
	font-size: .9em;
}
#main {
	padding: 5px 20px 20px;
	background: #DBDBDB url(../images/background_gradient.jpg) repeat-x;
}
#address {
	float:right;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 200%;
	color: #8E093B;
	padding-right: 50px;
}

.required {
	color: #8E093B;	
	font-size: 1em;
}

.partner {
	font-size: 1.2em;
	margin: 0 0 3px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	line-height: 130%;
}
.partner small {
	font-size: .8em;
	margin: 0 0 3px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	line-height: 130%;
}
#footer {
	clear: both;
	padding: 20px 20px 10px;
	font-size: 0.9em;
	background-color: #8E093B;
}
#footer a {
	color: #ccc;
	margin: 0 10px 0 0;
	border-bottom: 1px dotted #444;
	padding: 0 0 1px;
}
#links {
	float: right;
}
#links a {
	margin: 0 0 0 10px;
}
#footer p {
	margin: 0 0 8px;
}

/*
FORM STYLES
*/

#contact-area {
	width: 400px;
	margin-top: 5px;
	float:left;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 320px;
	font-family: Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 1px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
	color: #666;
}
label {
	float: left;
	text-align: left;
	margin-right: 15px;
	width: 50px;
	padding-top: 5px;
	font-size: 1.2em;
	color: #8E093B;
}
