@charset "utf-8";
/* CSS Document */

/* @group Common */

a {
	text-decoration: none;
}

a img {
	border: none;
}

p, h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	padding: 0;
	margin: 0;
}

ul.global, ul.choices, div#footer ul, ul.communication, div.social ul, div.main_content div.pagenews ul {
	margin: 0;
	padding: 0;
}

ul.global li, ul.choices li, div#footer ul li, ul.communication li, div#social ul li, div.main_content div.pagenews ul li {
	list-style-type: none;
}

/* used to allow parent containing DIV to adjust height to tallest floated element if no element comes after it */
div.clear {
	clear: both;
}

/* @endgroup */

/* @group Content Template Body */

body#content {
	margin: 0;
	font-size: 100%;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #f2f2f2;
	padding-top: .5em;
}

/* @group Header */

div.structure, div.quicklinks {
	width: 60.625em;
	margin: auto;
	padding-top: .875em;
	padding-left: 1.125em;
	padding-right: 1.125em;
	padding-bottom: 1.625em;
}

div.structure {
	position: relative;
	background-color: #ffffff;
	margin-bottom: 1.875em;
}

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

ul.global li {
	display: inline;
	font-size: 62.5%; 
	line-height: 3.6em;
	padding-right: .5em;
	text-transform: uppercase;
	margin: 0;
}

ul.global li+li {
	border-left: thin solid #5a5a5a;
	padding-left: .75em;
}

ul.global li a {
	color: #5a5a5a;
}

ul.global li a:hover {
	text-decoration: underline;
}

form#search {
	position: absolute;
	top: .875em;
	right: 1em;
}

form#search input {
	font-size: 87.5%;
	color: #636467;
	width: 18em;
	border: none;
	padding-top: .25em;
	padding-left: 2.72em;
	padding-bottom: .25em;
	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.banner {
	display: block;
	width: 60.625em;
	height: 6.75em;
}


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

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

*/

/* @endgroup */

div#main {
	margin-top: 1.875em;
	position: relative;
}

/* @group Main Content Area */

div.content {
	width: 44.375em;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
}

p.breadcrumb {
	font-size: 68.75%;
	margin-bottom: 1.36em;
}

p.breadcrumb a {
	color: #5a5a5a;
}

p.breadcrumb a:hover {
	text-decoration: underline;
}

div.section {
	position: relative;
	margin-right: -1.125em;
	margin-bottom: .9375em;
}

div.section h2 {
	font-size: 150%;
	font-variant: small-caps;
	color: #9c9c9c;
	width: 24em;
}

p.apply {
	position: absolute;
	top: 0;
/*	necessary to use pixel here since background image does not stretch */
	right: -10px;
	width: 9.75em;
	line-height: 2.125em;
	padding-bottom: .5625em;
	text-align: center;
	background-image: url(http://www.sandiego.edu/business/images/template/apply_bg.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #207bc1;
}

p.apply a {
	color: #ffffff;
}

p.apply a:hover {
	text-decoration: underline;
}

h1.title {
	font-size: 162.5%;
	color: #207bc1;
	margin-bottom: 1em;
}

div.main_content {
	position: relative;
}

/* @group News and Events */

/*	all em values recalculated due to new parent font-size -sonhoang -5-18-2010 */
div.pagenews {
	float: right;
	width: 17.33em;
	border-top: thin solid #b7b7b7;
	border-bottom: thin solid #b7b7b7;
	margin-left: .83em;
	margin-bottom: 1.15em;
	padding-left: 1.25em;
}

div.main_content div.pagenews h2 {
	color: #ca6c18;
	font-variant: small-caps;
	font-size: 116%;
	margin-top: 1em;
	margin-bottom: 1em;
}

div.main_content div.pagenews ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #707070;
	margin-bottom: 1.5em;
	line-height: 1.5em;
	padding-left: 0;
}

div.main_content div.pagenews ul li a {
	color: #555555;
	text-decoration: none;
}

div.main_content div.pagenews ul li a:hover {
	text-decoration: underline;
	color: #207bc1;
}

