
/*
#########################################
  20 years
#########################################
*/


body#twenty_years {
	background: #000b05 url(/images/bg_20years.jpg) no-repeat center top;
	text-align: center;
	line-height: 1.8em;
}

body#twenty_years #index {
	width: 620px;
	margin: 452px auto 0 auto;
	padding: 15px;
	text-align: left;
}

#index h4 {
	height: 18px;
	margin: 50px 0 15px 0;
	display: block;
	background: url(/images/title_savethedate.gif) no-repeat;
	text-indent: -9000em;
}

body#twenty_years form {
	float: left;
	width: 100%;
	padding-bottom: 50px;
	border: 0px;
}

body#twenty_years fieldset {
	border: 0px;
}

body#twenty_years form div {
	width: 49%;
	float: left
}

body#twenty_years label {
	display: block;
	font-weight: bold;
}

body#twenty_years .input_class {
	width: 230px;
	border: 1px solid #003319;
	background: #000b05;
	color: #fff;
}

.clearfix {
	width: 100%;
	height: 0;
	clear: both;
}



/*
#########################################
  Re-defined Styles
#########################################
*/

body {
	background-color: #1C462B;
	margin: 0;
	padding: 0;
	font: normal 12px/150% verdana, arial, helvetica, sans-serif;
	color: #fff;
}

table
{
	background-color: #969C7F;
}

img {
	border: 0px solid #000;
}

p {
	margin: 0 0 10px 0;
}

a:active, a:link, a:visited {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

ul {
	list-style-image: url(/images/icon_listArrow.gif);
	text-indent: -2px;
	list-style-position: outside;
	position: relative;
}

* html ul {
	list-style-image: ulr(/images/icon_ieListArrow.gif);
}

* html li {
	padding-top: -4px;
}



/*
#########################################
  Custom Classes
#########################################
*/

/*
----------------------------------------
  Document Setup
----------------------------------------
*/
.textField {
	width: 165px;
	height: 15px;
	font: normal 10px verdana, arial, sans-serif;
}

.rootDiv {
	width: 100%;
	height: auto;
}

.rootDivHeader {
	width: 100%;
	height: 147px;
	clear: both;
	background: #1C462B url(/images/bgHeader.jpg) repeat-x top left;
	text-align: center;
}

.rootDivBody {
	position: relative;
	z-index: 1;
	margin-top: -90px;
	width: 100%;
	height: auto;
	clear: both;
	background-color: #979D7F;
}

.rootDivFooter {
	width: 100%;
	height: auto;
	clear: both;
	color: #94A79A;
	font-size: 10px;
	border-top: 1px solid #989D87;
}

.indexDiv {
	position: relative;
	z-index: 2;
	width: 700px;
	margin: 0 auto;
	padding: 20px 0 90px 0;
	background: #979D7F url(/images/bgIndex.jpg) no-repeat top right;
}

.indexDiv:after {
	content: ".";
	height: 0px;
	display: block;
	visibility: hidden;
	clear: both;
}

.indexDivLeftPanel {
	width: 240px;
	float: left;
	clear: left;
}

.indexDivRightPanel {
	width: 450px;
	padding: 20px 0 0 10px;
	float: right;
	clear: right;
}

.shadowDiv {
	position: relative;
	height: 90px;
	width: 100%;
	clear: both;
	z-index: 3;
}

#shadowTop {
	background-repeat: repeat-x;
}

#shadowBottom {
	background-repeat: repeat-x;
	margin-top: -90px;
}



/*
----------------------------------------
  Content Definition
----------------------------------------
*/


/* --- leftPanelDiv --- */

.leftPanelSub {
	margin: 85px 0 10px 0;
	text-align: center;
}

.subLinks {
	line-height: 12px;
}

/* --- rightPanelDiv --- */

.welcomeDiv {
	font: normal 11px/150% verdana, arial, helvetica, sans-serif;
	margin-top: 20px;
}

/* --- footerContent --- */

.footerContent {
	width: 700px;
	margin: 0 auto;
}

.footerContent {
	height: 100px;
	background: #1C462B url(/images/bgFooter.jpg) no-repeat center 38px;
}

.footerImage {
	width: 240px;
	float: left;
	clear: left;
}

.footerText {
	width: 460px;
	float: right;
	clear: right;
	margin-top: 12px;
}

.footerLink:link, .footerLink:active, .footerLink:visited {
	color: #94A79A;
	text-decoration: underline;
	margin-left: 20px;
}

.footerLink:hover {
	text-decoration: none;
}

.licenseNum {
	margin: -15px 0 0 10px;
	float: right;
	clear: none;
}

.rowBlack
{
	border-bottom: 1px solid black;
}
.colBlack
{
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}
.forumNavLinkCol
{
	background-color: #1C462B;
	font: bold 10px verdana, arial, helvetica, sans;
	color: white;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
}
.forumNavLinkRow
{
	background-color: #1C462B;
	font: bold 10px verdana, arial, helvetica, sans;
	color: white;
	border-bottom: 1px solid black;
}




/*
#########################################
  Form Styles
#########################################
*/
#email {
	width: 125px;
}


