/*-------------------------------------------------------------------------+
| Goizueta Business School - Default Style Sheet                           |
| By: Joseph Reiter                                                        |
+--------------------------------------------------------------------------+
| *** Copyright (c) 2007 ***                                               |
|                                                                          |
| Goizueta Business School at Emory University and others (noted below).   |
| All Rights Reserved.  Please see the following web site for information: |
|                                                                          |
|   - http://www.emory.edu/copyright.cfm                                   |
|                                                                          |
| This web site uses an IE behavior (.htc file) to correct the handling of |
| the :hover selector in versions of IE prior to 7.  The behavior is       |
| copyrighted and licensed as follows:                                     |
|                                                                          |
| Whatever:hover - V2.02.060206 - hover, active, and focus                 |
| -----------------------------------------------------------              |
| (c) 2005 - Peter Nederlof                                                |
|     Download: http://www.xs4all.nl/~peterned/                            |
|     License:  http://creativecommons.org/licenses/LGPL/2.1/              |
|                                                                          |
| Whatever:hover is free software; you can redistribute it and/or modify   |
| it under the terms of the GNU Lesser General Public License as published |
| by the Free Software Foundation; either version 2.1 of the License, or   |
| (at your option) any later version.                                      |
|                                                                          |
| Whatever:hover is distributed in the hope that it will be useful, but    |
| WITHOUT ANY WARRANTY; without even the implied warranty of               |
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser  |
| General Public License for more details.                                 |
+--------------------------------------------------------------------------+
| *** SITE REQUIREMENTS ***                                                |
|                                                                          |
| * WEB BROWSERS *                                                         |
| This web site is designed to display properly in the following web       |
| browsers:                                                                |
|                                                                          |
|   - Internet Explorer v6.0 and higher browsers                           |
|   - Mozilla Firefox / Gecko-based browsers                               |
|   - Safari / WebKit-based browsers                                       |
|   - Opera (tested on v9.1, results on older versions may vary)           |
|                                                                          |
| While the the site may not display properly on other / older browsers,   |
| it will still be functional, though visual formatting will be, to        |
| varying extents, of lesser quality.                                      |
|                                                                          |
| * OPERATING SYSTEMS *                                                    |
| While this web site should function on any platform, it was tested and   |
| known to function properly on the following operating systems:           |
|                                                                          |
|   - Microsoft Windows XP and higher                                      |
|   - Apple Mac OS X, v10.4.x and higher (PPC and Intel versions)          |
+-------------------------------------------------------------------------*/


/*-------------------------------------------------------------------------+
| WEB BROWSER DISPLAY SCREEN STYLES                                        |
+-------------------------------------------------------------------------*/

/*	Hide print logo from older web browsers as well. */
#PrintLogo {
	display:none;
}

textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#415089;
	font-size:1em;
}