div.main_content div.pagenews ul li a:visited {
	color: #862bcc;
}

/* @endgroup */

/* @group Dual Columns */
/* added 1/27/2011 for new two column template */

div.leading, div.additional {
	width: 28.75em;
	margin-top: -2em;
	margin-bottom: 2em;
}

div.leading {
	float: left;
}

div.additional {
	float: right;
}

/* @endgroup */

/* @group Social Networking */

div#social {
	clear: both;
	border-top: thin solid #b7b7b7;
	margin-top: 3em;
	margin-bottom: 3em;
	padding-top: .75em;
}

/* @group Shared Social Styles */

ul.social {
	margin: 0;
	padding: 0;
	font-size: 87.5%;
	font-family: Verdana, Geneva, sans-serif;
}

ul.social li {
	display: inline;
}

ul.social li+li {
	margin-left: .5em;
}

ul.social li.unchosen, ul.social a {
	color: #000000;
	cursor: pointer;
}

ul.social li.chosen {
	color: #862bcc;
	text-decoration: underline;
}

ul.social img {
	width: 1.143em;
	height: 1.143em;
	margin-right: .43em;
}

ul.social img.bookmark {
	margin-left: .36em;
	margin-right: 0;
	width: 8.93em;
	height: 1.143em;
}

div.social_menu {
	background-color: #f2f2f2;
	border-top: thin solid #b7b7b7;
	border-bottom: thin solid #b7b7b7;
	margin-top: .875em;
	padding: .3125em;
	font-size: 75%;
	position: relative;
}

div.social_menu h5 {
	font-size: 100%;
	font-variant: small-caps;
	color: #ca6c18;
	margin-top: .417em;
	margin-bottom: .25em;
	padding-left: .417em;
	padding-bottom: .417em;
	border-bottom: thin solid #b7b7b7;
}

div.social_menu h6 {
	font-size: 100%;
	margin-top: .25em;
	margin-bottom: .25em;
}

div.social_menu a {
	color: #555555;
	margin-left: 1em;
	font-family: Verdana, Geneva, sans-serif;
}

div.social_menu ul {
	padding: 0;
	margin: 0;
}

/* @endgroup */

/* @group Blog, LinkedIn Menus */

div#blog div.social_menu ul,
div#linkedin div.social_menu ul {
	margin-top: .5em;
}

/* @endgroup */

/* @group Facebook Menu */

div#facebook div div {
	margin-left: .3125em;
	margin-bottom: 1em;
}

div#facebook div.pages {
	width: 45%;
	float: left;
}

div#facebook div.social_menu div.groups {
	width: 45%;
	float: right;
}

div#facebook div.social_menu ul li {
	display: block;
	margin: 0;
}

/* @endgroup */

/* @endgroup */

/* @group Areas */

div#areas {
	width: 17.83em;
	float: left;
	font-size: 75%;
}

div#areas ul {
	padding: 0;
	margin: 0;
}

div#areas ul.choices {
	padding-left: 1em;
}

ul.choices > li {
	padding-bottom: .75em;
	text-transform: uppercase;
	position: relative;
}

ul.choices > li+li {
	padding-top: .75em;
}

ul.choices li a {
	color: #000000;
}

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

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


