@charset "UTF-8";
/* MEYER CSS RESET    */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
}
ol, ul {
/*list-style: none;*/
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END CSS RESET  */
html {
	width: 100%;
	height: 100%;
}
body {
	background-image: url(../img/bg-header.jpg);
	background-color: #FFF;
	color:#551732;
	font-family:"lucida grande", "lucida sans unicode", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	width: 100%;
	height: 100%;
	text-align: center;
	background-repeat: no-repeat;
	background-position: left top;
}
p {
	margin: 1em 0 1.3em 0
}
b, strong {
	font-weight: bold
}
a:link, a:visited {
	color: #9c3092;
	text-decoration: underline;
}
a:hover {
	color: #9c3092;
	text-decoration: none;
}
ul {
	margin-left: 25px;
}
#container {
	position: relative;
	right: 0;
	top: 0;
	text-align:left;
	margin:0 0 0 2%;
	padding: 0;
	bottom:0;
	background: url(../img/bg-top-right.jpg) top right no-repeat;
}
#header {
	position: relative;
	height: 115px;
}
#footer {
	position:relative;
	clear: both;
	font-size:10px;
	text-align: right;
	position:relative;
	right:0;
	clear:both;
	padding: 450px 170px 5px 0;
	margin:0;
	background-image: url(../img/bg-bottom-right.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#footer a:link, #footer a:visited {
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
h1 {
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:42px;
	line-height:40px;
}
h1 a:link, h1 a:visited {
	color: #000;
	text-decoration: none;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #9c3092;
	font-size: 26px;
	line-height:29px;
	margin:15px 0 10px 0;
}
#title h2 {
	margin:0;
	font-style: italic;
	font-size: 18px;
}
#nav {
	position: absolute;
	top: 125px;
	left: 0;
	width: 218px;
}
#nav ul {
	margin:0;
	padding:0;
}
#nav li {
	text-indent: 0px;
	list-style-type: none;
	margin:5px 0;
}
#nav a:link, #nav a:visited {
	font-family: "Georgia", serif;
	color:#611461;
	font-size: 16px;
	text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
	color: #9c3092;
	margin-left:1px;
}
#content {
	position: absolute;
	left: 220px;
	right:0px;
	margin-top:35px;
}
#content-text {
	position:relative;
	right:0px;
	width: 37%;
	min-height:500px;
}
#slideshow {
	position:absolute;
	display:block;
	top: 0px;
	right: 0px;
	left: 39%;
	width: 61%;
	height: 650px;
	float: right;
}
#contact-area {
	position: absolute;
	width: 220px;
	margin: 145px 0 0 -220px;
	font-family: "lucida grande", Arial, sans-serif;
	line-height: 13px;
}
#contact #contact-area {
	display: none;
}
.quote {
	min-height:230px;
	color: #9c3092;
	text-align: center;
	width: 300px;
	padding:70px 60px 100px 20px;
	font-size:16px;
	line-height:22px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	background-image: url(../img/bg-quote.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
