@charset "utf-8";

* {
	font-family:Arial,Helvetica,  sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:16pt:
}

.holder {
	padding:30px;
	width:1100px;
	height:622px;
	margin:auto; 
	border:1px solid black;
	margin-top:50px;
	padding-left:35px;
	padding-right:35px;
	overflow:hidden;
}

#startpane {
	padding:0px;
	margin:0px;
	overflow:hidden; 
	background:transparent none;
	position:absolute; 
	top:81px; 
	z-index:999;
}


.contentpane {
	margin:auto;
	width:1100px;
	height:622px;
	background:url(../assets/background_1.png) white repeat;
}

.imageHolder {
	padding:0px;
	margin:0px;
	z-index:2;
	overflow:hidden;
	height:622px;
}

#backgroundimage {
	position:relative;
	top:0px;
	display:none;
}

.textpane {
	background:white;
	display:none;
}

.navbar {	
	 width:130px; 
	height:622px;
	margin-left:50px;
	float:left;
}

.logo {
	display:block; 
	margin:auto; 
	width:100px; 
	margin-top:50px;
}

ul{
	margin-left:0px;
	padding-left:15px;
	padding-top:0px;
}
.navbar ul {
	list-style-type:none;
	margin:0px;
	margin-left:10px;
	margin-right:10px;
	padding:0px;
}
.navbar ul li {
	padding:0px;
	padding-top:5px;
	padding-bottom:3px;
	border-bottom:0.05em solid black;
	
}

.navbar ul li a, .navfooter a {
	color:black;
	text-decoration:none;
}

.navbar ul li a:hover, .navfooter a:hover {
	color:#e2007a;
	
}

.navfooter {
	margin-top:210px;
	padding:10px;
}

.navbar .active, .highlight {
	color:#e2007a;
}

img {
	border:none;
}

h1 {
	margin:0px;
	padding:0px;
	margin-top:122px;
	padding-bottom:3px;
	color:#e2007a;
	border:none;
}

hr {
	padding:0px;
	margin:0px;
	margin-bottom:5px;
	border:none;
	border-bottom:1px solid black;
}

.textcontent {
	width:260px; 
	height:622px;
	margin-left:50px;
	float:left;
	padding:10px;
	word-spacing: 2px;
	background:white;
}

.textcontent a {
	color:#e2007a;
	text-decoration:none;
}

.textcontent a:hover {
	text-decoration:underline;
}

.social_media_icons {
	position:relative;
	top:7px;
	left:30px;

}

.twitter_icon {
	background:url(../images/twitter_icon.png) left no-repeat;
	height:19px;
	width:18px;
	float:left;
}

.twitter_icon:hover {
	background:url(../images/twitter_icon_hover.png) left no-repeat;
	height:19px;
	width:18px;
	float:left;
}

.facebook_icon {
	background:url(../images/facebook_icon.png) left no-repeat;
	height:20px;
	width:19px;
	float:left;
	margin-left:7px;
}

.facebook_icon:hover {
	background:url(../images/facebook_icon_hover.png) left no-repeat;
	height:20px;
	width:19px;
	float:left;
	margin-left:7px;
}

.youtube_icon {
	background:url(../images/youtube_icon.png) left no-repeat;
	height:19px;
	width:18px;
	float:left;
	margin-left:7px;
}

.youtube_icon:hover {
	background:url(../images/youtube_icon_hover.png) left no-repeat;
	height:19px;
	width:18px;
	float:left;
	margin-left:7px;
}