ul.choices > li+li:hover {
	background-image: url(http://www.sandiego.edu/business/images/template/menu_underline.png);
	background-position: bottom;
	background-repeat: repeat-x;
}


ul.choices li.family:hover {
	background-image: none;
}

ul.choices > li > ul {
	display: none;
	z-index: 5;
	position: absolute;
	left: 14.5em;
	top: -1em;
	width: 20em;
	background-color: #fafafa;
	border: .1em solid #84bce8;
	opacity: .925;
}

ul.choices > li > ul > li {
	text-transform: none;
	margin: 1em;
}

/* @group Horizontal Class Menus */

/*	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+li {
	position: absolute;
	left: 18em;
	top: -1.1em;
	width: 18em;
	padding-top: 1em;
	padding-left: 1em;
	background-color: #fafafa;
	border: .1em solid #84bce8;
	height: 26em;
}

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

div#areas ul.horizontal > li > ul {
	margin-top: 1em;
}


div#areas ul.horizontal > li > ul > li > ul {
	margin-top: .5em;
	margin-left: 1em;
	margin-bottom: .5em;
}

/* @endgroup */

/* @group Subnavigation */

ul.choices li.family {
	margin-top: .82em;
	margin-bottom: .82em;
	padding-top: 1em;
	padding-bottom: 0;
	border-top: thin solid #207bc1;
	border-bottom: thin solid #207bc1;
}

div#areas ul.choices li.family ul {
	display: block;
	position: static;
	width: auto;
	border: none;
	z-index: 0;
	background-color: #ffffff;
	border: none;
	opacity: 1;
}

ul.choices li.family ul li a, ul.orphan li.family ul li a {
	color: #636467;
}

ul.choices li.family ul li.open, ul.choices li.family ul li, ul.orphan li.family ul li {
	color: #207bc1;
}

div#areas li.family ul {
	margin-left: 0;
}

ul.choices li.family ul li {
	color: #207bc1;
	margin: 0;
}

div#areas li.open {
	margin-left: 0;
}

div#areas li.open ul {
	margin-top: 1em;
	margin-left: 1em;
}

li.family li {
	padding-bottom: 1em;
}

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

/* @group Orphan Navigation */

div#areas ul.orphan {
	margin-top: 2em;
	margin-left: 1em;
	padding: 1em;
	padding-left: .5em;
	padding-bottom: 0;
	border-top: thin solid #207bc1;
	border-bottom: thin solid #207bc1;
	background-color: #f5f5f5;
}

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

ul.orphan li.family li {
	margin-left: 0;
}

div#areas ul.orphan li.open {
	margin-left: 0;
}

div#areas ul.orphan li.family ul {
	margin-left: 0em;
}

div#areas ul.orphan li.open ul {
	margin-top: 1em;
	margin-left: 1em;
}

/* @endgroup */

/* @endgroup */

/* @endgroup */

ul.communication {
	clear: both;
	text-align: center;
}

ul.communication li {
	display: inline;
	font-size: 75%;
}

ul.communication li+li {
	padding-left: .5em;
	margin-left: .5em;
	border-left: thin solid #5a5a5a;
}

ul.communication li a {
	color: #5a5a5a;
}

ul.communication li a:hover {
	text-decoration: underline;
}

ul.communication li a span.feed {
	color: #ca6c18;
}

div.bottom_shadow {
	position: absolute;
	left: 0;
	bottom: -1.875em;
	width: 62.875em;
	height: 1.875em;
	background-image: url(http://www.sandiego.edu/business/images/template/content_bottom_shadow.png);
	background-position: top right;
	background-repeat: no-repeat;
}

/*@group Footer */

div#footer {
	background-color: #4e4e4e;
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 32em;
}

div#footer a:hover {
	text-decoration: underline;
}

div.quicklinks {
	padding-top: 1.5625em;
}

div.quicklinks h4 a {
	font-size: 75%;
	color: #ffffff;
	font-weight: bold;
}

div.quicklinks h4+h4 {
	margin-top: .25em;
}

div.quicklinks h4+h4 a {
	color: #bbbbbb;
	font-weight: normal;
}

div.quicklinks p {
	font-size: 75%;
	color: #bbbbbb;
}

div.quicklinks p a {
	color: #bbbbbb;
}

div.groups {
	position: relative;
	line-height: 1.25em;
}

div.group {
	width: auto;
	float: left;
	width: 27%;
}

div.group+div+div+div {
	width: 19%;
}

div.group h5 {
	font-size: 75%;
	text-transform: uppercase;
	margin-top: 1.75em;
}

div.group h5 a {
	color: #bbbbbb;
}

div.group li a {
	color: #ffffff;
}

div.group ul li {
	font-size: 	75%;
	text-transform: uppercase;
}

