/* layout.css */

@import url(default.css);


#bkg-image{
	background: url(../images/bkg-shadow.jpg) repeat-y center top;  
	width:100%;
	float:left;
	position:absolute;
	z-index:100;
}


.wrapper {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}


#wrapper2{
	background: #fff;
	width: 800px;	
	display: block;
	float: left;	
	overflow: hidden;
}

#header{
	width: 800px;
	height: 20px;
	display: block;
	overflow: hidden;
	padding: 0;
}

#header ul{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-image: none;
}


#header ul li {
	display: inline;
	margin: 0;
	padding: 15px 0 0 0;
}

#header ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
	text-decoration: none;
	padding: 0 0 0 15px;	
}

#header li a:hover {
	text-decoration: none;

}

#header .usc, #header .usc a{
	color: #990000; 
	font-weight: bolder;
}

#header .school{
	color: #333;
}


/*BRANDING */
#branding{
	width: 800px;
	height: 160px;
	display: block;
	overflow: hidden;
	background: #FFF url(../images/background_greenbar.gif) repeat-x left bottom;  
}

#branding img{
	float: left;
	margin:0;
	padding: 0 0 0 90px;
	border: 0px;
	background: none;
}

#branding a{
	font-size: 11pt;
	font-weight: bold;
}

#branding .lang {
	padding-left: 225px;
	border: 0px;
	padding-top: 90px;
	text-decoration: none;
}
	
#branding a .lang {
	text-decoration: none;
	border: 0px;	
}


/*--------------------Skip Nav-------------------*/
a#skip_nav,
a#skip_nav:visited{
	display: block;
	position: absolute;
	left:-2px;
	top:-2px;
	width:1px;
	height:1px;
	padding:0px;
	margin:0px;
}
#body .skip{
display:none;
}




/*--------------------This is the left side nav bar-------------------*/

#nav {
	float: left;
	display: block;
	width: 170px;
	background-color: #fff;
	color: #003366; 
	font-size: 1.1em;
	margin:0;
	padding: 0;
	/*padding:15px 0 0 0;  */
}

#nav ul{
/*	margin: 0px;
	padding: 0px 2px 0px 0px;*/
	list-style-image: none;  
	float: left;
	margin: 0;
	list-style-type: none;
	padding: 12px 0 0 0;
}


#nav ul li {
	margin: 0;
/*	padding: 5px 0;  */
	padding: 5px 10px 7px 12px;
}

#nav ul li a {
/*	display: block;

	padding-left: 15px;	*/
	border-bottom: 0;
	display: block;
	padding-left: 11px;
	text-decoration: none;
	list-style-position: outside;
}

#nav ul li a:hover {
		border-bottom: 0;
	display: block;
	background: url(../images/lnav_arrow_blue.gif) no-repeat;
	background-position: left center;
}

#nav img {
	float: left;
	margin:0;
	padding: 35px 0 0 5px;
	border: 0px;
	background: none;
}
/*--------------------This is the left side nav bar-------------------*/


#nav img{
	float: left;
	margin:0;
	padding: 10px 0 0 5px;
	border: 0;
	background: none;
}



/*---------------This is the Search Box DIV---------- */
#searchbox {
	background-color: #FFF;
	display: block;
	float: right;
	width: 150px;
	margin: 0;
	padding-right: 10px;
}

#searchbox label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .70em;
	color: #000000;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
#searchbox input {
	display: block;
	float: left;
	margin-right: 5px;
}

#searchbox input#searchSubmit {
	width: 16px; 
	height: 16px;
}
#searchbox input#qp {
	display: none;
	font: .80em Arial, sans-serif;
	padding: 0;
	margin: 0;
}

#searchbox a {
	display: block;
	clear: both;
	font: .85em Arial, sans-serif;
	text-decoration: none;
	color: #000000; /*padding: 5px 0; Breaks in IE*/

}
#searchbox a:hover {
	background: none; 
	color: #ccc;
}

/*----------------This ends the SearchBox DIV---------------------*/



/*------------------This ends the leftSide NavBar------*/


#main-content {
	float: left;
	width: 630px;
	display: block;
	overflow: hidden;
	text-align: left;
	padding-bottom: 15px;
}


#col1{
	float: left;
	width: 400px;
}

#col2{
	float: right;
	width: 218px;
	background-repeat:no-repeat;
	background-position: right left;
}

#col3{
	float: right;
	width: 218px;
	text-align: left;
}


#col25{
	float: right;
	width: 25%;
	text-align:left;
}

#col75{
	float: left;
	width: 75%;
}
#col25 img{
	padding: 5px 0px;

}


#col50a{
	float: left;
	width: 50%;
	text-align:left;
}

#col50b{
	float: right;
	width: 50%;
	text-align:left;
}

#main-full {
	display: block;
	float: left;
	width: 610px;
	padding-right: 15px;
	margin: 0;
	overflow: hidden;
	text-align: left;	
}


/*-------------------------FOOTER TOOLBAR -----------------*/
#footer {
	clear: both;
	padding: 0;

	width: 800px;
	

	height: 70px;
	display: block;
	overflow: hidden;
	
	
	font-size: 75%;
	background: #fff url(../images/background_greenbar.gif) repeat-x left top;  
}

#footer a:link{
	border-bottom: 0;
}
#footer a:visited{
	border-bottom: 0;
}
#footer a:hover{
	border-bottom: 0;	
}
#footer a:active{
	border-bottom: 0;
}


#footer hr{
	border-color: #c2c1ba;
	position: relative;
	clear: both;
}




#footer .address {
	display: block;
	padding: 10px 0 30px 0px;
	float: left;
}

#footer .copyright {
	display: block;
	padding: 10px 0px 30px 0px;
	float: right;
}



div.figure-right {
  float: right;
  margin: 0.5em;
  padding: 0.5em;
}

div.figure-right p {
  text-align: left;
  font-size: .9em;
  text-indent: 0;
  margin: 0;
  padding: 0;
  padding-bottom: .5em;
}

div.figure-left {
  float: left;
  margin: 0.5em;
  padding: 0.5em;
}

div.figure-left p {
  text-align: left;
  text-indent: 0;
  font-size: .9em;  
  margin: 0;
  padding: 0;
  padding-bottom: .5em;
}



.noborder {
	border: none;
}

.profile{
float: right;
padding: 15px 75px 0px 0px;
overflow: hidden;
}

.borderDot{
	border-bottom: 1px dotted #80c080;
}
.imgBorder {
	margin: 0;
	padding: 2px;
	border: 1px solid #9d9879;
	display: block;
	background-color: #fff;
}

.tblNoBorder{

	border-bottom: none; 
