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

* {
	margin: 0px;
	padding: 0px;
}


html, body {
	height: 100%;
}

body {
	height:100%;
	width:100%;
	margin:0;
	padding:0;

}

img {
	outline: none;
	border: none;
	behavior: url(iepngfix.htc);
}

a {
	outline: none;
}

.image_link {
	text-decoration: none;
	border: #FFFFFF 5px solid;
	margin: 0px 3px 30px 3px; 
	vertical-align: top;
	padding: 0px;
}

.image_link:hover {
	text-decoration: none;
	border: #0033ff 5px solid;
}

div { 
	behavior: url(iepngfix.htc); 
	}



#envelope {
	position: relative;
	width: 100%;
	height: 100%;
}

/* Beginning of Arrow Styling */

#envelope_left {
	width: 108px;
	height: 100%;
	z-index: 0;
	position: fixed;
	top: 0px;
	left: 0px;
}

#envelope_right {
	width: 108px;
	height: 100%;
	z-index: 0;
	position: fixed;
	top: 0px;
	right: 0px;
}


#distance { 
		height:50%;
		margin-bottom:-44px; /* half of container's height */
		float:left;
		z-index: 0;
		width: 1px;
	}


#container {
		margin:0 auto;
		padding: 0px;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height: 88px;
		width:100%;
		clear:left;
		z-index: -100;
	}

#distance2 { 
		height:50%;
		margin-bottom:-44px; /* half of container's height */
		float:left;
		z-index: 0;
		width: 1px;
	}


#container2 {
		margin:0 auto;
		padding: 0px;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height: 88px;
		width:100%;
		clear:left;
		z-index: -100;
	}


.next, .prev{
	cursor: pointer;
	z-index: 5000;
	margin: 0px 10px 0px 10px;
	padding: 0px;
}

/* End of Arrow Styling */


.clear {
	clear: both;
}

#logo {
	position: fixed;
	top: 0px;
	left: 8px;
	padding: 0px;
	margin: 0px;
	z-index: 5000;
}

#copyright {
	position: fixed;
	bottom: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	z-index: 5000;
}



/* Styles for scrolling Sets  */

#envelope2 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}


#screen{
	position:relative;

	width: 100%;
	margin: 0px;
	padding: 0px;
}

/* Left Navigation */
#navigation{
		position: fixed;
		top: 10px;
		right: 48px;
		text-align: center;
		z-index: 5000;
		padding: 0px;
		margin: 0px;
	}
		#navigation ul{			
		}
			#navigation li{
				font-family: "Times New Roman", Times, serif;
				font-size: 22px;
				line-height: 52px;
				font-weight: bold;
				list-style: none;
				list-style-type: none;
				float: left;
			}
			
				#navigation a{
					color: #000000;
					text-decoration:none;
				}
				
				#navigation a:hover {
					color: #0033ff;
					text-decoration: none;
				}
				
				#navigation a:active {
					color: #0033ff;
					text-decoration: none;
				}


/*Navigation INFO */
#navigation_info{
		position: fixed;
		top: 10px;
		right: 50px;
		text-align: center;
		z-index: 5000;
		padding: 0px;
		margin: 0px;
	}
		#navigation_info ul{			
		}
			#navigation_info li{
				font-family: "Times New Roman", Times, serif;
				font-size: 22px;
				line-height: 52px;
				font-weight: bold;
				list-style: none;
				list-style-type: none;
				float: left;
			}
			
				#navigation_info a{
					color: #000000;
					text-decoration:none;
				}
				
				#navigation_info a:hover {
					color: #0033ff;
					text-decoration: none;
				}
				
				#navigation_info a:active {
					color: #0033ff;
					text-decoration: none;
				}

#navigation a.blue{
					color: #0033ff;
					text-decoration:none;
				}


#sections{
	overflow:hidden;
	width: 100%;
	height: 100%;
	clear:left;
	z-index: 5000;
}
	
/*	#sections ul{
		width: 500%;  NEED TO CHANGE! 
		height: 100%;
		list-style: none;
		list-style-type: none;
	}
	
		#sections li{
			width: 20%;  NEED TO CHANGE! 
			height: 100%;
			float: left;
			list-style: none;
			list-style-type: none;
		} */

			.setframe {
				padding: 80px 50px 0px 50px;
			}
			
			.image_frame {
				width: auto;
				height: 412px;
				margin: 0px;
				padding: 0px 0px 35px 0px;
				float: left;
			}
			
			#sections p{
				width:550px;
				margin:16px 0;
				font-size:85%;
				line-height:1.4em;
			}
			
			#sections h2{
				color:#993333;
				margin:20px 0pt;
			}
			
			#sections a{
				color:#777;
				font-weight:bolder;
				text-decoration:none;
			}
