/* CSS Document */

html {
	height:100%;
}

body {
	padding:0;
	margin:0;
	height:100%;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	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:931px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/dropshadow.png);
}
#container #body {
	background-image: url(images/bodybg.jpg);
	background-repeat: no-repeat;
	width: 915px;
	margin-right: auto;
	margin-left: auto;
	background-color: #BDCADA;
}
#container #body #header {
	text-align: center;
	color: #FFFFFF;
}
#container #body #header div {
	color: #000000;
	line-height: 18px;
	font-size: 14px;
}

#container #body #slideshow_nav {
	height: 254px;
	width: 905px;
	margin-right: auto;
	margin-left: auto;
}
#container #body #slideshow_nav #nav {
	float: left;
	height: 254px;
	width: 195px;
}
#container #body #slideshow_nav #slideshow {
	float: right;
	height: 250px;
	width: 700px;
	background-repeat: no-repeat;
}
#container #body #slideshow_nav #nav_clear {
	clear: both;
	width: 905px;
}
#container #body #content {
	width: 890px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}
#container #body #content #left {
	float: left;
	width: 185px;
	padding-left: 5px;
}
#container #body #content #right {
	float: right;
	width: 660px;
	padding-right: 10px;
}
#container #body #content #right #locations {
	font-size: 11px;
	font-style: italic;
	line-height: 12px;
	text-align: center;
}

#container #body #content #clear {
	clear: both;
	width: 905px;
}
#container #footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	width: 915px;
	height: 47px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-top: 15px;
	color: #000000;
	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:26px;
	font-weight:bold;
	color:#000000;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 28px;
}
.subheader{
	font-size:18px;
	font-weight:bold;
	color:#000000;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 20px;
}
.subheaderside {
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	line-height: 18px;
}

.image {
	float: right;
	margin-top: 1px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 15px;
}
#intro {
	text-align: center;
}
#intro a {
	font-size: 11px;
	color: #CCCCCC;
}
#intro a:visited {
	font-size: 11px;
	color: #CCCCCC;
}


.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:#000033;
	text-decoration:underline;
}
a:visited {
	text-decoratoin:underline;
	color:#000033;
}
a:hover{
	text-decoration:none;
}
a:active {
	text-decoration:none;
}

ul {
	line-height:1.3em;
}

.clear{clear:both;}
#container     #body     #slideshow_nav     #nav    a     {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 22px;
	width: auto;
	text-align: center;
	line-height: 10px;
	background-image: url(images/nav_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 13px;
	font-weight: bold;
}
#container      #body      #slideshow_nav      #nav    a.on     {
	background-position: bottom;
}
#container     #body     #slideshow_nav     #nav    a:hover      {
	background-position: bottom;
}
#container      #body      #slideshow_nav      #nav     img      {
	float: left;
}
