/* 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-image: url(images/bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
#top {
	height: 21px;
	width: 857px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/top.png);
	background-repeat: no-repeat;
	text-align: right;
	font-size: 10px;
	vertical-align: baseline;
	color: #999999;
}


/* 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:857px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/body_bg.png);
	background-repeat: repeat-y;
}
#container #left {
	float: left;
	width: 250px;
}
#container #left #left_logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	height: 210px;
	width: 245px;
	margin-left: 5px;
}
#container #left #left_body {
	width: 250px;
	height: auto;
}
#container #left #left_body #navigation {
	width: 218px;
	margin-left: 25px;
}

#container #right {
	float: right;
	width: 607px;
}
#container #right #slideshow {
	background-image: url(images/slideshow.jpg);
	background-repeat: no-repeat;
	height: 333px;
	width: 607px;
}
#container #right #right_top {
	background-image: url(images/right_top.png);
	background-repeat: no-repeat;
	height: 23px;
	width: 607px;
}
#container #right #right_body {
	width: 537px;
	padding-left: 35px;
	padding-right: 35px;
}
#container #clear {
	clear: both;
	height: 1px;
	width: 857px;
}

#footer  {
	height: 41px;
	width: 607px;
	background-image: url(images/footer.png);
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
	padding-left: 250px;
	padding-top: 40px;
}
.footer {
	font-size: 9px;
	font-style: italic;
	color: #999999;
}
#footer a {
	color: #FFFFFF;
	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:#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:bold;
	color:#00207d;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 24px;
}
.subheader{
	font-size:16px;
	font-weight:bold;
	color:#000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 18px;
}
.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;}
#container #left #left_body #navigation a {
	background-color: #93aad8;
	width: 208px;
	display: block;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
	text-decoration: none;
	color: #223563;
	font-size: 16px;
	line-height: 18px;
}
#container  #left  #left_body  #navigation  a:hover {
	background-color: #223563;
	font-style: italic;
	color: #ffe3a7;
	font-size: 16px;
	line-height: 18px;
}
#container #left #left_body #navigation a.on {
	background-color: #223563;
	font-style: italic;
	color: #ffe3a7;
	font-size: 16px;
	line-height: 18px;
}
#footerb a {
	color: #FFFFFF;
}
#footerb {
	color: #FFFFFF;
	font-size: 9px;
}

