@charset "utf-8";

html
{
	height: 100%;
	margin: 0;
	padding: 0;
}
body
{
	margin: 0;
	background-color: #FFFFFF;	
	min-width: 400px;
	min-height: 100%;
	position: relative;

	color: #333232;
	font-family: "Verdana", sans-serif;
	font-style: normal;
	font-weight: lighter;

	font-size: 14px;
}
/*------------------------------------------------------------------Page Title-------------------------------------------------------------------------*/
.title_page
{
	position: fixed;
	width: 100%;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	min-width: 400px;
	border-bottom: solid #008317 4px;
	margin-bottom: 40px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 6px 7px grey;
	z-index: 1;
}
h1
{
	color: #1B1096;
	font-family: "Verdana", sans-serif;
	font-size: 22px;
	font-weight: lighter; 
	margin: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	margin-bottom: 3px;
	margin-top: 4px;
}

h2
{
	color: #1B1096;
	font-family: "Verdana", sans-serif;
	font-style: normal;
	font-weight: lighter;
	font-size: 18px;
	margin:0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
}
.title_page h1 {
	font-size: 20px;
	padding-top: 3px;
}
.title_page h2 {
	font-size: 16px;
}

.push2
{
	height: 70px;
	/*height: 92px;*/
	width: 100%;
}
.title_page_inner {
	width: 936px;
	margin: auto;
}

/*------------------------------------------------------------------main content------------------------------------------------------------------*/
.main_content {
	width: 936px;
	margin: auto;
}

/*----------------------------------------------------------------------- MENU----------------------------------------------------------------*/

#menu, #menu ul /* List */    
{
        padding : 0 0 5px 0; 
        margin : 0;
        margin-right: 20px; 
        list-style : none; 
		line-height : 26px;
}
 
#menu /* Whole menu */
{
        font-weight : lighter;
       	font-family: "Verdana", sans-serif;
        font-size : 20px; 
}
 
#menu a /* Lists content */
{
        display : block; 
        padding : 0 15px 0 15px; 
        color : #333232; 
        text-decoration : none; 
        width : auto; 
        border-radius: 5px;
        padding-bottom: 2px;
}
 
#menu li /* Lists elements */     
{ 
        float : left; 
}
 
 
#menu li ul /* Sous-lists */
{ 
        position: absolute; 
        width: auto; 
        padding: 15px 15px 0 15px;
        margin-left: -15px;
        font-size: 13px;
        left: -999em; 
}

#menu li ul a
{
	border: 1px green solid;
	padding-bottom: 0;
	background-color: white;
}


#menu a:hover 
{
        color: #008317;
		cursor: pointer; 
        box-shadow: 0px 0px 10px grey;
}

#menu li:hover ul ul, #menu li.sfhover ul ul 
{
        left: -999em; 
}
 
#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul  
{
        left: auto; 
        min-height: 0; 
}

#selected
{
	color: #1B1096 !important; 
}

/*------------------------------------------------------------------TEXT-------------------------------------------------------------------------*/
h3 /*big title*/ 
{
	color: #1B1096;
	font-family: "Verdana", sans-serif;
	font-style: normal;
	font-weight: lighter;
	font-size: 18px;
	margin-bottom: 10px;
}

h4 /*small title*/
{
	color: #1B1096;
	font-family: "Verdana", sans-serif;
	font-style: normal;
	font-weight: lighter;
	font-size: 15px;
	margin-bottom: 10px;
}
.header2
{
	color: #333232;
	font-family: "Verdana", sans-serif;
	font-style: normal;
	font-weight: lighter;
	font-size: 15px;
	margin-bottom: 5px;
}
.text li
{
	color: #333232;
	font-family: "Verdana", sans-serif;
	font-style: normal;
	font-weight: lighter;
	font-size: 13px;
	margin: 0;
	text-align: justify;
	line-height: 1.4em;
}

dt
{
	color: #333232;
	font-family: "Verdana", sans-serif;
	font-style: normal;
	font-weight: lighter;
	font-size: 15px;
	margin-bottom: 10px;
}

dl
{
	color: #333232;
	font-family: "Verdana", sans-serif;
	font-style: normal;
	font-weight: lighter;
	font-size: 15px;
	margin-bottom: 10px;
}

dd
{
	color: #333232;
	font-family: "Verdana", sans-serif;
	font-style: normal;
	font-weight: lighter;
	font-size: 13px;
	margin-left: 40px;
	margin-bottom: 8px;	
}

