body {
    background-color: #556075;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.4em;
	color: #463947;
}

#container {
   	border: 1px solid #382c46;
   	width: 960px;
	margin: 0px auto;
	background: #DBEDF8;
	padding: 0;
}
#container a {
    text-decoration: underline;
    color: #463947;
}
#container a:hover {
    text-decoration: none;
}
#header{
    width: 960px;
    padding: 0;
}
#header img { 
    border: none;
    margin: 0;
    
}
h2 img {
	border: none;
}
#main {
	width: 960px;
	background: #DBEDF8 url(images/content_bg.jpg) 100% 100% no-repeat;
	padding-bottom: 110px;
}
#main2 {
	width: 960px;
	background: #DBEDF8 url(images/content_bg2.jpg) 100% 100% no-repeat;
	padding-bottom: 110px;
}
#main3 {
	width: 960px;
	background: #DBEDF8 url(images/content_bg3.jpg) 100% 100% no-repeat;
	padding-bottom: 110px;
}
#content {
    padding-left: 20px;
    padding-bottom: 70px;
    padding-right: 40px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: 230px;
    width:640px;
}	
#content img {
	border: none;
}
.floatright {
    float:right;
	margin-left: 10px; 
}
.floatleft {
    float:left;
	margin-right: 10px; 
}
#nav {
    width: 200px;
	float: left;
	margin-top: 30px;
    text-align: right;
}
#nav li {
    color: #556075;
    letter-spacing: 0.06em;
    padding: 8px 8px 8px 8px;
	display: block;
	font-weight: 600;
	border-bottom: 1px dotted #84979F;
}
#nav li a {
    color: #556075;
    text-decoration: none;
}
#nav li a:hover, #nav li a.selected {
    color: #564355;
    text-decoration: none;
}
#quote { 
    margin-top: 20px;
    padding: 10px 20px 10px 30px;
    font-family: Georgia, "Times New Roman", serif;
    font-style: italic;
    font-size: .95em; 
    letter-spacing: .1em;
    width: 400px;
    background: url(images/quote.png) no-repeat;
    color: #536075;
}
#map {
    width:540px;
    height:374px;
    }
#footer {
    clear:both;
    margin: 0 auto;
    background-color: #556075;
    width: 960px;
    text-align: center;
    font-size: .8em;
    padding-top: 6px;
}
#footer a {
    color: #654255;
    text-decoration: underline; 
}
#footer a:hover {
    color: #654255;
    text-decoration: none; 
}
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: none;
width: 600px; /*width of featured content slider*/
height: 480px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
width: 590px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 600px; /*Width of pagination DIV. Total width should equal slider's outer width (500+10+10=520)*/
text-align: left;
font-size: .8em;
padding: 5px 10px;
}

.pagination a{
padding: 4px;
text-decoration: none; 
}

.pagination a:hover, .pagination a.selected{
text-decoration: none;
background-color: #c1cad5;
}  
#fadeshow1 {
    width: 180px;
    height: 180px;
    margin-top: 30px;
    margin-left: 20px;
    padding: 0;
    border: 1px solid #382c46;
}