@charset "UTF-8";
body {
	background: #FFF;
	margin: 20px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
p, blockquote {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding : 0;
	margin: 0px 15px 20px 15px;
	text-align:justify;
	line-height:16px;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 48px;
	text-align:center;
	line-height:48px;
	letter-spacing: -2px;
	margin: 18px 0px 2px 16px;
}

#h1_spanish{
	position:relative;
	font-family:"Times New Roman", Times, serif;
	font-size: 48px;
	text-align:center;
	line-height:48px;
	letter-spacing: -2px;
	margin: 20px 0px 20px 0px;
}
h2 {
	font: 28px Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	color: #003366;
	text-transform:uppercase;
	letter-spacing: -1px;
	margin: 18px 0px 2px 16px;
}
.p2 {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	line-height: 28px;
	margin: 18px 0px 2px 16px;
}
h3 {
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	color: #003366;
	margin: 15px 0px 5px 15px;
}
.p3 {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	margin: 0px 10px 10px 0px;
}

.p4 {
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	margin: 0px 10px 10px 15px;
}

h4 {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	font-weight:bold;
	line-height: 17px;
	color: #003366;
	margin: 10px 0px -10px 15px;
}

.imgRight {
	float: right;
	margin: 10px 15px;
	border : 0px none;
}

.imgLeft {
	float: left;
	border : 0px none;; margin-left:10px; margin-right:10px; margin-top:10px; margin-bottom:10px
}

.imgLogo 
{
	margin: 10px 0px 10px 50px;

	
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#flash_video 
{
display:block;
	width: 320px;
	height:240px;
	margin:20px 0px 20px 180px;
	border:solid #000000 1px;
}


/* ------------------------------------------- */
/* -----------DIVISIONS---------- */
/* ------------------------------------------- */

#container {
	width: 933px;
	background: #FFFFFF;
	margin: 0 auto; 
	border: 2px solid #000000;
	text-align: left; 
}


#header01 {
	float:left;
	height:170px;
	width: 700px;
	margin:0;
	padding:0;
	background-image:url('../images/EUROVAC_BLACK_LOGO2.gif');
	background-repeat:no-repeat;
	background-position: 250px 15px
	
}

#mainContent {
	float: left;
	width: 700px;

}

#sidebar1 {
	
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	float: right;
	width: 230px;
	background-color: #FFEFCE;
}

#footer {
	height: 20px;
	background-color: #900;
	border-top: 2px solid #000000;

}
#footer p {
	font: 8px Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	margin: 5px;
	color:#FFF;
}


/* ------------------------------------------- */
/* ----------BOOKING BUTTON--------- */
/* ------------------------------------------- */

#booking {
	margin:0;
	padding:0;

	}



#booking a
{
	
	display:block;
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	color: #036;
	text-transform:uppercase;
	text-decoration: none;
	background-color:#FC3;
	padding: 10px 10px;
}

#booking a:hover
{
	color: #fff;
	background-color:#900;
}



/* ------------------------------------------- */
/* ----------RED MENU--------- */
/* ------------------------------------------- */

#navigation01
{
	clear:both;
	border-top: 2px solid #000000;
	height:18px;
	background-color: #900;
	margin: 0;
	padding: 12px;
}

#navigation01 ul
{
margin: 0;
padding: 0;
white-space: nowrap;

}

#navigation01 li
{
display: inline;
list-style-type: none;

}


#navigation01 a
{
font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
color: #fff;
text-decoration: none;
padding: 13px 30px; 
}

#navigation01 a:hover
{
	color: #FC0;
	text-decoration: none;
		background-color: #000;


}

/* ------------------------------------------- */
/* -----------BLUE MENU------------ */
/* ------------------------------------------- */


#navigation02
{
border-bottom: 2px solid #000000;
height:18px;
background-color: #036;
margin: 0;
padding: 12px;
}

#navigation02 ul
{
margin: 0;
padding: 0;;
white-space: nowrap;

}

#navigation02 li
{
display: inline;
list-style-type: none;

}

#navigation02 a
{
font: 12px Verdana, Arial, Helvetica, sans-serif;
text-transform:uppercase;
color: #fff;
text-decoration: none;
padding: 13px 25px; 
}

#navigation02 a:hover
{
	color: #FC0;
	text-decoration: none;
	background-color: #000;
	
}

/* ------------------------------------------- */
/* ------------TOP RIGHT MENU------------- */
/* ------------------------------------------- */


#sidebar02
{
	/* border-left: 1px solid #000000;*/
	float: right;
	width: 230px;
	height:170px;
	/* background-color: #E6D7BA;*/
	margin: 0;
	padding: 0;
}

#navigation03 
{
margin: 20px 0 0 20px;
padding: 0;
}

#navigation03 ul
{
margin: 0;
padding: 0;
white-space: nowrap;

}

#navigation03 li
{
	list-style-type: disc;
	list-style-position: inside;
}

#navigation03 a 
{ 
padding: 3px 10px 3px 3px; 

}

#navigation03 a:link, #navigation03 a:visited
{
font: 12px Verdana, Arial, Helvetica, sans-serif;

text-transform:uppercase;
color: #000;
text-decoration: none;


}

#navigation03 a:hover
{
list-style-type: none;
color: #fff;
background-color: #000;
font-weight:bold;


}