/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #5F4720;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: center; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 40px;
	margin-top: 10px;
	margin-right: 30px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-left: 30px;
}
h2 {
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
}
a:visited {
}
a:hover {
}
#sidebar {
	float: left;
	width: 318px;
	background-image: url(images/sidebar.jpg);
	height: 790px;
}
#nav {
	width: 770px;
	height: 37px;
	
}

a:active {
}





/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */



/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	width: 750px;
	background-image: url(images/header.jpg);
	height: 178px;
}
#content {
	float: right;
	width: 432px;
	background-image: url(images/content.jpg);
	height: 790px;
}

#cta {
	width: 290px;
	left: 12px;
	top: 849px;
	position: absolute;
	height: 87px;
}


/* Creates the div container for the footer. */
div#footer {
	width: 750px;
	background-image: url(images/footer.jpg);
	height: 35px;
	clear: both;
}
div#footer a:link {
}
div#footer a:visited {
}
div#footer a:hover {
}
div#footer a:active {
}
div#copyright, div#copyright  a:link, div#copyright  a:hover, div#copyright  a:visited, div#copyright  a:active {
	color: #FFFFFF;
	font: normal 9px/12px Verdana, Arial;
	clear: both;
	margin: 5px;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	width: 256px;
	margin-left: 35px;
	margin-top: 0px;
	padding-top: 170px;
}

img.left2 {
	float: left;
	width: 256px;
	margin-left: 35px;
	padding-top: 0px;
	margin-top: 0px;
}

img.right {
	float: right;
	margin: 4px 7px 5px 10px;
	border: 1px solid #000;
}


#cclogo {
	width: 167px;
	position: absolute;
	left: 70px;
	top: 442px;
}


clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */
#container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
div#address {
	color: #000000;
	font: normal 12px/16px Verdana, Arial, sans-serif;
	width: 225px;
	text-align: center;
	left: 53px;
	top: 187px;
	position: absolute;
	height: 40px;
}

div#better {
	color: #000000;
	font: bold normal 12px/16px Verdana, Arial, sans-serif;
	width: 76px;
	text-align: center;
	left: 599px;
	top: 126px;
	position: absolute;
	height: 98px;
}









/* ----------------- NAVIGATION CONTAINER ----------------- */

div#horznav {
	width: 770px;
	height: 37px;
	margin: 0 auto;
	padding: 0;
}

 ul#nav {
	margin: 0;
	padding: 0 0 0 0px;
	list-style-type: none;
}

 
ul#nav li {
		float: left;
		margin: 0 auto;
		padding: 0 0 0 0px;
		display: inline;
}

 ul#nav li a:link, ul#nav li a:visited, ul#nav li a:active {
            margin: 0;
            padding: 14px 14px 13px;
            display: run-in;
            line-height: 37px;
            font-size: 11px;
            font-weight: bold;
            text-decoration: none;
            text-align: center;
            color: #C6EAFF;
}

ul {
	font: 12px/14px Verdana, Arial, sans-serif;
	color: #000000;
	list-style-type: disc;
	margin-left: 40px;
} 

ul#nav li a.current:link, ul#nav li a.current:visited { background-color: #F9AD00; }

 
ul#nav li a:hover { background-color: #E02506; color: #FFFFFF; }


ul#list {
	padding: 0;
	font-size: 11px;
	color: #666;
	line-height: 14px;
	margin-top: 30px;
	margin-right: 0;
	margin-left: 300px;
	margin-bottom: 20px;
}

ul#list li {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

div#photos { padding-top: 170px; padding-bottom: 30px; }

div#photo2 { padding-bottom: 0; }

span.caption { font: bold italic 12px Arial, Helvetica, sans-serif; }

