﻿/* CSS Document for Mobile Pages */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-size: 100%;
}
a {
	outline: 0;
}
/* content */
body {
	text-align: center;
	padding: 0px 0px 0px 0px;
	background-color: #CDBB99;
	line-height: 1.2em;
	font-size: 1em;
	color: #2d2e2e;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
}
body img {
	border: 0px;
	text-decoration: none;
	max-width: 100%;
	height: auto;
	width: auto\9;
}
h1, h2, h3 {
	color: #1C140E;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
h1 {
	font-size: 1.7em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.1em;
}
/* Custom styles for text */
.textstyleRed {
	color: #FF0000;
}
.textstyleMaroon {
	color: #800000;
}
/* Styles for Images */
.imageNoBorder {
	border:0px;
}
.imagestyleleft {
	padding: 3px;
	margin: 5px;
	float: left;
	border: 0px;
	vertical-align: middle;
}
/* links */
a, a:link {
	color: #CC6600;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #666633;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #2170bd;
	text-decoration: underline;
}
a:focus {
	color: #2170bd;
}
a:active {
	color: #2170bd;
}
/* content */
#outerWrapper {
	background-color: #fff;
	width: 95%;
	text-align: left;
	margin: 20px auto;
	border: 1px #000000 solid;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-box-shadow: 0 0 20px #453823;
	-webkit-box-shadow: 0 0 20px #453823;
	box-shadow: 0 0 20px #453823;
}
/* masthaead */
#header {
}
#outerWrapper #header {
	background: #ffffff repeat bottom;
	padding: 10px 10px 10px 10px;
	font-weight: bold;
	min-height: 100px;
	border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
}
#outerWrapper #header .sitename {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 1.7em;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 30px;
	margin-left: 25px;
	letter-spacing: .25em;
	line-height: 1em;
}
.table-style1 {
	border-left-style: solid;
	border-left-width: 1px;
	border-right: 1px solid #C0C0C0;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom: 1px solid #C0C0C0;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 1em;
	border-color: #C0C0C0;
}
.cell-style1 {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #FF0000;
}

.tagline {
	font-size: small;
}
/* top navigation */
#outerWrapper #topNavigation {
	background-color: #1C140E;
	min-height: 2.3em;
	padding: 10px 10px 10px 5px;
	border-bottom: solid 1px #1C140E;
}
#outerWrapper #topNavigation ul {
	overflow: auto;
	list-style-type: none;
	width: 100%;
	padding: 0px;
}
#outerWrapper #topNavigation li {
	float: left;
}
#outerWrapper #topNavigation a {
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px 1px;
	padding: 5px;
	display: block;
}
#outerWrapper #topNavigation a:hover {
	background-color: #CDBB99;
	color: #000000;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
/* main page*/
#outerWrapper #contentWrapper #content {
	padding: 10px 20px 10px 20px;
	margin: 0px 0px 0px 0px;
}
#outerWrapper #sponsors {
	overflow: auto;
	background-color: #C0C0C0;
	padding: 10px 10px 10px 10px;
	border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	-moz-border-radius: 0px 0px 8px 8px;
	color: #ffffff;
	vertical-align: middle;
}
/* float */
.clearFloat {
	margin: 3px;
	display: block;
	clear: left;
}
/* float images */
.imgheader {
	margin-left: 8px;
	margin-right: 8px;
}
.imglft {
	padding: 5px 10px 5px 0px;
	float: left;
}
.imgrgt {
	padding: 5px 0px 5px 10px;
	float: right;
}
.imgctr {
	display: block;
	margin: 0px auto;
}
/* footer styles */
#outerWrapper #footer {
	background-color: #24577b;
	padding: 10px 10px 10px 10px;
	border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	-moz-border-radius: 0px 0px 8px 8px;
	color: #ffffff;
}
#outerWrapper #footer p {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-size: .85em;
}
#outerWrapper #footer a:link {
	color: #ffffff;
}
#outerWrapper #footer a:visited {
	color: #CCCCCC;
}
#outerWrapper #footer a:hover, #outerWrapper #footer a:focus {
	color: #FFFFFF;
}
#outerWrapper #footer a:active {
	color: #999999;
}
/* custom styles*/
.ctr {
	text-align: center;
}
.smltxt {
	font-size: small;
}
/* form styles */
form fieldset {
	padding: 1em;
	font: 80%/1 sans-serif;
	border: 2px solid #000000;
	width: auto;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: 3px 3px 6px #dddddd;
	-moz-box-shadow: 3px 3px 6px #dddddd;
	-webkit-box-shadow: 3px 3px 6px #dddddd;
}
form fieldset label {
	width: 15%;
	margin-right: 0.5em;
	padding-top: 0.2em;
	text-align: right;
	font-weight: bold;
}
form fieldset legend {
	padding: 0.2em 0.5em;
	color: #000000;
	font-size: 90%;
	text-align: right;
	font-variant: small-caps;
}
.cf {
	border: 1px #353c48 solid;
	background-image: url('../images/form-bg.jpg');
	background-repeat: repeat;
}
.button {
	font: normal 90% Verdana, serif;
	height: 22px;
	border: 1px solid #CDBB99;
	background-color: #4A3527;
	color: #ffffff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
input:focus {
	border: 2px solid #993300;
}
