@charset "utf-8";
body  {
	background: #FFFFFF; 
	 /* background: #959595; */ 
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/bgaSingle.gif);
	background-repeat: repeat-x;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
html, body, form, fieldset {
	margin: 0;
	padding: 0;

}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin: 0;
	padding: 0;
}
.thrColFixHdr #container {
	width: 100%;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	 /* background-image: url(http://www.sandiego.edu/insideusd/new09/images/containersingleabg.gif); */
	
	border-style:solid;
border-width:0px;
border-color:white;	
	
} 
.thrColFixHdr #header {
	background-image: url(http://www.sandiego.edu/insideusd/new09/images/headerbga.gif);
	background-repeat: no-repeat;
	background-color: #003D7E;
	
		border-style:solid;
	border-width:0px;
border-color:blue;
	
	
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 201px;
	
	margin-top: 0px;
	background-color: #616261;
	padding-top: 0px;
	
border-style:solid;
border-width:0px;
border-color:red;
	
	
	
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* padding keeps the content of the div away from the edges */
	padding-top: 20px;
	padding-bottom: 20px;
	
	border-style:solid;
			border-width:0px;
border-color:green;
	
	
	
	
}
.thrColFixHdr #mainContent {
	margin-top: -3px;
	margin-right: 100px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-size: 12px;
	line-height: 15px;
	
	border-style:solid;
				border-width:0px;
border-color:red;
	
	
	
	
} 
.thrColFixHdr #mainContent p {

	padding-bottom: 8px;
}
.thrColFixHdr #mainContent ul {

	margin-left: 15px;
	padding-bottom: 5px;
}
.thrColFixHdr #mainContent li {

	padding-bottom: 5px;
}
.thrColFixHdr #mainContent img {
	padding: 2px;
	float: right;
	margin-left: 10px;
	border: 1px solid #006699;
}
.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font-size: 7pt;
	font-weight: bold;
	text-align: center;
	line-height: 10pt;
	color: #626262;
	
	border-style:solid;
					border-width:0px;
border-color:green;
	
	
	
	
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.featurestory {
	clear: both;
	margin-top: -4px;
	height: 330px;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	font-weight: bold;

	
	
	
	

}
.thrColFixHdr #container #header .featurestory img {
	width: 940px;
	border: 10px solid #FFFFFF;
}
/* Top Bar */

#header-top {
	height: 29px;
	width: 480px;
	position: relative;
	background-image: url(http://www.sandiego.edu/insideusd/new09/images/head_tl_bg.gif);
	background-repeat: no-repeat;
	float: right;
	
		
		border-style:solid;
		border-width:0px;
border-color:green;
	
	
	
	
}
#header-top ul {
	list-style: none;
	float: left;
}
#header-top li {
	float: left;
	height: 29px;
	background-repeat: repeat-x;
	padding-left: 16px;
}
#header-top li a {
	line-height: 24px;
	text-decoration: none;

	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}
#header-top li a:hover {
	text-decoration: underline;
}
#searchbar {
	float: right;
	width: 480px;
	display: block;
	margin-top: 40px;
	vertical-align: top;
	margin-bottom: 40px;
}
#searchbar #menuleft {
	float: left;
	text-align: left;
}
#searchbar #searchright {
	float: right;
	width: 260px;
	clear: none;
}
#searchbar .inputbox {
	border:1px solid black;
	font-size: 11px;
	height: 15px;
}
#searchbar .schools {
	font-weight: normal;
	width: 215px;
	font-size: 11px;
	border: 1px solid black;
	line-height: 15px;
}
#head-wrapper #head-nav {
	clear: both;
}
table.nav {
	width: 760px;
	padding: 0;
	margin: 0;
	border-spacing: 0;
	border-collapse: collapse;
	
		
		border-style:solid;
		border-width:0px;
border-color:red;
	
	
	
}
table.nav td {
	padding: 0;
	margin: 0;
}
td#about {
	width: 104px;
}
td#admissions {
	width: 110px;
}
td#academics {
	width: 106px;
}
td#news {
	width: 126px;
}
td#administration {
	width: 135px;
}
td#athletics {
	width: 99px;
}
td#giving {
	width: 80px;
}
ul.mainmenu, ul.mainmenu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.mainmenu {
	position: relative;
	z-index: 20;
}
ul.mainmenu ul {
	display: none;
}
ul.mainmenu:hover ul, div#head-nav li.showme ul {
	display: block;
	position: absolute;
	left: 0px;
	top: 20px;
	width: 200px;
	background-color:#ffffff;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	border-left: 1px solid #e8e8e8;
}

