
/* CSS Document */

body 
{
	font-family: "Arial Narrow", Arial;
	font-size: 17px;
	line-height: 22px;
	margin-top: 0px;
	color: #FFF;
	background-color: #000;
} 
p{
	margin-top: 10px;
	margin-bottom: 10px;
}
p a
{
	font-weight: bold;
	color: #5e74a0;
}
li a
{
	font-weight: bold;
	color: #babd9b;
	}
#Wrapper{
	height: auto;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-color: #212120;
	border: 1px solid #333;
}
#HeaderImage
{
	width: 980px;
	height: 350px;
	position: relative;
}
#masthead
{
	width: 980px; height: 350px; background: url(Images/Header/1.jpg) top center;
}
#InnerWrapper
{
	height: 350px;
	width: 980px;
	position: absolute;
	top: 0;
}
#BottomHalf
{
	height: auto;
	width: 980px;
	background-image: url(Images/BG.jpg);
	padding-bottom: 15px;
	background-repeat: no-repeat;
	background-color: #161616;
}
#MenuFloatLeft
{
	float: left;
	height: auto;
	width: 250px;
	margin-right: 15px;
	padding-left: 10px;
	padding-top: 10px;
}
#PageContent{
	height: auto;
	width: 690px;
	float: left;
	padding-top: 15px;
	padding-right: 15px;
		
}
#ClearFloat{
	clear: both;
}
#FooterWrapper{
	height: auto;
	width: 980px;
}
#Footer
{
	height: auto;
	width: 557px;
	padding: 10px;
	margin-top: 15px;
	margin-right: 15px;
	margin-left: 15px;
	border: 1px solid #1A1A1A;
	background-color: #282828;
	float: left;
}
#FooterRight
{
	height: auto;
	width: 338px;
	float: left;
	padding: 10px;
	margin-top: 15px;
	background-color: #282828;
}
#ClearFloatFooter{
	clear: both;
}
ul#navigation{
	padding: 0px;
	margin: 0px;
}
ul#navigation li {
	list-style: none;
	text-align: left;
	background-image: url(Images/KyteBullet.gif);
	background-repeat: no-repeat;
	background-position: 8px 7px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	}
ul#navigation li a {
	display: block;
	text-decoration: none;
	font-family: "Arial Narrow", Arial;
	color: #FFF;
	font-weight: normal;
	font-size: 16px;
	width: 219px;
	border: 1px solid #1A1A1A;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
}
ul#navigation li a:hover {
	display: block;
	text-decoration: none;
		background-image: url(Images/KyteBullet.gif);
	background-repeat: no-repeat;
	background-position: 8px 7px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	font-family: "Arial Narrow", Arial;
	color: #FFF;
	font-weight: normal;
	font-size: 16px;
	width: 219px;
	border: 1px solid #1A1A1A;
	background-color: #1B1B1B;
}
ul#navigation li a.MenuSelected {
	display: block;
	text-decoration: none;
	background-image: url(Images/KyteBulletSelected.gif);
	background-repeat: no-repeat;
	background-position: 7px 6px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	font-family: "Arial Narrow", Arial;
	color: #FFF;
	font-weight: normal;
	font-size: 16px;
	width: 219px;
	border: 1px solid #333;
	background-color: #1b1b1b;
}
#PageHeader{
	/*border: 1px solid #666;
background-color: #1b1b1b;*/
	padding: 4px;
}
#Content{
	/*border: 1px solid #666;
background-color: #1b1b1b;*/
	padding: 4px;
}
h1
{
	font-family: "Arial Narrow", Arial;
	font-size: 30px;
	margin: 0px;
	padding: 0px;
}
#LogoSpace{
	float: left;
	height: 350px;
	width: 675px;
	position: relative;
	top: 0px;
}
#VerticalScroller{
	float: left;
	height: 350px;
	width: 255px;
}
#ClearFloatHeader{
	clear: both;
}
.emailFooterText{
	color: #FFF;
	text-decoration: none;
}
.footerLinks
{
	font-family: "Arial Narrow", Arial;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	margin-top: 10px;
}
.inputBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #282828;
	padding: 3px;
	color: #FFF;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-color: #282828;
	border-top-color: #454545;
	border-right-color: #454545;
	border-bottom-color: #454545;
	border-left-color: #454545;
	font-size: 10px;
	padding: 4px;


}
.error{
	font-weight: bold;
	color: #F00;
	}
ul{
	margin-left: 20px;
}
