@charset "utf-8";
/* CSS Document */

/**************************************************** Main Layout*/
html, body {
	height: 100%;
}
body{
	margin:0px;
	padding:0px;
}
#backdiv{
	height: 100%;
	width:100%;
	/*background-color: #5E4B40;*/
}
#maindiv {
  width: 953px ; /*960*/
  margin-left: auto ;
  margin-right: auto ;
  padding-top:62px;
}
.left{
	width:355px;
}
.right{
	width:597px;
}
.center{
	/*width:7px;
	height:733px;
	background-image: url(../graphics/s.gif);
	background-repeat: repeat-y;*/
	display:none;
}
.floater{
	float:left;
}
.topLeft{
	background-color: #F0F4FD;	
	height:350px;
}
.menuLeft{
	background-color: #8A6F5E;
	height:22px;
}
.bottomLeft{
	height:363px;
	background-color: #014F80;
}
.topRight{
	height:350px;
	background-color: #C7D5EE;
}
.menuRight{
	background-color: #BCAA9E;
	height:22px;
}
.bottomRight{
	height:363px;
	background-color: #F0F4FD;	
}
/**************************************************** Main Menu*/
.menuLeft a:link, .menuLeft a:visited{
	display:block;
	margin-top:4px;
	float:right;
	text-decoration: none;
	margin-right:15px;
	margin-left:14px;
	color: #FFF;

}
.menuRight a:link, .menuRight a:visited{
	display:block;
	margin-top:4px;
	float:left;
	text-decoration: none;
	margin-right:35px;
	margin-left:30px;
	color: #7A4203;

}
a.brown:hover{
	color: #623402;
}
a.green:hover{
	color: #7F7;
}
a.orange:hover{
	color: #F90;
}
a.pink:hover{
	color: #FF79FF;
}
a.blue:hover{
	color: #E4DFDA;
}
a.violet:hover{
	color: #740EFE;
}
a.green-2:hover{
	color: #070;
}
a.pink-2:hover{
	color: #9B009B;
}


a.activated-brown:link {
	color: #623402;
}
a.activated-green:link {
	color: #7F7;
}
a.activated-orange:link {
	color: #F90;
}
a.activated-pink:link {
	color: #FF79FF;
}
a.activated-blue:link {
	color: #E4DFDA;
}
a.activated-violet:link {
	color: #740EFE;
}
a.activated-green-2:link {
	color: #070;
}
a.activated-pink-2:link {
	color: #9B009B;
}


/**************************************************** Logo*/
.logo{
	float:left;
	width:100%;
	text-align:center;
	margin-top:220px;
}
.logo img{
	border:0;
}
/**************************************************** Contents */
body{
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.bottomLeftContent{
	height:287px;
	color: #469BF9;
	text-align: right;
	padding-top:60px;
	padding-right:40px;
}
.bottomLeftContent a:link, .bottomLeftContent a:visited{
	color: #469BF9;
}
.bottomLeftContent a:hover{
	color: #ADD2FC;
}
.bottomLeftContent h1{
	color: #469BF9;
}
.bottomLeftCredits{
	color: #C7D5EE;
	font-size: 10px;
	text-align:right;
	padding-right:5px;
}
.column1{
	margin-top:20px;
	width:238px;
	height:243px;
	float:left;
	background-image: url(../graphics/s2.gif);
	background-repeat: repeat-y;
	background-position: right;
	padding:30px;
}
.column2{
	margin-top:20px;
	width:237px;
	float:left;
	padding:30px;
}
.column0{
	width:517px;
	padding:30px;
}

h1{
	font-size: 11px;
	font-weight: bold;
	margin-top:0px;
	color: #623402;
}
h2{
	font-size: 12px;
	font-weight: bold;
	margin-top:0px;
	color: #7A4203;
	margin-bottom:16px;
}
.brown{
	color: #854703;
}
.green{
	color: #090;
}
.red{
	color: #F00;
}
.pink{
	color: #F0F;
}
.blue{
	color: #0071BC;
}
.violet{
	color: #9547FE;
}
.orange{
	color: #F88C16;	
}
.bold{
	font-weight: bold;	
}
a:link, a:visited{
	color: #623402;
	text-decoration:none;
}
a:hover{
	color: #0071BC;
}

/*----------- Lists -------------*/

ul{
	list-style-type: square;
	/*margin: 0px;*/
	padding-left: 13px;
	color: #014F80;
}
ul.light{
	list-style-type: square;
	/*margin: 0px;*/
	padding-left: 13px;
	color: #8A6F5E;
}
li{
	/*color: #666;*/
}
.listGreyText{
	color: #666;
}



/*----- Tables -------*/
.regularCell{
	text-align: center;
	background-color: #BCAA9E;
	color: #7A4203;
}
.theTable{
	width:100%;
}
.mainTable{
	background-color: #D2DEF9;
	padding:5px;
	text-align: center;
	color: #0071BC;
	font-size: 12px;
	font-weight: bold;
}
.subTable{
	padding:3px;
	background-color: #D2DEF9;
	text-align: center;
	color: #0071BC;
}
.leftCell{
	padding:3px;
	background-color: #8A6F5E;
	color: #FFF;
	text-align: right;
}

#map_canvas{
	float:left;
	width:100%;
	height:363px;
}

/**************************************************** Slider */

.columnSlider{
	width:597px;
}


.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden;
	margin: auto;
	width: 597px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 341px;
	clear: both;
	
}
		
.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}
		
.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 597px; /* Also specified in  .stripViewer  above */
	/*text-align: justify;*/
}
		
.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
}
		
.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	display:none;
}
.stripNavL, .stripNavR {
	display:none;
}
.cross-link{
	
}
.next-button{
	width:547px;
	margin-top:8px;
	text-align:right;
	
}

.subWrapperSized{
	width:537px;
	height:280px;
	overflow:hidden;

}

/*sub menu*/
.subMenu{
	float:left;
	width:100%;
	height:22px;
	background-color: #A98F81;
}
.subMenu a:link, .subMenu a:visited{
	display:block;
	margin-top:4px;
	float:left;
	text-decoration: none;
	margin-right:35px;
	margin-left:30px;
	color: #623402;
}
.subMenu a:hover{
	color: #D7CBC4;
}

.subMenuTiny{
	float:left;
	width:100%;
	height:22px;
	background-color: #A98F81;
}
.subMenuTiny a:link, .subMenuTiny a:visited{
	display:block;
	margin-top:4px;
	float:left;
	text-decoration: none;
	margin-right:25px;
	margin-left:20px;
	color: #623402;
}
.subMenuTiny a:hover{
	color: #D7CBC4;
}
/**************************************************** */
