//* PIAC 2 */

/*--------------------------------------|-----------------------|
										| body/layout           |
										|----------------------*/


/* standardize global font-size */
body {
font-size: 100.1%; 
min-width: 780px;
}

html>body {
font-size: 16px; 
}

/* global whitespace clear */
* {
padding:0;
margin:0;
}



body {
	font-family: "Lucida Grande", Verdana, sans-serif;
	margin: 0;
	padding: 0;
	min-width: 760px;
	background: #4E4E4E;
}
	

/*--------------------------------------|-----------------------|
										| SKIP LINKS            |
										|----------------------*/
/* skip nav */
.skip {position: absolute; top: -4em; display: none} /*Opera*/
* html .skip {display: block; position: absolute; top: -4em; left: 0; z-index: 40} /*Seen by IE*/
html:not([dummy]) .skip {display: block; position: absolute; top: -4em; left: 0; z-index: 40} /*Seen by Moz and FF*/

.skip a {
	padding: 10px; 
	left: 0; 
	width: 400px;
	z-index: 20;
}

.skip a:focus, .skip a:active {
	display: inline; 
	z-index: 19; 
	border: solid #CA0000 1px; 
	background: #ECEADF;
	color: #3b3b3b;
	text-decoration: none; 
	position: absolute; 
	top: 6.5em; 
	left: 0;
}

.skip a:hover {
	cursor: pointer;
	text-decoration: underline;
	color: #CA0000;
}

										
/*--------------------------------------|-----------------------|
										| HEADER                |
										|----------------------*/

#header {
	margin: 0;
	padding: 0;
	background: #262222;
}

#header h1 {
	position: relative;
	width: 710px;
	height: 108px;
	color: white;
	font-size: 1.6em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	top: 0;
	left: 14px;
}

#header h1 span {
	background: url(/assets/main_logo.gif) no-repeat;
	position: absolute;
	cursor: pointer;
	width: 100%;
	height: 100%;
}



/*--------------------------------------|-----------------------|
										| TOP RIGHT MENU        |
										|----------------------*/
#global_nav {
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #F1F1E7;
	background-image: url(/assets/global_nav_back.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 1px;
	padding-left: 8px;
	width: 28em;
	z-index: 999;
	
}
	
#global_nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;

}

#global_nav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

#global_nav a {
	color: #CC0000;
	text-decoration: none;
	padding: 0;
	margin: 0;
	padding-right: 4px;
	padding-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
}

#global_nav a:hover { 
	color: #CC0000;
	border-bottom: 2px solid #CC0000;
}

#global_nav a:focus { 
	color: #CC0000;
	background: white;
}

form.search_form {
	display: inline;
	margin: 0;
	padding: 0;
}

fieldset {
	border: 0px none;
}

form.search_form label {
	display: none;
}


form.search_form input {
	border: 1px solid #999999;
	height: 1.2em;
	
	background: white; 
	letter-spacing: 1px;
	font-weight: bold;
	color: #C3C3C3;
	font-size: 12px;
	width: 9em;
	margin-right: 16px;
	padding-right: 0;
	margin-left: 4px;
}

form.search_form input:focus, form.search_form input.pxfocus, form.search_form #search_request:hover, form.search_form #search_request.pxhover {
	color: black;
	font-weight: normal;
	background: white;
	border-bottom: 1px solid gray;
}



form.search_form input.submit {
	color: #CC0000;
	text-decoration: none;
	padding: 0;
	margin: 0;
	margin-right: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	
	letter-spacing: 1px;
	border: 0 none;
	cursor: pointer;
	width: 8em;
	text-align: center;
	height: 1.4em;
	background: transparent; 
}

form.search_form input.submit:hover, form.search_form input.submit.pxhover {
	border-bottom: 2px solid #CC0000;
	background: transparent; 
}



/*--------------------------------------|-----------------------|
										| MENU BAR              |
										|----------------------*/
										
#navcontainer {
	background-image: url(/assets/nav_back.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #F1F1E7;
	
	o\verflow: auto;
	_height: 1%;
	
	padding-left: 16px;
	/* padding-bottom: 8px; */
	margin: 0;
	font-family: Arial, Helevetica, sans-serif;

	
}

#navlist {
	margin: 0 0 0 0px;
	padding: 0 0 0px 0px;
}

