@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #C1BEB3;
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #8F8A76;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	
        -webkit-box-shadow:  0px 0px 15px 1px rgba(1, 1, 1, 0.5);
        box-shadow:  0px 0px 15px 1px rgba(1, 1, 1, 0.5);
}
#wrapper #Navigation {
	height: 200px;
	width: auto;
	
}

#logowrapper {
	background-color: #D3D3D3;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	-webkit-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
-webkit-box-shadow: inset 0px 0px 15px 1px rgba(1, 1, 1, 0.25);
box-shadow: inset 0px 0px 15px 1px rgba(1, 1, 1, 0.25);
}
#top {
	height: 25px;
}
#navigation {
	width: auto;
	float: left;
	background-color: #9D7353;
  }

#navigation ul {
	list-style: none;
	width: 800px;
	margin: 0 auto;
	padding: 0; }
#navigation li {
	float: left; }
#navigation li a {
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	border-right: 1px solid #ccc; }
#navigation li:first-child a {
	border-left: 1px solid #ccc; }
#navigation li a:hover {
	color: #FFFFFF;
	background-color: #AA542B; }
#BodyArea {
	padding:100px;
	
}
#bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #5A5A3D;
	
	
}
#BodyAreaservices {
	padding:100px;
	
}
#servicesbullets {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #5A5A3D;
	
	
}
#copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	padding-left: 35px;
	text-align: center;
	padding: 25px;
}


ul#double_column_list li a
{
	display: block;
	width: 10em;
	line-height: 2em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #5A5A3D; /* brown */
	font-size: 14px;
	
}
#credentials {
float: right; 	
}
#licensenumber {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-align: center;
	padding: 10px;
	
	

}
#licensenumber1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-align: center;
	
	padding: 10px;
	
	

}
#ad {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	padding-left: 50px;
	text-align: center;
	padding: 65px;
}
label {
    display:block;
    margin-top:20px;
    letter-spacing:2px;
}
/* Centre the form within the page */
form {
    margin:0 auto;
    width:459px;
}
/* Style the text boxes */
input, textarea {
	width:350px;
	height:27px;
	background:#efefef;
	border:1px solid #dedede;
	padding:10px;
	margin-top:3px;
	font-size:0.9em;
	color:#3a3a3a;
	 border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
textarea {
	height:213px;
}
input:focus, textarea:focus {
    border:1px solid #97d6eb;
}
#submit {
    width:127px;
    height:38px;
    border:none;
    margin-top:20px;
    cursor:pointer;
}

	#submit:hover {
	    opacity:0.9;
	}