div.group ul li ul li, div.group+div+div ul li {
	text-transform: none;
	font-family: Verdana, Geneva, sans-serif;
}

div.group ul li ul li {
	font-size: 91.67%;
	margin-left: 1em;
}

div.group+div+div ul li {
	font-size: 68.75%;
}

/* @endgroup */

/* @endgroup */

/* For new departmental landing and content pages -sonhoang 9-30-2010 */
/* @group Departmental Pages */

body.dept-home img.banner {
	display: none;
}

body.department div#main {
	margin-top: 0;
}

/*	@group Subareas */

ul#subareas {
	padding: 0;
	margin: 0;
	margin-bottom: 2em;
	height: 2em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 75%;
	border-top: 1px solid #d0ced1;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
	background-color: #ececec;
	background-image: url(http://www.sandiego.edu/business/images/template/dept-home/subareas-bg.png);
	background-position: top;
	background-repeat:repeat-x;
	list-style-type: none;
}

#subareas a {
	color: #002868;
	display: block;
	padding-left: 1em;
	padding-right: 1em;

}

#subareas li {
	float: left;
	line-height: 1.5em;
	margin-left: 1em;
	margin-right: 1em;
	text-transform: uppercase;
}

#subareas > li {
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	z-index: 25;
	line-height: 2em;
}

#subareas > li:hover {
	background-color: #ffffff;
	position: relative;
	border-left: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
}

#subareas > li:hover > a {
	position: relative;
	z-index: 30;
	background-color: #ffffff;
	background-image: none;
	margin-bottom: -1px;
	padding-bottom: 1px;
}

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

#subareas li li a {
	padding-top: .25em;
	padding-bottom: .25em;
}

#subareas li li a:hover {
	color: #ffffff;
	background-color: #002868;
}

#subareas li li {
	float: none;
	text-transform: none;
	margin: 0;
	margin-top: .25em;
	margin-bottom: .25em;
}

#subareas li li a {
	padding-left: 2em;
	padding-right: 2em;
}

#subareas > li > ul {
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	left: -1.15em;
	top: 2em;
	z-index: 20;
	background-color: #ffffff;
	width: 24em;
	opacity: .95;
	border: 1px solid #808080;
	padding-top: 1em;
	padding-bottom: 1em;
	list-style-type: none;
}

#subareas > li:hover > ul {
	display: block;
}

#subareas ul ul {
	display: none;
}

/* styles for li's that aren't a link -sonhoang 10-14-2010 */
#subareas li.open {
	padding-left: 2em;
	color: #5f5d60;
	font-style: italic;
}

/* @endgroup */


/* @group Featured Area */

div#featured {
	font-family: Arial, Helvetica, sans-serif;
}

ul#toc {
	width: 9.625em;
	float: right;
	margin: 0;
	list-style-type: none;
}

#toc li, #toc img {
	height: 6.25em;
	width: 8.875em;
	display: block;
}

#toc img {
	border: .2em solid #ffffff;
}

#toc li {
	margin-left: .375em;
	margin-top: .375em;
}

ul#stories {
	padding: 0;
	margin: 0;
	width: 50em;
	position: relative;
	list-style-type: none;
}

#stories li {
	width: 50em;
	height: 26.875em;
	position: relative;
}

#stories img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	width: 35.75em;
	height: 26.875em;
}

div.caption {
	position: absolute;
	z-index: 10;
	background-color: #ffffff;
	line-height: 1.25em;
	padding: .625em;
	width: 13em;
	right: 0;
	top: 0;
	height: 25.75em;
}

div.caption h2, div.caption h2 a {
	color: #ffffff;
	display: block;
}

div.caption h2 {
	font-size: 125%;
	position: absolute;
	top: 16em;
	right: .7em;
	width: 30em;
	padding-left: .5em;
	padding-right: .5em;
	line-height: 2em;
	background-color: #324d84;
	text-shadow: .1em .1em .1em #000000;
}

