/* Main Styles */
html {    
	font-size: 62.5%;
	height: 100%;
	padding: 0;
}
body {
	background-color: #4E71B9;
	color: #104883;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	height: 100%;
	line-height: 1.6em;
    margin:0;
    padding:0;
	width:100%;	
}
#canvas {
	background: transparent url(../img/bg.gif) top repeat-x;
	min-height: 100%;
}
* html #canvas {
	height: 100%;
}
#page {
	background-color: #fff;
	margin: 0 auto;
	padding: 0;
	width: 974px;
}
/* Accessibility - Skip Navigation */
#skipnav {
	position: absolute;
	top: 0;
	z-index: 2;
}
	#skipnav a{
		position:absolute;
		left:0px;
		top:-500px;
		width:1px;
		height:1px;
		overflow:hidden;
	}
	#skipnav a:focus {
		background:#528BC5;
		color:#fff;
		margin-left:0!important;
		padding:3px;
	}
#header {
	background: transparent url(../img/bg.gif) top repeat-x;
	height: 106px;
	margin: 0 auto;
	padding: 0;	
}
#search {
	float: right;
	background: transparent url(../img/ucsd-header.gif) top right no-repeat;	
	height: auto;
	margin: auto auto;
	padding-top: 40px;
	width:260px;
}
.cse-branding-form label{
	display: none;
}
.cse-branding-form {
	text-align: right;
}
#menu {
	background: #4969B2 url(../img/bg-menu.gif) top left no-repeat;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	height: 43px;
	padding: 1px 0 0 0;	
}
#menu h2 {
	display: none;
}
.hi-img {
	background: #efefef;
	border-bottom: 2px solid #ddd;
	border-top: 2px solid #ddd;
	clear: both;
	display: block;
	margin-top: 10px;
	padding: 10px;
	text-align: center;	
}
#psa {
	padding: 10px;
	border: 4px solid red;
}
#highlight {
	background: #5E73D0 url(../img/bg-hi.gif) top repeat-x;
	height: 210px;
	padding: 20px 15px;
}
#highlight h2 { padding: 0; margin: 0; border: 0; }
#highlight h2.quicklinks { 
	height: 35px;
	background: transparent url(../img/quicklinks.gif) top left no-repeat; 
	text-indent: -999em;
}
	
#highlight ul {
	margin-left: 0;
	padding-left: 0;
	display: block;
}
#highlight ul li {
	margin-bottom: 10px;
	margin-left: 0;
	padding: 0 10px;
	list-style: none;
}		
#highlight ul li.first {
	padding-left: 0;
	margin-left: 0;
	border-left: none;
	list-style: none;
}
#highlight ul li a {
	color: #fff;
	font-family: 'Trebuchet MS', arial, helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
}
#highlight ul li a:hover {
	background: transparent;
	text-decoration: underline;
}
.high-left {
	float: left;
	width: 350px;
}
.high-slideshow {
	background: transparent url(../img/bg-hi-ss.gif) top left no-repeat;
	float: right;
	height: 210px;
	width: 557px;
}
.high-slideshow.last {
	margin-right: 0;
}
#sidebar {
	background: #fff;
	float: right;
	width: 214px;
}
	#sidebar ul {
		list-style: none;
		margin: 0 0 20px 0;
		padding: 0;		
	}
	
	#sidebar li {
		list-style: none;
		list-style-image: none;
	}
	
	#sidebar li a {
		background: #fff;
		border-bottom: 1px solid #eee;
		color: #104983;
		display: block;
		padding: 3px;
		width: 208px;
	}
	#sidebar li a:link, #sidebar li a:visited { 
		color: #528BC5;
		font-weight: bold;
		text-decoration: none;
	}
	#sidebar li a:active { 
		color: #72B4F5;
		display: block;
		font-weight: bold;
		text-decoration: none;
	}
	#sidebar li a:hover {	
		background: #528BC5;
		color: #fff;
		display: block;
		font-weight: bold;
		text-decoration: none;
	}
	
#contentbox {
	background: #fff url(../img/bg-content.gif) top center repeat-y;
	clear: both;
	color: #444;
	display: block;
	float: left;	
	min-height: 100%;
	padding: 20px 25px 25px 25px;	
	width: 924px;
}