form {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.frmTxt {
	background-color:#ffffff;
	border-color:#415089;
	border-style:solid;
	border-width:1px;
	color:#415089;
	font-size:1em;
}


/*	Style sheet for modern web browsers (ignored by older browsers). */
@media screen {

	#PageContainer {
		width: 970px;
	}


	/*---------------------------------------------------------------------+
	| BEGIN: REDEFINED HTML TAGS                                           |
	+---------------------------------------------------------------------*/

	body {
		min-width: 970px;
		background-color: #ffffff;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size:62.5%;
		color: #000000;
	}

	a:link, a:visited, a:hover {
		color: #415089;
		text-decoration: none;
	}

	a:hover {
		text-decoration: underline;
	}

	p {
		margin:0em 0em 1em 0em;
	}

	/*---------------------------------------------------------------------+
	| END: REDEFINED HTML TAGS                                             |
	+---------------------------------------------------------------------*/


	/*---------------------------------------------------------------------+
	| BEGIN: HEADER CONTENT REGION                                         |
	+---------------------------------------------------------------------*/

	#HeaderGlobalNavLinks {
		float: right;
		padding-right: 15px;
		text-align: right;
		font-size:1.1em;
		overflow: hidden;
		/* The total of the following two properties must be 80px */
		margin-top: 22px;
		height: 58px;
	}
	
	#HeaderGlobalNavLinksTitle {
		float: left;
		padding-top: 8px;
		padding-bottom: 8px;
		padding-right: 13px;
		margin-right: 20px;
		border-right-style: solid;
		border-right-width: 1px;
		border-color: #415089;
		text-align: right;
		font-family: "Times New Roman", Times, serif;
		font-size: 18px;
		font-style: italic;
		font-weight: bold;
		color: #415089;
	}

	#BrandingImageContainer {
		width: 970px;
		height: 108px;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-color: #000000;
		background-repeat: no-repeat;
		overflow: hidden;
	}

	#BrandingImage {
		padding-top: 31px;
		padding-left: 410px;
		padding-right: 247px;
		text-align: right;
		font-family: "Times New Roman", Times, serif;
		font-size: 32px;
		font-style: italic;
		color: #000000;
	}

	#BrandingImage p {
		margin:0em;
	}

	/*---------------------------------------------------------------------+
	| END: HEADER CONTENT REGION                                           |
	+---------------------------------------------------------------------*/


	/*---------------------------------------------------------------------+
	| BEGIN: MAIN HORIZONTAL NAVIGATION BAR                                |
	+---------------------------------------------------------------------*/

	#MainNavBar {
		border-style: solid;
		border-top-width: 1px;
		border-bottom-width: 1px;
		border-right-width: 0px;
		border-left-width: 0px;
		border-color: #000000;
		padding-left: 9px;
		height: 26px;
		background-color: #415089;
		font-size: 12px;
		text-transform: uppercase;
		font-weight: bolder;
	}

	#MainNavBar ul {
		float: left;
		padding: 0;
		margin: 0;
		margin-botton: 5px;
		list-style: none;
	}

	#MainNavBar a {
		display: block;
		padding-right: 21px;
		padding-left: 21px;
		color: #FFFFFF;
		line-height: 2.2em;
		text-decoration: none;
	}

	#MainNavBar ul li {
		float: left;
	}

	#MainNavBar a:hover, #MainNavBar ul li:hover a, #MainNavBar ul li a:hover {
		background-color: #f9da89;
		color: #415089;
	}

	#MainNavBar ul li ul {
		position: absolute;
		left: -999em;
		font-weight: normal;
		text-transform: none;
	}

	#MainNavBar ul li ul a {
		background: #f9da89;
		color: #415089;
		white-space: nowrap;
		font-size:0.9em;
	}

	#MainNavBar ul li ul li:hover a, #MainNavBar ul li ul a:hover {
		background: #f9e6b4;
	}

	#MainNavBar ul li ul li {
		float: none; 
		min-width: 11em;
	}

	#MainNavBar ul li li ul {
		position: absolute;
		left: -999em;
		margin: -24px 0 0 99.5%;
	}
	
	#MainNavBar ul li:hover li ul {
		left: -999em;
	}

	#MainNavBar ul li:hover ul, #MainNavBar ul li li:hover ul {
		left: auto;
	}

	#MainNavBar ul li ul li ul a:hover {
		text-decoration: underline;
	}

	/*---------------------------------------------------------------------+
	| END: MAIN HORIZONTAL NAVIGATION BAR                                  |
	+---------------------------------------------------------------------*/


	/*---------------------------------------------------------------------+
	| BEGIN: CONTENT REGION                                                |
	+---------------------------------------------------------------------*/

	#ContentAreaContainer {
		text-align: left;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		border:0;
		width: 970px;
		background: url(/olc/images/EMRB/goz/Content_Area_Background.gif) repeat;
		border-top-style: solid;
		border-top-width: 4px;
		border-top-color: #415089;
	}

	#ContentAreaContainer2 {
		text-align: left;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		border:0;
		width: 500px;
		background: url(/olc/images/EMRB/goz/Content_Area_Background.gif) repeat;
		border-top-style: solid;
		border-top-width: 4px;
		border-top-color: #415089;
	}	
	
	
	#ContentArea { 
		float: left;
		width: 56%;
	}

	#Content {
		padding: 4px 15px 15px;
		font-size:1.1em;
	}
	
	#Content .ImageFloatLeft {
		float: left;
		margin-right:10px;
		margin-bottom:10px;
	}

	#Content .ImageFloatLeftWithBorder {
		float: left;
		margin-right:10px;
		margin-bottom:10px;
		border-style: solid;
		border-width: 1px;
		border-color:#006600;
	}

	#Content .ImageFloatRight {
		float: right;
		margin-left:10px;
		margin-bottom:10px;
	}

	#Content .ImageFloatRightWithBorder {
		float: right;
		margin-left:10px;
		margin-bottom:10px;
		border-style: solid;
		border-width: 1px;
		border-color:#006600;
	}

	#Content h3 {
		font-weight:bold;
		font-size:1.2em;
		text-transform: uppercase;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-color: #2a7551;
		padding-bottom: 7px;
		width: 513px;
		margin-bottom: 10px;
	}
	
	#Content h1 {
		font-weight:bold;
		font-size:1.2em;
		text-transform: uppercase;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-color: #2a7551;
		padding-bottom: 7px;
		width: 513px;
		margin-bottom: 10px;
	}
		
	#Content h5 {
		font-weight:bold;
		font-size:1.2em;
		text-transform: none;
		margin-bottom: 5px;
	}

	/*---------------------------------------------------------------------+
	| END: CONTENT REGION                                                  |
	+---------------------------------------------------------------------*/


	/*---------------------------------------------------------------------+
	| BEGIN: LEFT HAND SIDE NAVIGATION REGION                              |
	+---------------------------------------------------------------------*/

	#LeftNavContainer {
		float: left;
		width: 172px;
		border-top-style: solid;
		border-top-width: 1px;
		border-top-color: #9da1b6;
		color: #FFFFFF;
	}

	#LeftNav {
		color: #FFFFFF;
		font-size: 1.2em;
		font-weight: bold;
	}

	#LeftNav ul {
		list-style-type: none;
		border-top-style: solid;
		border-top-width: 1px;
		border-top-color: #8d96b8;
		margin-top: -1px;
		margin-left: 0px;
	}

	#LeftNav ul li {
		margin-left: -40px;
		margin-top: -1px;
		border-top-style: solid;
		border-top-width: 1px;
		border-top-color: #8d96b8;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-bottom-color: #8d96b8;
		padding-left: 3px;
		padding-top: 3px;
		padding-bottom: 3px;
		background-color: #303b65;
		list-style-image: url(/olc/images/EMRB/goz/1st_Level_Nav_Bullet.gif);
		list-style-position: inside;
		text-transform: uppercase;
		font-size: 0.95em;
	}

	#LeftNav ul li a {
		color: #FFFFFF;
		text-decoration: none;
	}

	#LeftNav ul li ul {
		margin-top: 2px;
		margin-bottom: -4px;
		margin-left: -4px;
		background-color: #415089;
	}

	#LeftNav ul li ul li {
		list-style-type: none;
		list-style-image: none;
		text-transform: none;
		margin-left: -17px;
		margin-top: -1px;
		border-top-style: solid;
		border-top-width: 1px;
		border-top-color: #8d96b8;
		padding-left: 3px;
		padding-top: 3px;
		padding-bottom: 3px;
		margin-bottom: -1px;
		background-color: #415089;
		font-size: 1em;
	}

	#LeftNav ul li ul li a:link, #LeftNav ul li ul li a:visited, #LeftNav ul li ul li a:active {
		color: #FFFFFF;
		text-decoration: none;
	}

	#LeftNav ul li ul li a:hover {
		color: #eebc47;
	}

	#LeftNav ul li ul li ul {
		border-top-style: none;
		border-top-width: 1px;
		border-top-color: #8d96b8;
		padding-bottom: 5px;
	}

	#LeftNav ul li ul li ul li {
		border-top-style: none;
		border-bottom-style: none;
		list-style-type: none;
		list-style-image: none;
		text-transform: none;
		margin-left: -17px;
		margin-top: -1px;
		padding-left: 0px;
		padding-top: 0px;
		padding-bottom: 1px;
		margin-bottom: 0px;
		background-color: #415089;
		font-size: 0.85em;
	}

	/*---------------------------------------------------------------------+
	| END: LEFT HAND SIDE NAVIGATION REGION                                |
	+---------------------------------------------------------------------*/


	/*---------------------------------------------------------------------+
	| BEGIN: RIGHT HAND SIDE "SPOTLIGHT" CONTENT REGION                    |
	+---------------------------------------------------------------------*/

	#Spotlights {
		float: right;
		width: 247px;
		border-top-style: solid;
		border-top-width: 1px;
		border-top-color: #FFFFFF;
	}

	#Spotlights ul {
		margin-top: -1px;
	}

	#Spotlights ul li {
		list-style-type: none;
		border-top-style: solid;
		border-top-width: 1px;
		border-top-color: #FFFFFF;
		margin-left: -30px;
		margin-right: 10px;
		padding: 15px 6px;
		font-size: 1.1em;
	}

	#Spotlights ul li img {
		border-style: solid;
		border-width: 1px;
		border-color:#006600;
		float: left;
		margin-right:14px;
		margin-bottom:10px;
	}

	#Spotlights ul li a {
		color: blue;
	}

	/*---------------------------------------------------------------------+
	| END: RIGHT HAND SIDE "SPOTLIGHT" CONTENT REGION                      |
	+---------------------------------------------------------------------*/


	/*---------------------------------------------------------------------+
	| BEGIN: FOOTER CONTENT REGION                                         |
	+---------------------------------------------------------------------*/

	#footer {
		clear: both;
		background: #FFFFFF;
		text-align: center;
	}

	/*---------------------------------------------------------------------+
	| END: FOOTER CONTENT REGION                                           |
	+---------------------------------------------------------------------*/

}


