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








/* --------------------------------------  layout   --------------------------- */




div#container {
	margin: 50px 200px;
	position: relative;
	width: auto; 
   }
   
 /* --------------------------------------  top nav   --------------------------- */  
   
#container div#topNav {
	color: #FFF;
	left: 300px;
	position: absolute;
    top: -30px;
	}
	
#container div#splash {
	background-color: #FFF;
	width: 900px;
	height: 500px;
	margin-top: 0px;
	overflow: hidden;
	padding: 0px 10px;
	border-radius:10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: rgba(0,0,0,0.3) 3px 3px 5px;
	-moz-box-shadow: rgba(0,0,0,0.3) 3px 3px 5px;
	-o-box-shadow: rgba(0,0,0,0.3) 3px 3px 5px;
	-webkit-box-shadow: rgba(0,0,0,0.3) 3px 3px 5px;
	}
	
#container div#posterPage {
	background-color: #FFF;
	width: 900px;
	height: auto;
	overflow: hidden;
	padding: 30px;
	border-radius:10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: rgba(0,0,0,0.3) 3px 3px 5px;
	-moz-box-shadow: rgba(0,0,0,0.3) 3px 3px 5px;
	-o-box-shadow: rgba(0,0,0,0.3) 3px 3px 5px;
	-webkit-box-shadow: rgba(0,0,0,0.3) 3px 3px 5px;
	} 
	 

img#fixedHome {
	position: fixed;
	left: 15px;
	top: 15px;
}
	
div#fixedNav {
	color: #FFF;
	font-family: Arial, sans serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	position: fixed;
	left: 90px;
	top: 60px;
	text-align: right;
	text-shadow: 5px 5px 10px #333;
	width: 100px;
	}
	
div#fixedMessage {
	color: #FC3;
	font-family: Arial, sans serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	position: fixed;
	left: 60px;
	top: 60px;
	text-align: right;
	text-shadow: 5px 5px 10px #333;
	width: 120px;
	}

 /* --------------------------------------  display1   --------------------------- */     
  
  
  
   
#container div#leftCol {
	 margin-top: 0px;
	position: absolute;
	}




#leftCol div#display1 {
	background-color: #FFF;
	float: left;
	width: 670px;
	height: auto;
	margin-top: 0px;
	overflow: hidden;
	padding: 0px 10px;
	border-radius:10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: rgba(0,0,0,0.3) 3px 3px 5px;
	-moz-box-shadow: rgba(0,0,0,0.3) 3px 3px 5px;
	-o-box-shadow: rgba(0,0,0,0.3) 3px 3px 5px;
	-webkit-box-shadow: rgba(0,0,0,0.3) 3px 3px 5px;
	} 
	


#display1 div#logobanner { 
	height: 100px;
	padding-top: 5px;
	width: 664px;
	}
	
#display1 div#tabmenu { 
	height: 80px;
	margin-bottom: 5px;
	padding: 0px;
	width: 660px;
	}
	
#display1 div#bannerad { 
	 border: solid #666 8px;
	 height: 186px;
	 margin-top: 0px;
	 width: 642px; 
	}
   

.bwbox {
	background-color:#000;
	padding: 3px 10px 6px 10px;
	font-family:"Arial Black", Gadget, sans-serif;
	font-size:12px;
	font-color:#fff;
}

  
.leader {
	border-top: solid 1px #ddd;
	margin-top: 0;
	padding: 0;
}
  
#leftCol div#display2 {
	background: transparent;
	float: left;
	width: 670px;
	height: 200px;
	margin: 30px 0 30px 0;
	padding: 0px;
	} 
	
#leftCol div#displayAds {
	background: transparent;
	width: 700px;
	height: 200px;
	padding: 0px;
	 		} 
	





 #display2 div#box1 {
	float: left;
	width: 215px;
	height: 180px;
	margin-top: 0px;
	padding: 0px;
	position: absolute; 
 	border-left-style: solid;
	border-color: #F03;
	border-width: 12px; 
	}
 

 #box1 img.illus {
		 float: left;
		 margin-bottom: 5px;
		  margin-left: 12px;
 }
 

 
  #display2 div#box2 {
	float: left;
	width: 215px;
	height: 180px;
	margin-top: 0px;
	margin-left: 240px;
	padding: 0px;
	position: absolute; 
 	border-left-style: solid;
	border-color: #F03;
	border-width: 12px;
	background: transparent;
 }
#box2 div#unionSavings { 
	 background-color: #000;
	 width:200px;
	 height:70px;
	 border-style:solid;
	 border-color:#000;
	 border-top-width:25px;
	 		}
   
   

  
 
  #display2 div#box3 {
	float: left;
	width: 215px;
	height: 180px;
	margin-top: 0px;
	margin-left: 475px;
	padding: 0px;
	position: absolute; 
 	border-left-style: solid;
	border-color: #F03;
	border-width: 12px;  
 }

