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


body {
	margin: 0px;
}.header-bkdg {
	background-image: url(../image/header-bkgd.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.body-bkgd {
	background-image: url(../image/body-bkgd.jpg);
	background-repeat: repeat;
}
.footer-bkgd {
	background-image: url(../image/footer-bkgd.jpg);
	background-repeat: repeat-x;
}
.header-img {
	background-image: url(../image/header-img.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.yellow-bar {
	background-image: url(../image/yellow-bar.png);
	background-repeat: repeat-x;
	background-position: center top;
}


/*navigation*/
a:link {
	color: #FFF;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
}
a:visited {
	text-decoration: none;
	color: #C2140D;
}
a:hover {
	text-decoration: underline;
	color: #494947;
}
a:active {
	text-decoration: none;
	color: #494947;
}

a.text:link {
	color: #587220;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #2B3E0D;
	margin: 0px;
	padding: 0px;
}
a.text:hover {
	color: #132503;
	text-decoration: none;
}


/*top navigation menu*/
.wireframeauramenu{
	font-weight: normal;
	font-size: 16px;
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	text-transform: none;
}

.wireframeauramenu ul{
	padding: 5px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	overflow: hidden;
}

.wireframeauramenu ul li{
display: inline;
}

.wireframeauramenu ul li a{
	color: #FFF;
	margin: 0;
	text-decoration: none; /*right border between menu items*/
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #274705;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
}

.wireframeauramenu ul li a:hover{
	color: #FFF; /*background of menu item onMouseover*/
	background-color: #4B641A;
}

.myButtonLink {
	display: block;
	width: 300px;
	height: 57px;
	text-indent: -99999px;
	background-image: url(../image/contat-btn-up.png);
	background-repeat: no-repeat;
	background-position: top;
}
	
	.myButtonLink:hover {
	background-position: 0 0;
	background-image: url(../image/contat-btn-dn.png);
	background-position: top;
	background-repeat: no-repeat;
}



/*fonts*/

.footer-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7d8573;
	line-height: 18px;
}
.conent-bkgd {
	background-color: #FFF;
	background-image: url(../image/content-bkgd.png);
	background-repeat: no-repeat;
}
.table {
	box-shadow: 6px 6px 6px #4c3a16 , -6px -6px -6px #4c3a16;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
}
.form-table {
	background-color: #FFF;
	padding: 10px;
	border: 1px solid #999;
}



/*headings*/

p {
	font-family: 'Droid Sans', sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: #333;
	padding: 0px;
	margin: 0px;
	font-style: normal;
	font-weight: normal;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #6a501e;
	font-weight: normal;
	margin: 0px;
	padding-top: 10px;
	text-transform: uppercase;
}

h2 {
	font-family: 'Droid Sans', sans-serif;;
	font-size: 18px;
	color: #333;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: normal;
	line-height: 20px;
}




/*page elements*/

.white-30 {
	color: #fff;
	font-size: 31px;
	padding: 0px;
	color: white; 
	text-shadow: 0px 2px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
}

.brown-30 {
	color: #71531b;
	font-size: 31px;
	padding: 0px;
}
.white-17-shadow {
	color: #fff;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
	text-shadow: 0px 2px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
	letter-spacing: 1px;
}
.gray-17 {
	color: #757575;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
}
.palm {
	background-image: url(../image/palm.png);
	background-repeat: no-repeat;
	background-position: center center;
}






/* form */
.form-field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	padding: 5px;
	border: 1px solid #999;
	height: 20px;
	width: 200px;
}
