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

/* Style for our header texts * --------------------------------------- */
	
	h1{
		font-size: 5em;
		font-family: arial,helvetica;  
		color: #fff;
		margin:0;
		padding:0;
	}
	.intro p{
		color: #fff;
	}

/* Header Menu * --------------------------------------- */
	#header_holder {
		margin: 0 auto;
		min-width: 960px; 
	}

	#navigation {
		float: right;
		padding: 40px 50px 0 0;
		font-family: Arial, Helvetica, sans-serif;  
		font-size: 16px; 
	}
	
	#navigation a {
		color: #FFF;
	}
	
	#navigation a:hover {
		color: #8e3795;
	}
	
	#navigation ul 
	{
		margin: 0;
		padding: 0;
	}
	
	#navigation ul li
	{
		list-style-type: none;
		display: inline;
		color: #FFF;
	}
	
	#navigation ul li.active a, ul li.selected a
	{
		color: #8e3795;
	}
	 
	
	#navigation li:before {
	content: " | ";
	margin: 0 15px 0 15px;
	color: #FFF;
	}
	
	#navigation li:first-child:before {
	content: none;
	}
	
	
/* Centered texts in each section * --------------------------------------- */
	.section{
		text-align:center;
	}

/* Fixed header and footer * --------------------------------------- */ 
	#header{ 
		position:fixed;
		height: 110px;
		display:block;
		width: 100%;
		background: url(images/header_bg.png) repeat-x bottom center ;
		z-index:9;
		text-align:center; 
		color: #f2f2f2;
		padding: 0px 0 0 0; 
	}
	
	
	#footer{ 
		position:fixed;
		height: 28px;
		display:block;
		width: 100%;
		background: url(images/footer_bg.png) repeat-x top center;
		z-index:9;
		text-align:center; 
		color: #f2f2f2;
		padding: 17px 0 0 0;  
	}

	#header{
		top:0px; 
	}
	#footer{
		bottom:0px; 
	}
	
/* Miscellaneous *----------------------------------- */

#spacer {
	margin: 0 15px 0 15px; 
}

#about {
	width: 80%;
	margin: 0 auto;
	min-width: 960px;
}

#section_holder {
	width: 70%; 
	float: right;
	text-align: left;	 
}


/* FAQ Slideout code *------------------------------- */

.faq_container {
    width: 80%;
	background-color: ;
	margin: 0 auto;
	min-width: 960px;
	max-width: 1400px;
	border-radius: 15px;
    border:1px solid #fff; 
    padding: 0 0px 0 0;
	font-size: 20px;
	text-align: left;
}
.faq_container div { 
    width:;
	min-width: 920 px;
}
.faq_container .faq_header {
    background-color: ; 
	border-radius: 15px;
    padding: 8px;
    cursor: pointer;
    font-weight: bold;
}
.faq_container .faq_content {
    display: none;
	background-color: #fff;
	border-bottom-right-radius:12px;
	border-bottom-left-radius:12px;
    border:5px solid #fff;
    margin: 0px 0 0 0px;
    padding: 20px 20px 20px 20px;  
}


/* Contact Page *------------------------------- */

#contact {
	width: 960px; 
	margin: 0 auto;
	text-align: left;	 
}

#left_text {
	float: left;
	min-width: 320px;
	padding: 25px 0 0 20px;
	height: 375px; 
	background: ;
}

#googlemap {
	float: right;
	padding: 0px 20px 0 0;
	min-width: 600px;
	height: 400px;
	background-image: url(/images/map_bg.png);  
	background-size: 100% 100%; 
	background-repeat: no-repeat;   
	
}


/* Types Page * --------------------------------------- */

ul.tabs
{
    padding: 7px 0 20px;
    font-size: ;
    margin: ;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the tabs as desired*/
}
        
ul.tabs li
{
    display: inline;
	width: ;  
	margin: ; 
    margin-right: ; /*distance between tabs*/
}
        
ul.tabs li a
{
    font: bold 20px;
    color: #FFF;
	padding: 15px 39px 14px 39px;  
	/* background: url(images/types_button.png) no-repeat; */
	border-radius: 10px 10px 10px 10px;
	background-color: #000;
	
	moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;  
}
        
ul.tabs li a:visited
{
    color: #FFF;
}
        
ul.tabs li a:hover
{
	border-radius: 10px 10px 10px 10px; 
	background-color: #86318d;
}
        
ul.tabs li.selected a, ul.tabs li.selected a:hover
{
    
	font-weight:;
    border-radius: 10px 10px 10px 10px;
	padding: 15px 39px 14px 39px; 
	background-color: #86318d;
}
        
        
ul.tabs li.selected a:hover
{
    border-radius: 10px 10px 10px 10px; 
	text-decoration: none;
}
  
ul.tabs li:after {
	content: " ";
	margin: 0 6px 0 0px; 
	color: #FFF;
	}
	
ul.tabs li:last-child:after {
	content: none; 
	}  
  
     

div.tabcontents
{
  width: 614px;
  height: 200px;
  margin: 2px 0 0 0;
  text-align: left;   
  font-size: 22px;
  padding: 50px 250px 0 40px; 
  color: #fff;
  overflow: hidden; 
  background: url(images/types_bg.png) 0 0 no-repeat; 
}

/* Specials Pages * --------------------------------------- */

#special {
	width: 862px; 
	height: 200px;
	margin: 0 auto;
	padding: 260px 0 0 98px;
	background: url(images/Special_BG.png) 0 0 no-repeat; 
}