a
{
	color: #1B1096;
	font-family: "Verdana", sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

a:hover
{
	color: #008317;
	cursor: pointer;
}

p
{
	color: #333232;
	font-family: "Verdana", sans-serif;
	font-style: normal;
	font-weight: lighter;
	font-size: 13px;
	margin: 0;
	text-align: justify;
	line-height: 1.4em;
}

.lists /* li (not in menu) */
{
	color: #333232;
	font-family: "Verdana", sans-serif;
	font-style: normal;
	font-weight: lighter;
	font-size: 13px;
	margin: 0 0 10px 0;
	list-style-type:circle;
	line-height: 2em !important;
}
.box_lists /* ul (not in menu) */
{
	margin-top: 5px;
	list-style-position: outside;
	padding-right: 15px;
	-webkit-padding-start: 30px;
}

.text
{
	margin-bottom: 40px;
	max-width: 936px;
	min-width: 400px;
	padding: 0 15px;
	padding-top: 10px;
	clear: both;
}

.text a
{
	font-style: normal;
	font-weight: lighter;
	font-size: 13px;
}

td
{
	color: #333232;
	font-family: "Verdana", sans-serif;
	font-style: normal;
	font-weight: lighter;
	font-size: 13px;
	margin: 0;
}
.text section > ul > li {
	margin-bottom: 0.5em;
}
.text section > ul > li li {
	margin-bottom: 0.25em;
}
.text section > ul > li ul {
	margin: 0.5em 0;
}
.breadcrumbs {
	margin-top: 12px;
}
section h1 {
	margin-top: 0.5em;
	margin-bottom: 1em;
	line-height: 1.2em;
}
.publist section h1 {
	padding: 0;
}
/*----------------------------------------------------------------HOME-------------------------------------------------------------------*/

h5
{
	color: #008317;
	font-family: "Verdana", sans-serif;
	font-style: normal;
	font-weight: lighter;
	font-size: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align: center;
}

.home_box
{
	height: auto;
	max-width: 600px;
	min-width: 400px;
	margin: 15px auto 25px auto;
	border: 2px #008317;
	border-style: solid;
	border-radius: 7px;
	display: none;
	box-shadow: 5px 6px 7px grey;
}

.table_home
{
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 5px;
}
/*----------------------------------------------------------------addOutreach-------------------------------------------------------------------*/
.outreach a
{
	font-style: normal;
	font-weight: lighter;
	font-size: 13px;
}

/*----------------------------------------------------------------DIRECTIONS-------------------------------------------------------------------*/
.directions
{
	margin-bottom: 0px;
}

/*----------------------------------------------------------------STICKY FOOTER-------------------------------------------------------------------*/

.wrapper
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.push
{
	height: 40px;
	width: 100%;
}

.footer
{
	border-top: 2px solid #008317;
	text-align: center;
	font-weight: lighter;
	height: 40px;
	margin-top: 0;
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0px;
	right: 0px;
	clear: both;
}

.copyright
{
	color: black; 
	padding-top: 15px;
	font-size: 10px;
	text-align: center;

}

.add
{
	width: 510px;
	margin: 0 auto 0 auto;
}

.add2
{
	width: 700px;
	margin: 0 auto 0 auto;
}

.add3
{
	width: 700px;
	margin: 0 auto 0 auto;
	display: none;
}

.upload_form
{
	margin-top: 5px;
}
/*----------------------------------------------------------------publist-------------------------------------------------------------------*/
body .publist {
	background: white;
	color: black;
	font: normal 14px/18px verdana,sans-serif;
	text-align: justify;
}

.publist a:link { 
	color: #0f1bcc; 
	text-decoration: none; 
}

.publist a:visited { 
	color: #0f1bcc; 
	text-decoration: none;
}

.publist a:hover { 
	color: #a0a0a0; 
	text-decoration: underline; 
}

.publist b { color: black; }

.publist h1 {
	color: #777777;
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: normal;
}

.publist h2 {
	color: #777777;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
}

.publist h3 {
	color: #777777;
}

.publist pre  {
	font-size: 12px;	
	line-height: 14px;
}

.publist img {
	border-style: none;
}

.publist li {
	margin-bottom: 10px;
}
/*----------------------------------------------------------------subpage-------------------------------------------------------------------*/
.subpage p {
	margin-bottom: 10px;
}
.subpage a {
	text-decoration: underline;
}
.subpage a:hover {
	text-decoration: none;
}
/*----------------------------------------------------------------notfound-------------------------------------------------------------------*/
.notfound h1 {
	margin-top: 50px;
}
/*----------------------------------------------------------------header on-off--------------------------------------------------------------*/
.title_page,
.push2,
aside#side,
.footer,
.push {
	display: none;
}

body.menu_on .title_page,
body.menu_on .push2,
body.menu_on aside#side,
body.menu_on .footer,
body.menu_on .push {
	display: block;
}

/*----------------------------------------------------------------for search-----------------------------------------------------------------*/
form#searchform {
	float: right;
	margin-top: -50px;
}
section.search_result {
	margin-top: 30px;
}
span.hit {
	background-color: #FFBEBE;
	color: #000;
}
span.add_title {
	font-weight: bold;
}
p.s_title {
	margin-top: 30px;
}
p.s_title a {
	font-weight: bold;
}
/*----------------------------------------------------------------for corp name-----------------------------------------------------------------*/
div.info_box {
	margin-top: 50px;
}
div.info_box p.sitename {
	color: #1B1096;
	font-size: 20px;
	padding-top: 2px;
}
div.info_box p.copyright{
	text-align: left;
}
div.info_box p.copyright a {
	font-size: 10px;
	text-decoration: none;
}

/*----------------------------------------------------------------for print------------------------------------------------------------------*/
@media print{
	.title_page {
		position: absolute;
	}
	.wrapper .push:last-of-type{
		display: none;
	}
	.footer{
		position: static;
	}
}


