@charset "utf-8";
/*CONTENTS
-----------------------
Layout
	Header
		Login Box
		Logged in Box
	Content
	Footer
Global Elements
	Links
	H tags
	Universal Form Formats
	General
Individual Pages
	Job Opportunities 
	Membership Join or Renew
	Calendar Pop Styles

SITE COLORS
-----------------------
Text: #333333
Links: #cc0000
Links Active #990000
Yellow Highlight: #cccc33
Nav link: #cccccc
Nav Active: #ffffff
Nav at: #cc0000
Subnav link: #666666
Subnav Active: #333333
Subnav at: #b3b2b2
border: #dadada
light gray bg: #f2f2f2
-----------------------*/



/*---------------------------------------------------------
	Layout 
---------------------------------------------------------*/	
body { 
	font-size: 12px;
	font-family: "Trebuchet MS",Verdana,sans-serif;
	background: #262626 url(/images/common/body-bg.jpg) repeat-x 50% 0px;
	color: #333333;
	}
	
#wrapper {
	background: url(/images/common/page-bg-repeat.gif) repeat-y;
	width: 840px;
	margin: 0px auto 20px auto;
 
	}

#page { 
	padding: 0 25px 15px 25px;
	text-align: left;
	background: url(/images/common/page-bg-top.jpg) no-repeat;
	}
	
/*Header 
------------------------------------*/	
#header { 
	padding: 0;
	/*background-image: url(/images/common/header-bg.jpg);*/
	height: 106px;
	position: relative;
	}
	
ul#mainnav { 
	margin: 0;
	color: #cc0000;
	font-size: 13px;
	position: absolute;
	top: 80px;
	left: 5px;
	}
	
	
ul#mainnav li { 
	float: left;
	padding: 0px 8px;
	letter-spacing: 0;
	}
	
ul#mainnav li a { 
	color: #cccccc;
	text-decoration: none;
	padding: 2px;
	}
	
	
ul#mainnav li a:hover { 
	color: #ffffff;
	}
	
ul#mainnav li.current a { 
	color: #cc0000;
	}
	
	
/*Login Box*/
	
#loginbox { 
	width: 270px;
	margin: 0 0 0 520px;
	color: #999;
	background-image: url(/images/common/members-bg.gif);
	background-repeat: no-repeat;
	background-position: 5px 12px;
	position: relative;
	}
	
#forgotpw { 
	text-align: right;
	padding:  21px 17px 6px 0;	
	font-size: 11px;
	}
	
#forgotpw a { 
	color: #999;
	text-decoration: underline;	
	}
	
#forgotpassabs { 
	position: absolute;
	background: #D9D9D9;
	color: #333333;
	width: 245px;
	height: 40px;
	display: none;
	padding: 10px;
	border: #333333;
	line-height: 1em;
	}
	
#forgotpassabs input { 
/*	margin-top: 6px;
*/	}
	
#pwclose { 
	text-transform: uppercase;
	font-size: 10px;
	cursor: pointer;
	float: right;
	}
	
#loginbox #user, #loginbox #pw {
	text-align: right; 
	font-size: 13px;
	color: #cccccc;
	margin-bottom: 4px;
	}
	
#loginbox #user {
	padding-right: 80px; 
	}
	
#loginbox span {
	vertical-align: middle;
	}
	
#loginbox #pw {
	padding-right: 5px; 
	}
#loginbox input { 
	vertical-align: middle;
	}

#loginbox input.userpw { 
	width: 112px;
	border: 1px solid #999999;
	background-color: #e7e7e7;
	padding: 1px 3px;
	}
	
/*Logged in Box*/

#logggedin { 
	width: 270px;
	margin: 0 0 0 520px;
	color: #999;
	background-image: url(/images/common/my-account-bg.gif);
	background-repeat: no-repeat;
	background-position: 5px 12px;
	}
	
#logggedin #viewaccount { 
	float: right;
	padding:  13px 5px 3px 0;
	}

#logggedin #loginmsg { 
	clear: both;
	height: 28px;
	line-height: 14px;
	}
	
#loginmsg span { 
	text-transform: capitalize;
	}
	
#logggedin #logout { 
	float: right;
	padding: 0px 5px 0 0;
	}

/* End Login Styles*/
	
#logo { 
	float: left;
	padding: 10px 20px 0 10px;
	}
#headerimage { 
	float: left;
	}
	
	
/*Content 
------------------------------------*/	
#content { 
	background-image: url(/images/common/copy-bg.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	}
	
#columna, #columnb { 
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

#columna { 
	width: 225px;
	padding-right: 25px;
	padding-left: 20px;
}

#columna .subcol { 
	background-image: url(/images/common/subnav-bg.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	margin-top: 10px;
	}
	
#columna .subnav { 
	padding: 50px 10px 10px 10px;
	background-image: url(/images/common/subnav-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 40px;
	}
	
.subnav span { 
	text-transform: uppercase;
	font-size: 10px;
	display: block;
	line-height: 1em;
	}
	
#columna .subcol h4, .subnav h4 { 
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .2em;
	}
	
