/* @override http://www.sandiego.edu/css/custom.css */

div.leftsubtitle {
	background-color: #83A5C3;
	height: 50px;
	width: 213px;
	float: left;
	border-left-width: 1px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
}

div.middlesubtitle {
	background-color: #83A5C3;
	height: 50px;
	width: 465px;
	border-left-width: 1px;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-right-width: 1px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	float: left;
	text-align: right;
}


h3, h4, h5, h6 {
	font-size: 11px;
	font-style: italic;
	margin-top: 1em;
	margin-bottom: -1px;
}

h4 {
	font-weight: normal;
}

h5 {
	font-style: normal;
	font-weight: normal;
}

h6 {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}

/* because pint made the main headline an h4 */

h1.overalltitle, h4.overalltitle {
	color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	font-size: 24px;
	margin-bottom: -9px;
	font-style: normal;
	font-weight: bold;
}

div.rightsubtitle {
	background-color: #83A5C3;
	height: 50px;
	width: 78px;
	float: left;
}

a.tertnav {
	font-weight: bold;
}

p.tertnav {
	margin-top: 0;
}

/* what is that? Is that a typo? */
/* p.#content { */
p.content {
        font-family: arial, helvetica, san-serif;
        font-size: small;
}

a.logoutlink {
	font-weight: bold;
}

ul.tertnav2 ul {
	font-size: 10px;
	font-family: arial, helvetica, sans-serif;
	color: #779cbd;
	text-decoration: none;
	font-weight: normal;
	line-height: 1.0;
	margin-left: 10px;
}

ul.tertnav2 ul a {
	color: #074b88;
}
ul.tertnav2 ul a:active {
	color: #bd6c5a;
}
ul.tertnav2 ul a:visited {
	color: #074b88;
}
ul.tertnav2 ul a:hover {
	color: #bd6c5a;
}

ul.tertnav4 {
	list-style-type: square;
}

blink {
	text-decoration: none;
}

table.headshots {
	float: right;
	margin-left: 0;
	margin-right: 0;
}


div.footer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	margin-top: 1px;
}

div.footer div.bug {
	position: absolute;
	top: 0;
	left: 28px;
	width: 159px;
}

div.footer div.links {
	position: absolute;
	left: 216px;
	width: 465px;
	padding: 5px;
}

.itemIcon {
	float:right;
	max-width:150px;
	padding: 5px;
	display: none;
}

/* new subnav Thursday October 11 2007 --jerry */

div.subnav ul {
	list-style: none;
	margin-left: 0;
	margin-top: 0;
}

div.subnav ul ul {
	padding-left: 2.5em;
	font-size:10px;
	margin-top: 6px;
	list-style-type:disc;
}

div.subnav li {
	font-weight: normal;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	color: #779cbd;
	text-decoration: none;
	line-height: 1.0;
	padding-bottom: 4px;
}

div.subnav ul a {
	font-weight: bold;
	color: #074b88;
}

div.subnav li.currentnav {
	font-weight: bold;
}

div.subnav span.title {
	font-weight: bold;
	color:  #c18375;
}

li.tertnav span.title {
	color: #83A5C3;
}

/* pull down menu */
ul#collegeSchools {
	background-color: #D4D0C8;
	font-size: 10px;
	padding-top: 3px;
	padding-bottom: 2px;
	position: relative;
}
ul#collegeSchools li {
	white-space: nowrap;
	margin: 0;
	padding: 0;
}
ul#collegeSchools ul {
	display: none;
	margin: 0;
	padding: 0;
}
ul#collegeSchools:hover ul {
	display: block;
	position: absolute;
	top: 14px;
	right: 5px;
	background-color: #D4D0C8;
	border-width: 1px;
	border-color: black;
	border-style: solid;
	padding: 3px;
}
ul#collegeSchools ul li {
	margin-bottom: 2px;
	width: 180px;
}

/* @group Forms */
textarea.wide {
	width: 100%;
}

/* @end */

/* @group Google Search */
input.googlesearch {
	background: url('/images/H_google_usd.png') no-repeat;
	opacity: .6;
}
input.googlegone {
	background:none;
}


/* @end */


