/* Generic Styles */

body {
	background: #000000;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

div, p, span, ul, li, table, tr, td {
	padding: 0px;	
	margin: 0px;
	text-align: left;
	line-height: 16pt;
}

p {
	margin: 0 0 15px 0;
}

h1, h2, h3, h4, h5 {
	color: #FFD207;
	font-weight: bold;
}

h1 {
	font-size: 13pt;
}

a {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	color: #FFD207;
	text-decoration: underline;
}

img {
	border: 0px;
}

.floatleft {
	float: left;
	margin-right: 25px;
	width: 410px;
}

.floatright {
	float: left;
	display: inline;
	width: 410px;
}

.clear {
	clear: both;
}



/* Contact Form Styles */
.input {
	width: 270px;
	background: #222222;
	color: #FFD207;
	padding: 5px;
	border: 2px #333333 solid;
	font-family: arial;
	font-size: 11px;
}

.inputtextarea {
	width: 270px;
	height: 180px;
	background: #222222;
	color: #cccccc;
	padding: 5px;
	border: 2px #333333 solid;
}



/* Header */

#top {
	background: url('images/top.jpg') top center no-repeat;
	width: 1000px;
	height: 338px;
}

#nav {
	width: 1000px;
	text-align: center;
	padding-top: 313px;
	height: 28px;
}

#nav a {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px 10px 0 10px;
}

#nav a:hover {
	color: #fed207;
	text-decoration: none;
}

#nav ul, li {
	list-style: none;
	display: inline;
}



/* Content */

#main {
	background: url('images/text-repeat-bg.jpg') repeat-y top center;
	width: 1000px;
	height: auto;
}
	
#content {
	background: url('images/text-bg.jpg') no-repeat top center;
	width: 850px;
	height: auto;
	padding: 15px 75px 5px 75px;
}



/* Footer */

#footer {
	background: url('images/footer.jpg') no-repeat top center;
	width: 1000px;
	height: auto;
	padding: 75px 0 75px 0;
	
}



/* Aubrey's Style Sheet */

.yellowhead {
	font-size:13pt;
	color:#FFD207;
	font-weight:bold;
	margin: 0;
	padding: 0;
	line-height:13pt;
}

.P {
	font-size:10pt;
	font-weight: normal;
	color: #ffffff;
	line-height:16pt;
	text-align: left;
}

#footer .P {
	text-align: center;
}

.homecta {
	font-size: 12pt;
	font-weight: normal;
	color: #000000;
	line-height: 12pt;
	font-weight:bold;
}

.yellow {
	font-size: 10pt;
	font-weight: bold;
	color: #FFD207;
	line-height:16pt;
}

.yellowsm {
	font-size: 9pt;
	font-weight: bold;
	color: #FFD207;
	line-height:10pt;
}
 
a.link {
	color: #ffffff;
	text-decoration: underline;
	font-size: 10pt;
	font-weight: none;
}

a.link:visited {
	color:#ffffff;
	text-decoration: underline;
	font-size: 10pt;
	font-weight: none;
}

a.link:hover {
	color:#FFD207;
	text-decoration: underline;
	font-size: 10pt;
	font-weight: none;
}

a.link:active {
	color:#ffffff;
	text-decoration: underline;
	font-size: 10pt;
	font-weight: none;
}

a.smfooter {
	color:#ffffff;
	text-decoration: underline;
	font-size: 9pt;
	font-weight: none;
}

a.smfooter:visited {
	color: #ffffff;
	text-decoration: underline;
	font-size: 9pt;
	font-weight: none;
}

a.smfooter:hover {
	color: #514302;
	text-decoration: underline;
	font-size: 9pt;
	font-weight: none;
}

a.smfooter:active {
	color: #ffffff;
	text-decoration: underline;
	font-size: 9pt;
	font-weight: none;
}
 
a.homecta {
	font-size: 12pt;
	font-weight: normal;
	color: #000000;
	line-height: 12pt;
	font-weight: bold;
	text-decoration: underline;
}

a.homecta:visited {
	font-size: 12pt;
	font-weight: normal;
	color: #000000;
	line-height: 12pt;
	font-weight: bold;
	text-decoration: underline;
}

a.homecta:hover {
	font-size: 12pt;
	font-weight: normal;
	color: #514302;
	line-height: 12pt;
	font-weight: bold;
	text-decoration: underline;
}

a.homecta:active {
	font-size: 12pt;
	font-weight: normal;
	color: #000000;
	line-height: 12pt;
	font-weight: bold;
	text-decoration: underline;
}


