* {
	font-family: lucida sans unicode, open-sans, arial, helvetica;
	-webkit-text-size-adjust: none;
}

html {
	overflow-y: scroll;
	background: #000000;
}

body {
	font-size: 11pt;
	margin: 0px;
	color: #000000;
}


label {
	display: none;
}

input[type=submit] {
	cursor: pointer;
}

#content {
	background: #ffffff;
	display: table;
	width: 100%;
	padding-bottom: 60px;
	min-height: 600px;
}



#content h1 {
	font-weight: normal;
	padding: 0px 0px 12px 0px;
	margin: 0px 0px 0px 0px;
	letter-spacing: -2px;
	font-size: 2.5em;
}

#content h2,
#footer h2 {
	font-weight: normal;
	padding: 0px 0px 6px 0px;
	margin: 0px 0px 0px 0px;
	letter-spacing: -1px;
	font-size: 1.6em;
}

p {
	margin: 0px;
	padding: 0px 0px 26px 0px;
	line-height: 160%;
}

a {
	text-decoration: none;
	color: #000000;
}


#content>div,
#footer>div {
	max-width: 1200px;
	width: 100%;
	margin: auto;
	display: block;
}

#content>div>div,
#footer>div>div {
	padding: 0px 18px 0px 18px;
}



#content .leftcolumn {
	width: 50%;
	float: left;
	padding: 0px;
}

#content .rightcolumn {
	width: 50%;
	float: right;
	padding: 0px;
}

#content .leftcolumn>div {
	padding-right: 13px;
}

#content .rightcolumn>div {
	padding-left: 13px;
}

#content .spot-a,
#content .spot-b {
	border-radius: 0px 0px 3px 3px;
	margin-bottom: 18px;
}

#content .spot-a {
	background: #700000;
	padding: 12px 18px 0px 18px;
	color: #dfdfdf;
}

#content .spotwrapper {
	min-height: 230px;
}

#content .spot-a a,
#content .spot-b a {
	font-size: 0.9em;
	font-weight: bold;
}

#content .spot-a a {
	color: #dfdfdf;
}

#content .spot-b {
	background: #dfdfdf;
	padding: 12px 18px 0px 18px;
}

#content .spotimg {
	height: 199px;
	overflow: hidden;
}

#content .spotimg img,
#content .spotimg img {
	margin: 0px 0px -6px 0px;
	width: 100%;
	border-radius: 4px 4px 0px 0px;
}

#content a {
	color: #000000;
}

#footer {
	color: #dfdfdf;
	font-size: 0.9em;
	padding: 24px 0px 1px 0px;
}

#footer a {
	color: #dfdfdf;
	text-transform: none;
}

#footer img {
	margin: 0px 6px 40px 0px;
}


#footer h2 {
	font-size: 1.3em;
	margin-top: -10px;
}

#footer input {
	clear: both;
	float: left;
	border-radius: 3px;
	border: none;
	background: #444444;
	margin: 0px 10px 5px -2px;
	padding: 5px 7px 5px 7px;
	color: #999999;
}


#footer input[type=submit] {
	width: 12%;
	float: left;
	clear: none;
	margin-left: 5px;
	background: #700000;
	font-size: 15pt;
	padding: 0px;
	color: #333333;
	font-weight: bold;
}

.error {
	color: #700000;
	padding: 0px 0px 5px 0px;
	margin-top: -5px;
}

@media only screen 
and (min-width: 500px)
and (max-width: 1000px) {


	#content>div>div>.leftcolumn,
	#content>div>div>.rightcolumn {
		margin-top: 18px;
		width: 100%;
	}

	#content>div>div>.leftcolumn>div,
	#content>div>div>.rightcolumn>div {
		padding: 0px;
	}
}

@media only screen 
and (min-width: 0px) 
and (max-width: 500px){



	#content {
		padding-top: 36px;
		padding-bottom: 36px;
	}

	#content .leftcolumn,
	#content .rightcolumn {
		margin-top: 18px;
		width: 100%;
	}

	#content>div>div>.leftcolumn,
	#content>div>div>.rightcolumn {
		margin-top: 0px;
	}
	
	#content .leftcolumn>div,
	#content .rightcolumn>div {
		padding: 0px;
	}


}