#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navlist li {
	margin: 0;
	padding: 0;
}

#navlist a {
	font-family: Arial, Helevetica, sans-serif;
	font-size: 14px;
	color: black;
	font-weight: bold;
	text-decoration: none;
	background-image: url(/assets/nav_li_back.jpg);
	background-repeat: repeat-y;
	background-position: top right;
	background-color: #D3D3C9;
	line-height: 28px;
	display: block;
	float: left;

	padding-left: 7px;
	padding-right: 9px;
	letter-spacing: -0.5px;
	
}

#navlist a:hover, #navlist a:focus, #navlist a.current {
	color: #CA0000;
	background-image: url(/assets/nav_li_hover_back.jpg);
	background-color: #dcdcdc;
}


/*--------------------------------------|-----------------------|
										| CONTEXT MENU          |
										|----------------------*/

						
										
#context_menu {
	float: left;
	width: 250px !important;
	width: 249px;
	position: relative;
	top: 0px;
	_height: 1%;
	margin: 0;
	padding: 0;
	background-color: #F7F7F7;
}
										
#context_navigation {
	_height: 1%;

}

#context_navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;

}

#context_navigation ul li {
  display: inline; /* this gets rid of the gaps */
  list-style: none;
  margin: 0;
  width: 100%;
}


#context_navigation li a.menu_top {
	font-size: 1.2em;
	color: black;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: -1px;
	
	z-index: 12;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	text-indent: 10px;
	background: #F7F7F7;
	background-image: none;
	border: 0 none;

	color: #CC0000;
	

}

#context_navigation li a.menu_top:hover {
	color: #0066CC;
	background: white;
}

#context_navigation ul li ul  {
	border-top: 1px solid #A40000;
}

#context_navigation ul li ul ul, #context_navigation ul li ul ul ul ,#context_navigation ul li ul ul ul ul  {
	border-top: 0px none;
}

/* give bullets to nav_open 3 levels*/
body #context_navigation li li li.nav_open a, body #context_navigation li li li li.nav_open a, body #context_navigation li li li li li.nav_open a {
	background-image: url(/assets/nav_bullet.png);
	background-repeat: no-repeat;
	background-position: 1% 50%;
	font-weight: bold;
}

#context_navigation ul ul ul li.nav_open ul li a { 
	font-weight: normal;
}

#context_navigation li li li.nav_open li a, #context_navigation li li li li.nav_open li a, #context_navigation li li li li li.nav_open li a {
	background-image: none;
}



#context_navigation ul li a {
	background-image: url(/assets/context_bak.gif);
	background-position: 100% 0%;
	background-repeat: repeat-x;
	background-color: #cc0000;
	text-decoration: none;
	font-weight: normal;


	display: block;
	padding: 6px 10px;
	background-color: #CC0000;
	font-size: 12px;
	border-bottom: 1px solid #A40000;
	color: white;
	font-weight: bold;

}

#context_navigation ul li a:hover {
	background-image: url(/assets/context_bak_hover.gif);
	background-color: white;
	color: #cc0000;

}



/* sub */

#context_navigation ul ul {
	background: white;
	background-image: none;
	padding-top: 0px;
	padding-bottom: 0px;	
	margin: 0px;
}


#context_navigation ul ul ul li a { 
	display: block;
	background: white;
	background-image: none;
	color: #383838;
	font-size: 0.9em;
	text-decoration: none;
	text-transform:none;
	letter-spacing: normal;
	border: 0 none;
	border-bottom: 1px solid #F7F7F7;
	padding-left: 20px;
	font-weight: normal;

}


#context_navigation ul ul ul li a:hover, #context_navigation ul ul ul a.nav_active {
	background: #FCF185;
	color: black;
	border-bottom: 1px solid #0066CC;
}

/* sub sub */

#context_navigation ul ul ul ul li a {
	display: block;
	background: white;
	background-image: none;
	color: #383838;
	font-size: 0.9em;
	text-decoration: none;
	text-transform:none;
	letter-spacing: normal;
	border: 0 none;
	border-bottom: 1px solid #F7F7F7;
	padding-left: 30px;
	

}

