@charset "utf-8";
/* CSS Document */

@font-face{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif  ;
	 }

 #container {
	padding: 0px;
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	}
	
#header {
	padding: 0px;
	height: 123px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/header_top.png);
	background-repeat: repeat-x;
	background-color: #B80712;
	position: fixed;
	z-index: 10;
}

#banner {
	padding: 0px;
	height: 365px;
	width: 100%;
	position:fixed;
	top:100px;
	margin-right: auto;
	margin-left: auto;
	background:#333;
	background-image: url(../images/aboutbanner.jpg);
}

#container #banner #wel {
	width:450px;
	height:200px;
	background:#F00;
	opacity:0.9;
	color:#000;
	margin-top:130px;
	margin-right: auto;
	margin-left:100px;
}

#container #banner #wel .text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif  ;
	font-size:25px;
	margin-top:20px;
	padding-left:15px;
	padding-right:15px;
	text-align:left;
	line-height:30px;
	color:#FFF;
}


h1{ font-family: "Trebuchet MS", Arial, Helvetica, sans-serif  ;
font-size:45px;
padding-top:1px;
padding-left:20px;
color:#FC0;
text-align:center; 
  }

h2{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif  ;
	font-size:25px;
	padding-left:15px;
	padding-right:15px;	 
	color:#900;
	 }
	 
	 
 h3{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif  ;
	font-size:15px;
	padding-right:15px;	 
	color: #FF0;
	 } 
	 
	 h4{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif  ;
	font-size:18px;
	padding-left:15px;
	padding-right:15px;	 
	color: #F00;
	 }
 
p{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif  ;
	font-size:14px;
	padding-left:15px;
	padding-right:15px;
	text-align:justify;
	line-height:20px;}
	
#top {
	padding: 0px;
	height: 123px;
	width: 1150px;
	margin-right: auto;
	margin-left: auto;
}

#logo {
	padding: 0px;
	margin-top:10px;
	float: left;
	height: 99px;
	width: 261px;
	 
}

 
#nav {
	padding: 0px;
	height: 40px;
}

#container #header #top #nav {
	float: right;
	width: 850px;
	margin-top:60px;
}
#container #header #top #nav ul {
	margin: 0px;
	padding: 0px;
}

#container #header #top #nav ul li {
	font-family:Formula-Light ;
	float: left;
	position: relative;
	list-style-type: none;
	 
}

#container #header #top #nav ul li a {
	font-family: Formula-Light;
	font-size: 14px;
	line-height: 40px;
	color: #FFF;
	background-color:#F00;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 40px;
	width: 120px;
}

#container #header #top #nav ul ul {
	position: absolute;
	visibility: hidden;}

#container #header #top #nav ul li ul li a {
	background-color: #900;
	text-align: left;
	padding-left: 8px;
	font-size:14px;
	width: 132px;
	height:35px;	
	border-bottom:#FFF  solid 1px;
}
#container #header #top #nav ul li:hover ul {
	visibility: visible;}

#container #header #top #nav ul li:hover {
	background-color: #F30;} 	

#container #header #top #nav ul li ul li a:hover {
	background-color: #F00;
	width:137px;
	-moz-transition:all .1s ease 0s;
	-ms-transition:all .1s ease 0s;
	-o-transition:all .1s ease 0s;
	-webkit-transition:all .1s ease 0s;
	transition:all .1s ease 0s;
	}
	
#container #header #top #nav ul li a:hover{
	color: #FFF;
	background-color: #900;}	
	

	
#content {
	padding: 0px;
	height: auto;
	width: 100%;
	top: 480px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	position: relative;
}

#content2 {
	padding: 0px;
	height: auto;
	width: 100%;
	top: 670px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	position: relative;
}
	
#container #content #center {
	width: 1151px;
	height:400px;
	margin-right: auto;
	margin-left: auto;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px
}


.heading{
	 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif  ;
	font-size:35px;
	padding-left:15px;
	padding-top:20px;
	text-align:left;
	line-height:20px;
	color: #F90;}


.text{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif  ;
	font-size:14px;
	padding-left:35px;
	padding-right:35px;
	text-align:justify;
	line-height:20px;
	color:#FFF;}
 

	 
 a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif  ;
	font-size:12px;
	color: #6FF;
	 }
	 
 a:hover{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif  ;
	font-size:12px;
	color: #FF6;
	 }
 
  

   #leftside {
	background-color: #FFF;
	border-top:#900 solid 4px;
	float: left;
	width: 250px;
	height:370px;
	background-color: #FFC;
	
}

   #right {
	background-color: #FC6;
	border-top:#900 solid 4px;
	float: right;
	width: 880px;
	height: 370px;
}

.more a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif  ;
	font-size:15px;
	margin-left:3px;
	color: #000;
	width:100px;
	height:25px;
	text-align:center;
	padding:5px 10px 5px 10px;
	display:block;
	background: #F60;
	text-decoration:none;
	border-radius:5px;}
	
