/*
 * Author:  Gang Wang
 * File:	menu.css
 * Date:	04/27/2006
 * Purpose: css main definitions
*/

* {
	margin: 0;
	padding: 0;
}

/*************************
	ELEMENTS
************************
li {
    list-style-type: none;
}


*/

/*************************
 Head tag
 <H1><H2><H3><H4><H5><H6>
************************



h1 {
    font-size: 16px;
    font-weight: bold;
    padding: 4px;
    /*background: #e7e7e7;
    color: #050;3
    margin-bottom: 12px;
    border-bottom: 1px solid #ccc;
}

h2 {
    font-size: 15px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 6px;
    color: #1c8684;
}

h3 {
    font-size: 14px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #4b5eab;
    margin-top: 4px;
    margin-bottom: 4px;
}

h4 {
    font-size: 13px;
    font-weight: bold;
	color: #555;
	padding-left: 10px;
    padding-top : 6px;
    padding-bottom: 8px;
}

h5 {
    font-size: 12px;
    font-weight: bold;
	color: black;
	padding-left: 20px;
    padding-top : 4px;
    padding-bottom: 4px;
}

h6 {
	/*
	position: absolute;
	top: 8px;
	padding: 0 0 0 32px;


	padding-left: 26px;
    padding-top : 4px;
    padding-bottom: 4px;

	color: #666;
	/*
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	background: #e7e7e7;
	width: 147px;

	font-size: 11px;
	font-weight: bold;
}

*/

/*************************
 LAYOUT  All DIV Container
*************************/
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background: #8CA6C6; /* #C6D7CE; #8CA6C6;*/


}

#border {
	background: url(../images/container_bg_wh.png) repeat-y;
	width: 937px;
	margin: 0 auto;
}

#null {
	height: 0px;
	margin: 0 auto;
	background: #8CA6C6; /*#eeeeee; #f2f2f2*/
}


#container {
	width: 820px;
	margin: 0 auto;
	z-index: 1;
	background: #fff;
}

#search {
	background: #fff;
	width: 800px;
	height: 65px;
	text-align: left;
	position: relative;
}


/*****************************
    Header  DIV and Table
 *****************************/
#header {
	z-index: 2;
	height: 140px;
	width: 820px;
	background: #fff url(../image/logo3.jpg) no-repeat;
	border-top: 0px solid #f1f2f8;
	border-bottom: 2px solid #f1f2f8;
}


#headTable {
    margin-left: -2px;
    margin-top: -2px;
    padding: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
#headTable td{
    padding: 0px;
}
#headTable td.dpttd a{
    padding-left: 4px;
    color: #10349C /* #ffffff #424377*/;
	font-size: 13px;
	font-weight:bold;
	font-style: normal;
	text-decoration: none;
}

#headTable td.toptd{
    padding-top: 3px;

}

/*
#headerRotate{
	z-index: 3;
	width:145px;
	height:130px;
	z-index:1;
	left: 0px;
	top: 0px;
	margin: 0px;

}
*/


/* <img> tag
#rotateImage{
	margin-left: 1px;
	border: 2px groove white;
	padding: 1px;
	background: #134A8D;
	width:145px;
	height: 103px;
}
*/

#rotateImage{
	margin-left: 0px;
	border: 0px groove white;
	padding: 0px;
	background: #134A8D;
	width:150px;
	height: 113px;
}


#topNavMenu{
	align: right;
}

/*
#topside {
	position:absolute;
	height: 35px;
	z-index: 2;
	right:	10px;
	top:	2px;
	/*position: relative;
}

*/

#leftside {
	float: left;
	width: 150px;
	padding-bottom: 10px;
	padding-top: 0px;

	padding-left: 3px;
	padding-right: 2px;

	margin-left: 0px;

	/* whike space between header and leftMenu*/
	margin-top: -2px;

	min-height: 500px;
	background: url(../image/leftMenuBg3_large.jpg) no-repeat;
	z-index:6;
	position:relative;
}