#content { height: 100%; }
#contentwide {
	background: #fff;
	float: left;
	height: 100%;
	margin-right: 15px;
	width: 615px;
}

#footer {
	background: #f3f3f3 url(../img/bg-footerbar.gif) top repeat-x;
	clear: both;
	color: #555;
	font-size: 0.9em;
	height: 70px;
	line-height: 1.2em;
	padding: 15px;
	width: 944px;
}
#footer ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#footer ul li {
	margin-left: 0;
	border-left: 1px solid #ccc;
	list-style: none;
	display: inline;
	padding: 0 5px 0 7px;
	}
	
		
#footer ul li.first {
	padding-left: 0;
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}
	
.footerLeft {
	float: left;
}
/* General Styles */
a { 
	border: 0;
	color: #327CC5; 
	text-decoration: none;
}
a:link {
	text-decoration: underline;
	color: #353799;
	cursor: pointer;
}
a:visited { 
	text-decoration: underline;
	color: #353799;
}
a:active {
	text-decoration: underline;
	color: #353799;
}
a:hover {
	background: #EAF0FF;
	text-decoration: underline;
	color: #004386;
	cursor: pointer;
	outline: none;
}
a img, a:link img, a:hover img {
	background: transparent;
	border: 0;
}
#highlight a {
	text-decoration: none;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
.imglink,.imglink:link,.imglink:visited {
	border: 0;
	margin-top: 5px;
	text-decoration: none;
}
.imglink:hover {
	border: 0;
	background: none;
}
.imglink2,.imglink2:link,.imglink2:visited,.imglink2:hover {
	background: 0;
	border: 0;
}
ol { 
	margin-top: 5px;
	padding-top: 0;
	padding-left: 1em;
	margin-left: 1.5em;
}
ul{
	margin-top: 5px;
	padding-top: 0;
	padding-left: 1em;
	margin-left: 1.5em;
	list-style: square;
}
h1,h2,h3,h4,h5,h6 {
	color: #203181;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	clear: both;
}
h1 {
	display: none;
}

h2 {	
	border-bottom: 2px solid #5E73D0;
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 2px 0;
}

h3 {
	color: #444;
	border-bottom: 1px solid #ccc;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 0 0; 
	padding: 0;	
}

h4 {
	color: #444;
	font-size: 1em;
	font-weight: bold;
	margin: 10px 0 0 0; 
	padding: 0;	
}
.printOnly {
    display: none;
}
hr {
	border: 0;
	width: 100%;
	color: #ddd;
	background-color: #ddd;
	height: 1px;
}


/* Sub Styles */
#menusub h3{
	color: #3E41B0;
	border-bottom: 1px solid #3E41B0;
}
#menusub{
	float: left;
	width: 150px;
	height: auto;
	margin: 0 25px 0 0;
	padding: 0 15px 15px 15px;
}
	#menusub ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#menusub ul li {
		margin: 0;
		list-style: none;
		list-style-image: none;
		}
	
	#menusub ul li a {
		border-bottom: 1px solid #eee;
		display: block;
		padding: 3px 5px 3px 0;
		color: #5A5744;
		text-decoration: none;
		width: 100%;
		}
	
	#menusub ul li ul {	
		margin-left: 1em;
		font-size: .9em;
		}
	
	#menusub ul li ul li a{		
		font-weight: normal;
		}		
	
	#adminnav li a {
		display: inline;
		width: 30px;
		font-size: .8em
	}

	html>body #menusub li a {
		width: auto;
		}

	#menusub li a:hover {
		background: #FFF5CB;
		border-bottom: 1px solid #CBC397;
		color: #104883;
		}
