﻿/*
	Template Design based on Spring Bloom by Christopher Robinson http://www.edg3.co.uk/
*/
* {
	border:0;
	margin:0;
	padding:0;
}
a {
	color: #800000;
	text-decoration: underline;
}
a:hover {
	color:#666;
	text-decoration:underline;
}
blockquote {
	background:#f1f1f1;
	border-left:2px solid #7534aa;
	color:#444;
	display:block;
	font-style:oblique;
	line-height:20px;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
}
.left {
	float:left;
	margin:0 10px 0 0;
}
.right {
	float:right;
	margin:0 0 0 10px;
}

/* body */
body {
	background: #fff url('images/banner2_img.jpg') repeat-x top;
	color: #666;
	font: 0.7em Verdana, "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
}

/* header */
#header {
	background: url('images/banner2.jpg');
	height: 416px;
	margin: 0 auto;
	position: relative;
	width: 799px;
	background-repeat: no-repeat;
}
#header:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#header h1 {
	color: #666;
	font-size: 28px;
	font-weight: 400;
	left: 0;
	letter-spacing: -2px;
	position: absolute;
	top: 20px;
	margin-left: 100px;
}
#header h2 {
	color: #666;
	font-size: 14px;
	font-weight: 400;
	left: 440px;
	letter-spacing: -1px;
	position: absolute;
	top: 44px;
	margin-left: 100px;
}
#header p {
	bottom: 40px;
	color: #fff;
	font-size: 1.7em;
	position: absolute;
	right: 20px;
}
#header ul {
	list-style: none;
	position: absolute;
	top: 180px;
}
#header ul li {
	list-style:none;
}
#header ul li a {
	color:#fff;
	display:block;
	font-size:1.2em;
	font-weight:700;
	height:20px;
	padding:10px;
	width:190px;
}
#header ul li a:hover {
	background: #FFECFF;
	color: #800000;
	text-decoration: none;
}

/* content */
#content {
	height:auto;
	margin:0 auto;
	width:760px;
}
#content:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
} 
#content h1 {
	border-bottom: 2px #800000 solid;
	color: #444;
	font-size: 160%;
	font-weight: 400;
	line-height: 30px;
	padding: 0 10px;
	margin-top: 20px;
}
#content h2 {
	color: #444;
	font-size: 130%;
	font-weight: 600;
	line-height: 20px;
	padding: 0 10px;
	margin-top: 20px;
}
#content p {
	color:#555;
	line-height:20px;
	padding:10px;
}
#content img.photo_l {
	padding: 8px;
	border: none;
	float: left;
	margin-right: 18px;
}
/* sidebar */
#sidebar {
	float: right;
	width: 210px;
	margin-top: 20px;
}
#sidebar h1 {
	border-bottom: 2px #CCCCCC solid;
	color: #444;
	font-size: 140%;
	font-weight: 400;
	line-height: 30px;
	padding: 0 10px;
}
#sidebar h5 {
	color: #444;
	font-size: 100%;
	font-weight: 400;
	line-height: 12px;
	padding: 0 10px 6px;
}
#sidebar input {
	border: 1px solid gray;
}
#sidebar p {
	background: #f1f1f1;
	color: #555;
	display: block;
	font-size: 90%;
	line-height: 16px;
	margin: 10px 0;
	padding: 10px;
}
#sidebar p a.more {
	display:block;
	text-align:right;
}
#sidebar ul {
	margin:10px;
}
#sidebar ul li {
	border-bottom: 1px #800000 solid;
	list-style: none;
	padding: 5px 2px;
}
#sidebar ul li a {
	color:#333;
	display:block;
	font-family:Geneva;
	padding:5px;
	text-decoration:none;
}
#sidebar ul li a:hover {
	color:#000;
}

