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

html, body, header, nav, footer, article, h1, h2, h3, h4, h5, p, ul {
	 display: block;
	 padding: 0;
	 margin: 0;	
}

html, body {
	
	height: 100%;
	width: 100%;
	margin:0;
	padding:0;
	background:beige;
}


/**Container**/


#container {
	width: 900px;
	height: auto;
	margin: 0 auto 0 auto;
	padding: 0;
	background-color: white;
	border: solid 1px;
	box-shadow: 3px 3px 2px #000000;

}


/**Header**/

header {

	width: 900px;
	height: 55px;
	padding: 0;
	background-color: #FFA900;
	margin: 0 auto 0 auto;

}

header img{
	 width: 150;
	 position: absolute;
	 padding: 0;
	 margin: 0;
	 float: left;
	 z-index: 2;	
}

header h1{

	 margin: 0  0 0 177px;
	 padding: 10px 0 0 0;
	 font-family: georgia, serif; 
	 font-variant: small-caps;
	 font-size: 28px;
	 font-weight: bold;
	 }





/**Navigation**/

 /* unvisited link */
a:link {
    color: black;
}

/* visited link */
a:visited {
    color: black;
}

/* mouse over link */
a:hover {
    color: blue;

}

/* selected link */
a:active {
    color: blue;
}

nav {
	width: 900px;
	height: 35px;
	padding: 0;
	margin: 0 auto 0 auto;
	border-bottom: solid;
	border-top: solid;
	cursor: default;
	
	
}

nav ul{
	list-style-type: none;	
	width: 500px;
	height: 35px;
	float: left;
	margin-left: 180px;
	position:relative;

}

nav ul li{
	 padding: 0 60px 0 0 ;
	 margin-top: 4px;
	 width: auto;
	 height: 26px;
	 float: left;
	 font-family: lato, Georgia, serif;
	 font-size: 19px;
	 text-align: center;
	 position: relative;
	
}


nav ul ul li:hover
{
	background-color: silver;

	
}

nav ul ul
{
	display: none;
	position: absolute;
	top: 100%;
	left: -175px;	
	padding: 0;
	width: 300px;
	height: 800px;
	z-index: 1;
}


nav ul ul li
{
	float: none;
	width: 170px;
	height: 30px;
	text-align: left;
	border: solid 1px;
	background-color: white;
	margin: 2px 0 0 0;
	padding: 0 0 0 2px;
}

nav ul ul a
{
	line-height:120%;
	padding:10px 15px
}


nav ul li:hover > ul
{
	display:block;
}


nav ul li a{
	text-decoration: none;
	display: block;
}

nav ul ul ul {
	display: none;
	position: absolute;
	top: -3px;
	left: 168px;
	margin: 0;	
	padding: 0;
	width: 320px;
	height: 600px;
	z-index: 1;
}

nav ul ul ul li{
	text-decoration: none;
	height: 25px;	
	width: 199px;
	padding: 0 0 5px 5px;
	margin: 2px 0 0 0;
}

nav ul ul ul li a{
	text-decoration: none;
	color: black;
	margin: 0;
	padding: 0;
}
nav h2 {
	 padding: 0 20px 0 0;
	 margin-top: 3px;
	 width: 200px;
	 height: 26px;
	 float: right;
	 font-size: 20px;
	 vertical-align: middle;
	 text-align: center;
	 font-family: georgia;
	
}

nav img{
	 float: right;
	 margin: 2px 2px 0 0;	
}


/**Headers**/


h2 {
	width: 550px;
	height: 10px;
	margin:0;
	padding:0;	
	font-size: 8px;
	float: right;			
}

h3{
	margin: 8px 0 0 80px;
	float: left;
	width: 600px;
	height: auto;
	font-size: 18px;
	font-family: Georgia, serif, Constantia, "Lucida Bright", "DejaVu Serif";
}

/**Top COntent**/

.topcontent {
	 	width: 100%;
		height: 150px;
		background-color: #FFA900;
		padding: 0;
		margin: 0;
		border-bottom: solid 1px;
}

.topcontent p {
	 width: 680px;
	 height: 130px;
	 margin-left: 165px;
	 padding: 20px 15px 0 15px;
	 vertical-align: middle;
	 font-family: Georgia;
	 font-size: 18px;
	 font-weight: 500;
	 line-height: 28px;
	 float: left;
	 }
	
.topcontent p strong{
	font-size: 24px;	
	
}

/**About**/

.about {
	height: 300px;
	width: 400px;
	padding: 15px 0 0 290px;	
}

.about h4 {
	font-weight: bolder;
	font-size: 18px;	
}

.about p {
	font-weight: 100;	
	
}

/**Bottom Content**/

.bottomcontent {
	 	width: 100%;
		height: auto;
		background-color: #FFA900;
		padding: 25px 0 0 0;
		margin: 0;
	    float: left;
		border-bottom: solid 1px;
		border-top: solid 1px;
}


/**Contact**/

.contactcontent{
	height: 500px;	
	background-color: #FFA900;
}

.contactcontent form{
		
	margin: 0 0 0 175px;
	padding: 30px 0 0 0;
	height: 400px;
	width: 400px;
}

/**Footer**/


footer {
	width: 900px;
	height: auto;
	background-color: white;
	margin: 0 auto 0 auto;
	padding: 0;
	border-top: solid 1px;


	
}



footer img{
	margin: 5px 0 0 0;	
}

/*Slideshow Home*/
#s3slider {
   
	width: 750px;/* important to be same as image width */
    height: 400px; /* important to be same as image height */
    position: relative; /* important */
    overflow: hidden; /* important */
	background-color: white;
	margin: 0 auto 0 auto;


}
 
#s3sliderContent {
    float: left;
	height: 400px;
	width: 750px; /* important to be same as image width or wider */
    position: absolute; /* important */
    margin: 0; /* important */
	list-style-type: none;

}
 
.s3sliderImage {
    float: left; /* important */
    position: relative; /* important */
    display: none; /* important */
	margin: 0;
	width: 750px;
}

 
.s3sliderImage span {
    position: absolute; /* important */
    left: 0;
    font: 20px/25px Arial, Helvetica, sans-serif bold;
    padding: 10px 13px;
    width: 250px;
    background-color: #000;
    filter: alpha(opacity=80); /* here you can set the opacity of box with text */
    -moz-opacity: 0.8; /* here you can set the opacity of box with text */
    -khtml-opacity: 0.8; /* here you can set the opacity of box with text */
    opacity: .8; /* here you can set the opacity of box with text */
    color: #fff;
    display: none; /* important */
    top: 0; /*
        if you put top: 0;  -> the box with text will be shown
                                at the top of the image
        if you put bottom: 0;  -> the box with text will be shown
                                at the bottom of the image
    */
}

 
.clear {
    clear: both;
}

/**Form**/

.form {

	 width: 75%;
	 height: 100%;
	 margin-left: 25%;
}

.payform {
	 border: solid 1px;	
}

form label{
display:block;
font-weight:bold;
text-align:left;
width: 200px;
float:left;
color: #000000;
}

form input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}

form textarea {
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}

form select{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}

form input.button {
	 width: 200px;
	 float: left;

}

form input.button1 {
	 width: 200px;
	 float: left;



}
