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


/*** Basic Website Design ***/

body {
	background-color: #F1EDC2;
}

a {
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #77716b;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #77716b;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #77716b;
}

a.bottomlink:link {
	color: #f1edc2;
	text-decoration: none;
}
a.bottomlink:visited {
	text-decoration: none;
	color: #f1edc2;
}
a.bottomlink:hover {
	text-decoration: underline;
	color: #f1edc2;
}
a.bottomlink:active {
	text-decoration: none;
	color: #f1edc2;
}


/*** Website Structure ***/

#container {
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	overflow: hidden;
	width: 784px;
}
#top {
	background-color: #F1EDC2;
	text-align: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #77716b;
}
#banner {
	background-image: url(pix/banner01.jpg);
	height: 110px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
}
#menu {
	background-color: #F1EDC2;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: 36px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/*** Start of Super Mega Awesome Interactive Menu ***/

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 156px;
	text-align: center;
	color: #a8763f;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#menu a:hover {
	background: #ffffff;
	color: #ff6600;
	font-weight: normal;
}

#menu .active a {
	background: #ffffff;
	color: #ff6600;
	font-weight: normal;
	text-decoration: none;
}

/*** End of Super Mega Awesome Interactive Menu ***/

#main_photo {
	height: 312px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#main_container {
	float: left; 
	background: url(pix/mainbg.gif) top left repeat-y;
}
#main_left {
	float: left;
	width: 491px;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #A8763F;
}
#main_right {
	float: right;
	width: 212px;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #999999;
}
#bottom {
	background-color: #A8763F;
	clear: both;
	text-align: center;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #f1edc2;
	border-top-width: 0px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#main_schema {
	float: left;
	width: 744px;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #A8763F;
	background-color: #FFFFFF;
}

/*** Headings & Classes ***/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17pt;
	color: #FF6600;
	margin: 0px;
	font-weight: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FF6600;
	margin: 0px;
	font-weight: normal;
}
p.line {
	color: #CCCCCC;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
}
.red_text {
	color: #ff6600;
}
.red_text_large {
	color: #ff6600;
	font-size: 14px;
}
.bullet {
	color: #666666;
}
.left_aligned_pix {
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 0px;
}
.right_aligned_pix {
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 0px;
}