/*
#rightside {
	z-index: 2;
	margin-left: 183px;
	padding-bottom: 25px;
	padding-top: 20px;
	padding-left: 10px;
}
*/

#content {
	float: left;
	z-index: 2;
	left: 170px;
	margin-left:20px;
	width: 620px;
	/*line-height: 19px;*/

}

/*
#wrapper {
	width: 820px;
	min-height: 400px; /* non WINIE
	height: auto;
	/*height: 400px;
}
*/

#footer {
/*
	position: relative;
	float: top;
	*/
	width: 820px;
	clear: both;
	height: 102px;
	margin: 0 auto;
	/* font-size: 9px; */
	/* color: #888; */
	background: #fff url(../image/footer.jpg) no-repeat;
	border-bottom: 2px solid #f1f2f8;

}

#footerContent {
	width: 700px;
	 clear: both;
	height: 15px;
	 margin: 0 auto;
	font-size: 9px;
	 color: #8C3D39;
	line-height: 15px;
	padding-top: 65px;
	padding-left: 75px;
/*    border-right: 2px solid #8b89b8;
	border-bottom: 2px solid #8b89b8; */
}





/*****************************
    URL Link <A> properties
 *****************************/

/****  IMG style   ****/


a img {
	border: 0px solid #555;
}

/***** URL Link Default Setting

a:link   { color: #545d9b; text-decoration: none;}
a:visited{ color: #5e6151; text-decoration: none;}
a:hover  { color: blue; text-decoration: underline;}
a:active { color: #af5962; text-decoration: none;}
****/


/* the URL Link <a> tag style in <DIV id=footerContent> */
#footerContent a:link   { color: #8C3D39; text-decoration: none;}
#footerContent a:visited{ color: #444; text-decoration: none;}
#footerContent a:hover  { color: #708dff; text-decoration: underline;}
#footerContent a:active { color: #444; text-decoration: none;}

/* the URL Link <a> tag style in <DIV id=footerContent> */
#content a:link   { color: #1a207e; text-decoration: none;}
#content a:visited{ color: #414b8c; text-decoration: none;}
#content a:hover  { color: blue; text-decoration: underline;}
#content a:active { color: #444; text-decoration: none;}



/***************************
	BUTTONS
**************************
ul#menu {
	background: url(../images/navbar.jpg) no-repeat;
	float: right;
	height: 35px;
	width: 746px;
	position: relative;
}

ul#menu ul {
    background: transparent;
}

ul#menu a {
	display: block;
    height: 35px;
}

ul#menu li.top {
	display: block;
	height: 35px;
}

ul#menu li a {
	text-decoration: none;
}

ul#menu li a span {
	display:none;
}

ul#menu li.top {
	position: absolute;
	top: 0;
}

#home {
	width: 99px;
	left: 25px;
}

#home a:hover, body#indexon #home {
	background: url(../images/navbar.jpg) no-repeat -25px -35px;
}


#databases {
    width: 140px;
    left: 124px;
}

#databases a:hover, body#databaseson #databases {
	background: url(../images/navbar.jpg) no-repeat -124px -35px;
}

#resources {
	width: 140px;
	left: 264px;
}

#resources a:hover, body#resourceson #resources {
	background: url(../images/navbar.jpg) no-repeat -264px -35px;
}

#outreach {
    width: 124px;
    left: 404px;
}

#outreach a:hover, body#outreachon #outreach {
	background: url(../images/navbar.jpg) no-repeat -404px -35px;
}

#help {
	width: 100px;
	left: 528px;
}

#help a:hover, body#helpon #help {
	background: url(../images/navbar.jpg) no-repeat -528px -35px;
}

#contact {
	width: 118px;
	left: 628px;
}

#contact a:hover, body#contacton #contact {
	background: url(../images/navbar.jpg) no-repeat -628px -35px;
}
*/

