/* CSS Document */
body {
	margin: 0;
	padding: 0;
	width:auto;
	text-align:center;
	background:repeat-x url(/images/bg.jpg) #000000;
	font:Verdana, Monotype Corsiva, Arial, Helvetica, sans-serif;
}
/*
div {
	border-style:solid;
	border-color:#000000;
	border-width:1px;
}
*/
#wrapper {
	width: 800px;
	text-align:center;
	background:repeat-y url(/images/body_bg.jpg);
	position:static;
	padding:10px 0px 10px 0px;
	margin:auto;
	text-align:left;
}

#wrapper2 {
/*	text-align:left; */
	padding-left:10px;
	padding-right:10px;
	width:780px;
}

#header {
	float: left;
	background-image:url(../images/title_600.jpg);
	background-repeat: no-repeat;
	width: 780px;
	height: 68px;
	clear: both;
	margin-bottom: 10px;
}

#header_info {
	text-align: center;
	width: 590px;
	font-weight: bold;
}

#topDiv {
	clear:both;
	background-image:url(/images/nav_bg.jpg);
	width:780px;
	height: 30px;
	margin: 0;
	padding: 0;
}

#topNav {
	clear:both;
	width:780px;
	height: 40px;
	margin: 0;
	padding: 0;
}

#topNav ul {
	width: 780px;
	height: 40px;
	margin:0;
	padding:0;
}

#topNav li {
	margin:0;
	padding:0 0 0 30px;
	display:inline;
}

#topNav li a:hover {
	border-bottom: #0099CC thin solid;
}

#topNav li a.selected {
	border-bottom: #FF0000 thin solid;
}

#subNav {
	clear:both;
	width:780px;
	height: 20px;
	margin: 0;
	padding: 0;
/*	background: #666666; */
}

#subNav ul {
	width: 780px;
	height: 40px;
	margin:0;
	padding:0;
}

#subNav li {
	margin:0;
	padding:0;
	display:inline;
}

#subNav li a  {
	display:block; 
	text-decoration:none; 
	height:19px; 
	float:left; 
	color:#000;
	font-weight:normal; 
	font-size:12px; 
	padding:1px 30px 0 30px; 
	border-right:1px solid #000;  
}

#subNav li a:hover {
	background-color: #FF0000;
}

#subNav li.selected a:hover {
	background-color: #fff;
}

#subNav li.selected a {
/*	background-color: #999999; */
	color: #f00;
	text-decoration: underline;
}

/*
#topNav table {
	width: 590px;
	text-align: center;
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
}

#topNav td {
	width: 25%;
}

#topNav a {
	color: #FFFFFF;
	text-decoration: none;
}

#topNav a:hover {
	color: #FF0000;
	text-decoration: underline;
} */

#topBanner {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content {
	clear:both;
	position: relative;
	top:-166px;
	background-position:top;
	background-repeat:no-repeat;
	overflow:visible;
	min-height:400px;
	_height:400px;
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
}

#content h1{
  font-size:24px;
  color:#444444;
  font-size: 1.8em;
  padding:0px 0px 20px 0px;
  margin:0px 0px 0px 0px;
}

#content h2{
  font-size:20px;
  color:#0034D6;
}

#contentLinks {
	width: 100%;
	padding: 0;
	margin: 0;
}

#contentLinks tr {
	margin: 0;
	padding: 0;
	vertical-align: text-top;
}


#contentLinks th {
	color:#000066;
	text-decoration:underline;
	margin: 0;
	padding: 0;
}

#contentLinks a {
	color: #000000;
	text-decoration: none;
	font-style: italic;
}

#contentLinks a:hover {
	color: #0034D6;
	text-decoration: underline;
	font-weight: bold;
}

#footer {
	width:100%;
	text-align:center;
	position:relative;
	clear:both;
	vertical-align:bottom;
}

#additionalInfo{
	display:none;
}

#mustang {
	position: relative;
	left: 200px;
	top: -185px;
	float: right;
	overflow: visible;
	z-index:1;
}

#mustang_block {
	float: right;
	width: 200px;
	height: 166px;
	overflow:visible;
}

.divider {
	background-image:url(../images/mdg_nav_bg.jpg);
	width: inherit;
	height: 3px;
}

.center {
	text-align: center;
	width: 100%;
}

p {
	margin: 0;
	padding: 0 0 10px 0;
}

a {
	color: #0034D6;
	text-decoration:none;
	font-weight: bold;
}

a:hover {
	text-decoration:underline;
}