body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	background-image: url(../images/bg.gif);
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header {
}

#navBar {
	height: 80px;
	width: 960px;
	position: absolute;
	top: 115px;
	z-index: 9;
	background-image: url(../images/edge.png);
	background-repeat: no-repeat;
	background-position: top;
	
}
#nav-lower {
	background-color: #333;
	height: 45px;
	width: 100%;
	margin-top: 20px;
	padding-top: 15px;
	background-image: url(../images/navBg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#footer #footerText {
	color: #FFC;
	text-align: right;
	padding-top: 20px;
	padding-right: 50px;
	font-size: 13px;
	padding-left: 100px;
	width: 400px;
	float: right;
}
#navText ul li a.currentPg {
	border: 1px solid #FFF;
	border-radius:4px;
}

#footer #footerTextHome a{
	margin-left: 140px;
	margin-top: 15px;
	height: 33px;
	width: 40px;
	float: left;
	background-image: url(../images/home_icon.png);
	background-repeat: no-repeat;
	text-indent: -9999;
	color: transparent;
}
#footer #footerTextHome a:hover {
	float: left;
	background-image: url(../images/home_icon.png);
	background-repeat: no-repeat;
	background-position: right;
}


#billboard {
	height: 250px;
	width: 100%;
	margin-top: 50px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
#navText ul li + li a {	
}
#navText ul li a {
	height: 30px;
	display: block;
	float: left;
	color: #FFF;
	text-align: center;
	/* [disabled]text-indent:-9999px; */
	line-height: 30px;
	font-size: 16px;
	font-family: Tahoma, Geneva, sans-serif;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 5px;
	border: 1px solid transparent;
	text-shadow:0px 2px 3px #000;
}
#navText ul li a:hover {
	border: 1px solid #FFF;
	border-radius:4px;
	
}

.text-container p a {
	color: #F60;
	font-weight: bold;
}
.text-container p a:hover {
	text-decoration: underline;
}


.text-container {
	background-color: #FFF;
	float: left;
	height: 480px;
	width: 450px;
	margin-top: 10px;
	padding: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	color: #333;
}
.styled-text-plate {
	float: right;
	height: 370px;
	width: 300px;
	color: #FFC;
	background-color: #AF1B0F;
	border: 3px solid #FFF;
	margin-top: 15px;
	border-radius:10px;
	box-shadow: 0px 3px 9px #333;
	background-image: url(../images/bottomBg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	line-height: 22px;
}
.contentImage img {
	border: 2px solid #FFF;
	border-radius:10px;
	box-shadow: 0px 3px 9px #333;
}

.styled-text-plate h3 {
	margin-bottom: 10px;
	background-color: #F60;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 2px groove #FFF;
	border-radius:5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFF;
}



#content {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	border-bottom-right-radius:15px;
	border-bottom-left-radius:15px;
	box-shadow: 0 8px 6px -6px #666,  -8px 0 6px -6px #666, 8px 0 6px -6px #666;
	position: relative;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	background-color: #FFF;
	/* [disabled]height: 1080px; */
}
#innerText h2 {
	background-color: #6F0102;
	display: inline;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F30;
	font-size: 16px;
	font-weight: lighter;
}
#innerTextContactp h2 {
	background-color: #6F0102;
	display: inline;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F30;
	font-size: 16px;
}
#innerTextContactp h1 {
	width: 500px;
	padding: 15px;
}


h1 {
	font-family: "Century Gothic";
	text-shadow:1px 1px 1px #333;
	clear: both;
	margin-bottom: 10px;
	letter-spacing: 0.07em;
	font-size: 30px;
	border-bottom-width: 4px;
	border-bottom-style: inset;
	border-bottom-color: #5C1007;
	background-color: #AF1B0F;
	padding: 15px;
	border-radius:7px;
	color: #FFF;
}



#navText {
	height: 30px;
	width: 600px;
	/* [disabled]background-color: #FFF; */
	margin-left: 30px;
}
#footerText p a {
	color: #FFC;
}
#footerText p a:hover {
	text-decoration: underline;
}


#footer {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	height: 65px;
	width: 900px;
	position: absolute;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	bottom: 0px;	/*-moz-box-shadow:     0  8px 8px -8px #696868,  0 -8px 8px -8px #696868; */
	background-color: #9C160B;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #B61C12;
}
#contentInner {
	margin-top: 70px;
	font-size: 1em;
	line-height: 1.4em;
}
.contentImage {
	height: 180px;
	width: 280px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
}
#innerText {
	width: 550px;
	margin-left: 10px;
	padding: 15px;
	color: #333;
	list-style-position: inside;
	list-style-image: url(../images/bullet.png);
}
#innerTextContactp {
	width: 800px;
	margin-left: 10px;
	padding: 15px;
	color: #333;
	list-style-position: inside;
	list-style-image: url(../images/bullet.png);
}
#contactForm h4 {
	font-size: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
}


.clear {
	clear: both;
}

#contactForm {
	width:430px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 30px;
	font-size: 14px;
	background-color:#D2D2D2;
	padding:20px 30px;
	background-image: url(../images/formBg.png);
	background-repeat: repeat-x;
	background-position: center;
	border-radius:10px;
	box-shadow: 0px 0px 4px 5px #BEBEBE inset;
}
#contactForm input {
	height: 23px;
	margin-bottom: 8px;
	padding-left: 10px;
	/* [disabled]background-color: #FFFBFB; */
}

#contactForm #submit {
	width: 100px;
	margin-top: 8px;
	height: 30px;
	font-size: 14px;
	padding: 0px;
	background-color: ;
}
.contactAd {
	float: left;
	width: 330px;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid #999;
	padding-left: 30px;
	height: 150px;
	margin-bottom: 15px;
}
.link1 {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #C00;
	padding: 10px;
	margin-right: 5px;
	margin-left: 5px;
	text-decoration: none;
}
