﻿#navbar{
	width:250px;
	margin-left:0px;
	margin-right:30px;
	float:left;
	}

.homebtn {
	padding: 0 0 0 0px;
	margin: 0 0 0px 0;
	height: 40px;
	line-height: 20px;
	width: 226px;
	font-size: 1.2em;
	font-weight: normal;
	float: left;
	list-style-type: none;
	list-style-image: none;
	text-decoration: none;
	display: block;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	outline:none;
}
.homebtn a {
	color: #fff;
	text-decoration: none;
	display: block;
	list-style-type:none;
	list-style-image:none;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	outline:none;

}

.homebtn a:hover { color: #ccc; }

#intro{
	float:left;
	width:600px;
	margin-left:0px;
	height:auto;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;

	
	
}
.dropCap {  
	float: left;  
	font-size: 5em;  
	line-height: 0.9em;  
	padding: 0 10px 0 0;  
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	color:#ccc;
 } 


.trigger {
	padding: 0 0 0 0px;
	margin: 0 0 5px 0;
	background-image: url('../images/navbg.png');
	background-repeat: no-repeat;
	height: 60px;
	line-height: 20px;
	width: 226px;
	font-size: 1.2em;
	font-weight: normal;
	float: left;
	list-style-type: none;
	list-style-image: none;
	text-decoration: none;
	display: block;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	outline:none;
}
.trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
	list-style-type:none;
	list-style-image:none;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	outline:none;

}
.trigger a:hover { color: #ccc; }
.active {background-position: left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	padding: 0px;
	overflow: hidden;
	font-size: 1em;
	width: 220px;
	clear: both;
	color: #fff;
	float: left;
	list-style-type:none;
	list-style-image:none;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	outline:none;


}
.toggle_container .block a {
	color: #fff;
	text-decoration: none;
	display: block;
	list-style-type:none;
	list-style-image:none;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	outline:none;

}

.toggle_container .block a:hover { color: #ccc;}
.toggle_container .block {
	padding: 0px; /*--Padding of Container--*/
	width:150px;
	margin-top:-20px;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	display: block;
	list-style-type:none;
	list-style-image:none;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	outline:none;

}

  div.corner, div.nocorner { 
      width: 10em; 
      padding: 12px; 
      margin-top: -20px;
      margin-left:100px;
      margin-right:50px;
      background: #808080; 
      color: #fff; 
      text-align: center; 
      font-family: "Segoe UI", Tahoma, Geneva, Verdana;
      float:left;
      font-weight:bold;

    }

#search {
	float:left;
	width:auto;
	height:auto;
	margin-top:-10px;
	padding-top:0px;
	margin-right:50px;
	margin-left:20px;
	}
#header {
	width:970px;
	height:165px;
	margin-top:-10px;
	background-image:url('../images/banner.png');
	background-repeat:no-repeat;
	float:left;
}
#headerimg {
		float:left;
		margin-left:20px;
		margin-right:80px;
}



.style4 {
	margin-left: 40px;
}


#wrapper {
		width:1000px;
		position:relative;
		margin:auto;
		margin-top:-10px;
		height:auto;
		padding-bottom:0px;
		}
#footer {
	width: 972px;
	height:50px;
	margin-top:500px;
	margin-left:-40px;
	background-image:url('../images/footer.png');
	background-repeat:no-repeat;
	float:left;
	position:relative;
	text-align:center;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	outline: none;
	display:block;
	line-height: normal;
	color:white;
}
ul#btmnav li{
	display:inline;
	text-decoration:none;
	
	}

ul#btmnav li a{
	text-decoration:none;
	color:white;
}

ul#btmnav li a:hover{color:#ccc; outline:none}

ul#btmnav li a:active{color:#ccc; outline: none;}

ul#btmnav li a:visited{	color:#fff;outline:none}

ul#btmnav li a:visited:hover{color:#ccc; outline:none;}

