@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #EEE;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #eee;
	line-height:100%;
}
a{
    text-decoration:none;
}
a:hover{
	text-decoration: underline;
}
.small{
    font-size:9px;
}
p{
    margin: 0px;
}
li{
    margin-left: 4px;
}
ul{
    margin: 3px 0px 0px 14px;
}
.thrColFix #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url('../images/m.gif') repeat-y;
/*	background: #FFFFFF;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	padding-top: 0px;
} 
#homeFooter{
    padding: 0px;
    margin: 0px 0px 0px -15px;
    background: url('../images/4photoGroup.png') no-repeat;
    left:0px; 
    top:0px; 
    width:640px;
    height:130px;
/********    border: 1px solid #00ffff;*/

}
.sidebarImage{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width:160px;
    height:130px;
/*    border: 4px solid #ff0000;*/
}
#homeFooter img{
    padding: 0px;
    margin: 0px;
}
#topBar.save{
	background-color: #f00;
	position:relative;
	left:0px; 
	top:76px; 
	width:960px;
	min-height:19px;
}	
#topBar{
	background-color: #f00;
	position:relative;
	left:0px; 
	top:0px; 
	width:785px;
	min-height:19px;
}	

#topBar ul {
	list-style: none;
	margin: 0px 0px;
	padding: 0px;
	padding-left: 28px;
}

#topBar ul li {
	float: left;
	margin: 1px 10px 0px 10px;
	font-size: 12px;
	color: #fff;
}
#topBar ul li a {
	color: #fff;
	text-decoration: none;
	font-weight:bold;
}
#topBar ul li a.current {
	color: #000;
}
#topBar ul li a:hover {
	text-decoration: underline;
}
	
#leftLogo{
    /*background: url('../images/TopLeftLogos.png') no-repeat;*/
    background: url('../images/topLeft195.png') no-repeat;
    height: 102px;
    z-index:50;	
/*    border: 1px solid #000000;*/
}
	
#centerLogo{
    /*background: url('../images/TopLeftLogos.png') no-repeat;*/
    background: url('../images/topCenter625.png') no-repeat;
    height: 57px;
    z-index:50;	
}
#visualTour{
	background: url('../images/VisualTour.png') no-repeat;
	margin: 20px 0px 0px 8px;
	min-height: 460px;
	/********border: 1px solid #000000;*/
}
.visualNav{
	height: 98px;
	width: 120px;
	margin: 20px 16px 20px 16px;
}
.visualNavSelected{
	height: 98px;
	width: 120px;
	margin: 16px 16px 16px 16px;
	border: 3px solid #FF0000;	
}
#visualTourImg{
	margin-left:175px;
}
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 195px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
/*	background: #339;  the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	/*border: 1px solid #000000;*/
	line-height:80%;
}
.thrColFix #sidebar1 a{
    text-decoration:none;
    color: #fff;
}
.thrColFix #sidebar1 a:hover{
    text-decoration:underline;
    color: #fff;
}
#leftNavigation{
    min-height: 260px;
    padding: 10px 14px 0px 14px;
}
#leftBottom{
    padding:10px;
    font-size: 11px;
    z-index:30;
    margin:0px 0px 10px 3px;
}
.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #339; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
	margin-top: 76px;
}
.thrColFix #mainContent {
	background:#fff;
	color:#000;
	margin-top: 0px;
	margin-right: 175px;
	margin-bottom: 0px;
	margin-left: 195px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	/*border: 1px solid #000000;*/
}
.thrColFix #mainContentText {
    font-size: 14px;
    padding: 0px 30px 20px 10px;
    min-height: 352px;
    width:585px;
    /********border: 1px solid #000000;    */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */

	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
ul.localNav {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.localNav li {
	margin: 0px;
	padding: 0px 0px 8px 0px;
	list-style: none;
	font-size: 11px;
	color: white;
}
ul.localNav li a {
	text-decoration: none;
	color: white;
}
ul.localNav li a:hover {
	text-decoration: underline;
}

ul.localNav li ul {
	margin-top: 4px;
	margin-left:0;
	padding-left: 14px;
}
ul.localNav li li {
	margin: 0px;
	padding: 0px 0px 4px 0px;
}
ul.localNav li li a, ul.localNav li.current li a, ul.localNav li li.current li a {
	color: white;
}
ul.localNav li li a, ul.localNav li.current li a, ul.localNav li li.current li a {
	color: white;
}
ul.localNav li a.current {
	color: #ff0000;
}
#breadCrumb {
	z-index:15;
	position:relative;
	color: #a1a1b9;
	font-size: 11px;
	margin-left: 28px;
	padding-top: 5px;
}
#breadCrumb a {
	color:#a1a1b9;
	text-decoration:none;
}
#breadCrumb a:hover {
	text-decoration:underline;
}

table p{
    margin: 0px;
}
.sidebarHR{
    height:2px;
    background: #fff;
    font-size:1px;
    line-height:1px;
}
.visualTourTitle{
    font-size: 14px;
    font-weight: bold;
    margin-bottom:5px;
}
