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

font-family: 'Carrois Gothic SC', sans-serif;
	
#slideshow {
     position:relative;
   }

#slideshow IMG {
	margin-top:25px;
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
	width:100%;
	height:auto;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
	
}

#slideshow IMG.last-active {
    z-index:9;
}

.img {
margin:0;
padding:0;
border:0;	
}

#header { 
   }


#navigation {
	position: fixed;
	top: 0;
	z-index:10000;
	width:100%;
	height: 2.7em;
 	padding: 0 0 0 5%;
	margin:0;
 	/* Adds shadow to the bottom of the bar */
-webkit-box-shadow: 0px 0px 3px 0px  #000000;
	-moz-box-shadow: 0px 0px 3px 0px  #000000;
	box-shadow: 0px 0px 3px 0px  #000000;
	/*Adds the transparent background */
background-color: rgba(255, 255, 255, .98);
	color: rgba(255, 255, 255, .98); 
}


#navigation a {
 	font-family:"Carrois Gothic";
	font-size: 1.8em;
	padding:0 .4em;
	color: #888;
	text-decoration: none; 
   
  }

#navigation a img{
	/**	font-family:"Carrois Gothic";
	font-size: 1.2em;
	letter-spacing:2px;
	padding-left: 5px;
	padding-right: 5px; **/
 	/**text-decoration: none;
 	max-width:100% img.width;
	width:auto;
	height: 3em; **/
  }


#navigation a:hover {
 	color:black;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */	
 } 

#container {
 	  	width: auto;
	max-width:800px;
	margin: 0 auto;
	padding: 0 10px 10px 15px;
	position:relative;
	background-color:#FFF;
   
 }

.content {
 	width: 100%;
	max-width:inherit;
 	margin:0 auto;
	padding-top:3em;
 	float:left;
	clear:both;
}
 
.boxsliderthumb {

	width:auto;
	height:60px;
	
}

.navanchor {
	display: block;
	position:relative; 
	bottom:5em;
}

.roundedcorners {
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* future proofing */
-khtml-border-radius: 10px; /* for old Konqueror browsers */	
}


#pullquote {
font-family: 'Raleway', sans-serif;	
font-size: 300%;
	color: #222;
	line-height: 1.2;
	font-weight: bolder;
	text-align:right;
	clear:both;
	margin-top:60px;
}

/* 
a:hover img {
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}
*/
.headlinetext {
	font-family: "Carrois Gothic SC";
	color: #555;
	font-size: 3em;
	letter-spacing: 2px;
	line-height: .9;
	width:30%;
	padding-bottom:.5em;
}
.subheadlinetext {
	font-family: "Carrois Gothic SC";
	color: #888;
	font-size: 2.5em;
	letter-spacing: 2px;
	line-height: .9;
	width:20%;
	padding-bottom:.5em;
	padding-top:1em;
	margin-left:15px;
}

.regulartext {
font-family: 'Raleway', sans-serif;	
	font-size: 1.4em;
	color: #555;
	line-height: 1.5;
  }
  
.contacttext {
	font-family: 'Raleway', sans-serif;	
	color: #555;
	font-size:1.6em; 
	text-decoration:none;
 }

 .link {
font-family: 'Raleway', sans-serif;	
	font-size: 1.4em;
	color: #888;
	line-height: 1.5;
	text-decoration:none;

  }
  
 a:hover {
	color:black;
  }
  
 hr {
	 width: 100%;
	 color:#E8E8E8; 
	 background-color:#E8E8E8;
	 height:5px;
	 border:none; 
  }
  
  @media only screen and (max-device-width: 480px) {
	  #navigation a {
 	font-family:"Carrois Gothic";
	font-size: 1.2em;
	padding:0 .5em;
	color: #888;
	text-decoration: none; 
   
  }
#navigation {
	position: fixed;
	top: 0;
	z-index:10000;
	width:100%;
	height: 20px;
 	padding: 5px 0 0 5%;
	margin:0;
 	/* Adds shadow to the bottom of the bar */
-webkit-box-shadow: 0px 0px 3px 0px  #000000;
	-moz-box-shadow: 0px 0px 3px 0px  #000000;
	box-shadow: 0px 0px 3px 0px  #000000;
	/*Adds the transparent background */
background-color: rgba(255, 255, 255, .98);
	color: rgba(255, 255, 255, .98); 
}
	 
  .headlinetext {
	font-family: "Carrois Gothic SC";
	color: #555;
	font-size: 2em;
	letter-spacing: 2px;
	line-height: .9;
	width:30%;
	padding-bottom:.5em;
}
.subheadlinetext {
	font-family: "Carrois Gothic SC";
	color: #888;
	font-size: 1.5em;
	letter-spacing: 2px;
	line-height: .9;
	width:20%;
	padding-bottom:.5em;
	margin-top:1em;
	margin-left:15px;
}
.contacttext {
	font-family: 'Raleway', sans-serif;	
	color: #555;
	font-size:1.1em; 
	text-decoration:none;
 }
 
 
.content {
 	width: 100%;
	max-width:inherit;
 	margin:0 auto;
	padding-top:2em;
	float:left;
	clear:both;
}
 
 .navanchor {
	display: block;
	position:relative; 
	bottom:4em;
}
 

	}
