/*********** Define basic fonts and colors *********/

body, table, td, p, div {
  font-family: Verdana, Arial, sans-serif;
  color: white;
  line-height: 170%;
}

h1, #nav a, .firstletter, strong, .h1 {
	font-family:		Hoefler Text, Garamond, Times, Georgia, serif;
}

/*********** Top page layout *********/

body { 
	background-color:	#171717;
	background-image:	url(img/bg-rwy.gif);
	background-repeat:	no-repeat;
	margin:				0;
	text-align:			center;
}

#banner img {
	position:		absolute;
	left:			0;
	top:			0;
	border:			0px;
}

address {
	font-size:		12px;
	text-align:		left;
	margin:			10px 10px 10px 500px;
	line-height:	150%;
}

/*********** Main content layout ***********/

#body {
	width:			80%;
	margin-left:	auto;
	margin-right:	auto;
	text-align:		center;
	margin-top:		20px;
	margin-bottom:	40px;
	border:			0px solid white;
}

.content, #feature, .feature {
  background-image:	url(img/bg-transgrid.gif);
  /* Hide from IE mac (classic version doesn't support PNG) \*/
  background-image:	url(img/bg-transgrid.png); /* End hiding */
}

.content {
  margin:			0px 170px 30px 0px;
  border:			1px solid white;
  text-align:		left;
}

/* Table styles */
table { 
  margin:				10px 10px 10px 10px;
  width:				90%;
  clear: left;
}

td, th {
	text-align:			left;
	vertical-align:		bottom;
	line-height:		100%;
	padding:			10px 0px 0px 0px;
}

td {
	border-bottom:		1px dotted #CCC;
}

.price {
	text-align:		right;
}

/* Big box headings */
h1, .h1 {
	text-transform:		uppercase;
	text-align:			right;
	font-size:			large;
	letter-spacing:		.3em;
	font-weight:		lighter;
	margin:				20px 170px 0 0;
}

/* Subheadings */
h2, .h2 {
	margin:				20px 10px 0px 10px;
	font-size:			125%;
	line-height:		75%;
	border-bottom:		1px dashed white;
}
.h2 {
	display: block;
	color: white;
}

p, .p, #feature .detail {
	margin:				10px 20px 10px 10px;
}

a {
  font-weight: bold;
  color: #daa70b;
  text-decoration: none;
}
a:hover {
  color: #fdc20b;
  text-decoration: underline;
}
//a:visited {
//  color: #d2cc77;
//  font-weight: normal;
//}

img {
	border:			2px solid white;
	float: left;
	margin: 5px;
}
/*a:hover img {
	border-color: #fdc20b;
}*/

em {
	font-style:		italics;
	font-weight:	bold;
}

ul {
	list-style:		circle;
}

div.row {
	clear:			both;
	padding-top:	10px;
	padding-bottom:	10px;
	margin:			0px;
	font-size:		small;
	border:			0px solid white;
	width:			480px;
}

div.row span.label {
	float:			left;
	width:			110px;
	text-align:		right;
}

div.row span.formw {
	float:			right;
	width:			365px;
	text-align:		left;
}

.footnote {
	font-size: 80%;
}
a.footnote {
	display: block;
	float: right;
	text-align: left;
	width: 0;
}

.clear {
	clear: both;
}

/* Image floats */
p.side {
	float:			right;
	width:			0;
	height:			0;
}
p.side img {
	display: none;
	/* Hide from IE mac \*/
	display: inline;
	position: relative;
	left: 10px;
	/* End hiding */
}

.leftimg {
	position:		relative;
	left:			-50px;
}

.firstletter, strong {
	font-size:		xx-large;
	font-weight: normal;
}

.nodisplay {
	display: none;
}

.bottom {
	display: block;
	clear: both;
	height: 0;
}

/************ Footer and navigation **********/

#foot {
	clear:			both;
	text-align:		center;
	margin-top:		50px;
	border:			0px solid white;
}

#nav {
	float:			right;
	margin-top:		20px;
	width:			155px;
	height:			230px;
	background-image: url(img/bg-lip_plate.gif);
	background-repeat: no-repeat;
	border:			0px solid white;
}

#navlinks {
	margin-left:	10px;
}

#nav a {
	display:		block;
	padding:		0;
	height:			28px;
	width:			140px;
	font-size:		16px;
	font-weight:	normal;
	text-align:		center;
	margin:			20px 30px 0 10px;
	border:			0px solid white;
}

#nav a,
#nav a:visited {
	color: #daa70b;
	background-image: url(img/blank.gif);
}
#nav a:active,
#nav a:hover {
	background-image: url(img/nav-over.png);
}

/************ Front page boxes ************/

#frontpage #body {
	width: 95%;
}

#frontpage .h1 {
	margin: 0.5em;
}

/* Main feature box */
#feature {
	width: 80%;
	margin-left:	auto;
	margin-right:	auto;
}

#feature, .feature {
	display: block;
	border: 1px solid white;
	margin-bottom: 2em;
	color: white;
	font-weight: normal;
}
#feature .img {
	display: block;
	float: right;
	margin: 0 -1em 1em 1em;
	font-size: 60%;
}
#feature .img span {
	display: block;
}

a#feature:hover, a.feature:hover, .feature a:hover {
	border-color: #fdc20b;
	color: #fdc20b;
	text-decoration: none;
	background: #444;
}
a#feature:hover img {
	border-color: #fdc20b;
}

#feature .h1 {
	display: block;
}
#feature .detail {
	display: block;
	line-height: 1.5;
	font-size: 80%;
	text-align: left;
}
#feature .p {
	display: block;
	margin-bottom: 1.5em;
}

/* Secondary feature boxes */
.feature {
	float: left;
	width: 30%;
	margin: 1%;
	font-size: 80%;
}
a.feature:hover .h2, a.feature:hover img, .feature a:hover .h2 {
	color: #fdc20b;
	border-color: #fdc20b;
}
.feature p, .feature ul, .feature .p {
	font-weight: normal;
	display: block;
	line-height: 1;
}
.feature img {
	display: block;
	margin-left:	auto;
	margin-right:	auto;
	float: none;
}
.feature a {
	display: block;
	padding: 5px 0 5px 0;
	color: white;
}
