@charset "UTF-8";

* { padding: 0; margin: 0; }

body {
	text-align: center;
	padding: 0px;
	margin: 50px 0px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 16pt;
}

#container {
	width:900px;
	margin:0px auto;
	text-align:left;
	border: 1px solid #333;
	background-color:#034a8f;

}

img { border: 0; }

.clear { clear: both; }

#header {
	text-align:center;
	padding-top: 30px;
	background-color: white;
}

#header h2 {
	width: 100%;
	background-color: #034a8f;
	margin-top: 30px;
	text-align:center;
	color: white;
	font-size:80%;
	text-transform:uppercase;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#main { background-color:#3179bf; }

#nav_main { 
	float: left; 
	width: 200px; 
	background-color: white;
}

#nav_main ul { list-style:none; margin-top: 20px; padding-left: 10px;}
#nav_main ul li { margin-bottom: 10px; }
#nav_main ul li a img { border-right: 3px white solid; }
#nav_main ul li a img:hover { border-right-color: #034a8f; }

#nav_main ul ul { width: 173px; text-align: right;  margin-top:10px; }
#nav_main ul ul a { font-size: 90%; text-decoration:none; color:#36C; font-style:italic; border-right: 3px white solid; padding-right: 20px; }
#nav_main ul ul a:hover { border-right-color: #034a8f; }

#nav_pic { 
	height: 600px;
	background: url(images/containers.jpg) no-repeat bottom;
}

#content { 
	float: left; 
	width: 700px; 
	color: white;
	
	font-size: 80%;
	line-height: 1.3em;
}
	
#content a {
	color: #CFF;
	text-decoration:underline;
}

#content ul { padding-bottom: 1em; }

#content li {
	margin-left: 1.5em;	
}

#content ul ul {
	list-style: square;
	padding-bottom: 1em;
}

.section {
	padding: 10px;
}

#content h2 { border: 1px solid white; padding-left: 10px; margin-bottom: 10px; font-size: 120%;}
#content h3 { font-size: 100%; font-weight:bold; }

#content p { padding-bottom: 1em; }


#contactform label {display:block; float:left; width:200px; text-align:right; padding-right: 10px;}
#contactform input { width: 250px; }
#contactform .submit {margin-left:210px; width: auto;}
#contactform .formelement {clear:both; padding-top: 10px;}
#contactform p.formerror {color:#f00; font-weight:bold;}
#contactform { padding-bottom: 10px; }

p.formnote { margin-left:210px; font-size: 80%; }

.office { width: 320px; float: left; padding-left: 10px; }

.landairsea { clear: both; }
img.floatleft { float:left; padding-right: 1em; padding-bottom: 1em;}
img.floatright { float:right; padding-left: 1em; padding-bottom: 1em;}
.contactbutton { float: right; padding-bottom:1em;}


#destinations { 
	clear: both; 
	background-color: #9FF;
	background-image:url(images/worldmap.png);
	background-repeat: no-repeat;
	background-position:center;
	color: #3179bf;
	padding: 1em;
	text-align: center;
}

#destinations h3 { font-size: 140%; text-decoration:underline; margin-bottom: 1em;}

#services {
	text-align:center;
}

#services .svc {
	text-align:center;
	width:190px;
	float: left;
}

#services .svc img { padding: 20px; }

#services .line1 { margin-top: 1em; margin-left: 55px; width: 570px; }
#services .line2 { margin-top: 1em; margin-left: 145px; width: 380px; }


#footer {
	margin-top: 30px;
	background-color: white;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 60%;
	text-align:center;
	padding: 10px;
}