@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: "Century Gothic";
	background-color: #493E30;
	background-image: url(../images/bg-wrapper.jpg);
}


a:link, a:visited {
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	color: #F00;
}

h1 {
	font-size: 18px;
	color: #F00;
	letter-spacing: 2px;
}


#masthead {
	text-align: center;
	background-color: #DF1125;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	clear: both;
	background-image: url(../images/Masthead-bg.jpg);
}

#top-nav {
}
#top-nav li {
	list-style-type: none;
	display: inline;
	padding-right: 2.8em;
}
#top-nav li a {
	color: #B4A694;
	text-decoration: none;
}
#top-nav li a:hover {
	color: #FFF;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
}

#wrapper {
	background-image: url(../images/bg-wrapper.jpg);
}

#content {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	padding-bottom: 2em;
	letter-spacing: 1px;
}

#footer {
	background-color: #DF1125;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	text-align: center;
	font-size: 24px;
	color: #FFF;
	padding-top: .5em;
	padding-bottom: .5em;
	background-image: url(../images/Masthead-bg.jpg);
	border-bottom-style: solid;
}

#copyright {
	text-align: right;
	padding-right: 2em;
}
#copyright a {
	color: #666;
	text-decoration: none;
}
#copyright a:hover {
	color: #FFF;
	text-decoration: underline;
}

.form-labels {
	font-size: 90%;
	color: #999;
}

input, textarea, select {
	border: 1px solid #666;
	margin: 0px;
	padding: 1px;
	background-color: #3D3D3D;
	color: #CCC;
}

.submit {
	background-color: #333;
	border: 1px solid #666;
	color: #CCC;
}


.photoborder {
	border: 1px solid #4E4336;
}

.tbl-head{
	font-weight: bold;
	background-color: #252525;
	line-height: 1.5em;
	border: 1px solid #C1B4A4;
}
.tbl-content{
	background-color: #A48F77;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

.required {
	font-size: 80%;
	font-style: italic;
	color: #999;
}

.red {
	color: #F00;
}
