/* vim: set filetype=css : */
/** Page: main.css
 *
 * Global stylesheet for the ELAP.
*/
body {
	margin: 0px; 
	text-align: center;
	background-color: #EFECE1;
}
.main-page{
	/*height: 100%;*/
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 950px;
	border-right: 1px #AAA solid;
	border-left: 1px #AAA solid;
	font-family: Arial,Helvetica,Verdana,"Trebuchet MS",sans-serif;
}
.header {
	height: 125px;
	background: #FFFFFF url(/support/graphics/ELAPheader.jpg) no-repeat;
}
.nav-header {
	width: 100%;
	height: 25px;
	background-color: #667700;
}
.main-content {
	width: 100%;
	/*height: 100%;*/
	position: relative;
	text-align: center;
}
.paper-background {
	background: #FFFFFF url(/support/graphics/back.jpg) repeat-y;
}
.map-background {
	background: url(/support/graphics/latinamericamap.gif) no-repeat 90% top;
	min-height: 700px;
	height:auto !important;
	height:700px;
	padding-bottom: 30px;
}
.inner-page {
	width: 900px;
	padding-top: 20px;
	/*/padding-bottom: 50px;*/
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.inner-page-header {
	width: 100%;
	background-color: #667700;
	clear: both;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
}
.inner-page-header-title {
	font-size: 14pt;
	line-height: 40px;
	padding-left: 20px;
	color: #FFFFFF;
	/*font-weight: bold;*/
}
.inner-page-content {
	background-color: #FFFFFF;
	width: 100%;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	/*border-bottom: 1px #CCCCCC solid;*/
	opacity:0.95;
	filter:alpha(opacity=95);
	min-height: 550px;
}
.inner-page-content-content {
	padding: 10px 20px 20px 20px;
}
.inner-page-content-content h1{
	display: inline;
}
.inner-page-content-text {
}
.text-header-capital  {
	font-weight: bold;
	font-family: Arial,Helvetica,Verdana,"Trebuchet MS",sans-serif;
	font-size: 11pt;
	margin-right: 20px;
	text-decoration: none;
	color: #0088DD;
}
.text-header-capital a:link, .text-header-capital a:visited {
	text-decoration: none;
	cursor: pointer;
	color: #0088DD;
}

.text-header-capital a:hover,a:hover.text-header-capital {
	color: #335599;
	text-decoration: none;
	cursor: pointer;	
}

.text-header {
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial,Helvetica,Verdana,"Trebuchet MS",sans-serif;
	font-size: 11pt;
	margin-right: 20px;
	text-decoration: none;
}
.text-header:hover {
	color: #335599;
}
.text-header-block {
	margin: 20px 10px -5px 0px;
}
.text-subheader {
	font-weight: bold;
	font-family: Georgia,Arial,Helvetica,Verdana,"Trebuchet MS",sans-serif;
	color: #335511;
	font-size: 10pt;
	padding: 15px 0px 5px 0px;
}
.text {
	font-family: Georgia,Arial,Helvetica,Verdana,"Trebuchet MS",sans-serif;
	font-size: 10pt;
	color: #335511;
}
.text a:link, .text a:visited {
	color: #0088DD;
	text-decoration: none;
}
.text a.active:link, .text a.active:visited {
	color: #0088DD;
	text-decoration: none;
}
.text a:hover {
	color: #335599;
	text-decoration: none;
}

.text-subheader a:link, .text-subheader a:visited {
	color: #335511;
	text-decoration: none;
}
.text-subheader a.active:link, .text-subheader a.active:visited {
	color: #335511;
	text-decoration: none;
}
.text-subheader a:hover {
	color: #667700;
	text-decoration: none;
}

.underline-text {
	font-family: Georgia,Arial,Helvetica,Verdana,"Trebuchet MS",sans-serif;
	font-size: 11pt;
	color: #0088DD;
	text-decoration: none;
	margin-bottom: 3px;
}
a.underline-text {
	cursor: pointer;
}
.underline-text a:link, .underline-text a:visited {
	color: #0088DD;
	text-decoration: none;
}
.underline-text a.active:link, .underline-text a.active:visited {
	color: #0088DD;
	text-decoration: none;
}
.underline-text a:hover {
	color: #335599;
	text-decoration: none;
}

.inner-page-tabs {
	background: transparent;
	height: 24px;
	margin: 0px;
	padding-left: 0px;
}
.inner-page-tabs li {
	display: inline;
}
.inner-page-tabs a:link, .inner-page-tabs a:visited {
	background: #99BB00 none repeat scroll 0 0;
	color: #FFFFFF;
	float: left;
	font-size: 13px;
	line-height: 14px;
	margin-right: 8px;
	padding: 5px 10px;
	text-decoration: none;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	border-top: 1px #CCCCCC solid;
}
.inner-page-tabs a.active:link, .inner-page-tabs a.active:visited {
	background: #667700 none repeat scroll 0 0;
	color: #FFFFFF;
}
.inner-page-tabs a:hover {
}
.locations-container {
	width: 510px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: 20px;
	text-align: left; 
}
.back-to-top {
	font-size: 10pt;
	text-decoration: none;
}
.color-1 {
	color: #0088DD;
}
.color-2 {
	color: #667700;
}
.size-10 {
	font-size: 10pt;
}
.size-12{
	font-size: 12pt;
}

#rightContainer {
	width: 350px;
	margin-left: 5px;
	margin-right: 20px;
	margin-top: 20px;	
	float: right;
}