#contentboxsub {
	float: left;
	width: 767px;
	height: auto;
	margin: 20px 0 0 0;
	padding-bottom: 50px;
}
#maincolsub {
	float: left;
	height: auto;
	padding: 0;
	width: 560px;
}
#maincolsub.faculty {
	width: 700px;
}
.facinfo {
	font-size: .9em;
	line-height: 1.2em;
	float: left;
	float: left;
	width: 150px;
}
.facbody {
	float: right;
	width: 530px;
	padding-top: 0;
}
#sidebarsub {
	float: right;
	height: auto;
	width: 150px;
	padding: 15px;
	background: #fffdf4;	
	border: 1px solid #fccd37;
}
.faculty hr {
	clear: both;
}
.faculty div.right-col {
	float: right;
	width: 425px;
}
.faculty p.info{
	font-weight: bold;
	margin: 0;
}
.faculty dt {
	float: left;
	padding-right: .5em;
}
.faculty ul {
	margin-left: 1em;
}
.fac-photo {
	float: left;
	padding: 0 1em 1em 0;
}
/* Forms */
.form {
	margin:0;
	padding:0;
}
.searchlinks{
	color: #fff;
	float: left;
	width: auto;
	clear: left;
}
.searchlinks a, .searchlinks a:link, .searchlinks a:visited, 
.searchlinks a:active { color: #fff; border: none; }
.searchlinks a:hover {background: transparent; border-bottom: 1px solid #fff; }


.div_textbox {
	width:160px;
	background:transparent;
	clear: right;
	float:right;
	height:35px;
	padding:0;
}

.textbox {
	background-color:#eee;
	height: 16px;
	width:150px;
	font:normal 15px Arial;
	color: #666;
	padding:3px;
	border-width: 1px;
	border-style: solid;
	border-color: #BAC5DF;
}
.textbox:focus, .textbox:hover {
	background-color:#fff;
	color:#000;
}

.button_div {
	float: right;
	height:15px;
	margin:0;
	padding:0;
}
.buttons {	
	background: #40B53B;
	color: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #BAC5DF;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
	height: 20px;
	width: 30px;
}
.buttons:active {
	background-color:#08AAE6;
	outline: none;
}

/* Image Alignment */
.image-left {background:#ddd;border: 1px solid #bbb;float:left;margin:0 15px 15px 0;padding:5px;}
.image-right {background:#ddd;border: 1px solid #bbb;float:right;margin: 0 0 15px 15px;padding:5px;}

/* Table*/

table.contact {
	border-width: 0px;
	border-spacing: 2px;
	border-style: dashed;
	border-color: gray ;
	border-collapse: separate;
	background-color: white;
}
table.contact th {
	border-width: 1px;
	padding: 1px;
	border-style: dotted;
	border-color: gray;
	background-color: white;
}
table.contact td {
	border-width: 1px;
	padding: 1px;
	border-style: dotted;
	border-color: gray ;
	background-color: white;
}

table.contactus {
	width: 100%;
}
table.contactus tr {
	text-align: left;
}
/* Definition Lists */
dl dt {
	font-weight: bold;
}
dl dd {
	/*margin: 0; Why was this here? */
}

/* Perspectives */
#perspectivesLarge {
	margin: 0;
	padding: 0;
}
#perspectivesLarge li {
	font-size: 1.5em;	
	border: 0;
	display: block;
	float: left;
	list-style: none;
	list-style-image: none;
	width: 280px;
	margin: 0 35px 0 0;	
	text-decoration: none;
	cursor: pointer;
}

#perspectivesLarge li a, #perspectivesLarge li a:link, #perspectivesLarge li a:visited, #perspectivesLarge li a:active {
	display: block;
	color: #fff;
	padding: 175px 0 10px 10px;
	border-bottom: 1px solid #8DA1D1;
}

#perspectivesLarge li.students { background: #464FB4 url(../img/perspectivesStudents.jpg) top center no-repeat; }
#perspectivesLarge li.visiting { background: #464FB4 url(../img/perspectivesVisiting.jpg) top center no-repeat; }
#perspectivesLarge li.announcements { background: #464FB4 url(../img/perspectivesAnnouncements.jpg) top center no-repeat; }
#perspectivesLarge li.announcements { margin-right: 0; }

#perspectivesLarge li a:hover {
	background: transparent;
	color: #FFDA0A;
	text-decoration: underline;
}
#perspectivesSmall {
	display: block;
	float: right;
	margin: 0;
	padding: 0;
}
#perspectivesSmall li {
	font-size: 1.4em;
	width: 310px;
	list-style: none;
	list-style-image: none;
	text-decoration: none;
	margin: 0;
}