/*-------------------------------------------------------------------------+
| WEB BROWSER PRINTED STYLES                                               |
| Style sheet for modern web browsers (ignored by older browsers).         |
+-------------------------------------------------------------------------*/

@media print {

	#PageContainer {
		width: 100%;
	}

	.NoPrint {
		display:none;
	}

	/*---------------------------------------------------------------------+
	| BEGIN: REDEFINED HTML TAGS                                           |
	+---------------------------------------------------------------------*/

	body {
		font-family: "Times New Roman", Times, serif;
		font-size: 14px;
		color: #000000;
	}

	a {
		color: #000000;
		text-decoration: none;
	}

	p {
		margin:0em 0em 1em 0em;
	}

	/*---------------------------------------------------------------------+
	| END: REDEFINED HTML TAGS                                             |
	+---------------------------------------------------------------------*/


	/*---------------------------------------------------------------------+
	| BEGIN: HEADER CONTENT REGION                                         |
	+---------------------------------------------------------------------*/

	#HeaderGlobalNavLinks {
		display:none;
	}

	#BrandingImageContainer {
		float: right;
		margin-top: -55px;
		font-size: 18px;
		font-weight: bolder;
		font-style: italic;
		background-image: none;
	}

	#BrandingImage {
		text-align: right;
	}

	#BrandingImage p {
		margin:0em;
	}

	#ScreenLogo {
		display:none;
	}

	#PrintLogo {
		display: block;
	}

	/*---------------------------------------------------------------------+
	| END: HEADER CONTENT REGION                                           |
	+---------------------------------------------------------------------*/


	/*---------------------------------------------------------------------+
	| BEGIN: MAIN HORIZONTAL NAVIGATION BAR                                |
	+---------------------------------------------------------------------*/

	#MainNavBar {
		display:none;
	}

	/*---------------------------------------------------------------------+
	| END: MAIN HORIZONTAL NAVIGATION BAR                                  |
	+---------------------------------------------------------------------*/


	/*---------------------------------------------------------------------+
	| BEGIN: CONTENT REGION                                                |
	+---------------------------------------------------------------------*/

	#ContentAreaContainer {
		background: none;
		border-top-style: solid;
		border-top-width: 2px;
		border-top-color: #000000;
	}

	#Content {
		padding-bottom: 10px;
	}

	#Content .ImageFloatLeft {
		float: left;
		margin-right:10px;
		margin-bottom:10px;
	}

	#Content .ImageFloatLeftWithBorder {
		float: left;
		margin-right:10px;
		margin-bottom:10px;
		border-style: solid;
		border-width: 1px;
		border-color:#006600;
	}

	#Content .ImageFloatRight {
		float: right;
		margin-left:10px;
		margin-bottom:10px;
	}

	#Content .ImageFloatRightWithBorder {
		float: right;
		margin-left:10px;
		margin-bottom:10px;
		border-style: solid;
		border-width: 1px;
		border-color:#006600;
	}

	#Content h3 {
		font-weight:bold;
		font-size:1.2em;
		text-transform: uppercase;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-color: #000000;
		padding-bottom: 7px;
		width: 75%;
		margin-bottom: 10px;
	}

	#Content h5 {
		font-weight:bold;
		font-size:1.2em;
		text-transform: none;
		margin-bottom: 5px;
	}

	/*---------------------------------------------------------------------+
	| END: CONTENT REGION                                                  |
	+---------------------------------------------------------------------*/


	/*---------------------------------------------------------------------+
	| BEGIN: LEFT HAND SIDE NAVIGATION REGION                              |
	+---------------------------------------------------------------------*/

	#LeftNavContainer {
		display:none;
	}

	/*---------------------------------------------------------------------+
	| END: LEFT HAND SIDE NAVIGATION REGION                                |
	+---------------------------------------------------------------------*/


	/*---------------------------------------------------------------------+
	| BEGIN: RIGHT HAND SIDE "SPOTLIGHT" CONTENT REGION                    |
	+---------------------------------------------------------------------*/

	#Spotlights {
		display:none;
	}

	/*---------------------------------------------------------------------+
	| END: RIGHT HAND SIDE "SPOTLIGHT" CONTENT REGION                      |
	+---------------------------------------------------------------------*/


	/*---------------------------------------------------------------------+
	| BEGIN: FOOTER CONTENT REGION                                         |
	+---------------------------------------------------------------------*/

	#footer {
		clear: both;
		padding-top: 10px;
		border-top-style: solid;
		border-top-width: 2px;
		border-top-color: #000000;
		text-align: center;
	}

	/*---------------------------------------------------------------------+
	| END: FOOTER CONTENT REGION                                           |
	+---------------------------------------------------------------------*/

}
