/* SBA home page only */

/* CSS Document */

div.address {
/*	hide this for now */
	display: none;
}

body#home {
	width: 59.375em;
	margin: auto;
	background-color: #FFFFFF;
	font-size: 100%;
	font-family: Verdana, Geneva, sans-serif;
}

div#main {
	position: relative;
	margin: 0;
	min-height: 0;
}

div#header {
	position: relative;
	margin-top: 1.5625em;
}

/*	changing styles to coincide with no interior design changes -sonhoang 6-4-09 */
form#search {
	position: absolute;
	top: .875em;
	right: 1em;
	top: -1.4375em;
	right:.125em;
	margin: 0;
	border: thin solid #CCCCCC;
}

form#search input {
	margin: 0;
	font-size: 87.5%;
	color: #636467;
/*	too wide -sonhoang 6/11/09 */
	width: 13em;
	border: none;
	padding-left: 2.72em;
	background-color: #f2f2f2;
	background-image: url(http://www.sandiego.edu/business/images/template/search_bg.png);
	background-position: left center;
	background-repeat: no-repeat;
}

img.main, img.logobar {
	width: 59.375em;
	height: auto;
}

img.main {
	display: block;
	height: 36.75em;
}

img.logobar {
	position: absolute;
	top: 0;
	left: 0;
}

/*	img is temporarily defunct -sonhoang 3/23/2010

img.award {
	position:absolute;
	top: .5em;
	right: .5em;
	width: 4.6875em;
	height: 4.3125em;
}

*/

div#storybox {
	position: absolute;
	bottom: 0em;
	background-color:black;
	opacity: .85;
	width: 54.375em;
	min-height:4.25em;
	padding-left: 2.5em;
	padding-right: 2.5em;
	padding-top: .5625em;
	padding-bottom: .5625em;
}

div#header h1 {
	position: static;
	text-transform: none;
	letter-spacing: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #ca6c18;
	font-size: 180%;
	margin: 0;
	padding: 0;
}

div#storybox p {
	color: #ffffff;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 84.375%;
	margin: 0;
	margin-top: .5em;
}

span.storymore a {
	color: #ca6c18;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:90%;
}

/* @group Areas */

div#areas {
	position: absolute;
	top: -1.5625em;
	left:0;
	margin: 0;
	width: auto;
}
ul.choices {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 71%;
}

ul.choices a {
	color: #002868;
	text-decoration: none;
}

ul.choices > li > a:hover {
	color: #207bc1;
	text-decoration: underline;
}

ul.choices > li {
	display: block;
	float: left;
	position: relative;
	padding-left: 1.25em;
	padding-right: 1.25em;
	line-height: 2.2em;
	background-color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
}


/*	commented out to test usability -sonhoang 6-11-09
ul.choices > li+li {
	background-image:url(/business/images/template/menu-fade.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}
*/

ul.choices > li:hover {
	background-image:url(/business/images/template/menu-fade.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

ul.choices li {
	list-style-type: none;
}

ul.choices > li > ul {
	display: none;
	position: absolute;
	background-color: #ffffff;
	text-align: left;
	list-style-type: none;
	z-index:5;
	padding: 0;
	margin: 0;
	font-size: 125%;
	padding: 0;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-left: -1em;
	width: 17em;
	text-transform: none;
	font-weight:normal;
	opacity: .92;
	border: thin #ccc solid;
	border-top: none;
}

ul.choices > li > ul > li > a {
	padding-left: 1em;
	display: block;
}

ul.choices > li > ul > li > a:hover {
	color: white;
}

ul.choices > li > ul > li:hover {
	background-color: #002868;
}

ul.choices li:hover ul {
	display: block;
}

/* @group Horizontal Menu */

ul.choices > li > ul.horizontal > li:hover {
/* removes style used for other list items */
	background-color: #ffffff;
}

ul.choices > li > ul.horizontal > li > a:hover {
	color: #207bc1;
}

ul.horizontal > li > a {
	text-transform: uppercase;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	color: #207bc1;
}

/*	heights had 2em added for li and li+li due to new menu item -sonhoang 11/10/09 */
ul.horizontal > li {
	height: 25em;
}

ul.horizontal li ul {
	padding-left: 0;
	line-height: normal;
}


ul.horizontal > li > ul li a {
	padding-left: 0;
	display: block;
}

ul.horizontal > li > ul li a:hover {
	color:#ffffff;
	background-color: #002868;
}

ul.horizontal > li > ul > li {
	padding-top: 1em;
}

ul.horizontal > li > ul > li > a {
	padding-left: 1em;
}

ul.horizontal > li > ul > li > ul {
	padding-top: .5em;
}

ul.horizontal > li > ul > li > ul > li > a {
	padding-left: 2em;
}

ul.horizontal > li+li {
	position: absolute;
	left: 16.5em;
	top: 0;
	background-color: white;
	padding-top: 1em;
	padding-bottom: 1em;
	width: 18em;
	border: thin #ccc solid;
	border-top: none;
}

ul.horizontal > li+li > ul > li > ul {
	padding-bottom: 1em;
}

ul.horizontal > li+li > ul > li+li {
	padding-top: 0;
}

/* @endgroup */

div.right_shadow {
	background-image: url(http://www.sandiego.edu/business/images/template/home-bg-right.png);
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: -1.25em;
	width: 1.25em;
	height: 36.75em;
}

/* @group Footer */

div#footer {
	padding-top: .5em;
	background-image: url(http://www.sandiego.edu/business/images/template/home-bg-bottom.png);
	background-position: top right;
	background-repeat: no-repeat;
}

div#footer p.links {
	margin: 0;
/* for resolutions that cannot load the entire page in one screen-length -sonhoang 7/16/09 */
	margin-bottom: 1em;
	text-align: center;
	font-size: 75%;
}

div#footer a {
	text-decoration: none;
	color: #636467;
}

/* @endgroup */

/* @group Rankings */
/*	added to replace img.award -sonhoang 3/23/2010 */

ul.rankings {
	padding: 0;
	margin: 0;
	margin-top: 1.5em;
	margin-left: 13em;
	height: 11em;
}

ul.rankings li {
	list-style-type: none;
	text-align: center;
	display: block;
	float: left;
	margin: .5em;
}

ul.rankings li img {
	height: 5em;
	width: auto;
}

ul.rankings li h2 {
	font-weight: bold;
	font-size: 100%;
	text-transform: uppercase;
	color: #c16c23;
	margin: 0;
}

ul.rankings li p {
	font-size: 62.5%;
	font-style: italic;
	margin: 0;
}
/* @endgroup */

/* @group Emergency Alert Bar */
div#emergency-wrapper div.emergency {
	width: 59.375em;	
}
/* @endgroup */