#columna ul { 
	padding: 10px;
	list-style-image: url(/images/common/subnav-bullet.gif);
	line-height: 1.2em;
	color: #666666;
	}
	
#columna ul li { 
	padding: 0 0 5px 0;
	}
	
#columna ul li a { 
	color: #666666;
	text-decoration: none;
	}
	
#columna ul li a:hover, ul li a:active { 
	color: #333333;
	}
	
#columna ul li.current a { 
	color: #b3b2b2;
	}	
	
/*set up the sub sub nav*/
#columna ul ul { 
	padding: 0 0 0 15px;
	}

#columna ul li.current ul a:link, #columna ul li.current ul a:visited { 
	color: #666666;
	}
	
#columna ul li.current ul a:hover, #columna ul li.current ul a:active { 
	color: #333333;
	}
	
#columna ul ul li.current a { 
	color: #b3b2b2 !important;
	}	
	
#columna .inlineimage { 
	padding-left: 10px;
	}
	
#columnb { 
	width: 500px;
}

#columnb ol, #columnb ul { 
	margin: 10px 40px;
}

#columnb ul { 
	list-style-image: url(/images/common/subnav-bullet.gif);
	line-height: 1.2em;
	}
	
#columnb ul li { 
	padding: 0 0 4px 0;
	}
	
/*Footer 
------------------------------------*/
#footer { 
	width: 840px;
	background-image: url(/images/common/footer.gif);
	background-repeat: no-repeat; 
	height: 37px;
	font-size: 10px;
	color: #999999;
	padding-top: 13px;
	}
	
#footer a { 
	color: #999999;
	text-decoration: underline;
	}
	
/*---------------------------------------------------------
	Global Elements 
---------------------------------------------------------*/	

/*Links 
------------------------------------*/
a:link, a:visited { 
	color: #cc0000;
	}
	
a:active, a:hover { 
	color: #990000;
	}
	
/*H Tags 
------------------------------------*/
h1 { 
	font-size: 30px;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #dadada;
	font-weight: bold;
	margin: 0 0 20px 0;
	}

h2 { 
	font-size: 22px;
	padding: 0 0 15px 0;
	}
	
h3 { 
	font-size: 14px;
	line-height: 1.2em;
	}
	
h4 { 
	font-size: 11px;
	line-height: 1.4em;
	text-transform: uppercase;
	color: #666666;
	clear: both;
	}

h5 { 
	font-size: 12px;
	line-height: 1.2em;
	color: #999999;
	}
	
.paddedheader {
	padding-bottom: 15px;
	}
	
.loginmessage { 
	color: #cc0000;
	font-size: 16px;
	padding-bottom: 20px;
	
	}
	

	
/*Universal Form Formats
------------------------------------*/
textarea { 
	font-family: "Trebuchet MS",Verdana,sans-serif;
	}

.formsubcol { 
	float: left;
	width: 245px;
	}
	
.forminfo {
	text-align: left;
	height: 1.8em;
	}
	
.formcontainer { 
	margin-bottom: 5px;
	background-color: #f2f2f2;
	/*background-color: #cccccc;*/
	text-align: right;
	padding: 7px 10px 7px 10px;
	}
	
.formcontainer input { 
	margin: 3px 0px 3px 6px;
	border: 1px solid #999999;
	padding: 2px 3px;
	vertical-align: middle;
	}
	

.formcontainer textarea { 
	margin: 3px 0px 3px 6px;
	border: 1px solid #999999;
	padding: 2px 3px;
	vertical-align: text-top;
	}
	
.formcontainer select { 
	margin: 3px 0px 3px 6px;
	border: 1px solid #999999;
	padding: 2px;
	vertical-align: middle;
	}
	
.formcontainer span { 
	color: #CC0000;
	}
	
.submitcontainer { 
	background-color: #f2f2f2;
	text-align: left;
	padding: 5px 10px;
	clear: both;
	}
	
/*General
------------------------------------*/

hr { 
	border-collapse: collapse;
	border: 0;
	height: 1px;
	margin: 20px 0;
	color: #dadada;
	background-color: #dadada;
	}

.columnimage { 
	border-bottom: 5px solid #333333;
	}
	
.dividerline { 
	border-top: 1px solid #dadada;
	clear: both;
	}
	
ul.arrowlist { 
	padding: 0 0 0 15px;
	list-style-image: url(/images/common/subnav-bullet.gif);
	line-height: 1.2em;
	}
	
ul.arrowlist li { 
	padding: 0 0 8px 0;
	}

.imagefloat { 
	float: right;
	margin: 3px 0 10px 20px;
	border-bottom:5px solid #333333;
	}
	
#imagefloat img { 
	padding-bottom: 12px;
	}
	
.viewall { 
	font-size: 11px;
	}
	
.viewall img { 
	vertical-align: middle;
	}
	
.hoverblock { 
	border-bottom: 1px solid #dadada;
	padding: 5px 0px;
	}	
	
.hoverblock:hover { 
	background-color: #f2f2f2;
	}	
	
.hoverblock h3 a { 
	display: block;
	padding-left: 10px;
	}	
	
