/* ----------------------------------------------  TEXT & LAYOUT ELEMENTS */

body {
	text-align: center;
	margin: 0px;
	background-color: #000000;
	background-image: url(images/darkgreenmarble.jpg);
	background-repeat: repeat;
	background-attachment:scroll;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #000000;
	background-image: url(images/h1bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-indent: 5px;
	padding-top: 10px;
}

p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #003300;
	text-transform: uppercase;
	height: 30px;
	padding-top: 12px;
	letter-spacing: 0.09em;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #F8BD11;
}
#content {
	background:#FFFFFF;
	width: 850px;
}
p.status {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFCC00;
}
a:link {
	color: #FFCC00;
}
a:visited {
	color: #FFCC00;
}
a:hover {
	color: #FFCC00;
}
a:active {
	color: #FFCC00;
}
/* ----------------------------------------------  NAVIGATION ELEMENTS */

.navigation {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #E8E2D8;
	height:45px;
}

a.navigation:link {
	text-decoration: none;
	color:#e8e2d8;
	padding-right: 15px;
	padding-top:15px;
}

a.navigation:visited  {

}

a.navigation:hover {
	background-image:url(images/navhoverbg.jpg);
	background-repeat:no-repeat;
	background-position: bottom center;
	
}

a.navigation:active {

}
/* ----------------------------------------------  FORM ELEMENTS */

#contact p {
	text-indent:0px;
	font-family: "Times New Roman", Times, serif;
	color:#000000;
}

#contact input {
	background-color:#F3F5F4;
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	border: #296B42 1px solid;
}
#contact textarea {
	background-color:#F3F5F4;
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	border: #296B42 1px solid;
}
#contact input.nocolor {
	background-color:#D9E9E0;
	border:none;
}
#contact input.nocolor1 {
	background-color:#D9E9E0;
	border:none;
}

#contact select {
	background-color:#E6DFCF;
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	border: #ABAE9D 1px solid;
	width: 150px;
}

/* ----------------------------------------------  CORNER BANNER */

a#invcorner {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height: 90px;
	width: 100px;
	background: url(images/corner.png) top right no-repeat !important;
	background: none;
	text-indent: -999em;
	text-decoration: none;
	cursor: hand;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}

