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

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

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, 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,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END CSS RESET */



.nav {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#333333;
}


.nav:link {
	text-decoration: none;
	color: #fff;
}
.nav:visited {
	text-decoration:none;
	color: #fff;
}
.nav:hover {
	text-decoration: none;
	color: #333333;
}
.nav:active {
	text-decoration: none;
	color: #333333;
}

.h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	line-height:45px;
	color:#000;
	text-shadow: 1px 1px 5px #888;

}

.h1b {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	line-height:35px;
	color:#fff;
	text-shadow: 1px 1px 5px #888;
}

.h1c {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	line-height:35px;
	color:#a3a60f;
}

.h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 28px;
	color:#fff;
}


.h2:link {
	text-decoration: none;
	color: #000;
}
.h2:visited {
	text-decoration: none;
	color: #000;
}
.h2:hover {
	text-decoration: none;
	color: #fff;
}
.h2:active {
	text-decoration: none;
	color: #fff;
}
 
.h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size: 15px;
	line-height: 23px;
	color:#fff;
}

.h3:link {
	text-decoration: none;
	color: #f9e918;
}
.h3:visited {
	text-decoration: none;
	color: #f9e918;
}
.h3:hover {
	text-decoration: none;
	color: #fff;
}
.h3:active {
	text-decoration: none;
	color: #fff;
}

.foot_text {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 20px;
	color:#fff;
}


.foot_text:link {
	text-decoration: none;
	color: #f9e918;
}
.foot_text:visited {
	text-decoration: none;
	color: #f9e918;
}
.foot_text:hover {
	text-decoration: none;
	color: #fff;
}
.foot_text:active {
	text-decoration: none;
	color: #fff;
}



#wrapper {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#header {
	background-color: #a3a60f;
	float: left;
	height: 30px;
	width: 1010px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #90900a;
	padding-right: 10px;
	padding-top: 15px;
}
#index_wrap {
	float: left;
	height: auto;
	width: 1000px;
	padding-right: 10px;
	padding-left: 10px;
}
#welcome {
	float: left;
	height: 250px;
	width: 500px;
	padding-top: 200px;
}
#pagehead {
	float: left;
	min-height: 130px;
	width: 1000px;
	padding-top: 160px;
	padding-bottom:10px;
}
#slideshow {
	float: left;
	height: 450px;
	width: 500px;
	position:relative;
}

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

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

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


#feature {
	float: left;
	width: 310px;
	min-height: 180px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 30px;
	padding-bottom: 20px;
}
#feature_center {
	float: left;
	width: 320px;
	height: 180px;
	padding-right: 30px;
	padding-left: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 30px;
	padding-bottom: 20px;
}
#feature_right {
	float: left;
	width: 310px;
	height: 180px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 30px;
	padding-bottom: 20px;
}
#footer {
	float: left;
	height: 100px;
	width: 1000px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#logo {
	float: none;
	height: 130px;
	position: absolute;
	top: 25px;
	width: 252px;
	z-index: 2;
}
#logo-cafe {
	float: none;
	height: 216px;
	position: absolute;
	top: 25px;
	width: 393px;
	z-index: 2;
}

#vertbar_img {
	float: none;
	height: 254px;
	position: absolute;
	top: 260px;
	width: 320px;
	z-index: 2;
	margin-left: 690px;
}


#body {
	float: left;
	width: 660px;
	height: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 30px;
	padding-bottom: 30px;
}
#vertbar {
	float: left;
	width: 300px;
	height: auto;
	padding-top: 170px;
	padding-bottom: 30px;
	background-color: #a3a60f;
	margin-left: 20px;
	padding-right: 10px;
	padding-left: 10px;
}

#vertbar_placeholder {
	float: left;
	width: 300px;
	height: 300px;
	padding-top: 170px;
	padding-bottom: 30px;
	margin-left: 20px;
	padding-right: 10px;
	padding-left: 10px;
}

.prettyframe {
	box-shadow:rgb(0, 0, 0) 2px 2px 5px;
	-webkit-box-shadow:rgb(0, 0, 0) 2px 2px 5px;
	-o-box-shadow:rgb(0, 0, 0) 2px 2px 5px;
	-moz-box-shadow:rgb(0, 0, 0) 2px 2px 5px;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
margin-bottom:10px;
border:2px solid #FFFFFF;
}