/* Main */
#main {
	float: left;
	width: 520px;
	padding-top: 8px;
}
#main p {
	color: #555;
	line-height: 20px;
	padding: 10px;
}
#main h1 {
	border-bottom: 2px #800000 solid;
	color: #444;
	font-size: 160%;
	font-weight: 400;
	line-height: 30px;
	padding: 0 10px;
}
#main ul {
	margin-left: 40px;
	line-height: 20px;
}
#mainwide {
	float: left;
	width: 750px;
	padding-top: 8px;
}
#mainwide p {
	color: #555;
	line-height: 20px;
	padding: 10px;
	width: 600px;
}
#mainwide h1 {
	border-bottom: 2px #800000 solid;
	color: #444;
	font-size: 160%;
	font-weight: 400;
	line-height: 30px;
	padding: 0 10px;
}
#mainwide .divide {
	border-bottom: 2px #800000 solid;
	color: #444;
	font-size: 160%;
	font-weight: 400;
	line-height: 30px;
	padding: 0 10px;
}
#mainwide ul {
	margin-left: 40px;
	line-height: 20px;
}
#main p.indented, #mainwide p.indented {
	margin-left: 60px;
}
#mainfancy {
	padding: 16px;
	border: 8px #666666 ridge;
	float: left;
	width: 760px;
	background-color: #FFECFF;
}
#mainfancy h1 {
	font-size: 40px;
	font-family: "Monotype Corsiva", Script;
	border: 0;
	font-weight: bold;
	color: #660000;
	line-height: 1.4em;
}
#mainfancy h2 {
	font-family: "Monotype Corsiva", Script;
	font-size: 32px;
	color: #000000;
}
#mainfancy p {
	color: #454545;
	line-height: 20px;
	padding: 10px;
	font-size: 14px;
}

/* Contact form */
a.hugginslink {
	font-size: 11px;
	margin-left: 40px;
}
#emailform {
	width: 602px;
	margin-top: 20px;
}
#emailform form {
}
#emailform label {
	margin-right: 10px;
	padding-right: 10px;
	width: 150px; 
	display: block; 
	float: left; 
	text-align: right; 
	position: relative;
}
#emailform #button_row {
	margin-left: 176px;
	margin-top: 20px;
}
#emailform input {
	border: 1px solid gray;
	margin-right: 4px;
}
#emailform textarea {
	border: 1px solid gray;	
}
fieldset {
	padding: 6px 6px 12px 6px;
	margin-top: 12px;
}
fieldset textarea {
	border:1px solid gray;
}
fieldset .small_indent {
	margin-left: 40px;
}
fieldset input {
	border:1px solid gray;	
}
legend {
	font-size: 16px;
	border: 0;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 6px;
	color: #FFFFFF;
	background-color: #721C81;
	padding-top: 6px;
	margin-bottom: 12px;
	font-weight: bold;
}
/* input, textarea {
	border: 1px solid;
	border-color: #C0C0C0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
} */
h5 {
	font-size: 12px;
}
/* footer */
#footer {
	border-top: 2px #800000 solid;
	margin: 10px auto;
	width: 760px;
}
#footer:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#footer p {
	color: #555;
	font-size: 90%;
	line-height: 20px;
	padding: 10px;
	text-align: center;
}
.emailsignup {
	width: 205px;
}
.logostyle {
	font-family: "Monotype Corsiva";
	font-weight: bold;
	color: #660000;
	font-size: 40px;
}
.powerwords {
	color: #660000;
	font-family: "Monotype Corsiva";
	font-size: 18px;
}
.redwords {
	color: #660000;
	font-weight: bold;
}
.center {
	text-align: center;
}
.filler {
	height:12px;
}
.fillerlarge {
	height:80px;
}
.column {
	float: left;
	width: 300px;
}
.clear {
	clear:both;
}
.specialquote {
	color: #D206E3;
	font-style: italic;
	font-size: 11px;
}
.floatright {
	float:right;
}
.floatleft {
	float:left;
}
.divider {
	border-bottom: 2px #800000 solid;
}
.indented {
	margin-left: 170px;
}
#content select {
	border:1px solid gray;
}
.borderbox {
	text-align: center;
	border: 2px solid black;
	margin-right: 40px;
	margin-bottom: 30px;
	margin-left: 20px;
}

