/***************************
	Econo Caribe Style Sheet
***************************/
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%
}
body {
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #062c47;
	background-color: #1e262e;
	background-image: url(../../media/images/bg_tile.gif);
	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: 960px;
	min-height: 642px;
	padding: 27px 0px 0px 0px;
	margin: 0px auto 30px;
	position: relative;
	text-align: left;
	background: url(../../media/images/bg_tileHighlight.gif) no-repeat;
	overflow: hidden;
}

div#backgroundImage {
	height: 642px;
	width: 960px;
	background: #D0D0D0 url(../../media/images/bg_home.jpg) no-repeat;
}


/***************************
	Main Logo
***************************/
div#logo {
	height: 187px;
	width: 960px;
	margin-bottom: 20px;
	position: absolute;
	bottom: 0px;
}
div#logo h1 {
	position: relative;
	background-image: url(../../media/images/logo.gif);
	background-repeat: no-repeat;
	height: 97px;
	width: 257px;
	top: 68px;
	left: 65px;	
}
div#logo h1 span {
	display: none;
}
div#logo a {
	display: block;
	height: 97px;
	width: 227px;
}
div#logo address {
	text-style: bold;
	font-family: Helvetica, Arial, sans-serif;
	color: #01365c;
	font-size: 13px;
	display: block;
	font-style: normal;
	margin: 26px 0px 0px 70px;
}



/***************************
	Main Navigation
***************************/
div#mainNavigation ul {
	list-style: none;
	text-transform: uppercase;
	font-size: 11px;
	position: absolute;
	top: 40px;
	left: 580px;
	font-weight: bold;
}
div#mainNavigation ul li {
	margin-right: 4px;
	float: left;
	border-right: 1px solid #a3a4a2;
}
div#mainNavigation ul li.last{
	border-right: none;
	margin-right: 0px;
}

div#mainNavigation ul a {
	display: block;
	height: 15px;
	padding: 3px 9px 0px 9px;
}
div#mainNavigation a:link,
div#mainNavigation a:visited {
	color: #1c3f58;
}
div#mainNavigation a:hover,
div#mainNavigation a:active,
div#mainNavigation a.active {
	color: white;
}


div#mainNavigation ul a.last,
div#mainNavigation ul li.last {
	margin-right: 0px;
}




/***************************
	Main Content
***************************/
div#mainContent {
	width: 850px;
	margin: 0px 0px 0px 8px;
	position: relative;
	top: 32px;
	left: 62px;
}
div#mainContent h2 {
	font-weight: bold;
	font-size: 20px;
	color: #062c47;
	font-family: Palatino, Georgia, Times, serif;
	margin-bottom: 10px;
}
div#mainContent h3 {
	font-weight: bold;
	text-transform: uppercase;
	color: #062c47;
	font-size: 13px;
	margin-bottom: 5px;
}
div#mainContent p {
	margin-bottom: 15px;
	line-height: 19px;
	text-align: justify;
}
div#mainContent strong {
	font-weight: bold;
	color: #062c51;
}
div#mainContent ul {
	padding: 0px 0px 15px 35px;
}
div#mainContent ul li {
	margin-bottom: 4px;
	line-height: 19px;
}

div#mainContent div.columnLeft {
	width: 390px;
	float: left;
	padding-right: 36px;
}

div#mainContent div.columnRight {
	width: 400px;
	float: left;
}




/***************************
	Footer
***************************/
div#footer {
	position: relative;
	clear: both;
	width: 100%;
	margin: 0px 0px 30px 0px;
	color: #6a8aa1;
	font-size: 11px;
	font-weight: normal;
}
div#footer a:link,
div#footer a:visited {
	color: #6a8aa1;
}
div#footer a:hover,
div#footer a:active {
	color: #ffffff;
}

