@charset "utf-8";
/* CSS Document */

/* GLOBAL LAYOUT ELEMENTS ------------------------------------- */
body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif, Agency FB;
}
body {
	background-color: #233F49;
}
td, th {
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {

}
td {
	vertical-align:top;
	background-color: #CCCCCC;
}
th {
}
/* SECTIONS ---------------------------------------------------- */

#main {
	width: 100%;
	margin: auto;
}

#content {
	vertical-align:top;
	padding-left: 20px;
	padding-right: 20px;
	width: 80%;
	background-color:#fbf7ee;

}
#navigation {
	margin-left: 15px;
	margin-top:10px;
	width: 20%;
}
#navigation a {
	text-decoration: none;
	padding: 10px;
}
#footer {
	text-align:center;
}

fieldset {
	border: 2px solid #ccc; margin: 0; padding: 10px; margin-left: 30px; margin-right:50px;
}
legend {
	font-size: 8pt; padding-left: 10px; border: 2px solid #ccc; padding-right: 10px; color: #FFFFFF#; background-color:#FFCC66; font-weight:bold;
}
label {
	font-size: 8pt; font-weight: bold; display: block; margin: 5px 0 0 0; clear: both
}


/* FORMS ------------------------------------------------------ */

#CreateAccountSection {
	float:left;
	width: 45%;
	margin-left: 10px;
	background-color:#fbf7ee;
	height: 300px;
	position: relative;
	border-width: 2px;
	border-color: #000000;
	border-style:solid;
}

#CreateAccountContent {
	padding-left: 5px;
}

#CreateAccountFooter {
	clear:both;
	background-color:#CCCCCC;
	position: absolute;
	height: 35px;
	top: 264px;
	width:449px;
}
#LoginSection {
	height: 300px;
	margin-left:500px;
	padding-left:5px;
	padding-right: 5px;
	background-color:#fbf7ee;
	width:45%;
	border:2;
	position: relative;
	outline-color: #666666;
	border-top-color: #000000;
	overflow: visible;
	border-width: 2px;
	border-color: #000000;
	border-style:solid;
}
#LoginFooter {
	background-color:#CCCCCC;
	position: absolute;
	height: 35px;
	top: 265px;
	width:460px;
	left:-1px;
}
#forgotPasswordSection {
	float:left;
	padding-left:5px;
	width: 60%;
	top: auto;
	font-size:12px;
	font-weight:bold;
}
#loginButtonSection {
	padding: 0px;
	float:right;
	width: 20%;
	top: auto;
	text-align: right;
}
#CreateAccountButton {
	background-color:fa8a00;
	margin-left:325px
}
#LoginButton {
	background-color:fa8a00;
}

#FirstNameSection {
	width: 30%;
	float: left;
}

#LastNameSection {
	width: 70%;
	float: right;
}

#PasswordSection {
	width: 40%;
	float: left;

}

#ConfirmPasswordSection {
	width: 60%;
	float: right;
}

#ResetPasswordSection {
	width: 40%;
	float: left;

}

#ConfirmResetPasswordSection {
	width: 60%;
	float: right;
}

#CreateAccountSubmitSection {
	text-align:right;
	float: right;
	width: 100%;
}

#ResetPasswordFormSection {


}
#ResetPasswordSubmitSection {
	text-align:left;
	width: 20%;
	
}
/* TEXT ------------------------------------------------------- */

h1 {
	font-size: 15px;
	font-weight:bold;
	color: #003A53;
	padding: 5px;
	margin: 5px;
	text-align:left;
}
h2 {
	font-size: 15px;
	color: #003A53;
	margin: 5px;
	padding: 5px;
	text-align:center;
}
h3 {
	font-size: 14px;
	color: #003A53;
	margin: 5px;
	padding: 5px;
	text-align:left;
}
h4 {
	font-size: 12px;
	color: #003A53;
	margin: 5px;
	padding: 5px;
	font-weight:normal;
	text-align:center;
}
h5 {
	font-size: 11px;
	color: #003A53;
	margin: 1px;
	padding:1px;
	text-align:center;
}
h6 {
	font-size: 9px;
	color: #003A53;
	font-weight: normal;
	margin: 10px;
	padding: 10px;
	text-align:center;
}
p {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding-top: 5px;
}
p alert {
	color:#FF0000;
	font-weight:bold;
	text-align:center;
}

