
body { font: 11px arial, sans-serif; color: rgb(50,50,50); margin: 0px; padding: 0px; background: rgb(214,213,209); }

h1 { font-size: 16px; color: rgb(88,88,90); font-weight: bold; }
h2 { font-size: 14px; color: rgb(244,154,0); font-weight: normal; margin-bottom: 5px; }
h3 { font-size: 11px; color: rgb(50,50,50); font-weight: normal;  margin-bottom: 5px;}
h4 { font-size: 13px; color: rgb(244,154,0); font-weight: bold; margin-bottom: 5px; margin-top: 3px }
h5 { font-size: 12px; color: rgb(88,88,90); font-weight: normal; margin-bottom: 5px; margin-top: 0px}
h6 { font-size: 12px; color: rgb(88,88,90); font-weight: bold; margin-bottom: 3px; margin-top: 0px;}

a { color: rgb(244,154,0); text-decoration: none; }
a:hover { text-decoration: underline; }

p {
	margin:0px;
	padding:0px 0px 5px;
}

fieldset {
	border: none;
	border-top: 1px solid rgb(244,154,0);
	padding-left: 10px;
}

form { line-height: 2em; }
form p { line-height: 1.5em; }

input, 
select, 
textarea { 
	font: 1em/1 Verdana, Helvetica, sans-serif; 
	color: #333; 
	padding: 0.2em; 
	background-color: #FFF;
	border: 1px solid #ccc;
}


option { padding-right: 10px; }

label { padding: 0.5em 0; display: block; clear: left; }

hr { border: none; border-top: 1px solid rgb(197,198,200); }

.right_padding { padding-right: 20px; }
.left_padding { padding-left: 20px; }

* html ul li { /* height: 1%; border: 1px solid red;*/ }


/* Forms */

.wrap_form { width:99%; }

legend {
	font: 14px  arial, sans-serif;
	color: rgb(244,154,0);	
	padding: 0 10px;
}

legend span {
	font-family: arial, sans-serif;
	font-size: 9pt;
	color: rgb(177,178,180);
}

label .title { width: 11em; height: 100%; float: left; margin-right: 1em; text-align: right; }
label .input {	float: left; padding-right: 1em; }
label .alert { margin-top: 0em; }

fieldset input.button { width: auto; margin: 0; }

.checkbox { display: block; margin-bottom: 0.3em; }
.checkbox input { margin-right: 0.5em; }

.date { float: left; margin-right: 1em; }
.date select { width: auto; }

.fixed_width_font { width: 30px; }
.checkbox input, .radio input { width: auto; border: none; }

span.radio { margin-right: 1em; }