#context_navigation ul ul ul ul ul li a {
	display: block;
	background: white;
	background-image: none;
	color: #383838;
	font-size: 0.9em;
	text-decoration: none;
	text-transform:none;
	letter-spacing: normal;
	border: 0 none;
	border-bottom: 1px solid #F7F7F7;
	padding-left: 50px;
	

}

#context_navigation ul ul ul ul ul ul li a {
	display: block;
	background: white;
	background-image: none;
	color: #383838;
	font-size: 0.9em;
	text-decoration: none;
	text-transform:none;
	letter-spacing: normal;
	border: 0 none;
	border-bottom: 1px solid #F7F7F7;
	padding-left: 70px;
	

}

/* under the main nav */
#constant_menu {
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	
	padding-left: 4px;
	font-weight: normal;
	margin-bottom: 20px;

}

#constant_menu h3 {
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 4px;
	padding-top: 2px;
	font-size: 16px;
	color: black;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: -1px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 23px;
	display: block;
}




#constant_menu ul, #constant_menu li, #constant_menu li a {
	list-style-type: none;
	text-transform: none;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: none;
	border: 0 none;
	color: black;
	margin: 0;
	padding: 0;
}

#constant_menu ul {
	margin-top: 10px;
}


#constant_menu li {
	padding-left: 10px;
}

#constant_menu ul {
	padding-bottom: 10px;
}

#constant_menu p {
	padding: 10px;
}

/*--------------------------------------|-----------------------|
										| MAIN CONTENT          |
										|----------------------*/

#fc {
	_height: 1%;
	background-image: url(/assets/fauxbg.gif);
	background-repeat: repeat-y;
	background-position: -150px 0px;
	background-color: white;
	margin: 0;
	padding: 0;
	clear: both;
	float: left;
	width: 100%;
}

#home #fc {
	_height: 1%;
	background: white;
	margin: 0;
	padding: 0;
	clear: both;
	float: left;
	
	width: 100%;
	
}

#home #breadcrumbs {
	background-position: -500px 0px;
	text-indent: -1000px;
}

#home #left_col {
	float: left;
	width: 250px !important;

	_height: 1%;
	margin: 0;
	padding: 0;
}





#right {
	float: right;
	width: 230px;
	position: relative;
	top: 0px;
	_height: 1%;
	margin: 0 0px 20px 20px;
	padding: 10px;
	background-color: blue;
	color: white;
}

#breadcrumbs {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/assets/bc_back.png);
	background-position: -150px 0px;
	background-repeat: no-repeat;
	
	padding-top: 4px;
	clear: both;
	text-align: left;
	margin: 0;
	padding: 0;
	padding-left: 290px;
	text-indent: 10px;
	text-align: left;
	line-height: 24px;
	
}

#breadcrumbs a {
	text-decoration: none;
	color: navy;
}

#breadcrumbs a:hover, #breadcrumbs a:focus {
	text-decoration: underline;
	color: blue;
}


#contents {
	_height: 1%;
	padding: 0;
	text-align: justify;
	margin: 0 10% 0 300px;
	font-family: Arial,Helvetica, sans-serif;


}


#contents ul#tool_area {
	display: block;
	font-family: Arial, Helvetiva, sans-serif;
	margin-bottom: 4ex;
	margin-top: 4ex;
	padding: 0px;
	list-style-type: none;
	line-height: 100%;
	margin-left: 0px;
	

}

ul#tool_area li {
	display: inline;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


ul#tool_area li a {
	font-size: 0.8em;
	text-decoration: none;
	padding: .2em .6em;
	text-transform: uppercase;
	background-color: #fff;
	color: #383838;
	border: 1px solid #D9D9D9;
	margin: 0px 5px 0px 5px;

}

ul#tool_area li a.printme {
	padding-left: 30px;
	background-image: url(/assets/printme.gif);
	background-position: 2% 50%;
	background-repeat: no-repeat;
}
ul#tool_area li a.emailme {
	padding-left: 30px;
	background-image: url(/assets/mailme.gif);
	background-position: 2% 50%;
	background-repeat: no-repeat;
}

#contents ul#tool_area li a.printme:hover {
	color: #cc0000;
	border-color: #cc0000;
	background-color: #fff;
	background-image: url(/assets/printme.gif);
	background-position: 2% 50%;
	background-repeat: no-repeat;
}

