@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 100%;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
}
#MenuBar1{
padding-top:86px;
margin-left:274px;
}

#signup form {
margin-top: 10px;
}
#signup form p {

margin: 0px;
}
#signup label {
	font-size: .6em;
	
	float: left;
	}
#signup input {
margin-right: 5px;
margin-left: 4px;
	float: left;
}
#signup submit{
margin-top: 5px;
}
#contact form {
padding: 30px;
}
#contact label {
	width: 9em;
	float: left;
	text-align: right;
	display: block;
	margin-right: 15px;
	}
#contact submit input {
	margin-top: 20px;
}
.oneColFixCtrHdr #container {
	width: 886px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	height: 108px;
	background-position: center;
	position: relative;
}
#flash {
	height: 393px;
	width: 602px;
	margin-left: 275px;
	background-color: #000000;
}
#contact {
	height: 393px;
	margin-left: 285px;
	padding-left: 40px;
	background-color: #538AB4;
}
#contact p{
	color:#FFFFFF;
	padding: 2px;
	font-size: 12px;
	margin: 0;
}
.oneColFixCtrHdr #container #clearfloat {
	clear: both;
}
.oneColFixCtrHdr #container #mainContent #flash #myId {
	margin: 0px;
}
.oneColFixCtrHdr #container #mainContent #links {
	height: 74px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #333333;
	margin: 0px;
}
.oneColFixCtrHdr #container #header #logo {
	margin: 0px;
	float: left;
	padding-top: 10px;
	padding-left: 20px;
}
.oneColFixCtrHdr #container #header #menu {
	margin-left: 242px;
	padding-top: 65px;
}
.oneColFixCtrHdr #container #header #menu ul li{
	float: left;
	padding: 5px;
	padding-top:8px;
	list-style-type: none;
	width: 120px;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	margin-right: 2px;
	background-image: url(images/button_back.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.oneColFixCtrHdr #container #header #menu ul li a{
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;	
	
}
.oneColFixCtrHdr #container #header #menu ul li a:hover{
	text-align: center;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0;
	background-color: #232323;
}
.oneColFixCtrHdr #container #mainContent #links #quote img {
}
.oneColFixCtrHdr #footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 57px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer p {
	color: #333333;
	font-size: 13px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 5;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20;
}
.oneColFixCtrHdr #container #mainContent #leftContent {
	width: 250px;
	float: left;
	padding: 0px;
	margin-left: 20px;
	margin-top: 20px;
}
.oneColFixCtrHdr #container #mainContent #leftContent h1 {
	font-size: 22px;
	color:#999999;
	font-weight: normal;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
.oneColFixCtrHdr #container #mainContent #leftContent p {
	font-size: 14px;
	color:#999999;
	font-weight: normal;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
.oneColFixCtrHdr #container #mainContent #links #socialNetworks {
	float: left;
	width: 270px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #999999;
	height: 70px;
	padding-top: 5px;
}
.oneColFixCtrHdr #container #mainContent #links #quote {
	float: left;
	width: 240px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #999999;
	height: 70px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999999;
	padding-left: 7px;
	padding-top: 5px;
}
.oneColFixCtrHdr #container #mainContent #links #socialNetworks img {
	margin: 7px;
	float: left;
}
.oneColFixCtrHdr #container #mainContent #links #signup {
	float: left;
	width: 340px;
	height: 70px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: lighter;
	color: #999999;
	padding-left: 7px;
	padding-top: 5px;
}

.oneColFixCtrHdr #container #footer #mail {
	
	margin-left: 810px;
	margin-top: -50px;

}
