@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4;

}

h1, h2, h3, h4, h5, h6{
	margin-top: 0;
	padding-right: 40px;
	padding-left: 40px;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 0px;
}
p {
	margin-top: 0;	
	padding-right: 40px;
	padding-left: 40px; 
}
a img { 
	border: none;
}

.container {
	width: 980px;
	margin: 0 auto;
	background-image: url(../images/contentbg.png);
	background-repeat: repeat-y;
}

.header {
	background-image: url(../images/headerwrap.png);
	height: 95px;
}
.navwrap {
	float: right;
	margin-right: 10px;
	padding-top: 60px;
}
.topnavlist {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;

}
.topnavlist ul, .topnavlist li {
   margin: 0;
   padding: 0;
   display: inline;
   list-style-type: none;
}
.topnavlist a:link, .topnavlist a:visited {
	float: left;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
	text-transform: uppercase;
	padding: 0px;
}
.topnavlist a:link,  .topnavlist a:visited, .topnavlist a:hover {
	padding-bottom: 0px;
	background: transparent;
	text-transform: uppercase;
	font-weight: bold;
}
.topnavlist  a:hover {
	color: #ffc401;


}
.topnavlist li.current a:link,  .topnavlist li.current a:visited {
	 color: #ffc401;

/* end horizonal nav*/
}
.titlebg {
	background-image: url(../images/titlebg.png);
	height: 70px;	
}
.titlewrap {
	font-size: 18px;
	text-transform: uppercase;
	color: #FFF;
	padding-left: 45px;
	line-height: 82px;
}
.sidebar {
	float: left;
	width: 200px;
	margin-right: 20px;
	margin-left: 40px;
}
#navlist {
  padding-left: 0;
  margin-left: 0;
  width: 200px;
}
#navlist li {
	list-style: none;
	margin: 0;
	padding: 0.5em;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000;
	font-size: 14px;
	font-weight: bold;
}
#navlist li a {
	text-decoration: none;
	font-weight: bold;
	color:#000;
}
#navlist  a:link, .navlist2 a:visited {
  font-weight: bold;
  color: #000;
}
#navlist a:hover {
  color: #000;
  font-weight: bold;

}
.content {

	padding: 10px 0;
}

.footer {

	height: 95px;
}

.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

a {
	color: #000;
	text-decoration: underline;
}form {
	margin: 0px;
	padding: 0px;
}
label,input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}
label,textarea {
	display: block;
	width: 230px;
	float: left;
	margin-bottom: 10px;
}
label {
	text-align: left;
	width: 200px;
	padding-left: 1px;
}
label.hidden {
	position: absolute;
	left: -1600px;
}
.button {
	cursor: pointer;
	background-image: url(../images/submit.png);
	height: 25px;
	width: 75px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	background-color: transparent;
    line-height: 999px; /* Set it higher than your image height */
    overflow: hidden; /* Hide the text */
    font-size: 0; /* FF2 doesn't like the above */	
}
.formindent {
	padding-left: 10px;	
}hr {
	width: 625px;
}
.youtuberight {
	float: right;
	margin-right: 40px;
	margin-left: 10px;
	margin-top: 5px;
}