@charset "utf-8";
/* Locke Design Standard Layout CSS Document */

body {
	background-color: #84D1CA;
	background-image: url(../images/tropical_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#container {
	width: 940px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

#header {
	height: 233px;
	background-image: url(../images/tropical.jpg);
}

#content {

}
#leftBar {
	float: left;
	width: 220px;
	padding: 0px 0px 10px;
	margin: 0px 0px 0px 0px;
}
#sidebarCopy {
	background-color: #BEE7E2;
	width: 200px;
	border: 1px solid #077E96;
	margin: 0px auto 12px;
	padding-top: 10px;
}



#main {
	float: left;
	background-color: #40AA9F;
	width: 700px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 15px;
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height: 100%;
}

#nav {
	width: 940px;
	height: 64px;
	background-image: url(../images/home-navbar.png);
	margin: 0px 0px 10px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center top;
}


#footer {
	clear: both;
	text-align: center;
	height: 50px;
	padding: 15px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
 }
#weatherCenter {
	display: block;
	margin-right: auto;
	margin-left: 15px;
}
.weather {
	display: block;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}


#rightBar {
	float: left;
	width: 220px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	background-position: center bottom;
	background-repeat: no-repeat;
}
#box {
	background-image: url(../images/resources-sidebar-bot.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #40AA9F;
	margin: 0px 0px 15px;
	padding: 0px 0px 2px;
	height: auto;
	display: block;
}
#mainCopy {
	background-color: #BEE7E2;
	width: 680px;
	margin: 0px auto 16px;
	padding: 10px 0px 0px;
	border: 1px solid #037C91;
}
#currenttrips h1 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	line-height: 1.5ex;
	color: #800B0B;
	display: block;
	margin-bottom: 15px;
	margin-top: 15px;
}
#currenttrips h2 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-left: 25px;
}
#currenttrips ul {
	display: block;
	margin-left: 45px;
	float: left;
	width: 150px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.bold {
	font-weight: bold;
}

.right {
	float: right;
}

#currenttrips ul li a {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000;
}
#currenttrips ul li {
	list-style-position: outside;
	list-style-image: url(../images/icon_pdf.gif);
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: middle;
}


#currenttrips {
	background-color: #BEE7E2;
	width: 680px;
	margin: 0px auto 16px;
	padding: 10px 0px 0px;
	border: 1px solid #037C91;
	min-height: 1100px;
	height: auto;
}
#trip {
	padding: 15px 15px 15px 0px;
	position: relative;
	min-height: 235px;
	background-color: #AADFD9;
	margin: 15px;
}
.clear {
	clear: both;
	padding: 0px;
	margin: 20px 15px;
	display: block;
}

