/* Import shared styles 
-------------------------------------------------- */

@import "common.css";
@import "template_base.css";
@import "navigation.css";

/* Structure
-------------------------------------------------- */

#wrapper {
	background-color:#fff;
}

#hero {
	background: url("../images/bg_home_hero.jpg");
	width: 967px;
	height: 314px;
	position: relative;
	border: solid #fff;
	border-width: 0 1px;
}

.callouts {
	background: url("../images/bg_home_callout.jpg") repeat-x;
	
}

/* Login 
----------------------------------------------------- */

#hero #reserveForm {
	position: absolute;
	right: 34px;
	top: 20px;
	width: 200px;
	height: 214px;
	padding: 15px 20px 10px;
}

#hero #reserveForm h2 {
	color: #fff;
	font-size: 2em;
	margin-bottom: 18px;
}

#hero #reserveForm label {
	color: #fff;
	font-size: 1em;
	margin: 10px 0 4px;
	display: block;
}

#hero #reserveForm .reserveTools {
	margin: 20px 0 10px;
}

#hero #reserveForm input {
	border: 1px solid #c1c1c1;
	padding: 2px;
	width: 190px;
}
#hero #reserveForm .reserveTools input {
	background: url("../images/bg_button_callout.gif") no-repeat;
	width: 59px;
	height: 23px;
	border: 0;
	color: #fff;
	line-height: 1em;
	cursor: hand;
}

#hero #reserveForm .reserveTools input#reserveSignUp,
#hero #reserveForm .reserveTools a.large {
	background: url("../images/bg_button_callout_large.gif") no-repeat;
	width: 137px;
	height: 23px;
	border: 0;
	color: #fff;
	line-height: 1em;
	cursor: hand;
	display: block;
	text-align: center;
	line-height: 1.6em;
}


#hero #reserveForm .reserveReminder {
	margin-top: 15px;
}

#hero #reserveForm .reserveReminder a:link,
#hero #reserveForm .reserveReminder a:visited 
{
	color: #fff;
	text-decoration: none;
}

#hero #reserveForm .reserveReminder a:hover {
	text-decoration: underline;
}


/*  Callouts
 ---------------------------------------------- */
.callouts .callout {
	float: left;
	border-top: 1px solid #fff;
}

.callouts .callout h2 {
	font-size: 1.4em;
	color: #000;
	margin-bottom: 10px;
}

.callouts .callout h3 {
	font-size: 1em;
	font-weight: bold;
	color: #000;
	margin: 0;
}

.callouts div.odd {
  width: 520px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 20px;
}

.callouts div.even {
  width: 360px;
  padding: 20px;
}

.callouts .callout .details {
  float: left;
}

.callouts .callout .thumb {
  float: right;
  width: 111px;
}

.callouts .odd .details {
  width: 386px;
}

.callouts .odd .details p a {
  padding-top: 0px;
  display: block;
}

.callouts .even .details {
  width: 224px; 
} 

.callouts .callout h3,
.callouts .callout p {
	margin-left: 10px;
}

.callouts .callout p {
	margin: 0;
  padding: 0;
  line-height: normal;
}

.callouts .callout p a {
  margin: 14px 0 0 10px;
    display: block;
}

.callouts .callout ul {
	margin-bottom: 10px;
}

.callouts .callout li {
	list-style: square;
	margin: 2px 0 4px 32px;
	font-size: 1.2em;
}


.callouts .callout a:link,
.callouts .callout a:visited {
	color: #2f74ac;
	text-decoration: none;
}

.callouts .callout a:hover {
	color: #3d97e0;
}

.callouts #callout3 {
	margin: 15px 0 0 0px;
	background: #F4F1E9;
	width: 320px;
	float: left;
	border: 1px solid #ccc;
	padding: 10px;
}

.callouts #callout3 p {
	font-size: 0.9em;
}

.callouts {
	height: 1%;
}
