/* ---------- Reset -----------*/

* {
	margin: 0;
	padding: 0;
	outline: none;
}

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, b, u, i, center, 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-size: 100%;
	vertical-align: top;
	background: transparent;
}

body {
	background: #ffffcc url(../images/structure/bg_heart.jpg) no-repeat top center;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	border-top: 2px solid #7a1141;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

a img {
	border: none;
}

a:link, a:visited {
	color: #7a1141;
}

/* ---------- Styles -----------*/

#container {
	width: 810px;
	margin: 0 auto;
}

#header {
	display: block;
}

#header .title {
	display: block;
	float: left;
	width: 470px;
	height: 113px;
}

#header .logo {
	display: block;
	float: right;
	width: 113px;
	height: 113px;
}

#pageTitle {
	background: url(../images/structure/page_title_bg.png) no-repeat top left;
	height: 66px;
	display: block;
	color: #FFF;
	padding: 18px 0 0 23px;
	font-size: 24px;
	font-weight: normal;
}

#content {
	display: block;
	background: url(../images/structure/content_bg.png) repeat-y top left;
	padding: 10px 27px 0 27px;
}

/* ---------- Navigation -----------*/

#nav {
	float: left;
	display: block;
	width: 173px;
}

#nav ul {
	margin: 0 !important;
}

#nav li {
	list-style: none;
	border-bottom: 1px solid #c8c491;
	padding: 5px 0;
	font-size: 12px;
	font-weight: bold;
}

#nav li a {
	text-decoration: none;
	display: block;
}

#nav li a:hover {
	text-decoration: underline;
}


/* ---------- Entry -----------*/

#entry {
	display: block;
	float: right;
	width: 542px;
	font-size: 14px;
	line-height: 1.5em;
}

#entry p {
	margin-bottom: 18px;
}

#entry h2 {
	font-size: 18px;
	padding-bottom: 5px;
}

#entry h3 {
	font-size: 16px;
	padding-bottom: 5px;
}

#entry blockquote {
	padding: 12px;
	color: #666;
	font-size: 12px;
}

#entry ul {
	list-style: disc;
	list-style-position: inside;
	margin-left: 15px;
}

#entry ol {
	list-style: decimal;
	list-style-position: inside;
	margin-left: 15px;
}

/* ---------- Footer -----------*/

#footer {
	display: block;
	background: url(../images/structure/footer_bg.png) no-repeat top left;
	height: 141px;
	margin-bottom: 50px;
}

#footerText {
	float: left;
	font-size: 10px;
	color: #666;
	line-height: 1.5em;
	margin: 50px 0 0 127px;
}

#footerText strong {
	font-size: 12px;
}

#footerLogos {
	float: right;
	margin-top: 40px;
	margin-right: 27px;
}

#footerLogos img {
	margin-left: 25px;
}

/* ---------- Homepage Banner -----------*/

#banner {
	display: block;
	height: 277px;
	background: url(../images/structure/homepage_panel_bg.png) no-repeat top left;
	padding: 16px 19px 0 19px;
}

/*#banner img {
	border: 1px solid #FFF;
	padding: 1px;
	float: left;
}*/

#bannerText {
	width: 286px;
	display: block;
	float: right;
	color: #FFF;
}

#bannerText h1 {
	font-size: 24px;
	font-weight: normal;
	padding: 4px 0;
}

#bannerText p {
	font-size: 18px;
	padding-bottom: 20px;
	line-height: 1.25em;
}

#bannerText h2 {
	color: #ffffcc;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.25em;
	padding-bottom: 3px;
	display: block;
}

#bannerText em {
	color: #e1deae;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5em;
	display: block;
	padding-bottom: 20px !important;
}

/* ---------- Slideshow -----------*/


#slideshow {
    position:relative;
    height: 234px;
				width: 467px;
				border: 1px solid #FFF;
	padding: 1px;
	float: left;
}

#slideshow IMG {
    position:absolute;
    top:1;
    left:1;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}


/* ---------- Misc -----------*/

.ends {
	clear: both;
}

#eval {
	font-size: 11px !important;
}

#eval hr {
	color: #C8C491;
	margin-bottom: 10px;
}
