@charset "UTF-8";
html, body {
	height: 100%;
	width: 100%;
}
body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/site-bg-checks.png);
	background-repeat: repeat;
	background-position: center top;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	font-style: normal;
	line-height: 24px;
}
a:link {
	color: #A6153B;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A6153B;
}
a:hover  {
	text-decoration: none;
	color: #CE0037;
}
a:active {
	text-decoration: none;
	color: #CE0037;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 25px;
	color: #000;
	margin: 0px;
	padding: 0px 0px 14px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 25px;
	font-weight: bold;
	color: #A6153B;
	margin: 0px;
	padding: 0px 0px 12px;
}
h1 .smaller {
	font-size: 18px;
	font-style: italic;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 21px;
	font-weight: bold;
	color: #A6153B;
	margin: 0px;
	padding: 0px 0px 12px;
}
#DarkBlend {
	background-image: url(../images/site-bg-darkblend.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-width: 600px;
}
#DarkBlend  #Container{
	margin: 0px auto;
	padding: 0px;
	width: 600px;
}
#Container #Top {
	margin: 0px;
	padding: 0px;
	width: 600px;
}
#Container #Nav {
	background-image: url(../images/site-bg-nav.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 36px;
	width: 600px;
	text-align: center;
	overflow: hidden;
}
#Nav ul {
	margin: 0px;
	padding: 0px;
	height: 36px;
	width: 600px;
	list-style-type: none;
}
#Nav ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
	height: 36px;
	list-style-type: none;
}
#Nav ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 36px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px;
	padding: 0px 20px;
	height: 36px;
	display: inline-block;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #202020;
	border-left-color: #575959;
	text-shadow: 0px -1px 2px #000;
}
#Nav ul li a:link, #Nav ul li a:visited {
	color: #E42954;
}
#Nav ul li a:hover, #Nav ul li a:active , #Nav ul li a.current{
	color: #FF9600;
}
#Container #Subnav {
	background-color: #CCC;
	background-image: url(../images/site-bg-body.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 4px 0px 0px;
	width: 600px;
	text-align: center;
}
#Subnav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 30px;
	width: 540px;
}
#Subnav ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
	height: 28px;
}
#Subnav ul li a {
	margin: 0px;
	padding: 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 28px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	background-color: #B1B1B1;
	height: 28px;
	text-shadow: 0px 0px 4px #E4E7E7;
}
#Subnav ul li a:link, #Subnav ul li a:visited {
	color: aa0040;
}
#Subnav ul li a:hover, #Subnav ul li a:active , #Subnav ul li a.current{
	color: #530010;
	background-color: #d96786;
}
#Container #Content {
	background-color: #CCC;
	background-image: url(../images/site-bg-body.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	padding: 35px 105px 0px;
	width: 390px;
	text-align: center;
}
#Container #Bottom {
	margin: 0px;
	padding: 0px;
	width: 600px;
	height: 65px;
}
#DarkBlendBttm {
	background-image: url(../images/site-bg-darkblendbttm.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 184px;
	width: 100%;
	display: block;
	min-width: 600px;
}
#ContactForm .label{
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	display: block;
	line-height: 12px;
	margin: 0px;
	padding: 16px 0px 4px;
	letter-spacing: .1em;
}
#ContactForm .FormTextField{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	color: #4d4d4d;
	margin: 0px;
	padding: 6px;
	width: 310px;
	border: 1px solid #858585;
	text-align: center;
}
#ContactForm .error
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #A6153B;
	line-height: 16px;
	margin: 16px 0px 30px;
	padding: 14px;
	background-color: #F8E370;
}
#ContactForm .success {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #A6153B;
	line-height: 30px;
	margin: 20px 0px 30px;
	padding: 15px 0px;
}
.g-recaptcha {
	padding: 30px 0px 20px;
	margin: 0px auto;
	width: 304px;
}
.FormButton {
	margin: 5px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 26px;
}
