/* CSS Document */

html {
	height: 100%;
	width: 100%;
}
body {
	background-repeat: repeat;
	background-position: left top;
	margin: 0px;
	background-color: #F7F7F7;
	background-image: url(images/bg7.gif);
}
body,td {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
}
#container {
	margin: auto;
	padding: 0px;
	height: auto;
	width: 760px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	background-color: #FFFFFF;
}
h2 {
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	font-family: Tahoma, Arial, Verdana, sans-serif;
}
.imgborder {
	border: 1px solid #333333;
}


#main {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #0097AC;
	background-color: #FFFFFF;
	padding: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.formfield {
	width: 200px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.formtablehead {
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	padding: 5px;
}

.formtable {
	border: 1px solid #000000;
	background-color: #EDF0F3;
}
.formlabels {
	color: #000000;
	background-color: #3D5868;
	font-weight: bold;
	padding-right: 8px;
	background-image: url(images/sbbg.gif);
	background-repeat: repeat;
}
.formfieldsmall {
	width: 60px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}


/* DEFAULT LINK STYLES */
a:link {
	color: #384a54;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #384a54;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

/* HEADER STYLES */
#headnav {
	position:relative;
	width:760px;
	height:125px;
	clear: none;
	float: none;
	overflow: visible;
	visibility: visible;
	top: auto;
	z-index: 100;
}
.diamondring {
	background-image: url(images/diamondring.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.emphasis {
	font-weight: bold;
	color: #3D5868;
}

#navbot {
	background-image: url(images/nav_09.gif);
	background-repeat: no-repeat;
	height: 13px;
	width: 760px;
	z-index: 50;
}

/* LOGIN STYLES */
#loginjoin {
	position:absolute;
	left:480px;
	top:0px;
	width:132px;
	height:25px;
	z-index:1;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 10px;
}
#container #headnav #loginjoin li {
	background-image: url(images/babybullet.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 12px;
	list-style-type: none;
	line-height: 14px;
}
a.loginjoin:link {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
a.loginjoin:visited {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
a.loginjoin:hover {
	color: #3D5868;
	text-decoration: underline;
	font-weight: normal;
}

/* LEFT MAIN AREA STYLES */
#left {
	position:relative;
	width:478px;
	z-index:2;
	clear: left;
	float: left;
}
#mission {
	height: 80px;
	width: 442px;
	background-color: #8d9f7b;
	margin: 0px 8px 8px;
	color: #FFFFFF;
	padding: 10px 10px 0px;
	z-index: 3;
}
.bannerad {
	margin-bottom: 8px;
}
.banneradpad {
	margin-bottom: 8px;
	margin-left: 8px;
}

a.left:link {
	color: #586b45;
	text-decoration: none;
}
a.left:visited {
	color: #586b45;
	text-decoration: none;
}
a.left:hover {
	color: #000000;
	text-decoration: underline;
}

/* LEFT MAIN AREA TABLE STYLES */
.maintablemargins {
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
}
.maintabletd {
	background-image: url(images/mainbg.gif);
	background-repeat: repeat;
	padding: 8px 8px 0px 10px;
	height: 170px;
	width: 209px;
}
.maintablehb {
	margin-bottom: -10px;
}
.maintablelearnmore {
	background-image: url(images/mainbg.gif);
	background-repeat: repeat;
	padding: 8px 8px 8px 10px;
	height: 23px;
	width: 209px;
}

#mainarea {
	width: 452px;
	min-height: 663px;
	height: auto;
	padding-left: 10px;
	padding-top: 10px;
	z-index: 5;
	margin-left: 8px;
	background-color: #D0D7DC;
	margin-bottom: 8px;
	margin-top: 0px;
	padding-bottom: 10px;
}
#mainareaForum {
	width: 725px;
	min-height: 663px;
	height: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	z-index: 5;
	margin-left: 8px;
	background-color: #D0D7DC;
	margin-bottom: 8px;
	margin-top: 0px;
	padding-bottom: 10px;
}
#container #left #mainarea li {
	background-image: url(images/babybullet.gif);
	background-position: left 3px;
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 20px;
	margin-left: -30px;
	padding-bottom: 10px;
	margin-right: 10px;
}
#container #left #mainarea p {
	margin-right: 10px;
}

#container #left #mainarea li a {
	font-weight: bold;
}

#mainhead {
	z-index: 6;
	margin-left: 8px;
	margin-bottom: 0px;
}
.tdbottompad {
	padding-bottom: 10px;
}


/* RIGHT SIDEBAR */
#right {
	position:relative;
	width:282px;
	height:auto;
	z-index:4;
	float: right;
	clear: right;
}
.morebullet {
	margin-right: 5px;
	margin-bottom: -2px;
}

