/* CSS Document */

html {
	height:100%;
}

body {
	padding:0;
	margin:0;
	height:100%;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#525252;
	line-height:16px;
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-position: top;
}
#header {
	height: 126px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
}
#nav {
	background-image: url(images/navbar.png);
	background-repeat: no-repeat;
	height: 46px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#nav #buttons {
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
	padding-left: 25px;
}
#nav #buttons img {
	float: left;
}
#nav #buttons a {
	color: #796149;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	height: 24px;
	padding-top: 7px;
	background-image: url(images/nav_bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
#nav #buttons a:hover {
	background-position: bottom;
}
#nav #buttons a.on {
	background-position: bottom;
}





/* You can change the width of this container to whatever the width of the site is, but
you need to have a width on the container. Check the width of the main table too.*/

#container {
	padding:0;
	width:850px;
	margin-right: auto;
	margin-left: auto;
}
#container #left {
	background-image: url(images/slideshow_bg.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 425px;
	width: 283px;
}
#container #right {
	float: right;
	width: 535px;
	padding-top: 10px;
	padding-right: 10px;
}
#container #right #locations {
	font-size: 11px;
	font-style: italic;
	line-height: 13px;
	text-align: left;
}

#container #clear {
	clear: both;
}
#footer {
	background-image: url(images/divider.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	text-align: center;
	padding-top: 15px;
	color: #796149;
	font-size: 11px;
}
#footer a {
	color: #796149;
	font-size: 11px;
}








/* ----------- HEADER STYLES ------------ */

h1 {
	font-weight:normal;
	font-size:13px;
	display:inline
}

h2 {
	font-weight:normal;
	font-size:13px;
	display:inline
}

h3 {
	font-weight:normal;
	font-size:13px;
	display:inline
}
  
table, td {
	border-collapse:collapse;
}

table, td, img {
	border:0; 
	padding:0;
}

form, td {
	margin:0; 
	padding:0;
}

br {
	font-size:10px;
}

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

td, input, textarea{
	font-size:13px;
	font-family:Tahoma;
	color:#999999;
	line-height:13px;
	vertical-align:top;
	padding:0px;
}

td, select, input {
	font:13px tahoma, arial, helvetica, sans-serif; 
	color:#49453c; 
	vertical-align:top;  
	text-align:left;
}

img a { 
	border:0px;
}

img { 
	vertical-align:top;
}

b {
	color:#f32648;
}

/* ------------ CHANGE LINK COLOR HERE ------------ */

.header{
	font-size:22px;
	font-weight:normal;
	color:#796149;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 24px;
}
.subheader{
	font-size:17px;
	font-weight:normal;
	color:#796149;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 20px;
}
.image {
	float: right;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.locations {
	font-size: 11px;
	font-style: italic;
}
.edges {
	font-size: 13px;
	font-weight: bold;
	color: #CCCCCC;
}
.edgestitle {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}



a.body:link{
	color:#0000FF;
	font-size:13px;
	text-decoration:underline;
}
a.body:visited{
	color:#0000FF;
	font-size:13px;
	text-decoration:underline;
}
a.bottom:link{
	color:#FFFFFF;
	font-size:11px;
	text-decoration:underline;
}

a.bottom:visited{
	color:#FFFFFF;
	font-size:11px;
	text-decoration:underline;
}
a:link{
	color:#00207d;
	text-decoration:underline;
}
a:visited {
	text-decoratoin:underline;
	color:#00207d;
}
a:hover{
	text-decoration:none;
}
a:active {
	text-decoration:none;
}

ul {
	line-height:1.3em;
}

.clear{clear:both;}