.alert { color: #FF0000; }

input.button {
	background: rgb(135,136,137);
	border: none;
	color: #FFF;
	cursor: pointer;
	width: auto;
	padding: 0 6px 2px 1px;
	font-size: 90%;
}

input.button:focus {
	border: none;
}

.fixed_width_font { font-family: Lucida Console, Courier New, Courier, monospace; font-size:1em; line-height:1.75em; }

input.fixed_width_font { line-height:1em; }

input.searchbutton { background: transparent url(../img/s_arrow_dk.jpg) no-repeat center top; border: none; width: 20px; height: 20px; }

/* Layout */

#print { display: none; }

#wrap { width: 1049px; min-width: 1049px; }
#container { width: 886px; float: left;}

#office_login { padding: 5px 10px; color: #fff; text-decoration: underline; }
#office_login a { color: #fff; }

#header { background: rgb(130,131,133); height: 102px; }
#header a img { border: none; display: block; padding-top: 30px; }

#header #search_box { float: right; width: 300px; text-align: right; padding: 10px; text-transform: uppercase; color: #fff;  }
#header #search_box input.searchbutton { background: url(../img/s_arrow_lt.jpg) no-repeat center top; border: none; width: 19px; height: 19px; }
#header #search_box input.searchfiled {width: 100px; }
#header #search_box a { color: #fff; text-decoration: underline; text-transform: none; display: block; padding-top: 5px; }


#content { background: #fff; *display:block; position:inherit;}
#page { margin-left: 162px; margin-right: 180px; padding: 20px; }
#rightcol {float:right;  /*position:absolute; *left:650px;*/ *display:block; *height:1%; padding: 10px; width:164px;/*margin-right: 100px;*/ }
*html #rightcol {height: 0.01%}
#rightcol a img { border: none; }


#footer { background: rgb(156,157,159); color: rgb(214,213,209); padding: 5px 10px; margin-top: 4px; }
#footer #righty {float:right;}
#footer a { color: rgb(214,213,209); text-decoration: none; margin-top: -18px; }
#footer>a { color: rgb(214,213,209); text-decoration: none; margin-top: -12px; }  
#footer a:hover { text-decoration: underline; }

/* First navigation (horizontal) */
#nav-first { padding: 15px 0 0 0; border-bottom: 8px solid rgb(156,157,159); }
#nav-first ul { display: block; list-style: none; margin: 0; padding: 0; position: relative; height: 26px; }
#nav-first ul li { float: right; padding: 0; margin: 0; background: url(../img/nav_linkbkgd.gif) no-repeat center right; display: block; margin-left: 4px; }
#nav-first ul li a { display: block; background: url(../img/nav_frontcurve.gif) no-repeat center left; color: #fff; padding: 7px 10px 5px 15px; }
#nav-first ul li.active, #nav-first ul li.current { background: url(../img/nav_linkbkgd_over.gif) no-repeat center right; }
#nav-first ul li.active a, #nav-first ul li.current a { background: url(../img/nav_frontcurve_over.gif) no-repeat center left; }
#nav-first ul ul { display: none; }

/* Second navigation */
#nav-second { float: left; width: 162px; }
#nav-second ul { list-style: none; padding: 0; margin: 0; }
#nav-second ul ul { list-style: none; padding: 0; margin: 0; }
#nav-second li { background: rgb(197,198,200); border-bottom: 1px solid #fff; border-top: 1px solid #fff; padding: 0; margin: 0; display: block; }
#nav-second li.first { border-top: none; }
#nav-second li.last { border-bottom: 2px solid #fff; }
/*
#nav-second ul li { display: none; }
#nav-second ul li.active a,  
#nav-second ul li.active span { display: none; }  
#nav-second ul li.active li a,  
#nav-second ul li.active li span { display: block; }  
#nav-second ul li.active,
#nav-second ul li.active ul li { display: block; }
#nav-second ul li.greylinks { display: block; }
*/
#nav-second ul li a, #nav-second ul li.active a { display: block; padding: 2px 5px 2px 20px; color: #fff; background: url(../img/nav_acrossarrow.gif) no-repeat center left; }
#nav-second ul li a:hover { color: #fff; }
#nav-second ul li.active, #nav-second li li.current { background: rgb(244,154,0); }
#nav-second ul li.active a, #nav-second li.current a { color: #fff; background: url(../img/nav_downarrow.gif) no-repeat center left; }
#nav-second ul ul { border-bottom: 2px solid rgb(197,198,200); }


#nav-second li.active li { background: rgb(236,236,237); border: none; }
#nav-second li.active li a { color: rgb(135,136,137); background: none; }
#nav-second li.active li a:hover { color: rgb(135,136,137); }
#nav-second li.active li.current a { color: rgb(244,154,0); text-decoration: underline; background: #fff; }

#nav-second li.brochurelink { background: rgb(224,117,3); border: none; border-bottom: 2px solid rgb(136,134,131); display: block; }
#nav-second li.brochurelink a { padding: 2px 10px; text-transform: uppercase; color: #fff; background: none; }
#nav-second li.brochurelink a:hover { color: #fff; }

#nav-second li.greylinks { border: 1px solid rgb(214,213,209);  background: rgb(214,213,209); display: block;}
#nav-second li.greylinks a {  color: rgb(136,134,131); padding: 2px 10px; background: none; display: block;}
#nav-second li.greylinks a:hover { color: rgb(136,134,131); } 
#nav-second li.greyactive a { text-decoration: underline; }


#nav-second li#homead { visibility:hidden;  border: none; display: block; background:none;}
#nav-second li#homead a, #nav-second li#homead a img { visibility:hidden; height: 0px; border:none; padding-left: 0px;}
#nav-second li.printlink { background: none; padding-top: 5px; display: block; text-align: center; }
#nav-second li.printlink a { background: none; }
#nav-second li.printlink a img { border: none; }

#nav-second li ul { display: none; }

#nav-second li li ul,
#nav-second li.active li ul { display: none; }

#nav-second li.active ul,
#nav-second li.active li.active ul { display: block; }


/* members login panel */

#members_menu { float: left; width: 162px; margin-top: 193px; position:inherit; display:none; }

#members_menu ul { list-style: none; margin: 0; padding: 0; }

#members_menu #nav-members li { background: rgb(244,154,0); display: block;}

#members_menu #nav-members li a { display: block; color: #fff; padding: 2px 5px 5px 12px; font-style:normal; }
#members_menu #nav-members li.last { padding-bottom: 5px; }

#members_menu #member_login { margin-top: 6px; background: url(../img/member_login_bkgd.gif) no-repeat bottom right; *display:block; position:relative;}
#members_menu #member_login li { display: block; padding: 1px 1px 0px 12px; color: rgb(88,88,90); }
#members_menu #member_login li.top { background: rgb(244,154,0); text-transform: uppercase; color: #fff; }
#members_menu #member_login li.logout { background: rgb(244,154,0); text-transform: uppercase;  padding: 5px 12px; }
#members_menu #member_login li.logout a { color: #fff; }

#members_menu #member_login li.formfield input { border: 1px solid rgb(244,154,0); width: 120px; margin: -2px 0 2px 0; display: block; }
#members_menu #member_login li.forgotpassword { font-size: 9px; color: rgb(135,136,137); }
#members_menu #member_login li.forgotpassword a { display: block; color: #000; margin-top: -8px; }
#members_menu #member_login li.forgotpassword a:hover { text-decoration: none; }

#members_menu #member_login li input.button { background: rgb(135,136,137); color: #fff; text-transform: uppercase; display: block; margin-top: 0;}
#members_menu #member_login li.last { height: 25px; }
#members_menu #nav-members li.top a { padding: 0px; margin: 0px; }
#members_menu #nav-members li.top a img { border: 0px none !important;}

#members_menu #nav-members ul { background: rgb(244,154,0); } 
*html #members_menu #nav-members li { height: 1%; }
/* Response */

#response { color: #b9131d; font-weight: bold; border: 1px solid #b9131d; padding: 5px 10px; background-color: #ecafb0; margin-bottom: 1em; }




/* Search page */

#search #content h3 { padding-top: 1em; }

.search-keyword { color: rgb(244,154,0); padding: 0 0.2em; }


.disabled { color: #999; }
