@charset "UTF-8";

/*

Title:				Cashiers Village: master screen styles
Author/Designer:	Shawn Towne www.shawntowne.com, towne@mac.com
Copyright:			2009

*/

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	background: url(../img/background.jpg) repeat center;
}
body, ul, h1 {
	margin: 0;
}
ul {
	padding: 0;
	list-style: none;
}
dl {
	margin: 0;	
}
dd {
	margin: 0;
}
img {
	border: 0;	
}
/* container 
--------------------------------------------- */
#container {
	width: 100%;
}

/* header
--------------------------------------------- */
#header {
	width: 790px;
	height: 315px;
	margin: 20px auto 5px auto;
	text-align: center;
	background: url(../img/blockquote-big.gif) no-repeat center top;
}
#header h1 {
	margin: 120px 0 10px 0;
}
#header blockquote, #header p {
	text-indent: -9999px;
}

/* content
--------------------------------------------- */
#content {
	width: 100%;
	min-width: 790px;
	padding-bottom: 20px;
	color: #5B5836;
	text-align: left;
	background: url(../img/frame-sides.png) repeat-y center top;
}
#frame {
	width: 100%;
	min-width: 790px;
	height: 30px;
	margin: 0 auto;
	background: url(../img/frame-top.png) no-repeat center top;
}
#content #chalkboard {
	width: 580px;
	margin: 0 auto;
	padding-top: 20px;
	text-align: center;
}
#content h2 {
	width: 226px;
	height: 18px;
	text-indent: -9999px;
	text-align: left;
	background: url(../img/about-cashiers.jpg) no-repeat;
}
#content p {
	margin-top: 0;
	line-height: 24px;
	text-align: left;
}
#content .column {
	float: left;
	width: 270px;
	margin: 0 0 5px 0;
}
#content .columnRight {
	float: right;
}
#content h2 {
	margin-top: 0;
}
#content ul {
	height: 128px;
	margin: 30px 0;	
}
#content #links {
	width: 538px;
	margin: 0 auto;
}

#content #links #linksEnd {
	position: relative;
	width: 538px;
	height: 125px;
	background: url(../img/logo-bottom-options.jpg) no-repeat;
}
#content #links #linksEnd ul {
	height: 100%;
	margin: 0;
	text-align: left;
}
#content #links #linksEnd li {
	margin: .5em 0;
}
#content #film {
	position: absolute;
	left: 30px;
	top: 14px;
}
#content #otherLinks {
	position: absolute;
	left: 180px;
	top: 14px;
}
#content .end {
	clear: both;
}
#frameEnd {
	clear: both;
	width: 100%;
	min-width: 790px;
	height: 58px;
	margin: 0 auto;
	background: url(../img/frame-bottom.png) no-repeat center top;
}
.floatLeft {
	float: left;	
}
.floatRight {
	float: right;	
}
#charitable {
	width: 190px;
	height: 14px;
	margin-bottom: .5em;
	text-indent: -9999px;
	background: url(../img/charitable-contributions.jpg) no-repeat;	
}
a {
	color: #5B5836;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}

/* footer
--------------------------------------------- */
#footer {
	width: 790px;
	margin: 0 auto;
	color: #5B5836;
	text-align: left;
	line-height: 18px;
}
#footerContent {
	width: 720px;
	margin: 0 auto;
}
#footer .row {
	width: 600px;
	margin-left: 0;
	height: 100px;
}
#footer .column {
	float: left;
	width: 200px;
	margin-top: 0px;
	padding-bottom: 50px;
}
#footer h3 {
	font-weight: bold;
}
#footer h4 {
	font-weight: normal;
}
#footer h3, #footer h4 {
	margin: 0;
	font-size: 15px;
}
#footer p {
	margin-top: 0;
}
