/*CIPRES 2.0 custom css*/


body {
	margin-top: 0;
}

div.main {
	/*background: url(../images/container-bg.gif) repeat-y top left;*/
	background-image: url(../images/container-bg.gif);
	background-repeat: repeat-y;
	background-position: -430px 0px;
}

.container-stretch {
		background: #003366;
		width: 100%;
		margin-bottom: 9px;
}

form ul {
	list-style: none;
}

a, a:link {
	color: #0066cc;
}

#contactus {
	margin-top: 20px;
	background: #fff;
	border-top: 1px solid #ccc;
	margin-bottom: 0px;
}

div.teragrid {
	text-align: right;
}

/* Footer styles
*********************************************************************/

#footer {
	margin-top: 0px;
	background: #fff;
	border-top: 1px solid #ccc;
}

#footer .center {
	text-align: center;
}

div.ucsd {
	text-align: right;
}

/* Branding
*********************************************************************/

#page-head {
}

#page-head h1 {
	text-indent: -9999em;
	display: block;
	background-repeat: no-repeat;
	background-color: transparent; 
	margin-bottom: 0;
}
	
#page-head h1 a {
	display: block;
	width: 500px;
	height: 106px;
	overflow: hidden;
	border-bottom: none;
	margin: 0;
	padding: 0;
	background: url(../images/logo.gif) no-repeat;
}

#page-head h1 a:hover {
	border-bottom: none;
}

/* Main Nav bar styles
**************************************************************************/

.navMain { float: left; width: 100%; line-height: normal; background: #003366 /*url(../images/navInner_bg.gif) bottom repeat-x*/; }

.navMain ul { list-style-type: none; margin: 0; padding: 0; }

.navMain li { display: inline; margin: 0; padding: 0; }

.navMain a { cursor: pointer; float: left; margin: 0; margin-right: 1px; padding: 0 0 0 7px; text-decoration: none; text-align: center; font-weight: bold;
	background: url(../images/tabs_left.gif) no-repeat left top; }

.navMain a span { float: left; display: block; padding: 8px 10px 7px 3px; width: 8em; color: #fff;
	background: url(../images/tabs_right.gif) no-repeat right top; }

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.navMain a span { float: none; }
/* End IE5-Mac hack */

.navMain a:hover span { color: #000; }

.navMain a.current { background: url(../images/tabs_left_over.gif) no-repeat left top; }

.navMain a.current span { background: url(../images/tabs_right_over.gif) no-repeat right top; color: black; }

.navMain a:hover {background: url(../images/tabs_left_over.gif) no-repeat left top; }

.navMain a:hover span { background: url(../images/tabs_right_over.gif) no-repeat right top; }

/* Innver Nav bar styles
**************************************************************************/
.navInner {
	float: left;
	width: 100%;
	line-height: normal;
	border-bottom: 1px solid gray;
}
.navInner ul {
	list-style: none;	/* get rid of bullets */
	margin: 0;
	padding: 0;
}
.navInner li {
	float: left;	/* line items next to each other horizontally */
	display: block; /* turn tabs into block elements */
	margin: 0;
	padding: 0;
}
.navInner a {
	cursor: pointer;
	float: left;
	margin: 0;
	margin-right: 1px;
	padding: 0 0 0 7px;
	text-decoration: none;
	text-align: center;
	background: url(../images/tab-left.gif) no-repeat left top;
	margin: 0;
}
.navInner a span {
	float: left;
	display: block;
	background: url(../images/tab-right.gif) no-repeat right top;
	padding: 8px 10px 10px 3px;
	margin-right: 2px;
 	width: 8.5em; 
	color: #000;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.navInner a span { float: none; }
/* End IE5-Mac hack */

.navInner a:hover span {
	color: #000;
}
.navInner a.current {
	background: url(../images/tab-left-over.gif) no-repeat left top;
}
.navInner a.current span {
	background: red;
	background: url(../images/tab-right-over.gif) no-repeat right top;
	color: black;
}



/*
	Tree Menu
**************************************************************************/
#treemenu th {
	background: #FFF;
	padding: 0px;
}
#treemenu td {
	background: #FFF;
	padding: 0px;
}

/*.sidebar {
	margin-left: 30px;
}*/
a.toolkit {
	background: transparent url(../images/toolkit.gif) no-repeat 0 50%;
	padding-left: 30px;
}
.toollist ul {
}
.toollist li{
  border-bottom: 1px solid #CCCCCC;
  width: 800px;
  padding: 5px 0;
  list-style: none;
} 
