/* @override http://tra/gateway/css/style.css */

body {
	font-size: 100%;
/* 	line-height: 1.125em; */
}
h1 {
	font-size: 1.5em; /* 24px / 16px = 1.5em */
	font-weight: bold;
	text-align: center;
	color: #165e9b;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	line-height: 1.125;
}
.hilite {
	background-color: #ff0;
}
#main-container.container {
	width: 750px;
}
#container.container {
	width: 710px;
}

/* @group Header */

#header-container {
	border-bottom: 2px solid #999;
	float: left;
	margin-bottom: 10px;
	width: 100%;
}
#header {
	margin-top: 15px;
	float: left;
}
#top-right {
	margin-top: 30px;
	text-align: center;
}
#top-right #starts-now {
	font-size: 2em;
}
#top-right h2 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	text-indent: 1em;
	margin: 0;
	color: #000;
	line-height: 1.25;
}

/* @end */

/* @group Left Content */

#bullets {
	margin-top: 20px;
	width: 410px;
	float: left;
	line-height: 1.125;
	padding-bottom: 15px;
}
#bullets p {
	margin-bottom: 0.75em;
}
#bullets ul {
	margin-left: 3em;
	margin-right: 0;
}
#bullets li {
	margin-bottom: 1em;
}

/* @end */

/* @group Opt In */

#optin {
	margin-top: 15px;
	background: #fff;
	float: right;
	padding: 2px;
	border: 1px solid #ccc;
}
#optin-box {
	background: #eee;
	text-align: center;
	color: #000;
	width: 260px;
	padding: 10px 10px 2px;
}
#optin-box h3 {
	color: #c00;
	font-size: 1em;
	font-weight: bold;
}
#optin-box p {
	font-size: 0.875em;
	line-height: 1.25;
}
#optin-box .quiet {
	font-size: 0.6875em;
	/*text-align: center;*/
}
#optin-form {
	padding-top: 10px;
	padding-bottom: 20px;
}
#optin-form #submit {
	margin-top: 8px;
}

label {
	font-size: 1.125em;
}

label.formerror {
	color: #da0000;
	font-size: 0.65em;
	display: block;
	margin-bottom: 1em;
	/*text-align: left;*/
}

input.text {
	width: 200px;
}

/* @end */

/* @group Photos */

#photos {
	border: 1px solid #ccc;
	float: left;
	width: 750px;
	margin: 0 auto;
	line-height: 1.25;
}
#photos div {
	float: left;
	width: 225px;
	padding: 12px;
	font-size: 0.75em;
	font-weight: bold;
	border-right: 1px solid #ccc;
	/*text-align: center;*/
	text-align: justify;
	height: 100%;
}
#photos p {
	min-height: 90px;
}
#photos div.image {
	float: none;
	height: 180px;
	padding: 0;
	border: none;
	margin-bottom: 10px;
}
#photos div.last {
	border: none;
}
#photos div img {
	display: block;
	width: 225px;
}



/* @end */

/* @group Footer */

#footer {
	padding-top: 30px;
	padding-bottom: 80px;
	clear: both;
	text-align: center;
	font-size: 0.6875em;
	color: #666;
	line-height: 1.25;
}
#footer p {
	margin-bottom: 0;
}

/* @end */