#flashContainer {
	margin-left: 20px;
	padding-top: 10px;
	z-index: -1000;
}

#quoteContainer{
/*
	float:right;
	margin-top:50px;
	margin-left: 5px;
	margin-right: 5px;
*/
	margin-top:20px;
	
}


/******************************
Drop Down Menu
******************************/
.nav-header-tabs{
	width: 100%;
	text-align: left;
	line-height: 25px;	
	font-size: 13px;
}
.nav-header-tabs:after { /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
}
.nav-header-tabs ul{
	width: 100%;
	margin: 0px;
	text-align: left; /*set value to "left", "center", or "right"*/
	padding: 0px;
	
}
.nav-header-tabs ul li{
	display: inline;
	/*padding-left: 25px;*/
	padding: 0px;
	margin: 0px;
	font-size: 13px;
}
.nav-header-tabs ul li a{
	color: #FFFFFF;
	margin: 0px;
	text-decoration: none;
	padding: 5px 15px;
}
.nav-header-tabs ul li a:hover, .nav-header-tabs ul li a.selected{ 
/*script dynamically adds a class of "selected" to the current active menu item*/
	color: #667700;
	background: #FFFFFF none repeat scroll 0 0; 
}

.nav-header-tabs ul li a.active:link, .nav-header-tabs ul li a.active:hover, .nav-header-tabs ul li a.active:visited {
	color: #99BB00;
	background: #FFFFFF none repeat scroll 0 0; 
}

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #667700; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 11px Verdana;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 220px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#667700,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}
.dropmenudiv a:link, .dropmenudiv a:visited{
	width: auto;
	display: block;
	border-bottom: 1px solid #667700; /*THEME CHANGE HERE*/
	padding: 2px 10px;
	text-decoration: none;
	color: #667700;
	text-align: left;
}
* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #F0F0F0;
}

.home-page {
	width:900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	opacity:0.95;
	
}
.home-background-image {
	width: 420px;
	height: 300px; /*275px;*/
	/*background: #FFFFFF url(/support/graphics/ELAPintro.jpg) no-repeat;*/
	position: absolute;
	top: 300px;
	left: 25px;
	z-index: 100;
	opacity:0.95;
	filter:alpha(opacity=95);		
}


/* Prices and Dates */
.program-table {
	width: 758px;
	font-size: 11pt;
}
.program-name {
	background-color: #667700;
	color: #FFFFFF;
	text-align: center;
	padding: 3px 0px 3px 0px;
	text-transform: uppercase;
	font-weight: bold;
}
.program-field-name {
	color: #667700;
	text-align: right;
	padding: 3px 5px 3px 0px;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #667700;
	width: 20%;
}
.program-field-value {
	color: #0088DD;
	text-align: left;
	padding: 3px 0px 3px 5px;
	font-weight: bold;
	border-bottom: 1px solid #667700;
	width: 80%;
}
.program-city {
	text-transform: uppercase;
	font-size: 12pt;
	font-weight: bold;
}
.back-to-top {
	text-align:right;
	font-size:9pt;
	float: right;
}

.placement-header {
	text-align: center;
	font-size: 11pt;
	padding: 2px 10px 2px 10px;
	font-weight: bold;
	font-family: Times New Roman,Georgia,Arial,Helvetica,Verdana,"Trebuchet MS",sans-serif;
}
.placement-header a{
	text-decoration: none;
}
.placement-cell {
	text-align: center;
}
.placement-city {
	text-align: right;
	padding: 2px 5px 2px 10px;
	color: #667700;
	font-weight: bold;
	font-size: 10pt;
}

/* footer */
.footer {
	font-family: Georgia,Arial,Helvetica,Verdana,"Trebuchet MS",sans-serif;
	font-size: 8pt;
	color: #335511;
	/*height: 50px;*/
	margin-left:auto;
	margin-right:auto;
	margin-bottom: auto;
	text-align:center;
	width:900px;	
	border-bottom: 1px #CCCCCC solid;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	opacity:0.95;
	filter:alpha(opacity=95);	
	clear:both;
	padding-bottom: 10px;
}
.footer a:link, .footer a:visited {
	color: #667700;
	text-decoration: none;
}
.footer a.active:link, .footer a.active:visited {
	color: #335599;
	text-decoration: none;
}
.footer a:hover {
	color: #335511;
	text-decoration: none;
}

.text-link {
	font-family: Georgia,Arial,Helvetica,Verdana,"Trebuchet MS",sans-serif;
	font-size: 10pt;
	color: #0088DD;
}

.text-link a {
	cursor: pointer;
}
.text-link:hover {
	color: #335511;
	text-decoration: none;
}
.staffBox {
	float:left;
	height:120px;
	margin:7px;
	text-align:center;
	width:155px;
	padding-right: 15px;
}

.staffRow {
	clear:both;
	height:120px;
}

.staffPic {
	height:65px;
}
.staffPic img {
	border: 1px solid #000000;
}

.staffName {
}

.staff-full-pic {
	/*float:left;*/
	padding:5px;
}
.staff-full-pic img {
	border:1px solid black;
	height:200px;
	width: 200px;
}
.bio {
	clear:none;
	/*line-height:1.5em;*/
	margin: 5px 10px;
	text-align:justify;
}

.announcement-scroll-controls {
    text-align		: center;
}
#slide_show  img {
	border: none;
}
#user_controls img {
	border: none;
}




