html {
	background: #000;
	margin: 0;
	padding: 0;
}

body {
	background: #000;
	margin: 0;
	padding: 0;
}


#header {
	height: 395px;
	width: 930px;
	background: #000000 url("../App_Themes/Default/Images/Graphics/mm-lpa.jpg") 0px 0px repeat-x;
	margin: 0 auto;
}

#bodyContent {
	height: 300px;
	width: 930px;
	margin: 0 auto;
	color: #fff;
	font-size: 15px;
	line-height: 24px;
	font-family: Arial, sans serif;
}

#bodyContent p {
	margin: 0 0 25px 0;
}

#bodyLeft {
	width: 510px;
	float: left;

}

#bodyLeft img {
	margin: 0px 0 20px 0;
}


#bodyRight {
	width: 320px;
	float: right;
	margin: 0px 0 0 0;
}

#socialIcons {
	float: left;
	margin: 20px 0 0 0;



}

.socialIcons-button {
	margin: 0 8px 15px 0;
	float: left;

}




#footer {
	border-top: 8px solid #212121;
	width: 100%;
	clear: both;
	height: 130px;
}

#footerContent {
	width: 930px;
	margin: 20px auto;
	color: #808080;
	font-size: 10px;
	line-height: 12px;
	font-family: Arial, sans serif;
}

#footerText {
	float: left;
	width: 525px;
}

#footerLinks {
	float: right;
	text-align: right;
}


#footerLinks ul {
	margin: 10px 0 0 0;
	padding: 0;
	text-align: right;

}

#footerLinks ul li {
	display: inline;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	border-right: 1px solid #808080;
}

#footerLinks ul li.last {
	border-right: none;
	margin: 0;
	padding: 0;
}

#footerContent a {
	color: #808080;
	font-weight: bold;
	text-decoration: none;
}

#footerContent a:hover {
	text-decoration: underline;
}	

.footerHightlight {
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
}



/* Form Style */

input {
	background: #212121;
	padding: 10px 16px;
	color: #909090;
	font-size: 21px;
	font-weight: bold;
	font-family: Arial, sans serif;
	text-transform: uppercase;
	border: 0;
	margin: 0 12px 0 0;
	text-align: center;

}

input#txtYear {
	margin: 0;
}

.btnSubmit {
	background: #000;
	padding: 4px 10px;
	color: #909090;
	border: 3px solid #909090;
	font-size: 21px;
	font-weight: bold;
	font-family: Arial, sans serif;
	text-transform: uppercase;
	margin: 20px 0 0 0;
	float: right;
	text-decoration: none;
}



div.selectbox-wrapper {
  position: absolute;
  background: #212121;
  margin: 0px;
  margin-top: -10px;
  padding: 0px;
  font-size: 12px;
  text-align: left;
  max-height: 150px;
  overflow: auto;
  border: 1px solid #333;
}
div.selectbox-wrapper ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
div.selectbox-wrapper ul li.selected { 
  background: #212121;
}
div.selectbox-wrapper ul li.current { 
  background: #333;
}
div.selectbox-wrapper ul li {
  list-style-type: none;
  display: block;
  margin: 0;
  padding: 2px;
  cursor: pointer;
  color: #909090;
  border: 1px solid #333;
}

label {
    display: block;
}

/*.selectbox {
	background: #212121 	url('../App_Themes/Default/Images/Graphics/makers46/lpa-selector.gif') right;
  	cursor: pointer;
	padding: 5px 10px;
	color: #909090;
	font-size: 21px;
	font-weight: bold;
	font-family: Arial, sans serif;
	text-transform: uppercase;
	text-align:left; 
	border: 0;
	width: 300px;
	margin: 0 0 12px 0;
	display : block;
}*/






.selectbox {
	margin: 0 0 12px 0;
	padding: 5px 10px;
  	font-size: 21px;
	font-weight: bold;
	font-family: Arial, sans serif;
	text-transform: uppercase;
	width: 300px; 
	text-align:left; 
	background: #212121 url('../App_Themes/Default/Images/Graphics/makers46/lpa-selector.gif') right;
	cursor: pointer;
	color: #909090;
}

.dateError {
  color: #880000;
}



