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

<!-- 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #D7DAE7;
	margin: 0; /* 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: #000000;
}
a:link {
	color: #595E71;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #595E71;
}
a:hover {
	text-decoration: none;
	color: #333642;
}
a:active {
	text-decoration: none;
	color: #595E71;
}
h1 {
	font-size: 22px;
	line-height: 22px;
	margin: 10px 0 5px 0;
}
h2 {
	font-size: 16px;
	line-height: 16px;
	margin: 10px 0 5px 0;
}
#result a {
	color: #F00;
	font-size: 130%;
	text-align: left;
}
div.updated { color: #999; margin-bottom: 5px; font-size: 0.8em; }
.twoColFixLt #container { 
	width: 979px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/background.gif);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* 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 */
	
	padding: 5px 10px 15px 40px; 
	
}

.twoColFixLt #mainContent { 
	margin: 0 0 0 230px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 60px 20px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.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;
}
.footer {
	font-size:12px;
}
.footer a {
	color: #77685d;
	text-decoration: none;
}
.footer a .hotcakes {
	color:#AB3132;
	text-decoration: none;
}
a .hoverpic {
	border-bottom: solid 4px #fff;
}
a:hover .hoverpic {
	border-bottom: solid 4px #000;
}
a .tophoverpic {
	border-bottom: solid 4px #595e71;
}
a:hover .tophoverpic {
	border-bottom: solid 4px #000;
}
#bar1 {
	position:absolute;
	width: 320px;
	height: 120px;
	background: #fff;
	padding-top: 2px;
	overflow: hidden;
	display: none;
	top: 135px;
z-index: 9999;
}
#bar2 {
	position:absolute;
	width: 620px;
	height: 120px;
	background: #fff;
	padding-top: 2px;
	overflow: hidden;
	display: none;
	top: 276px;
z-index: 9999;
}
.leftimages {
	margin-top: 10px;
}
#contacttext {
	position: absolute;
	top: 10px;
	padding-left: 700px;
	color: #D7DAE7;
	
}
#splitviewleft {
	float: left;
	width: 320px;
	text-align: justify;
}
#splitviewright {
	width: 360px;
	margin-left: 340px;
}

.thumbchooser {
	background: #595e71;
	width: 192px;
	height: 200px;
	border: solid 3px #595e71;
	float: left;
	color: #FFF;
	font-size: 0.8em;
	margin: 14px;
	text-decoration:none;
}
a .thumbchooser {
	text-decoration:none;
}
a:hover .thumbchooser {
	background: #000;
	border: solid 3px #000;
}
.ImageSizer {
	width: 720px;
	height: 520px;
	overflow: hidden;
	display: inline-block;
}

/* SCROLL SECTION */
ul, li {
	padding:0;
	margin:0;
	list-style:none;
}

#screen{
	height:520px;
	width:720px;
}

	#navigation{
		width:720px;
		text-align:center;
	}
		#navigation ul{
			margin-left:30px !important;
			margin-left:10px;
		}
			#navigation li{
				float:left;
				margin:0 5px 5px 0;
				padding:6px 10px;
				background-color:#595E71;
			}
				#navigation a{
					color:#FFF;
					font-weight:bolder;
					text-decoration:none;
				}
	
#sections{
	overflow:hidden;
	background-color:white;
	width:720px;
	height:520px;
}
	
	#sections ul{
		width:4400px;
	}
	
		#sections li{
			float:left;
			padding:0px 30px;
		}
			#sections li.fallen{
				margin-top:700px;
			}
			
			#sections p{
				width:720px;
				font-size:85%;
				line-height:1.4em;
			}
			#sections h2{
				display: none;
			}

.videoplayer {
	border: 3px solid #000;
	width: 500px;
	height: 400px;
}
.videoplayerframe {
	border: 3px solid #000;
	width: 655px;
}
.youtubeplayerframe {
	border: 3px solid #000;
	width: 640px;
}

--> 