/********** GLOBAL STYLES **********/
body {
	color:#362e0f;
	font-family:'Verdana', 'Arial', 'Helvetica', sans-serif;
	font-size:13px;
}

* {
	margin:0;
	padding:0;
}

a {
	outline:none;
	text-decoration:none;
}	

img {
	border:none;
}
	
blockquote {
	padding:12px 40px;
}

/********** GENERIC STYLES **********/
#content * {
	font-style:italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:'Times', 'Times New Roman', serif;
	font-weight:normal;
}

h2,
h3,
h4,
h5,
h6 {
	padding:10px 0 3px 0;
	color:#51471e;
}

h1 {
	padding:20px 0 3px 0;
	color:#968d6a;
	font-size:34px;
	line-height:40px;
}

h2 {
	font-size:25px;
	line-height:31px;
}
	
h3 {
	font-size:23px;
	line-height:29px;
}
	
h4 {
	font-size:21px;
	line-height:27px;
}
	
h5 {
	font-size:19px;
	line-height:25px;
}
	
h6 {
	font-size:17px;
	line-height:23px;
}

h1 + h2 {
	padding-bottom:35px !important;
}

h1 + *,
h2 + *,
h3 + *,
h4 + *,
h5 + *,
h6 + * {
	padding-top:0 !important;
}

p,
ul,
ol,
dl,
td {
	padding:9px 0;
	line-height:19px;
}

ul,
ol {
	margin-left:30px;
}

table {
	width:100%;
	margin:9px 0;
	border-collapse:collapse;
}

table + table {
	margin-top:20px;
}

th,
thead td,
th p,
thead td p {
	padding:1%;
	background:#0f3058;
	color:#51471e !important;
	font-weight:bold;
	text-align:center;
}

td {
	padding:1%;
}

hr {
	height:0 !important;
	margin:10px 0;
	border:none !important;
	border-top:#51471e solid 1px !important;
	color:#51471e;
	background-color:#51471e !important;
	clear:both;
}

a:link,
a:visited {
	color:#927d4a;
}
	
a:hover,
a:active {
	color:#51471e;
}

#content a {
	text-decoration:underline;
}

fieldset {
	border:none;
	clear:both;
}
	
legend {
	display:none;
}

input,
select,
textarea {
	padding:3px;
	border:#51471e solid 1px;
	font-family:'Verdana', 'Arial', 'Helvetica', sans-serif;
	font-size:13px;
	line-height:19px;
}

input[type=submit],
input[type=reset],
input[type=button] {
	margin-top:10px;
	padding:6px 15px;
	border:#796f47 solid 1px;
	border-left:#796f47 solid 15px;
	background:#a19979;
	color:#ffffff;
	font-size:15px;
	line-height:21px;
	text-transform:uppercase;
	cursor:pointer;
}
	
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover {
	background:#968d6a;
}

/********** Text Styles **********/
.text_note {
	color:#968d6a;
	font-size:11px;
}

/********** Image Styles **********/
.image_align-left {
	margin:15px 20px 15px 0;
	float:left;
	clear:both;
}
	
.image_align-right {
	margin:15px 0 15px 20px;
	float:right;
	clear:both;
}
	
.image_align-centre {
	margin:15px auto;
	display:block;
	text-align:center;
}

/********** Contact Form Styles **********/
#content form {
	overflow:hidden;
}

#content form h4 {
	padding-bottom:9px;
	clear:both;
}

#content form p {
	overflow:hidden;
	clear:both;	
}

label {
	width:190px;
	padding-right:10px;
	display:inline;
	float:left;
}

input,
textarea {
	width:400px;
	display:block;
}

textarea {
	height:120px;
}

#content form input[type=submit] {
	width:auto;
	margin-left:200px;
	margin-top:15px;
	clear:both;
}

/*#content form input,
#content form label,
#content form textarea {
	float:left;
}

#content form input {
	width:300px;
	margin-top:10px;	
}

#content form label {
	width:200px;
	margin-top:10px;
	color:#000000;
	clear:both;
}

#content form textarea {
	width:300px;
	height:150px;
	margin:10px 0;
}


}*/