#perspectivesSmall li a, #perspectivesSmall li a:link, #perspectivesSmall li a:visited, #perspectivesSmall li a:active {
	display: block;
	color: #fff;
	border: 0;
	cursor: pointer;
	padding: 65px 0 2px 5px;
	line-height: 21px;
	border-bottom: 1px solid #8DA1D1;
}
#perspectivesSmall li.alumni { margin-bottom: 25px; background: #464FB4 url(../img/perspectivesAlumni.jpg) top center no-repeat; }
#perspectivesSmall li.faculty { background: #464FB4 url(../img/perspectivesFaculty.jpg) top center no-repeat; }

#perspectivesSmall li a:hover {
	background: transparent;
	color: #FFDA0A;
	text-decoration: underline;
}

/* Front page Columns */
#column-spotlight {
	float: left;
	width: 250px;
	margin: 0 25px 0 0;
}
#column-news {
	float: right;
	width: 325px;	
}
#column-news ul {
	list-style: square;
	padding: 0;
	line-height: 1.6em;
}
#column-events {
	float: left;
	width: 275px;
	background: #FFFFAA;
	margin: 0;
	padding: 0 10px;
}
#column-current {
	float: left;
	width: 275px;
	margin: 0;
	padding: 0 10px;
}
.yellowbox {
	float: right;
	width: 255px;
	background: #FFFFAA;	
	margin: 0;
	padding: 0 10px;
	margin-bottom: 20px;
}


/* Action Links */
#actionLinks {
	margin: 0;
	padding: 0;
}
#actionLinks li {
	margin-bottom: 0;
}
#actionLinks li,#actionLinks li a, #actionLinks li a:link, #actionLinks li a:visited, #actionLinks li a:active {
	color: #353B86;
	background: #fff url(../img/ql-bg.gif) 0 0 no-repeat;
	border: 0;
	display: block;
	float: left;
	list-style: none;
	list-style-image: none;
	padding: 0;
	width: 280px;
	height: 68px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
#actionLinks img { float: right; }
#actionLinks span { 
	font-size: 1.6em; 
	font-family: Arial, sans-serif; 
	line-height: 1.2em;
	float: left;
	padding: 0;
	margin: 20px auto 0 auto;
	width: 100%;
	height: auto;
	}
#actionLinks small {
	color: #999;
}
#actionLinks li a:hover {
	background: #fff url(../img/ql-bg.gif) 0 -68px no-repeat;
	color: #fff;
	text-decoration: underline;
	border: 0;
}

	
/* RSS NEWS */
.datebox {
	background: transparent url(../img/bg-date.gif) top center no-repeat;
	color: #999;
	float: left;
	font-weight: bold;
	height: 51px;
	line-height: 1.2em;
	margin-right: 10px;
	text-align: center;
	text-transform: uppercase;
	width: 37px;
}
.datebox small { color: #888; }
.datebox big { color: #666; }
.datelist {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;	
}
.datelist li {
	color: #444;
	border: 0;
	display: block;
	height: auto;
	line-height: 1.3em;
	padding: 0;
	margin: 0 0 1em 0;
}

.morenews {
	display: block; 
	border: 1px solid #ddd;
	text-align: center;
}
.morenews a, .morenews a:link, .morenews a:visited, .morenews a:active {
	display: block;
	border: 0;
}

table.faculty td{
	border: 0;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #1C2D7D;
	padding: 5px;
	opacity: 0.9;
}
#tooltip h3, #tooltip div { 
	margin: 0;
	border: 0;
	color: #fff;
	width: 400px;
	font-size: 1em;
}

.cloud {
	margin-top: 14px;
	margin-left: 5px;
}

.btn-contactus {	
	font-size: 20px; 
	text-align: center; 
}

.btn-contactus a{
	text-decoration: none;
	color: #fff;
	border: 2px solid #64a91b;
	background: #85c93d;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	line-height: 40px;
	padding: 5px 10px;
	font-weight: bold;
}
.btn-contactus a:hover{
	color: #fff;
	border: 2px solid #476E1E;
	background: #64a91b;
}

/* Hacks */

/* for Internet Explorer 6 */
/*\*/
* html #canvas {
	height: 100%;
}