.hoverblock h3 { 
	background:url(/images/common/subnav-bullet.gif) no-repeat 0px 50%;
	}	
	
.hoverblock h4 { 
	line-height: 1.4em;
	padding-left: 10px;
	}	
	
.hoverblock .copy { 
	padding: 0 10px;
	}	
	
.hoverblock ul, .hoverblock ol { 
	padding: 10px 20px;
	}	
	
.hoverblock p { 
	padding: 0;
	margin: 0;
	}	
	
a.more { 
	background:url(/images/common/subnav-bullet.gif) no-repeat 100% 50%;
	padding-right: 10px;
	}	
	
a.more:link, a.more:visited { 
	color: #cc0000 !important;
	}	
	
a.more:active, a.more:hover { 
	color: #990000 !important; 
	}	
	
#return { 
	float: right;
	margin-top: -18px;
	font-size: 10px;
	text-transform: uppercase;
	background:url(/images/common/arrow-left.gif) no-repeat 0px 50%;
	}
	
#return a { 
	padding: 0 0 0 7px;
	display: block;
	}	
	
.required { 
 color: #CC0000;
 float: right;
 font-size: 10px;
 }
 
.error { 
 color: #CC0000;
 font-weight: bold;
 text-align: left;
 }

.memberbanner { 
	margin: 0px 20px 20px 20px;
	}
	
.pagespacer { 
	height: 200px;
	}

/*---------------------------------------------------------
	Individual Pages 
---------------------------------------------------------*/

/*Job Opportunities 
------------------------------------*/	
	
h1.jobheader { 
	margin-bottom: 0px;
	}

h2.jobheader { 
	padding-bottom: 0px;
	}

#jobinfo { 
	float: left;
	width: 250px;
	padding-right: 20px;
	padding-bottom: 10px;
	}

#jobinfo h2 { 
	line-height: 1.2em;
	}	

#jobinfo h3 { 
	line-height: 1.4em;
	}	
#jobdetails { 
	float: left;
	width: 230px;	
	padding-top: 8px;
	padding-bottom: 10px;
	}
	
#jobdetails span { 
	text-transform: uppercase;
	color: #666666;
	font-size: 11px;
	}
	
#contactaddress { 
	margin-left: 4.2em;
	text-indent: -4.2em;
	}
	
/*Membership Join or Renew
------------------------------------*/	
#membercontent { 
	padding-bottom: 20px;
	}

.memberbutton { 
	float: left;
	width: 222px;
	background-color: #666666;
	border-bottom: 10px solid #5a5a5a;
	text-align: right;
	color: #ffffff;
	padding: 10px 10px 0 10px;
	text-transform: uppercase;
	}
	
.memberbutton img { 
	vertical-align: middle;
	margin-bottom: 4px;
	}

.joinspan { 
	clear: both;	
	}
	
.joinspan .reginput { 
	margin-right: 170px;
	width: 150px;
	}
	
.joinspan .error { 
	padding-left: 152px;
	}
	

.joincol { 
	float: left;
	width: 242px;
	font-size: 11px;
	}
	
.joincol .error { 
	padding-left: 74px;
	}
	
.formcontainer select.reginput  { 
	width: 118px;
	}
	
.joincol .reginput { 
	width: 110px;
	}
	
.joincol .longinput { 
	width: 140px;
	}
	
.joincol h3 { 
	text-align: left;
	font-size: 12px;
	padding-top: 10px;
	}
	
#corporatecheck { 
	text-align: left;
	}	
	
#corporatecheck input { 
	border: 0;
	margin-right: 20px;
	vertical-align: middle;
	}

#addmembers .formcontainer h4 { 
	text-align: left;
	border-bottom: 1px solid #666666;
	margin-bottom: 5px;
	}
	

#addmembers h4.subhead { 
	padding-top: 15px;
	}

.paymentcola, .paymentcolb { 
	float: left;
	}
	
.paymentcola { 
	width: 146px;
	padding-right: 6px;
	padding-top: 4px;
	}
	
	
.paymentcolb { 
	width: 290px;
	text-align: left;
	padding-bottom: 6px;
	}
	
.ccdate { 
	width: 70px;
	margin-right: 6px;
	}
	
	
#whatsthis { 
	position: absolute;
	top: -170px;
	left: 110px;
	border: 2px solid #e9e2db;
	}
	
.thawte { 
	float:right;
	text-align: center;
	width: 84px;
	margin-top: -126px;
	}
	
	
/*Calendar Pop Styles
------------------------------------*/	

.memberedita, .membereditb { 
	float: left;
	padding-bottom: 6px;
	}

.memberedita { 
	width: 146px;
	padding-right: 6px;
	}
	
.membereditb { 
	width: 290px;
	text-align: left;
	font-weight: bold;
	}

#processing {
	background: #000000;
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 99100100;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
	display: none;
}
	
#processingdisp {
	background: #4A4949;
	border: 1px solid #CCC;
	padding: 20px;
	width: 300px;
	height: 330px;
	position: absolute;
	z-index: 99100200;
	display: none;
	text-align: center;
	color: #FFF;
	font-size: 12px;
}