/* CSS Document */

ul#nav
{
	list-style-type: none;
	list-style-image: none;
	position: relative;
	margin: 0;
	padding: 0;
	color: #ffffff;
	display: block;
	z-index: 40;
}

ul#nav li
{
	display: block;
	position: relative;
	float: left;
	clear: none;
	width: 100%;
	z-index: 40;
}

ul#nav li a
{
	display: block;
	position: relative;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	margin: 2px;
	padding: 0 0 2px 0;
	clear: none;
	width: 100%;
	z-index: 40;
}

ul#nav li ul.subnav
{
	display: none;
	width: 155px;
	left: 0px;
	background-color: #efefef;
	border: 1px solid #ED5924;
	padding: 2px;
	position: absolute;
	margin: 0;
	padding: 0;
	z-index: 40;
}

ul#nav li ul.subnav li
{
	display: block;
	position: relative;
	clear: both;
	float: left;
	z-index: 40;
	width: 100%;
}

ul#nav li ul.subnav li a
{
	display: block;
	position: relative;
	clear: both;
	color: #555555;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	padding: 4px;
	z-index: 40;
	text-transform: capitalize;
}

html>body ul#nav li ul.subnav li a
{
	width: 92%;
}

ul#nav li ul.subnav li a:hover
{
	background-color: #ED5924;
	color: #ffffff; 
	text-decoration:underline;
	z-index: 40;
}

div.highlights
{
	clear: both;
	width: 810px;
	margin-bottom: 8px;
	text-align: center;
}

div.highlights div.highlightrow
{
	display: block;
	clear: both;
	position: relative;
	padding-bottom: 5px;
}

div.highlightrow a.highlight
{
	float: left;
	clear: none;
	height: 219px;
	width: 190px;
	margin: 0 6px;
	text-decoration: none;
}

a.highlight div.hl-top
{
	display: block;
	background: url('../images/highlightbg-top.gif') top left no-repeat;
	height: 100px;
	overflow: hidden;
	cursor: pointer;
	text-align: center;
	padding: 5px 5px 0 5px;
}

div.hl-top img
{
	display: block;
	margin: auto;
	width: 100%;
	height: auto;
}

a.highlight div.hl-bottom
{
	display: block;
	clear: both;
	background: url('../images/highlightbg-bottom.gif') top left no-repeat;
	height: 114px;
	overflow: hidden;
	cursor: pointer;
}

div.hl-bottom p
{
	color: #fff;
	display: block;
	font-weight: bold;
	font-family: Arial;
	font-size: 14px;
	line-height: 1;
	margin: 0;
	padding: 7px 0 0 10px;
	cursor: pointer;
}

div.hl-bottom div.hlcontent
{
	display: block;
	clear: both;
	color: #f29c21;
	font-size: 11px;
	font-weight: bold;
	padding: 10px 10px 5px 10px;
	cursor: pointer;
}

div.hlcontent ul
{
	list-style-image: url('../images/ul.gif');
	padding-left: 20px;
	cursor: pointer;
}

div.hlcontent ul li
{
	padding-bottom: 5px;
	cursor: pointer;
}

p.hitchOption {display: block; clear: both; margin: 0; padding: 0 0 10px 5px; font-weight: bold;}

iframe {display: block; width: 550px; height: 800px; margin: 10px auto;}