﻿@charset "UTF-8";
/* CSS Document */

h2.loginhead {
	font-size: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #00a2d5;
	padding: 0px 5px 10px 0px;
	display: block;
	clear: both;
}

#trip { /* this is the dark blue box */
	background-color: #22225c;
	width: 955px;
	height: 924px;
	top: 297px;
	left: 0px;
	position:absolute;	
	border-right: 1px solid #f6f4dc;
	border-left: 1px solid #f6f4dc;
	border-bottom: 1px solid #f6f4dc;
}


#copy_interior { /* light blue box that holds copy_description; this one is set up for an about page with photo, text and right nav */
	background-color: #e8f6fb; /* this is the background for the main copy */
	width: 930px;
	height:	909px; /* this value is the same as the height of the right menu box */
	top: 0px; /* this value will change if the main top photo is altered in height */
	left: 11px;
	position:absolute;
	border-bottom: 1px solid #00a2d5; /* this will change according to section color */
	border-top: 1px solid #00a2d5; /* this will change according to section color */
	border-left: 1px solid #00a2d5; /* this will change according to section color */

}

#copy_description { /* this is where the content goes in the main portion of the page; this one is set up for an about page with photo, text and right nav */
	width: 900px;
	padding: 15px 15px 18px 15px; 
	margin: 0px;
	float: left;
}