/*************************
	SUBMENU
************************
ul#menu li ul {
    position: absolute;
    left: -999em;
    height: auto;
    width: 138px;
    background: #e7e7e7;
    border-right: 1px solid #666;
    border-left: 1px solid #666;
    border-bottom: 1px solid #666;
}

ul#menu li ul.sub li {
	border-right: none;
	width: 138px;
	float: left;
	height: 25px;
}

ul#menu li ul.sub li a {
    display: block;
    color: #666;
    text-align: left;
    height: 20px;
    font-weight: bold;
    padding-top: 5px;
    padding-left: 5px;
}


ul#menu #resources:hover, ul#menu #resources.sfhover {
	background: url(../images/navbar.jpg) no-repeat -264px -35px;
}

ul#menu #contact:hover, ul#menu #contact.sfhover {
	background: url(../images/navbar.jpg) no-repeat -628px -35px;
}

ul#menu li ul.sub li:hover a, ul#menu li ul.sub li.sfhover a {
    background: #B5D5B9;
}

ul#menu li:hover ul, ul#menu li.sfhover ul {
  /* lists nested under hovered  list items
	left: auto;
}

*/
/**************************
    CONTACT EMAIL
**************************/
p.conIntro {
  padding: 0 10px 10px 10px;
}

ul.email {
    padding: 10px 10px 0 10px;
    border-top: 1px solid #aaa;
}

ul.email li {
    margin-bottom: 14px;
}

ul.email li a {
    color: #777;
}

ul.email li span {
    font-weight: bold;
    color: #005500;
    font-size: 13px;
}

/************************
    ERROR HANDLING
************************/
.err_notice {
    padding: 5px;
    background: #070;
    color: #fff;
    border: 1px solid #060;
    margin-bottom: 5px;
}

.err_warning, .err_fatal {
    font-weight: normal;
    padding: 5px;
    background: #f00;
    color: #fff;
    border: 1px solid #a00;
    margin-bottom: 5px;
}


/************************
	UNAUTHORIZED
************************/
#unauth {
	padding: 10px;
	border: 1px solid #ccc;
	background: #eee;
}

#unauth span {
  	margin-left: 7px;
	font-weight: bold;
}

#unauth a {
    color: #333;
}






/*****  images  *****/

.logo {
	border: 0px;
}



/***** Font Style  *****/
.title1{
	color: green;
	font-size: 15px;
}

.dptTitle{
	color: #9B5E5D /*#424377*/;
	font-size: 13px;
	font-weight:bold;
}



/***  update site now form ***/

table.updateSite  {
	width:  300px;
     /* background-color : #eee; */
}


table.updateSite  td {
     border : 0px solid #eee;
     padding-top: 2px;
     padding-left : 5px;
     padding-right: 2px;
     color: #555;
     font-weight: bold;
}




/***********************************
  menuEditor table modify_menu.php
 ***********************************/

table.menuEditor {
    border : 1px solid #eee;
    border-collapse: collapse;

    /* width: 1060px; */
    font-size: 11px;
    width: 100%;
    margin-left : 2px;
    margin-top : 2px;
}

table.menuEditor  th {
     border-bottom : 1px solid #aaaaaa;
     border-top : 1px solid #aaaaaa;
     padding-top: 5px;
     padding-bottom: 5px;
     padding-left : 0px;
     padding-right: 0px;
     height: 30px;
}

table.menuEditor  td {
     border-bottom : 1px solid #aaaaaa;
     padding-top: 2px;
     padding-left : 2px;
     padding-right: 0px;
}

table.menuEditor  tr {
     /* background-color : #eee; */
}




/****  INPUT submit  ****/

input.submit
{
	font-size: 11px;
	font-weight: bold;
	/*color:#333;*/
	width: 130px;
	/* backgroud-color: #fffefb; */
	/*
	border-style: solid;
	border-color:#8B89B8;
	border-width: 3px;
	*/
}

input.menu
{
	font-size: 12px;
	background:  #fffefb;
	border-style: solid;
	border-color:#43436d;
	border-width: 1px;

}

input.submenu
{
	font-size: 12px;
	background: #fffefb;
	border-style: solid;
	border-color:#86a484;
	border-width: 1px;

}

