/* CSS Document */

html {
	height:100%;
}

body {
	padding:0;
	margin:0;
	height:100%;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	line-height:16px;
	background-color: #ffffff;
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: top;
}

/* 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:879px;
	margin-right: auto;
	margin-left: auto;
}
#container #header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	height: 321px;
	width: 640px;
	text-align: right;
	padding-top: 2px;
	padding-left: 240px;
}
#container #navigation {
	height: 41px;
	width: 880px;
}
#container #content {
	background-image: url(images/body_bg.png);
	width: 880px;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
#container #content #left {
	float: left;
	width: 208px;
	background-image: url(images/left_bg.png);
	background-repeat: no-repeat;
	height: 392px;
	padding-top: 25px;
	padding-right: 15px;
	padding-left: 15px;
	color: #333333;
}
#container #content #right {
	float: right;
	width: 600px;
	padding-right: 20px;
	padding-top: 25px;
}
#container #content #right #locations {
	text-align: center;
	font-size: 11px;
	font-style: italic;
}

#container #content #clear {
	clear: both;
	height: 25px;
	width: 880px;
}
#container #subheader {
	height: 55px;
	width: 880px;
	background-image: url(images/bottom.png);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 5px;
	font-size: 10px;
}




/* ----------- 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:#49453c;
	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:bold;
	color:#393E31;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 22px;
}
.subheader{
	font-size:14px;
	font-weight:bold;
	color:#393E31;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	font-style: italic;
}
.locations {
	font-size: 11px;
	font-style: italic;
}

a.body:link{
	color:#393E31;
	font-size:18px;
	text-decoration:underline;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	line-height: 22px;
}
a.body:visited{
	color:#393E31;
	font-size:18px;
	text-decoration:underline;
	font-style: italic;
	line-height: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
a.bottom:link{
	color:#333333;
	font-size:10px;
	text-decoration:underline;
}

a.bottom:visited{
	color:#333333;
	font-size:10px;
	text-decoration:underline;
}
a:link{
	color:#7E6427;
	text-decoration:underline;
}
a:visited {
	text-decoratoin:underline;
	color:#7E6427;
}
a:hover{
	text-decoration:none;
}
a:active {
	text-decoration:none;
}

ul {
	line-height:1.3em;
}

.clear{clear:both;}
a.button:link {
	background-color: #8E8A68;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	width: 250px;
	border-top-width: 2px;
	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: #C9C496;
	border-right-color: #4F4D3B;
	border-bottom-color: #4F4D3B;
	border-left-color: #C9C496;
	margin: 5px;
	padding: 5px;
}
a.button:visited {
	background-color: #393E31;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	width: 250px;
	border-top-width: 2px;
	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: #788267;
	border-right-color: #12130F;
	border-bottom-color: #12130F;
	border-left-color: #788267;
	margin: 5px;
	padding: 5px;
}
a.button:hover {
	background-color: #8E8A68;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	width: 250px;
	border-top-width: 2px;
	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: #4F4D3B;
	border-right-color: #C9C496;
	border-bottom-color: #C9C496;
	border-left-color: #4F4D3B;
	margin: 5px;
	padding: 5px;
}
a.button:active {
	background-color: #8E8A68;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	width: 250px;
	border-top-width: 2px;
	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: #4F4D3B;
	border-right-color: #C9C496;
	border-bottom-color: #C9C496;
	border-left-color: #4F4D3B;
	margin: 5px;
	padding: 5px;
}