#contents ul#tool_area li a.emailme:hover {
	color: #cc0000;
	border-color: #cc0000;
	background-color: #fff;
	background-image: url(/assets/mailme.gif);
	background-position: 2% 50%;
	background-repeat: no-repeat;
}

ul#tool_area li a.top {
	padding-left: 20px;
	background-image: url(/assets/up.gif);
	background-position: 4% 50%;
	background-repeat: no-repeat;
}

ul#tool_area li a.top:hover {
	padding-left: 20px;
	background-image: url(/assets/up.gif);
	background-position: 3% 50%;
	background-repeat: no-repeat;
		color: #cc0000;
	border-color: #cc0000;
	background-color: #fff;
}



#contents #section_tools {
	/* background: url(/assets/section_tools.gif);
	background-repeat: no-repeat;
	background-position: top left; */

	margin-bottom: 2em;
	margin-top: 2em;
	border: 1px solid #E5E1A9;
	margin: 2em 0em;
	padding: 10px;
	background: #FFFDE3;
	margin-right: 20%;
}

#contents #section_tools ul {
	text-align: center;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#contents  #section_tools ul li {
	display: inline;
	margin: 0;
	padding: 0;

}

#contents  #section_tools ul li a {
	font-size: 1em;
	text-decoration: none;
	padding-left: 18px;
	border: 1px none;
}

#contents  #section_tools ul li a:hover {
	border-bottom: 1px solid #cc0000;
	color: #0066CC;
	background: #FFFDE3;
}
	
#contents  #section_tools ul li a.feed, #contents a.feed {
	background-image: url(/assets/feed.png);
	background-position: 0% 50%;
	background-repeat: no-repeat;
	margin-left: 1em;
}

#contents #section_tools ul li a.feed:hover {
	background: url(/assets/feed.png);
	background-position: 0% 50%;
	background-repeat: no-repeat;
	
}

#contents a.home_feed {
	background-image: url(/assets/feed.png);
	background-position: 0% 50%;
	background-repeat: no-repeat;
	margin: 1em 0em;
	padding-left: 20px;
	display: block;
	text-decoration: none;
	color: #0066CC;
}

body #contents a.home_feed:hover {
	background-color: #fff;
	background-image: url(/assets/feed.png);
	background-position: 0% 50%;
	background-repeat: no-repeat;
	color: #81B84F;
	
}

#contents  #section_tools ul li a.month {
	background-image: url(/assets/month.png);
	background-position: 0% 50%;
	background-repeat: no-repeat;
	margin-left: 1em;
}

#contents  #section_tools ul li a.month:hover {
	background: url(/assets/month.png);
	background-position: 0% 50%;
	background-repeat: no-repeat;
	
}

#contents  #section_tools ul li a.topic {
	background-image: url(/assets/topic.png);
	background-position: 0% 50%;
	background-repeat: no-repeat;
	margin-left: 1em;
}


#contents  #section_tools ul li a.topic:hover {
	background: url(/assets/topic.png);
	background-position: 0% 50%;
	background-repeat: no-repeat;
	
}


/*--------------------------------------|-----------------------|
										| FOOTER               |
										|----------------------*/


#footer {
	
	background-image: url(/assets/footer_back.gif);
	background-repeat: repeat-x;
	background-position: top left;
	text-align: center;
	margin: 0;
	padding: 0;
	clear: both;
	float: none;
	padding: 20px 10px;
	font-size: 1em;
	line-height: 1em;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	margin: 20px 20% 10px 20%;
	
	color: #FFFDE3;
}


#footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	
}
	
#footer li {
	display: inline;
	margin: 0;
	padding: 0 3px 0 3px;
	
}

#footer li a {
	margin: 0;
	padding: 0;
	letter-spacing: -1px;
	
	font-weight: normal;
	color: #fff;
	font-size: 0.8em;
	text-decoration: none;
}

#footer li a:hover {
	color: #CC0000;

}

#footer #footer_section {
	margin-bottom: 6px;
}

#footer #footer_section li a {
	font-size: 1em;
	color: #00AAFF;
}

#footer #footer_section li a:hover {
	color: #CC0000;
}

#footer #footer_section li {
	border-bottom: 1px solid #DBDBD1;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	
	margin-left: -4px !important;
	margin-left: 0px;
	
}
