body {
	background-color: #ccc;
	margin: 0;
	padding: 0;
}

p > a {
	color: #ff9900;
	text-decoration: none;
	border: 1px solid #fff;
	border-width: 1px 0;
}

p > a:hover {
	border-color: #ff9900;
}

form {
	width: 450px;
	float: left;
	margin: 0 0 20px;
	padding: 0;
}

form p {
	margin: 3px 0;
	padding: 0;
}

form input {
	border: 1px solid #666;
	font-size: 10px;
}

form label {
	width: 8em;
	float: left;
	text-align: right;
	margin: 0 1em 0 0;
	display: inline;
}

form textarea {
	display: inline;
	border: 1px solid #666;
	font-size: 10px;
}

form input.submit {
	cursor: hand;
	margin: 0 5em 0 0;
	background-color: #ff9900;
	color: white;
	font-weight: bold;
	border: 0;
	padding: 2px;
	float: right;
}


/* ================ COPY TYPES ================== */

div, p {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
}

.hed {
	font-family: "Adobe Garamond Pro", Garamond, "Palatino Linotype", "Book Antiqua", "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000;
	letter-spacing: 1px;
	padding: 0;
	margin: 0 0 5px 0;
}

.summary p {
color:#666666;
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size:12px;
font-weight:normal;
letter-spacing:1px;
line-height:16px;
}
.details p {
	font-family: Arial, Helvetica, serif;
	font-size: 11px;
	color: #000;
	line-height: 15px;
}

.details cite {
	display: block;
	clear: both;
	font-family: Arial, Helvetica, serif;
	font-size: 11px;
	color: #000;
	line-height: 15px;
	margin-bottom: 10px;
}

.details ul {
	list-style-type: square;
	font-family: Arial, Helvetica, serif;
	font-size: 11px;
}

.client_quotes {
	padding: 0;
	margin: 0;
}

.client_quotes p {
	font-family: Arial, Helvetica, serif;
	font-size: 11px;
	color: #000;
	line-height: normal;
}

.client_quotes cite {
	display: block;
	clear: both;
	font-family: Arial, Helvetica, serif;
	font-size: 11px;
	color: #858585;
	line-height: normal;
}

.copy {
	margin-left: 230px;
	height: 400px;
}

.copyhome
{
	margin-left: 230px;
	height: 69px;
}

.pullquote {
	font-family: "Adobe Garamond Pro", Garamond, "Palatino Linotype", "Book Antiqua", "Times New Roman", Times, serif;
	font-size: 18px;
	color: #666666;
	line-height: 18px;
	letter-spacing: 1px;
	padding: 0;
	margin: 20px 0;
}

.pullquote cite {
	font-family: Arial, sans-serif;
	font-size: 10px;
	color: #666666;
	display: block;
	letter-spacing: normal;
	font-style: normal;
	line-height: normal;
	margin: 5px 0 0 0;
}

/* ============ Main Page Display ================== */

.clear {
	color: #fff;
	margin: 0;
	padding: 0;
	clear: both;
}
#homeimage{
margin-left:-20px;
}

#container {
	width: 760px;
	/*height: 575px;*/
	overflow: hidden;
	background-color: #fff;
	padding: 0;
	position: relative;
	margin: 25px auto;	
}

#content {
	padding: 10px 20px 10px 20px;
}

.sidebar {
	float: left;
	width: 210px;
	margin: 40px 20px 0 0;
}

#myScrollContainer {
	position: relative;
	border: 1px solid #ccc;
	border-width: 1px 0;
	padding: 10px;
	line-height: 14px;
}

#myScrollContent {
	padding: 10px 10px 0 10px;
	line-height: 14px;
	letter-spacing: 1px;	
}

.scroll_arrows {
	float: left;
	margin: 5px 10px;
}

input.submit {
	cursor: pointer;
}

#col1 {
float:left;
display:inline;


}

#col2 {
	float:left;
	margin-left:25px;
	display:inline;
}

/* ================== Header & Navigation =================== */

#hdr {
	margin: 15px 0 10px 0;
	clear: both;
}

#logo {
	padding: 10px 0 30px 20px;
	border-bottom: 1px solid #999;
}

#nav {
	text-align: right;
	padding: 10px 0 0 0;
	margin: 0 20px 0 0;
}

#nav ul {
	list-style: none;
	display: inline;
	white-space: nowrap;
	padding: 0;
	margin: 0;
}

#nav li {
	display: inline;
	padding: 0;
	margin: 0 5px; /* space between links and pipe separators */
}

#nav li a {
	color: #000;
	text-decoration: none;
	border: 2px solid #fff;
	border-width: 2px 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	padding: 2px;
	letter-spacing: 1px;
}

#nav li a:hover {
	text-decoration: none;
	border: 2px solid #ff9900;
	border-width: 2px 0;
}

#nav a#nav-home {
	
}

#nav a#nav-home:hover {
	text-decoration: none;
	border: 2px solid #ff9900;
	border-width: 2px 0;
}
 
body.home #nav a#nav-home{
	text-decoration: none;
	border: 2px solid #ff9900;
	border-width: 2px 0;
}
body.services #nav a#nav-services {
	text-decoration: none;
	border: 2px solid #ff9900;
	border-width: 2px 0;
}
body.destination #nav a#nav-destination {
	text-decoration: none;
	border: 2px solid #ff9900;
	border-width: 2px 0;
}
body.about #nav a#nav-about{
	text-decoration: none;
	border: 2px solid #ff9900;
	border-width: 2px 0;
}
body.clients #nav a#nav-clients{
	text-decoration: none;
	border: 2px solid #ff9900;
	border-width: 2px 0;
}
body.contact #nav a#nav-contact {
	text-decoration: none;
	border: 2px solid #ff9900;
	border-width: 2px 0;
}

/*
.nav_container {
	text-align: right;
	padding: 10px 0 0 0;
	margin: 0 20px 0 0;
}

.nav_container ul {
	list-style: none;
	display: inline;
	white-space: nowrap;
	padding: 0;
	margin: 0;
}

.nav_container ul li {
	display: inline;
	padding: 0;
	margin: 0 5px; 
}

.nav_container ul li a:link, .nav_container ul li a:visited, .nav_container ul li a:active {
	color: #000;
	text-decoration: none;
	border: 2px solid #fff;
	border-width: 2px 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 11px;
	padding: 2px;
	letter-spacing: 1px;
}

.nav_container ul li a:hover {
	text-decoration: none;
	border: 2px solid #ff9900;
	border-width: 2px 0;
}
*/

/* ================ Footer =================== */

#ftr {
	width: 760px;
	max-width: 760px;
	height: 35px;
	overflow: hidden;
	background-color: #fff;
	position: relative;
	border-top: 1px solid #999;
	border-right: 0 none #666;
	border-bottom: 0 none #666;
	border-left: 0 none #666;
	margin-left: -20px;
	padding-top: 10px;
}

#ftr img.request {
	float: right;
	padding: 10px;
}
#ftr img.revelgroup {
	float: left;
	padding: 10px;
}
/* ==================== PHOTO CREDIT ==================== */

.photo_credit {
	font-size: 80%;
	color: #000;
	padding-top: 40px;
}

.photo_credit a:link, .photo_credit a:visited {
	color: #000;
	text-decoration: none;
}

.photo_credit a:hover {
	color: #000;
}
