/* common */
body {
	margin: 20px 0px 0px;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-image: url(images/page_bg.gif);
	background-repeat: repeat;
	/*text-align: center;*/
	/*behavior:url(csshover.htc);*/
}
ol, ul, li, h1, h2, h3, h4, h5, h6, p, form, input {
	/*margin: 0px;
	padding: 0px;*/
}
.leftcontentArea a:link, .leftcontentArea a:visited {color:#3c588b;}
.leftcontentArea a:active, .leftcontentArea a:hover {color:#000; background-color:#f1f6fe;}

h2 {
	color:#3c588b;
	margin: 0px 0px 10px;
}
hr {
	clear:both;
	visibility:hidden;
	margin:0;
	display: none;
	display: block;
}


/* Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
*html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/* Structure */
.entireArea {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	padding: 0px;
}
.headerArea {
	height: 124px;
	width: 760px;
	background-image: url(images/header.jpg);
}
.navArea {
	background-color: #5075BA;
	width: 758px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(images/nav_bg.gif);
	background-repeat: repeat-x;
	height: 28px;
	border: 1px solid #666;
}
.subnavArea {
	background-color: #CCCCCC;
	width: 756px;
	text-align: center;
	padding: 2px;
}
.navShadowArea2col {
	height: 8px;
	width: 758px;
	background-image: url(images/2col_main_bg_top.gif);
	border-right: 1px solid #666;
	border-left: 1px solid #666;
}
.navShadowArea {
	height: 8px;
	width: 758px;
	background-image: url(images/main_bg_top.gif);
	border-right: 1px solid #666;
	border-left: 1px solid #666;
}
.contentArea2col {
	width: 758px;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	background-image: url(images/2col_main_bg.gif);
	background-repeat: repeat;
}
.contentArea2col {
	width: 758px;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	background-color: #FFF;
}
.contentArea {
	width: 758px;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	background-color: #FFF;
}
.contentAccountArea {
	border-right: 4px solid #fff;
	border-bottom: 8px solid #fff;
}
.allcontentArea {
	width: 658px;
	padding: 10px 50px;
}
.leftcontentArea {
	min-height: 350px;
	width: 469px;
	line-height: 18px;
	padding: 20px 35px 10px;
	vertical-align: top;
}
.leftcontentAreaLoggedIn {
	width: 514px;
	line-height: 18px;
	padding: 20px 20px 10px;
	/*border: 1px solid #F00;*/
	vertical-align: top;
}
.rightcontentArea {
	width: 200px;
	float: right;
	background-image: url(images/right_bg_login.jpg);
	/*height: 381px;*/
	height: 610px;
}
.rightcontentLoggedInArea {
	width: 200px;
	float: right;
	background-image: url(images/right_bg_login1.jpg);
	/*height: 381px;*/
	height: 600px;
}

.rightcontentLoggedInAreaAdmin{
	width: 200px;
	float: right;
	background-image: url(images/right_bg_login2.jpg);
	/*height: 381px;*/
	height: 600px;
}

.rightcontentLoggedInArea a:link, .rightcontentLoggedInArea a:visited {
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}
.rightcontentLoggedInArea a:active, .rightcontentLoggedInArea a:hover {
	color:#0000CC;
	/*background-color:#f1f6fe;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
.rightcontentComposingArea {
	width: 200px;
	float: right;
	background-image: url(images/right_bg_FPO2.jpg);
	/*height: 381px;*/
	height: 600px;
}
.rightcontentComposingArea a:link, .rightcontentComposingArea a:visited {
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}
.rightcontentComposingArea a:active, .rightcontentComposingArea a:hover {
	color:#0000CC;
	background-color:#f1f6fe;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
.footernavArea2col {
	width: 748px;
	text-align: right;
	padding: 30px 10px 2px 2px;
	background-image: url(images/2col_footer.gif);
	height: 41px;
}
.footernavArea {
	width: 748px;
	text-align: right;
	padding: 30px 10px 2px 2px;
	margin: 0px;
	background-image: url(images/footer.gif);
	height: 41px;
}
.footernavArea a, .footernavArea2col a {
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}
.footernavArea a:hover, .footernavArea2col a:hover {
	color: #000000;
}
.footerArea {
	width: 750px;
	text-align: center;
	padding: 5px;
	color: #666666;
	font-size: 10px;
}
.footerArea small {
	font-size: 10px;
	color: #999;
}
.footerArea a, .footerArea a:visited {
	color: #999;
	text-decoration: none;
}
.footerArea a:active, .footerArea a:hover {
	color: #000;
}
.blockArea {
	margin: 55px 20px 20px;
	height: 98px;
	/*border: 1px solid #FF0000;*/
}

.signupArea {
	margin: 125px 12px 10px;
	text-align: center;
	height: 38px;
	/*border: 1px solid #00FF00;*/
}
html>body .signupArea {
	margin: 161px 12px 10px;
}
.smalltext, .smalltext a {
	font-size: 10px;
	color: #666;
	line-height: 12px;
}
#themeDisplay {
	margin: 95px 20px 20px;
	height:	98px;
	border: 1px solid #00FFFF;
}
/* Navigation */
div#nav ul {margin:0px;padding:0px;background-color:#5075BA;}
div#nav li {position:relative;margin:0px;list-style-type:none;float:left;}
div#nav li:hover, div#nav li:active {background-color:#3c588b;}

div#nav li.submenuhome {width:auto;font-weight:bold;}
div#nav li.submenuclub {width:auto;font-weight:bold;}
div#nav li.submenucategories {width:auto;font-weight:bold;}
div#nav li.submenupickup {width:auto;font-weight:bold;}
div#nav li.submenuabout {width:auto;font-weight:bold;}
div#nav li.submenuhelp {width:auto;font-weight:bold;}
div#nav li.submenucontact {width:auto;font-weight:bold;}

div#nav li.submenu {border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#333;width:150px;background-position:right center;background-repeat:no-repeat;background-image:url(images/dropdown/submenu_arrow.gif);font-weight:normal;}

div#nav li.endmenu {border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#333;width:150px;font-weight:normal;}

div#nav li a {display:block;padding:3px;text-decoration:none;width:140px;color:#FFFFFF;line-height:22px;}

div#nav ul a {width:auto;}

div#nav ul ul {position:absolute;display:none;width:150px;}

div#nav ul.level2 li.submenu:hover ul.level3, div#nav ul.level1 li.submenuhome:hover ul.level2, div#nav ul.level1 li.submenuclub:hover ul.level2, div#nav ul.level1 li.submenucategories:hover ul.level2, div#nav ul.level1 li.submenupickup:hover ul.level2, div#nav ul.level1 li.submenuabout:hover ul.level2, div#nav ul.level1 li.submenuhelp:hover ul.level2 {display:block;}

div#nav ul.level2 {top:28px;border-top:1px solid #333;border-right:1px solid #333;border-bottom:none;border-left:1px solid #333;}

div#nav ul.level3 {left:150px;top:-1px;border-top:1px solid #333;border-right:1px solid #333;border-bottom:none;border-left:1px solid #333;}

.starImg {
	margin: 5px;
	padding: 4px;
	text-align: center;
	background-image: url(images/star_sm.gif);
}

/* Custom Elements */

/* Dotted paragraph divider */
.divider {
	display: block;
	line-height: .1em;
	height: 4px;
	margin: 15px 0px;
	background-image: url(images/dots.gif);
	background-repeat: no-repeat;
	background-position: center;
}

/* Stylized Category Links */
.catbox {
	margin: 10px 0px;
	border: 1px solid #3c588b;
	text-align: center;
	font-weight: bold;
	padding: 5px;
}
.catbox a {
	color: #3c588b;
	padding: 3px;
	line-height: 20px;
	font-weight: normal;
}
.catbox a:hover, .catbox a:active {
	color: #000;
}

/* Stylized Card Preview Boxes */
.previewbox {
	background-color: #eee;
	float: left;
	padding: 0px;
	margin: 0 5px 5px 0;
	text-align: center;
	border: 1px solid #ccc;
}
.previewboxhead {
	color: #000066;
	font-size: 10px;
	font-weight: normal;
}
.previewboxshow {
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
	line-height: 18px;
	text-decoration: underline;
}
.previewboxshow:hover, .previewboxshow:active {
	color: #f00;
}

.samplecard {
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 3px;
	margin: 0px 3px;
}

.textForgot, .textForgot a, .textForgot a:visited {
	text-align: center;
	font-size: 10px;
	color: #333;
	margin-top: 10px;
}
.textForgot a:hover, .textForgot a:active {
	color: #000;
}

.redCallout {color:#FF0000;}

.padForm input, select {
	/*background-color: #eeeeee;*/
	border: 1px solid #666666;
}

.signupBut {
	background-image: url(images/signup_button.jpg);
}

.picture {
	border: 1px solid #333;
	margin: 0px 0px 5px 5px;
	float: right;
}

/*.navHome a {
	display: block;
	text-align: center;
	font-family:'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #33CC33;
	font-weight: bold;
	white-space: nowrap;
	width: 100%;
	padding-top: 24px;
	padding-bottom: 6px;
	background-repeat: repeat;
	vertical-align: bottom;
}
.navHome a:hover {
	background-color: #339933;
}

.navBreadCrumbs a {
	font-family:'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #006600;
}
.navBreadCrumbs a:hover {
	color: #000000;
}

.navImages a {
	font-family:'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #006600;
	font-weight: bold;
}
.navImages a:hover {
	color: #000000;
}*/

/*.textMainCopy {
	font-family:'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	text-align: justify;
}

.textDescCopy {
	font-family:'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
}

.textTitle, a.textTitle {
	font-family:'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: left;
}
.tableBorder {
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}*/
.padForm {
	padding-right: 6px;
	padding-bottom: 8px;
	vertical-align: bottom;
}
.padFormBottom {
	padding-bottom: 8px;
}
.padFormTopAndBot {
	padding-top: 5px;
	padding-bottom: 5px;
}
.padForm4sidesBlue {
	background-color: #EAEEFA;
	padding: 8px 6px;
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.padFormHeader {
	background-image: url(images/header_bg_address.jpg);
	padding: 8px 6px;
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.padForm3sides {
	padding-right: 6px;
	padding-bottom: 8px;
	padding-left: 6px;
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.padForm4sides {
	padding: 8px 6px;
	font-family: 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

/*.textTitleR, a.textTitleR {
	font-family:'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: right;
}

.textTitleURL a {
	font-family:'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #006600;
	font-weight: bold;
	text-decoration: none;
}
.textTitleURL a:hover {
	color: #000000;
}

.textFooter, a.textFooter {
	font-family:'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003300;
	padding-top: 12px;
	padding-bottom: 17px;
}*/
