﻿
#wrapper {
width: 850px; 
margin: 0 auto;
margin-top: 20px;
	margin-bottom: 40px; 
} 

#container-wrapper {
width: 850px; 
border: 1px solid #464642;
	
}

*{  
   margin:0;  
   padding:0;  
}  
  
body{  

background: url('images/bg.jpg') repeat-x; 

}  

#header {
	background: url("images/header.jpg") repeat-x;
	height: 200px; 
	width: 850px; 	}

#header-text{
margin-left: 80px; 
	
	background-color:;
	height: 80px;
	padding: 20px; 
}

.text1 {
	
	color: white; 
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: 24px;
	font-weight: bold; 
	float:left;
}


.text2 {
	
	color: white; 
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: 16px;
	font-wight: none; 
	float:left;

}

#header-logo {
width: 100px;
position: absolute;
margin-top: 25px;
margin-left: -75px; 

	
}
#top-nav {
margin-top: -22px; 
margin-bottom: 0px; 
text-decoration: none; 
height:36px;
width: 850px; 
color: #d7d7d7;
/*border-top: 1px solid #C7C7C7;*/
border-bottom: 1px solid #c3c7ba; 
}

#top-nav li{
margin-top: -0px;
float: left; 
border-right: 1px solid #c3c7ba; 
text-decoration: none; 
list-style-type: none;
}


#top-nav a{
display: block;
text-align:center;
color: #464642;
font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
font-size: 14px; 
font-weight: bold; 
padding: 10px 25px 10px 25px;
text-decoration: none; 

}

#top-nav a:hover{
color: black; 
}

#content {
	width: 850px; 
	background-color:white; 
}

.content-text {
font-family: Frutiger, Bold; 
font-size: 24px;
color: #464642;
font-weight:bold;
text-align:center;
}
.content-text2 {
font-family: Frutiger, Bold; 
font-size: 18px;
color: #464642;
font-weight:bold;
text-align:center;
}

.para {
	
text-align:left;
padding: 5px 20px 5px 30px; 
color: #464642;
font-size: 14px;
font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

.para-faq{
	
text-align:left;
padding: 5px 10px 5px 10px; 
padding-bottom: 10px;
color: #464642;
font-size: 14px;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

.para-contact{
padding: 5px 0px 5px 0px; 	
text-align:left;
padding-bottom: 10px;
color: #464642;
font-size: 14px;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}



#footer {
	background: url("images/header.jpg") repeat-x;
	height: 100px; 
	width: 850px; 
	margin-top: 20px;

	}
	
.footer-text {
text-align:center;
padding-top: 20px; 
	color: white; 
	text-decoration: none; 
		font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	
}
#nav-left {
	width: 12em;

	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	background-color: white;
	color: #333;
	}
	


	#nav-left ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#nav-left li {
		border-bottom: 1px solid #DEE2D4;
		padding: 5px 0 5px 0;
		margin: 0;
		}
		
		#nav-left li a {
		font-size: 12px;
		display: block;
		padding: 5px 5px 5px 0.5em;
		background-color: white;
		color: #464642;
		text-decoration: none;
		width: 100%;
		}

	html>body #nav-left li a {
		width: auto;
		}

	#nav-left li a:hover {
	
		
		}
		

.nav-header {
font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	text-decoration: none;
	font-size: 18px;
	color: #464642;
	font-weight: bold;
	text-align:center;
}

.content-text3 {
font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	text-decoration: none;
	font-size: 18px;
	color: #464642;
	font-weight: bold;
	text-align:center;
}


.right-nav {
text-justify:inter-word;

	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
font-size: 12px;
color: #464642;;
}

.accordion h3 + div {
        height: 0;
        overflow: hidden;
        -webkit-transition: height 0.3s ease-in;
        -moz-transition: height 0.3s ease-in;
        -o-transition: height 0.3s ease-in;
        -ms-transition: height 0.3s ease-in;
        transition: height 0.3s ease-in;
}

.accordion :target h3 + div {
        height: auto;
}

.accordion .section.large:target h3 + div {
        overflow: auto;
}

ul.list  {
	
	text-decoration:none;
	color: ##464642;
font-size: 12px;
font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;

	text-align:left;
	list-style-type:oval;
padding: 5px 30px 5px 30px; 
	line-height: 1.8em;
}


.list a{ 
 text-align:left;
}

.center {
	
	text-align:center;
}