/* vim: set filetype=css : */
/** Page: main.css
 *
 * Global stylesheet for the ELAP.
*/
body {
	margin: 0px; 
	text-align: center;
	background-color: #EFECE1;
}
a {
	outline: 0;
}
.clear {
	clear:both;
}
.main-page{
	/*height: 100%;*/
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 950px;
	font-family: Arial,Helvetica,Verdana,"Trebuchet MS",sans-serif;
}
.header {
	height: 144px;
	background: #FFFFFF url(/support/graphics/ELAPheader.jpg) no-repeat;
}
.nav-header {
	width: 100%;
	height: 25px;
	background-color: #037793; /*667700*/
}
.main-content {
	width: 100%;
	/*height: 100%;*/
	position: relative;
	text-align: center;
}
.paper-background {
	background: #FFFFFF url(/support/graphics/back.jpg) repeat-y;
}
.paper-background-inner {
	background: url(/support/graphics/ELAP_dotmap.png) no-repeat center 20px;
}
#country-images {
	margin-left: 300px;
}

#country-images div {
	margin: 8px 0px;
	text-align: left;
}
.map-background {
	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: #037793;
	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: 650px;
}
.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: #52BECC 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: #037793 none repeat scroll 0 0;
	color: #FFFFFF;
}
.inner-page-tabs a:hover {
}
.locations-container {
	padding: 20px 10px;
	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;	
}
.isalink {
	width: 10%;
	background: #FFFFFF url(/support/graphics/isa_navlogo.png) no-repeat;
	display: inline;
	text-align: right;
}
.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: #037793; /* submenu 037793 */
	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: #52BECC none repeat scroll 0 0; /* 52BECC */
}

.tk-museo-sans {
	font-weight: 500;
}

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #037793; /*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=#037793,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 #037793; /*THEME CHANGE HERE*/
	padding: 2px 10px;
	text-decoration: none;
	color: #037793;
	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: 430px;
	left: 500px;	
	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;
	width: 220px;
}

/* 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;
	
	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;
}

.countryLinks {
	text-align: left;
	margin-bottom: 40px;
	font-size: 25px;
	
}
.countryLinks a {
	text-decoration: none;	
}
.countryLinks a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
/*
.countryLinks .countryLinkRight a {
	margin-top: 8px;
	margin-bottom: 8px;
	height: 34px;	
}
*/
.cityLink {
	margin-top: 8px;
	margin-bottom: 8px;	
	height: 34px;	
}
.argentinaImg , .chileImg, .costaricaImg, .dominicanrepImg, .englandImg, .mexicoImg, .peruImg, .spainImg, .springbreakImg {
	margin-bottom: 8px;
	height: 34px;	
}
.argentinaImg {
	background: url(/support/graphics/argentina.png) no-repeat;	
}
a.argentinaLink {
	color: #00AEAC;	
}
.chileImg {
	background: url(/support/graphics/chile.png) no-repeat;	
	
}
a.chileLink {
	color: #90278E;
}
.costaricaImg {
	background: url(/support/graphics/costarica.png) no-repeat;
}
a.costaricaLink {
	color: #009345;
}
.dominicanrepImg {
	background: url(/support/graphics/dominicanrep.png) no-repeat;
}
a.dominicanrepLink {
	color: #E87C1E;
}
.englandImg {
	background: url(/support/graphics/england.png) no-repeat;
}
a.englandLink {
	color: #114779;
}
.mexicoImg {
	background: url(/support/graphics/mexico.png) no-repeat;
}
a.mexicoLink {
	color: #EC1C24;
}
.peruImg {
	background: url(/support/graphics/peru.png) no-repeat;
	color: #727F12;
}
.peruLink, a.peruLink {
	color: #727F12;
}
.spainImg {
	background: url(/support/graphics/spain.png) no-repeat;
}
.spainLink, a.spainLink {
	color: #5A4A42;
}
.springbreakLink, a.springbreakLink {
	color: #00AEEF;
}
.springbreakImg {
	background: url(/support/graphics/summergroup.png) no-repeat;
	color: #00AEEF;
}
.slide-and-descriptions {
	height: 330px;
	text-align: left;
}
.descriptions {
	background-color: #3A3210;
	/* for IE */
	filter:alpha(opacity=50);	
	opacity:0.5;
	width: 99.9%;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 200px;
}
.aboutelaptext {
	font-size: 12px;
	text-align: justify;
	margin-left: 30px;
	color: #ffffff;
	width: 450px;
	font-family: Georgia;
}
.aboutelaptext p {
	padding-left:36px;
}
img {
	border: 0px;
}
.latinamericansummer {
	padding:20px;
}

.countryLinkRight {
	width: 280px;
	text-align: right;
	position: absolute;
	top: 7px;
	font-weight: bold;
}
.typekit-badge {
	display: none !important;
}

#social-media {
	margin: 0px 0px 10px 0px;
}
#social-media a {
	margin: 0px 5px;
}

.text h2 {
        margin-bottom:0;
}

.individualPlacements, .groupPlacements {
        float:left;
        width:410px;
	padding:0.5em;
}

.placements {
	width:850px;
}
.warning {
	color:red;
	text-decoration:italic;
}
.itinerary-table {
	margin-top:1em;
}
.itinerary-table td{
	padding:0.4em;
}
.itinerary-table tr:first-child {
	border-bottom:1px solid black;
}
.itinerary-table td:first-child {
	border-right:1px solid black;
}
.placements h2 {
	font-size:1em;
}	
.excursions img {
	float:left;
	margin-right:0.5em;
	margin-bottom:4px;
}

#weather-table {
	width: 100%;
}
#weather-table td {
	text-align: center;
	vertical-align: top;
	color: #555;
}
.weather-header {
	padding: 10px;
	text-align: center;
	font-weight: bold;
}
.weather-data {
	
}
.forecast-weather {

}
.current-weather {
	width: 50%;
	border-right: 1px solid #CCC;
}
.city-weather {
	float: right;
	clear: both;
	border: 1px solid #777;
	/*padding: 10px 15px 15px 15px;
*/
	text-align: center;
	margin: 10px 0px 10px 20px;
	width:150px;
}
.city-weather img {
	vertical-align:middle;
	padding-right:20px;
}
.tod-night, .tod-day, .tod-evening, .tod-morning {
	height:54px;
}
.tod-night-horizon, .tod-morning-horizon, .tod-evening-horizon, .tod-day-horizon {
	background: none repeat scroll 0 0 #333333;
    color: white;
    padding: 2px 10px;
}

#google-map iframe {
	border: 0 !important;
	margin: -3px 0 0 0;
	padding: 0;
	background: #F8F8F8;
}
#google-map {
	margin-right: 10px;
}
#google-map p {
	margin: 0;
	padding: 0;
}
