body {
	background: #fff url('/assets/images/page_bg.gif') repeat-x 0 0;
	margin: 0;
	padding: 0;
	font: 1.0em "Trebuchet MS";
	color: #585757;
	}

body.inside {
	background: #fff url('/assets/images/page_bg_inside.gif') no-repeat top center;
	margin: 0;
	padding: 0;
	font: 1.0em "Trebuchet MS";
	color: #585757;
	}
	
div.hr {
	height: 25px;
	margin: 0;
	padding: 0;
	border: 0;
	background: #fff url('/assets/images/hr.gif') no-repeat 0 0;	
	}

div.hr-reverse {
	height: 25px;
	margin: 0;
	padding: 0;
	border: 0;
	background: #fff url('/assets/images/hr_reverse.gif') no-repeat 0 0;	
	}

hr {
	display: none;
	}

strong {
	color: #403A3A;
	}
	
/* -------- p -------- */

p {
	margin: 0;
	font-size: 0.8em;
	line-height: 1.3em;
	}
	
#header p {
	text-align: right;
	}

#content p {
	margin: 0 0 10px 0;	
	}

#left p,
#right p {
	margin: 0 8px 10px 8px;
	}
	
#left p.quote {
	font: 0.9em Times;
	font-style: italic;
	color: #777;
	}
	
#left p.citation {
	font-size: 1.0em;
	color: #AB1728;
	margin-bottom: 0;
	}
	
	#left p.citation span {
		color: #000;
		}

#services p {
	margin: 0;
	}
	
#footer p {
	width: 780px;
	margin: 0 auto;
	padding: 18px 0 20px 0;
	color: #fff;
	}
	
/* -------- h -------- */

h1,h2,h3 {
	margin: 0;
	color: #AB1728;
	}

h1 { }
	
h2 {
	margin: 5px 8px 0 8px;
	font-size: 1.1em;	
	font-weight: normal;
	}
	
#owner h2 {
	margin: 10px 10px 0 10px;
	color: #403A3A;
	}

#content h2 {
	margin: 10px 0 5px 0;
	}

#content h3 {
	clear: both;
	margin: 10px 0 5px 0;
	font-size: 0.9em;	
	color: #403A3A;
	text-transform: uppercase;
	}
	
/* -------- ul -------- */

ul {
	margin: 10px 10px 0 25px;
	padding: 0;
	}
	
li {
	font-size: 0.8em;
	line-height: 1.3em;
	}

#owner ul li {
	color: #AB1728;
	}
	
/* -------- dl -------- */

dl {
	margin: 10px 0 10px 0;
	}
	
dt {
	float: left;
	clear: left;
	width: 125px;
	margin: 2px 0;
	padding: 5px 0;
	font-size: 0.9em;
	color: #AB1728;
	}
	
dd {
	width: 625px;
	float: left;
	margin: 2px 0;
	padding: 3px;
	}
	
/* -------- img -------- */

#owner img {
	border: 1px solid #fff;
	}

img.quotes {
	float: left;
	margin: 0 5px 5px 0;
	}

#footer img {
	float: right;
	margin: -19px 0 0 0;
	z-index: 999;
	}

/* -------- a -------- */

a:link,
a:visited {
	color: #AB1728;
	}

a:hover,
a:active {
	color: #AB1728;
	text-decoration: none;
	}
	
#footer a:link,
#footer a:visited {
	color: #E689A2;
	text-decoration: none;
	}

#footer a:hover,
#footer a:active {
	color: #fff;
	}

#top-right a:link,
#top-right a:visited,
#top a:link,
#top a:visited {
	color: #E689A2;
	text-decoration: none;
	}

#top-right a:hover,
#top-right a:active,
#top a:hover,
#top a:active {
	color: #fff;
	}
	
/* -------- divs -------- */

#wrap-inside {
	width: 780px;
	margin: 0 auto;
	}

		#top {
			float: right;
			width: 300px;
			height: 45px;
			padding: 10px 0 0 0;
			font-size: 1.2em;
			color: #E689A2;
			text-align: center;
			}
		
		#content {
			clear: both;
			}
			
			#content div.left {
				float: left;
				width: 49%;
				}

			#content div.right {
				float: right;
				width: 49%;
				}
			
#wrap {
	width: 780px;
	margin: 0 auto;
	padding: 0 0 5px 0;
	background: transparent url('/assets/images/wrap_bg.gif') repeat-y 0 0;	
	}
	
	#left {
		float: left;
		width: 515px;
		}
		
		#masthead {
			height: 213px;
			/*background: #fff /*url('/assets/images/masthead.gif') no-repeat 0 0;*/
			}
			
		#services {
			padding: 0 8px 20px 8px;
			background: #F7F0F1 url('/assets/images/services_bottom.gif') no-repeat bottom;
			}
			
		#left-left {
			float: left;
			width: 250px;
			}

		#left-right {
			float: right;
			width: 250px;
			margin: 0 -3px 0 0;
			}
		
		html > body div#left-right { margin: 0; }
			
	#right {
		float: right;
		width: 250px;
		}
		
		#top-right {
			height: 45px;
			padding: 10px 0 0 0;
			background: #fff url('/assets/images/top-right.gif') no-repeat 0 0;	
			font-size: 1.2em;
			color: #E689A2;
			text-align: center;
			}
			
		#owner {
			padding: 10px 0 20px 0;
			background: #E6B9BE url('/assets/images/owner_bottom.gif') no-repeat bottom;	
			}

#footer {
	clear: both;
	margin: 5px 0 0 0;
	padding: 0;
	background: #fff url('/assets/images/footer_bg.gif') no-repeat top center;	
	}
		
.highlight {
	margin: 8px 0 0 0;
	padding: 15px 0 0 0;
	background: #EACFD2 url('/assets/images/highlight_bg.gif') no-repeat top;	
	}

/* -------- contact form -------- */

form {
	margin: 0;
	padding: 0;
	}

.fieldset {
	margin: 10px 0;
	padding: 10px;
	overflow: hidden;
	width: 100%;
	}
	
.fieldset p {
	margin: 0 0 10px 0;
	padding: 0;
	}

legend {
	padding: 5px;
	margin-left: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	font-family: helvetica;
	font-weight: bold;
	}

label {
	float:left;
	width:150px;
	margin-right:0.5em;
	padding-top:0.2em;
	text-align:right;
	letter-spacing: 1px;		
	}
	
label.check {
	font-size: 1.0em;
	font-family: georgia;
	text-align: left;
	margin-left: 10px;
	padding-top: 0;
	}

input.text {
	font-size: 1.0em;
	width: 500px;
	background-color: #F7F0F1;
	border: 1px solid #AB1728;
	padding: 3px;
	}

textarea {
	font-size: 1.0em;
	width: 500px;
	background-color: #F7F0F1;
	border: 1px solid #AB1728;
	padding: 3px;
	}
	
input.checkbox {
	float:left;
	margin-right:0.5em;
	margin-left: 135px;
	padding-top:0.2em;
	text-align:right;
	letter-spacing: 1px;		
	}
	
.key {
	text-decoration: underline;
	}

.security {
	border: 1px solid #666;
	margin-left: 158px;
	}
		
.fieldset p {
	clear: both;
	}

p.imagep {
	margin-bottom: 10px;
	}

.required {
	}
	
ul#errors {
	margin: 0;
	padding: 0;
	}

ul#errors li {
	list-style-type: none;
	border: 2px solid red;
	padding: 2px;
	margin: 2px;
	color: red;
	background-color: #F7F0F1;
	}