#display2 a:link {
	color: #cc0000;
	text-decoration: none;
   }
   
#display2 a:visited {
    color: #666;
}

#display2 a:hover {
    color: #cc0000;
}

#display2 a:active, a:focus { 
	color: #069;
}


#leftCol div#display3 {
	background-color: #335a79;
	border-radius:10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: rgba(0,0,0,0.3) 3px 3px 5px;
	-moz-box-shadow: rgba(0,0,0,0.3) 3px 3px 5px;
	-o-box-shadow: rgba(0,0,0,0.3) 3px 3px 5px;
	-webkit-box-shadow: rgba(0,0,0,0.3) 3px 3px 5px;
	margin-bottom: 50px;
	overflow: hidden;
	padding: 0px 10px;
	width: 670px;
	} 
	



#display3 a:link {
	color: #FFF;
	text-decoration: none;
   }
   
#display3 a:visited {
    color: #FC3;
}

#display3 a:hover {
    color: #cc0000;
}

#display3 a:active, a:focus { 
	color: #069;
}

		
.boxleft {
	float: left;
	margin-left: 0px;
	margin-right: 3px;
	margin-bottom: 5px;
	width: 320px;
}

.boxright {
	float: right;
	margin-left: 3px;
	margin-right: 0px;
	margin-bottom: 5px;
	width: 320px;
}
	
	
	
	
	
  /* --------------------------------------  navigation   --------------------------- */     
  
  

  
  
  	 /* --------------------------------------  sidebar   --------------------------- */     
   
   
  

div#sidebar {
	background: #fff;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: rgba(0,0,0,0.3) 3px 3px 5px;
	-moz-box-shadow: rgba(0,0,0,0.3) 3px 3px 5px;
	-o-box-shadow: rgba(0,0,0,0.3) 3px 3px 5px;
	-webkit-box-shadow: rgba(0,0,0,0.3) 3px 3px 5px;
	height: auto;
	margin-bottom: 50px;
	margin-top: 0px;
	margin-left: 710px;
	overflow: hidden;
	padding: 15px;
	position: absolute;
	width: 300px;
	} 
   
  
 
#leftCol div#storyPage {
	background-color: #FFF;
	width: 700px;
	height: auto;
	margin-bottom: 50px;
	margin-top: 0px;
	overflow: hidden;
	padding: 30px;
	border-radius:10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: rgba(0,0,0,0.3) 3px 3px 5px;
	-moz-box-shadow: rgba(0,0,0,0.3) 3px 3px 5px;
	-o-box-shadow: rgba(0,0,0,0.3) 3px 3px 5px;
	-webkit-box-shadow: rgba(0,0,0,0.3) 3px 3px 5px;
	} 
	 

#leftCol div#campPage {
	background-color: #FFF;
	width: 650px;
	height: auto;
	margin-bottom: 50px;
	margin-right: 30px;
	margin-top: 0px;
	overflow: hidden;
	padding: 20px;
	border-radius:10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: rgba(0,0,0,0.3) 3px 3px 5px;
	-moz-box-shadow: rgba(0,0,0,0.3) 3px 3px 5px;
	-o-box-shadow: rgba(0,0,0,0.3) 3px 3px 5px;
	-webkit-box-shadow: rgba(0,0,0,0.3) 3px 3px 5px;
	} 

.campBox {
	padding: 5px;
	margin-bottom: 10px;
	width: 420px;
}

#inset {
	float: right;
	width: 174px;
}

.inset {
	border-top: solid 3px;
	border-bottom:solid 3px;
	border-left: 1px;
	border-right: 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:600;
	float:right;
	padding:15px;
	margin:10px;
	width:200px;
}


.insetBody {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:lighter;
}
	

.insetHead {
	font-family:Arial,Helvetica, sans-serif;
	font-size:9pt;
	font-weight:bold;
	margin-left:10px;
	margin-top:6px;
	margin-bottom:10px;
	}
	
	
	}
  
  
												 /* ===== miscellaneous styles ===== */
												 
.floatLeft {
	float: left;
	margin-right:10px;
}

.floatRight {
	float: right;
	margin-left:10px;
	}
												 

.clear { clear: both } 
.browser {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #F00;
}
  
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight { 
    float: right; 
    margin: 4px; 
} 


												 /* ===== to stack images: ===== */
												 
												 
img.floatRightClear { 
    float: right; 
    clear: right; 
    margin: 4px; 
}
 
 img.floatLeftClear { 
    float: left; 
    clear: left; 
    margin: 4px; 
}
