@charset "UTF-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	background-image: url(images/head_rpt.jpg);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Arial;
	text-align: center;
    background-color: #322;
}

#container {
	width: 820px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}

#logo {
	padding-top: 16px;
	position: relative;
	right: 55px;
}

#nav {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 92px;
	right: 12px;
	font-size: 24px;
	word-spacing: 20px;
	letter-spacing: -2px;
	color: #af2d2d;
	font-weight: bold;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

#nav a:link {
	color: #af2d2d;
	text-decoration: none;
}

#nav a:visited {
	color: #af2d2d;
	text-decoration: none;
}

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

a.subnav:link {
	color: #ffffff;
	text-decoration: none;
}

a.subnav:visited {
	color: #ffffff;
	text-decoration: none;
}

a.subnav:hover {
	color: #ffffff;
	text-decoration: underline;
}

#head {
	width: 820px;
	height: 125px;
	border: 0px solid #000;
	background-image: url(images/head_swirls.jpg);
	background-repeat: no-repeat;
}

#wrap {
	background-image: url(images/bg-rpt.jpg);
	width: 830px;
	height: auto;
	background-repeat: repeat-y;
	position: relative;
	top: 12px;
}

#banner {
	width: 819px;
	height: 238px;
	/* background-image: url(images/banner_bg3.jpg); 
	background-repeat: no-repeat; */
	position: relative;
	left: 6px;
}

#bannertext {
	color: #FFF;
	letter-spacing: -2px;
	max-width: 450px;
	position: absolute;
	right: -65px;
	top: 5px;
	z-index: 2;
    text-shadow: -1px -1px -1px #600;
}

#bannertext2 {
	color: #FFF;
	letter-spacing: -1px;
	max-width: 400px;
	position: absolute;
	right: 10px;
	top: 180px;
	z-index: 2;
    text-shadow: -1px -1px -1px #600;
}

#bannertext_other {
	border: 0px solid #000;
	color: #FFF;
	width: 400px;
	letter-spacing: -2px;
	max-width: 450px;
	position: absolute;
	right: -30px;
	top: 15px;
	z-index: 2;
    text-shadow: -1px -1px -1px #600;
}

#about {
	width: 819px;
	height: 212px;
	background-image: url(images/about_bg.jpg);
	background-repeat: no-repeat;
	position: relative;
	left: 6px;
	color: #af2d2d;
}
.highlight {
	position: absolute;
	max-width: 300px;
	text-align: right;
	font-size: 24px;
	color: #FFF;
	right: 10px;
	top: 0px;
	font-style: italic;
	line-height: 36px;
}

#other {
	width: 819px;
	position: relative;
	left: 6px;
	color: #af2d2d;
	display: inline-block;
}

.highlight_w_bg {
	width: 819px;
	height: 45px;
	background-image: url(images/highlight_bg.png);
	background-repeat: no-repeat;
	color: #2e2b2c;
	font-size: 24px;
	font-weight: normal;
	padding-left: 10px;
	padding-top: 2px;
	line-height: 38px;
}
.list {
	color: #3b3839;
	list-style: none;
	padding-left: 25px;
	max-width: 450px;
}
.list li {
	border-bottom: 1px solid #cfcece;
	padding-bottom: 6px;
	padding-top: 6px;
}

.minilist {
	color: #3b3839;
	list-style: circle;
	padding-left: 25px;
	max-width: 450px;
	font-size: 12px;
	margin-left: 20px;
}
.minilist li {
	border-bottom: 0px solid #cfcece;
	padding-bottom: 2px;
	padding-top: 2px;
	font-size: 14px;
	max-width: 180px;
}
#foot {
	width: 830px;
	height: 50px;
	background-image: url(images/foot.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #2e2b2c;
	font-weight: normal;
	letter-spacing: -1px;
}
#openquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 200px;
	color: rgba(255,255,255,.5);
	color: #FFF;
	position: absolute;
	left: 370px;
	top: -25px;
	z-index: 2;
    text-shadow: -1px -1px -1px #600;
}
#closequote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 200px;
	color: rgba(255,255,255,.5);
	color: #FFF;
	position: absolute;
	right: 30px;
	top: 100px;
	z-index: 2;
    text-shadow: -1px -1px -1px #600;
}
.bigger {
	font-size: 52px;
	line-height: 48px;
    text-shadow: -1px -1px -1px #600;
}

.boxy {
	text-align: left;
	width: 250px;
	margin-left: 15px;
	margin-top: 15px;
	min-height: 225px;
	padding-top: 5px;
	background-color: #fffbe7;
	border: 1px solid #d9c65c;
	float: left; 
	display: inline-block; 
	position: relative;
}

.todo {
	width: 94%;
	height: auto;
	margin-top: 10px;
	border: 1px solid #000;
	position: relative;
	display: inline-block;
	margin-left: 16px;
	background-color: #b93333;
	border: 1px solid #792121;
	padding: 10px;
	color: #FFF;
}

.todo a:link {
	color: #FFF;
	text-decoration: underline;
}
.todo a:visited {
	color: #FFF;
	text-decoration: underline;
}
.todo a:hover {
	color: #FFF;
	text-decoration: none;
}

.slideshow { height: 238px; width: 819px; margin: auto; position: relative; z-index: 1; }
.slideshow img { padding: 0px; border: 0px solid #ccc; background-color: #eee; position: relative; z-index: 1; }