.more a:hover{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif  ;
	font-size:15px;
	margin-left:3px;
	color: #FFF;
	text-align:center;
	width:100px;
	height:25px;
	padding:5px 10px 5px 10px;
	display:block;
	background: #C00;
	text-decoration:none;
	border-radius:5px;}
	
#bottom1{
	background-color:#616161;
	height:130px;
}
	#bottomWrapper {
	height:130px;
	width: 1151px;
	margin-right: auto;
	margin-left: auto;
	
}

#footer{
	background-color: #ff3333;
	height: 100px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

 
#container #content #bottom1 #bottomWrapper #location {
	padding-top:10px;
	float:left;
	width:350px;
	height:110px;
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif  ;
	color:#FFF;
	font-size:12px;
	text-shadow:none;
}

#container #content #bottom1 #bottomWrapper #phone {
	padding-top:10px;
	float:left;
	width:300px;
	height:110px;
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif  ;
	color:#FFF;
	font-size:12px;
	text-shadow:none;
	margin-left:30px;
}
#container #content #bottom1 #bottomWrapper #social {
	padding-top:10px;
	float:right;
	width:160px;
	height:110px;
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif  ;
	color:#FFF;
	font-size:12px;
	text-shadow:none;
	margin-left:0px;
}
#container #content #bottom1 #bottomWrapper #follow {
	padding-top:10px;
	float:left;
	width:220px;
	height:110px;
	display:block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif  ;
	color:#FFF;
	font-size:12px;
	text-shadow:none;
	margin-left:25px;
}

.copy{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif  ;
	color:#FFF;
	font-size:15px;
	text-align:center;
	padding:20px 0px;
	text-shadow:none;
	}

#icon1 {
	padding:40px 20px 20px 20px ;
	float: left;
	width: 22px;
	vertical-align:middle;
}

===========================================VNAV===========================================

#container #content #leftside #vnav {
	padding: 0px;
	height: 300px;	
	 	
}

#container #content #leftside #vnav ul  {
	font-family:Formula-Light ;
	list-style-type: none;
	width:210px;
	background-color:#FC3;
	margin:0px;
	height: 200px;
	
}

#container #content #leftside #vnav ul li {
	font-family:Formula-Light ;
	 
	
}

#container #content #leftside #vnav ul li a {
	font-family: Formula-Light;	
	font-size: 14px;
	line-height: 40px;
	color: #000;
	background-color: #FC3;
	border-bottom: #FF6   1px solid;
	text-decoration: none;
	text-align: left;
	padding-left:15px;	 	 
	display: block;
	height: 40px;
	width: 190px;
	text-decoration:none;
	-moz-transition:all .1s ease 0s;
	-ms-transition:all .1s ease 0s;
	-o-transition:all .1s ease 0s;
	-webkit-transition:all .1s ease 0s;
	transition:all .1s ease 0s;
	
}

#container #content #leftside #vnav ul li a:active {
	background-color: #FC3;
	text-decoration:none;
	-moz-transition:all .1s ease 0s;
	-ms-transition:all .1s ease 0s;
	-o-transition:all .1s ease 0s;
	-webkit-transition:all .1s ease 0s;
	transition:all .1s ease 0s;	
}

#container #content #leftside #vnav ul li a:hover {
	font-family: Formula-Light;	
	font-size: 14px;
	line-height: 40px;
	color: #FFF;
	background-color: #F00;
	border-bottom: #FF6   1px solid;
	text-decoration: none;
	text-align: left;
	padding-left:15px;	 	 
	display: block;
	height: 40px;
	width: 205px;
	text-decoration:none;
	-moz-transition:all .1s ease 0s;
	-ms-transition:all .1s ease 0s;
	-o-transition:all .1s ease 0s;
	-webkit-transition:all .1s ease 0s;
	transition:all .1s ease 0s;
	
}
<!---- IFRAME ---- >
 #frame {
	height: auto;
	width: 860px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
 #box_a {
	width: 820px;
	height:220px;
	margin-left:20px;
	background-color:#Ff6;
	border-radius:10px;
}

#box_b {
	width: 820px;
	height:220px;
	margin-left:20px;
	background-color: #E6FF8C;
	border-radius:10px;
}

  #images{
	 width:220px;
	 height:210px;
	 float:left;	 
	padding:5px 5px 5px 5px;
	text-align:center;	 
}

   #h{
	   width:520px;
	   height:210px;
	   float:right;
	background-color: #FFC;
	margin-right:50px;
	padding:5px 5px 5px 5px;
}

  #hh{
	   width:520px;
	   height:210px;
	   float:right;
	background-color: #D8FF51;
	margin-right:50px;
	padding:5px 5px 5px 5px;
}