a.morebullet:link {
	color: #3D5868;
	text-decoration: none;
	font-weight: bold;
}
a.morebullet:visited {
	color: #3D5868;
	text-decoration: none;
	font-weight: bold;
}
a.morebullet:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

/* RIGHT SIDEBAR BENEFITS BOX */
#container #right #benefits {
	background-image: url(images/sbbg.gif);
	background-repeat: repeat;
	width: 264px;
	height: auto;
	padding-left: 10px;
	padding-top: 5px;
	z-index: 5;
}
#benefithead {
	z-index: 6;
}
#container #right #benefits p {
	margin-top: 0px;
	margin-bottom: 6px;
}
#container #right #benefits li {
	background-image: url(images/babybullet.gif);
	background-position: left;
	background-repeat: no-repeat;
	list-style-type: none;
	padding-left: 15px;
	margin-left: -20px;
}
#container #right #benefits #benies {
	height: 170px;
	background-color: #CCDAC5;
	width: 255px;
}
#container #right #benefits #benies p {
	margin-bottom: -8px;
	padding-top: 6px;
	padding-left: 12px;
}

/* RIGHT SIDEBAR SPONSORS BOX */
#container #right #sponsors {
	background-image: url(images/sbbg.gif);
	background-repeat: repeat;
	width: 264px;
	height: auto;
	padding-left: 10px;
	padding-top: 10px;
}
#container #right #sponsors p {
	margin-top: 0px;
}
#sponsorhead {
	margin-top: 8px;
}
.sponsorlogos {
	margin-bottom: 12px;
}

/* RIGHT SIDEBAR PARTNERS BOX */
#container #right #partners {
	background-image: url(images/sbbg.gif);
	background-repeat: repeat;
	width: 264px;
	height: auto;
	padding-left: 10px;
	padding-top: 10px;
}
#container #right #partners p {
	margin-top: 0px;
}
#partnerhead {
	margin-top: 8px;
}
.partnerlogos {
	margin-bottom: 12px;
	border: 1px solid #3D5868;
	margin-right: 12px;
}

/* RIGHT SIDEBAR MEMBER FORUM BOX */
#container #right #forum {
	background-image: url(images/sbbg.gif);
	background-repeat: repeat;
	width: 264px;
	height: auto;
	padding-left: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
	/* margin-bottom: 8px; */
}
#container #right #forum p {
	margin-top: 0px;
	margin-right: 8px;
}
#forumhead {
	margin-top: 8px;
}

/* RIGHT SIDEBAR CHARITIES BOX */
#container #right #charities {
	background-image: url(images/sbbg.gif);
	background-repeat: repeat;
	width: 264px;
	height: auto;
	padding-left: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
	/* margin-bottom: 8px; */
}
#container #right #charities p {
	margin-top: 0px;
	margin-right: 8px;
}
#charitieshead {
	margin-top: 8px;
}


/* RIGHT SIDEBAR SIGNUP BOX */
#container #right #signup {
	background-image: url(images/sbbg.gif);
	background-repeat: repeat;
	width: 264px;
	height: auto;
	padding-left: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
	/* margin-bottom: 8px; */
}
#container #right #signup p {
	margin-top: 0px;
	margin-right: 8px;
}
#signuphead {
	margin-top: 8px;
}

/* RIGHT SIDEBAR OPTIONAL */
#container #right #optional {
	padding: 0px 10px 10px 0px;
}

#container #right #optionalbottom {
	background-image: url(images/sbbg.gif);
	background-repeat: repeat;
	width: 264px;
	height: auto;
	padding-left: 10px;
	padding-top: 10px;
	margin-bottom: 10px;
	/* margin-bottom: 8px; */
}

#container #right #optional p {
	margin-top: 0px;
	margin-right: 8px;
}
#optionalhead {
	margin-top: 8px;
}

/* FOOTER STYLES */
#footer {
	background-color: #edf0f3;
	height: 56px;
	clear: both;
	margin: 8px 8px 0px;
	padding: 8px 8px 8px 10px;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	text-align: left;
	float: none;
	display: block;
	top: auto;
	bottom: auto;
}
a.footer:link {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
a.footer:visited {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}
a.footer:hover {
	color: #3D5868;
	text-decoration: underline;
	font-weight: normal;
}
.programmerNote {
	font-size: 10px;
	font-weight: bold;
	color: #CC0000;
}
#newsitems {
	width: 442px;
	background-color: #EDF0F3;
	margin: 0px 8px 8px;
	color: #000000;
	padding: 30px 10px 10px;
	z-index: 3;
	background-image: url(images/h_inthenews.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#container #left #mainarea #enewssignup {
	background-color: #FFF;
	width: 98%;
	left: auto;
	right: auto;
	text-align: center;
	padding: 10px;
	border: 1px solid #384A54;
}
.hr {
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #7A8C97;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 0px;
}
