/***************************
	Econo Caribe Style Sheet
***************************/
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%
}
body {
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #525252;
	background-color: #7FA5CA;
	background-image: url(../../media/images/global/bg_main.jpg);
	background-repeat: repeat-x;
}
a:link, a:visited {
	text-decoration: none;
	color: #557ba2;
}
a:hover, a:active {

}
a img {
	border: none;
}
.hide {
	display: none;
}
.show {
	display: inline;
}
.print {
	display: none;
}
.screen {
	display: inline;
}
.clear {
	clear: both;
}

/***************************
	Container Styles
***************************/
div#siteWrapper {
	width: 840px;
	min-height: 100%;
	margin: 0px auto -159px;  /* the bottom margin is the negative value of the footer's height */
}
div#contentWrapper {
	background-color: #fafafa;
	background-image: url(../../media/images/global/bg_contentHeader.jpg);
	background-repeat: repeat-x;
	background-position: top;
	z-index: 20;
	text-align: left;
	margin-top: -17px;
	min-height: 200px;
	padding-top: 40px;
	overflow: hidden;
}
div#contentFooter {
	height: 30px;
	width: 840px;
	background-color: #fafafa;
	background-image: url(../../media/images/global/bg_contentFooterLeft.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	position: relative;
}
div#contentFooter div.footerRight {
	height: 30px;
	background-image: url(../../media/images/global/bg_contentFooterRight.gif);
	background-repeat: no-repeat;
	background-position: bottom right;

}



/***************************
	Header
***************************/
div#header {
	position: relative;
	background-color: #efefef;
	z-index: 30;
	background: none;
	height: 70px;
}
div#header h1 {
	height: 70px;
	width: 260px;
	background-image: url(../../media/images/global/logo.png);
	background-repeat: no-repeat;
	position: absolute;
	padding: 0px;
	margin: 0px;
	top: 0px;
	left: 0px;
}
div#header h1 span {
	display: none;
}
div#header h1 a {
	display: block;
	height: 70px;
	width: 260px;
	z-index: 10;
}
div#logo span#tagline {
	font-size: 9px;
	font-family: Arial, helvetica, san-serif;
	position: absolute;
	top: 45px;
	left: 5px;
	line-height: 10px;
	color: #ffffff;
	text-transform: uppercase;
	cursor: pointer;
	display: none;

}
span#tagline a.tagline:link,
span#tagline a.tagline:visited,
span#tagline a.tagline:hover,
span#tagline a.tagline:active {
	color: #ffffff;	
	cursor: pointer;
}
div#header a:link,
div#header a:visited {
	color: #ffffff;
}
div#header a:active,
div#header a:hover,
div#header a.active {
	color: #1E5290;
}
div#header ul {
	list-style: none;
	margin: 0px;
}
div#header ul li {
	float: left;
}
div#header ul#language {
	position: absolute;
	top: 8px;
	right: 0px;
	text-transform: uppercase;
	font-size: 9px;
}
div#header ul#language li {
	line-height: 8px;
}
div#header ul#language li.first {
	border-right: 1px solid white;
	padding-right: 7px;
	margin-right: 7px;
}


/***************************
	Main Navigation
***************************/
div#header ul#nav {
	text-transform: uppercase;
	font-size: 11px;
	position: absolute;
	top: 29px;
	left: 275px;
	font-weight: bold;
}
div#header ul#nav li {
	margin-right: 4px;
}

div#header ul#nav a {
	display: block;
	height: 24px;
	padding: 0px 9px;
}
div#header ul#nav a.last,
div#header ul#nav li.last {
	margin-right: 0px;
}



ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#header ul#nav ul a:link,
div#header ul#nav ul a:visited {
	color: #515151;
	height: auto;
	width: 100px;
	background-image: none;
}
div#header ul#nav ul a:hover,
div#header ul#nav ul a:active {
	color: #BC3520;
}
div#header ul#nav ul {
	margin-left: 10px;
	padding: 0px 0px 7px 0px;
	width: 114px;
}
div#header ul#nav ul li {
	margin-top: 5px;
}
ul.dropdown {
	position: relative;
	z-index: 597;
	float: left;
}

ul.dropdown li {
	float: left;
	line-height: 1.3em;
	vertical-align: middle;
	zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
	position: relative;
	z-index: 599;
	cursor: default;
}

ul.dropdown ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	width: 100px;
	text-align: left;
	background-image: url(../../media/images/global/shadowAlpha.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

ul.dropdown ul li {
	float: none;
}

ul.dropdown ul ul {
	top: 1px;
	left: 99%;
}

ul.dropdown li:hover > ul,
ul.dropdown li.sfHover ul {
	visibility: visible;
}
ul.dropdown li:hover,
ul.dropdown li.active,
ul.dropdown li.sfHover {
	background-image: url(../../media/images/global/arrow_whiteUp.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}
ul.dropdown li ul li:hover {
	background-image: none;
}




/***************************
	Main Content
***************************/
div#mainContent {
	width: 795px;
	margin: 0px 30px 0px 15px;
}
div#mainContent h1 {
	font-weight: bold;
	font-size: 17px;
	color: #1e5290;
	margin-bottom: 20px;
}
div#mainContent h2 {
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
	color: #5d8cbb;
}
div#mainContent h3 {
	font-weight: bold;
	font-size: 13px;
	color: #535353;
}
div#mainContent h4 {
	color: #1e5290;
	font-size: 13px;
	margin: 0px 0px 5px 25px;	
}
div#mainContent p {
	margin-bottom: 10px;
	line-height: 19px;
}
div#mainContent ul {
	padding: 0px 0px 15px 35px;
}
div#mainContent ul li {
	margin-bottom: 4px;
	line-height: 19px;
}

div#mainContent div.columnLeft {
	width: 164px;
	float: left;
	padding-right: 30px;
}
div.columnLeft {
	font-size: 15px;
	line-height: 20px;
	text-transform: uppercase;
	text-align: right;
	color: #5D8CBB;
}
div.columnLeft span {
	color: #11315F;
}
div.columnLeft div {
	margin-bottom: 140px;
}
div.columnLeft div img {
	width: 142px;
	margin-bottom: 5px;
}

div#mainContent div.columnRight {
	width: 555px;
	border-left: 1px dotted #818485;
	float: left;
	padding-left: 30px;
}

/***************************
	Footer
***************************/
div#footer {
	position: relative;
	clear: both;
	width: 100%;
	background: url(../../media/images/global/bg_footerGradient.jpg) repeat-x bottom left;
}
div#footer, div#push {
	height: 159px; /* .push must be the same height as .footer */
}
div#footer div.footerImage {
	width: 1065px;
	height: 159px;
	margin: 0px auto;
	background-image: url(../../media/images/global/footer_1.jpg);
	background-repeat: no-repeat;
}