ul.mainmenu a {

	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #00508c;
}
ul.mainmenu ul li {
	padding-left: 10px;
}
ul.mainmenu ul li a {
	width: 190px;
	display: block;
	padding-top: 8px;
	padding-bottom: 0px;
}
ul.mainmenu li:hover {
	background: url(http://www.sandiego.edu/images//home/menu_bg.gif) no-repeat;
	background-position: center;
	display: block;
	/*	background-color: #74bde8;*/
}

ul.mainmenu li a:hover {
	color: white;
}
.thrColFixHdr #container #header .featurestory .title {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 15px;
	margin-left: 15px;
	

	
	
}
.thrColFixHdr #container #sidebar2 h2 {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #003D7E;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 15px;
	color: #FFFFFF;
	display: inline;
	margin-bottom: 5px;
	margin-top: 10px;
}
.thrColFixHdr #container #sidebar1 h2 {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #D3853C;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 15px;
	margin-top: 15px;
	color: #FFFFFF;
	display: inline;
}
.thrColFixHdr #container #sidebar1 h3 {
	font-size: 9pt;
	font-weight: 700;
	color: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
}
.thrColFixHdr #container #sidebar2 h3 {
	font-size: 9pt;
	font-weight: 700;
	color: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: -15px;
}
.thrColFixHdr #container #sidebar1 a {
	color: #FFFFFF;
	text-decoration: none;
}
.thrColFixHdr #container #sidebar2 a {
	color: #FFFFFF;
	text-decoration: none;
}
.thrColFixHdr #container #sidebar2 p {
	font-size: 9pt;
	line-height: 12pt;
	padding-right: 15px;
	padding-left: 15px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
.thrColFixHdr #container #sidebar1 p {
	font-size: 9pt;
	line-height: 12pt;
	padding-right: 15px;
	padding-left: 15px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
.thrColFixHdr #container #mainContent a {
	text-decoration: none;
}
.thrColFixHdr #container #mainContent h1 {
	text-transform: uppercase;
	color: #003D7E;
	font-weight: 900;
	font-size: 20px;
	letter-spacing: .1em;
	margin-bottom: 15px;
}
#head-wrapper {
	width: 760px;
	padding: 0px;
	background-position: top;
	margin-left: 200px;
	
			
			border-style:solid;
			border-width:0px;
border-color:red;
	
	
	
	
}
.thrColFixHdr #container #mainContent h2 {
	font-size: 12pt;
	line-height: 15pt;
	color: #3A89C7;
	font-weight: bold;
	margin-bottom: 3px;
}
#toc {
	color: #002B45;
	font-size: 12px;
	line-height: 15px;
	height: 50px;
	


}
#toc img {
	padding: 2px;
	margin-right: 5px;
	border: 1px solid #3A89C7;
}



.thrColFixHdr #container #sidebar1 { 
 }


.thrColFixHdr #container #sidebar1 li {
border-top: solid 1px white; 
border-bottom: solid 1px white; 
	list-style-type: none;
}


.thrColFixHdr #container #sidebar1 li a:link {
/*	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;*/
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 9pt;
	line-height: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	display: block;

}

.thrColFixHdr #container #sidebar1 li a:visited {
/*	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;*/
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 9pt;
	line-height: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	background-color: #616261;

}
.thrColFixHdr #container #sidebar1 li a:hover {
/*	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;*/
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 9pt;
	line-height: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	background-color: #79BDE9;

}

.thrColFixHdr #container #sidebar2 li {
	list-style-type: none;

}
.thrColFixHdr #container #sidebar2 li a:link {
	font-weight: bold;
	color: #FFFFFF;
	list-style-type: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 10pt;
	line-height: 12pt;
}
.thrColFixHdr #container #sidebar2 li a:link {
	font-weight: bold;
	color: #FFFFFF;
	list-style-type: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 9pt;
	line-height: 12pt;
}
.thrColFixHdr #container #sidebar2 li a:hover {
	font-weight: bold;
	color: #FFFFFF;
	list-style-type: none;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	font-size: 10pt;
	line-height: 12pt;
	background-color: #616261;
}
.thrColFixHdr #container #sidebar2 ul {
	
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	
}
.thrColFixHdr #container #sidebar1 ul {

	margin-bottom: 15px;
}
.thrColFixHdr #container #sidebar2 ul {
	margin-bottom: 15px;
}
#newsholder img {

	float: right;
	margin-left: 5px;
	margin-right: 15px;
		margin-top: 15px;

} 
.thrColFixHdr #container #header .featurestory #USDFeatured	 {
	font-size: 36px;
	font-weight: bold;
	margin-top: 0px;
}
#USDFeatured h3 {
	font-size: 10px;
	font-weight: bold;
}
#USDFeatured #element2 p {
	font-size: 24px;
	font-weight: bold;
}
.thrColFixHdr #container #header .featurestory #USDFeatured #element1 p {
	font-size: 36px;
	font-weight: bold;
}
#mainContent div a {
	color: #003D7E;
}