div.caption p {
	position: absolute;
	bottom: 9em;
	color: #5f5d60;
	font-size: 87.5%;
	padding-left: 1em;
	padding-right: 1em;
}

div.caption p a {
	color: #207bc1;
	text-decoration: underline;
}

div.caption p span a {
	display: block;
	text-transform: uppercase;
	font-size: 75%;
	font-weight: bold;
	text-decoration: none;
}

/* @endgroup */

p.tagline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 125%;
	font-style: italic;
	text-align: center;
	margin-top: 1.5em;
	margin-bottom: 0;
	line-height: 2em;
	border-top: thin solid #cbcbcb;
	border-bottom: thin solid #ebebeb;
	color: #909090;
}

/* @group Social */

body.dept-home div#social {
	margin-top: .5em;
	margin-bottom: 1.5em;
	border-top: none;
}

body.dept-home #main ul.social {
	text-align: center;
}

body.dept-home div.social_menu {
	margin-left: 9em;
	margin-right: 9em;
}

body.dept-home #linkedin li {
	line-height: 1.5em;
}

/* @endgroup */

/* @group Departmental Home B -added 1/24/2011 for new template */

div#copy {
	margin-top: 1.625em;
}

div#copy a:hover {
	text-decoration: underline;
}

div#copy h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5f5d60;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: .75em;
}

div#copy ul, div#copy li {
	margin: 0;
	padding: 0;
}

div#copy li {
	color: #707070;
	list-style-type: none;
	font-size: 75%;
	margin-bottom: 1em;
}

div#copy li a {
	color: #207bc1;
	text-transform: uppercase;
}

div#copy li a:visited {
	color: #862bcc;
}

div.introduction {
	float: left;
	width: 35.75em;
	padding-top: 1em;
	margin-bottom: 3.75em;
}

p#lead {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #636363;
	line-height: 1.625em;
	margin-bottom: 2em;
}

div.related {
	float: left;
	width: 33em;
	padding: 1.25em;
	padding-top: .5em;
	padding-bottom: .5em;
	background-color: #ebebeb;
	border: .125em solid #d9d9d9;
}

div.related div {
	width: 50%;
}

div.top_links {
	float: left;
}

div.program_links {
	float: right;
}

div#modules {
	float: right;
	width: 22.125em;
	padding-left: 1.375em;
	padding-top: 1em;
	padding-bottom: 1.5em;
	margin-bottom: 3.75em;
	border-left: .1em solid #959595;
}

body.dept-home div.pagenews {
	float: none;
	border: none;
	width: auto;
	margin: 0;
	padding: 0;
}

body.dept-home p.more {
	font-weight: bold;
	font-size: 62.5%;
	text-transform: uppercase;
	margin-top: 2.4em;
}

body.dept-home p.more a {
	color: #555555;
}

body.dept-home p.more a img {
	margin-left: .5em;
}

p.dept_contact {
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
	color: #898989;
	font-size: .75em;
	font-style: normal;
	line-height: 3.33em;
	margin-top: 0;
}

p.dept_contact strong {
	font-weight: normal;
	color: #5f5d60;
}

p.dept_contact a {
	color: #207bc1;
	text-decoration: underline;
}

span.more_contact {
	margin-left: 1em;
	padding-left: 1em;
	border-left: .1em solid #898989;
}

/* @endgroup */

/* @group Navigation */

ul.navigation, ul.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.navigation {
	width: 17.83em;
	float: left;
	font-size: 75%;
	color: #207bc1;
	text-transform: uppercase;
}

ul.navigation a {
	color: #000000;
}

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

ul.navigation ul {
	border-top: thin solid #207bc1;
	border-bottom: thin solid #207bc1;
	padding-top: 1.5em;
	padding-bottom: .5em;
	margin-top: 1.5em;
	text-transform: none;
}

ul.navigation li.open li {
	margin-bottom: 1em;
}

/* @endgroup */

/* @endgroup */

/* @group Misc */

/* login forms from single sign-on */
span.username, span.password {
	white-space: nowrap;
}

/* @endgroup */