.required {
	color:#FF0000;
	font-weight:bold;
}
.navtextbottom {
	font-size:12px;
	color: #003A53;
	padding: 5PX;
	text-align: center;
}
.ParagraphBoldItalic {
	font-size: 12px;
	font-style:italic;
	color: #003A53;
	font-weight:bold;
	margin: 5px;
	padding: 5px;
	text-align: left;
}
.paragraphDetails {
	font-size: 12px;
	font-style: normal;
	color: #003A53;
	font-weight: normal;
	margin: 5px;
	padding: 5px;
	text-align: left;
}
.BigCenterHeadline {
	font-size: 18px;
	color: #003A53;
	text-align:center;
	font-weight:bold;
	padding: 5px;
	margin: 5px;
}
.BigCenterHeadlineBlue {
	font-size: 16px;
	color: #003A53;
	text-align:center;
	font-weight:bold;
	padding: 5px;
	margin: 5px;
}
.tableAlignRight {
	font-size: 12px;
	color: #003A53;
	margin: 10px;
	padding: 10px;
	text-align: right;
}
.tableAlignLeft {
	font-size: 12px;
	color: #003A53;
	margin: 10px;
	padding: 10px;
	text-align: left;
}
.formSmall {
	font-size: 10px;
	color: #003A53;
	margin: 0px;
	padding: 0 px;
	text-align: left;
	font-weight:normal;
}
.centerstyle {
	font-size:12px;
	color:#003A53;
	margin: 5px;
	padding: 5px;
	text-align: center;
}
.alert {
	color:#FF0000;
	font-weight:bold;
	text-align:center;
}
.navigation_sections {
	font-weight: bolder;
	text-decoration: none;
}
.loginText {
	font-size:12px;
	text-align:left;
}
CreateAccountLoginBox {
}
.loginBackground {
	background-color:#fbf7ee;
}
.loginHeaderText {
	color:#FF6600;
	font-weight:bolder;
}

#forgotPasswordContent {
	background-color:#fbf7ee;

}

#forgotPasswordForm {
	width: 300px;
	margin:auto;

}
/* IMAGES ----------------------------------------------------- */
.imgRight {
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.imgleft {
	float:left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.imageCenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.imageFORM {
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.imgForSale {
	float: right;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.imgBanner {
	display:block;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 00px;
}
/* LISTS ------------------------------------------------------ */

ul {
}
ul li {
	font-size: 12px;
	color: #005277;
	font-weight: normal;
	margin: 5px;
	padding: 5px;
	text-align: left;
}
.EventsHeader {
	font-size: 12px;
	color: #005277;
	text-align: center;
	margin: 5px;
	padding: 5px;
	font-weight: bold;
}
.ActivityHeaders {
	font-size: 12px;
	color: #005277;
	text-align: left;
	margin: 3px;
	padding: 3px;
	font-weight: bold;
}
.BigCenterHeadlineWHITESidebar {
	font-size: 15px;
	color: #FFFFFF;
	text-align:center;
	font-weight:bold;
	padding: 1px;
	margin: 1px;
}
.EventsListings {
	font-size: 12px;
	color: #003A53;
	text-align: left;
	margin: 5px;
	padding: 5px;
	font-weight: normal;
}
.EventsListingsWHITE {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	margin: 5px;
	padding: 5px;
	font-weight: bold;
}
/* LINKS ------------------------------------------------------ */
a {
}
a:active {
}
a:link {
	color: #000000;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #990000;
}
.linkBigBoldCenter {
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color: #000066;
}
a navigation_sections {
	text-decoration: none;
}
