#PageLayout{
	width: 750px;
}

#LeftColumn{
	width: 179px;
	float: left;
}

.ImgLogo{
	border: none;
}

#MainColumn{
	width: 571px;
	/*float: left;
	background-color:#000;*/
	position: absolute;
	top: 160px;
	left: 179px;
	height:350px;
}

#TopNav{
	height: 38px;
}



#BodyCopy{
	padding: 0px;
	color: #fff;
	background-color:#666666;
	width: 571px;

}

#TopNav ul{
	/*font-style:italic;*/
	margin:0 0 0 10px;
	padding: 0px;
	padding-top:12px;
}

#TopNav li{
	margin:0px;
	padding: 0px;
	padding-right: 10px;
	list-style: none;
	background-image:url(../img/layout/ul-orange.gif);
	background-repeat: no-repeat;
	background-position: 6px 5px;
	float: left;
}

#TopNav a{
	padding-left: 20px;
}


#BelowNav{
	background-color: #fff;
	
}


.SideNav{
	/*font-style:italic;*/
	text-decoration: none;
}



.SideNav ul{
	margin: 0px;
	padding: 0px;
	clear: both;
}

.SideNav li{
	margin-bottom: 10px;
	list-style-image: url(../img/layout/ul-orange.gif);
	font-weight: bold;
}

.SideNav li a:link, .SideNav li a:visited{
	color: #fff;
	text-decoration: none;
}

.SideNav li a:hover{
	text-decoration: underline;
}

.SideNav li ul{
	padding: 3px;
	margin: 2px 5px 0 12px;
	font-size: 11px;
}

.SideNav li ul li{
	padding: 0;
	margin: 0;
}

hr{
	margin: 8px 15px;
	padding: 0px;
	border:none;
	height: 1px;
}


#TopNav a{
	text-decoration: none;
	font-weight: bold;
}

#TopNav a:hover{
	text-decoration: underline;
}

#FormLayout div.row, dl{
	clear: both;
	padding-top: 0px;
	padding:0;
	margin:0;
}

#FormLayout{
	width: 530px;
}

#FormLayout div.FrmLabel, dt{
	float: left;
	text-align: right;
	width: 125px;
	font-weight: bold;
}

#FormLayout div.FrmFields, dd{
	float: right;
	text-align:left;
	width:395px;
}

#FormLayout input.input{
	margin: 0;
	padding: 0;
}

dl.dlUpload{
	
}

dl.dlUpload dt{
	width: 60px;
}

div.Grid{
	clear: both;
	padding-top: 20px;
}

#MainCats{
	list-style: none;
	margin: 0;
	padding: 10px;
}

#MainCats ul{
	list-style: none;
}

#MainCats ul li{
	font-size: 11px;
}

#MainCats ul li a{
	color: #fff;
	font-weight: bold;
}

div.DealerRow{
	clear: both;
	color: #fff;
	padding: 15px;
	
}

div.DealerRow div.Dealer{
	width: 50%;
	float:left;
}

div.DealerRow div.DealerName{
	width: 50%;
	float:left;
}

div.stories{
	color: #fff;
}

div.stories div.title{
	font-size: 14px;
	
}

a.But, a.But:visited, a.But:hover{
	width: 100px;
	background-color: #1A7394;
	border: #ffffff 1px solid;
	display: block;
	padding: 3px;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 3px;
}

#AdminDealers div.row{
	clear: both;
	margin-top: 3px;
}

#AdminDealers div.row div.label{
	width: 150px;
	float: left;
	text-align: right;
	margin-right: 10px;
	font-weight: bold;
	padding-top: 3px;
}

#AdminDealers div.field{
	display: inline;
}

li.NewsDate{
	width:100px;
	display:inline;
	margin-right:10px;
	line-height:1.9em;
}

li.NewsTitle{
	list-style:none;
	line-height:1.7em;
	width: 450px;
	padding:0 0 10px 15px !important;
}

span.EventDate{
  width:130px;
  float:left;
  display:inline;
  margin:0 0 10px 0;
  line-height:1.7em;
  padding:0 0 0 8px;
}

span.ArchiveDate{
  width:130px;
  float:left;
  display:inline;
  margin:0 0 10px 0;
  line-height:1.7em;
  padding:0 0 0 8px;
}

span.EventTitle{
  list-style:none;
  line-height:1.7em;
  margin:0 0 10px 10px;
  float:left;
  width:370px;
}

span.EventTitle a{
  font-weight:normal;
}

li.Event{
  list-style:none;
  line-height:1.7em;
  margin: 0px 0px 10px 0px !important;
  border-bottom:1px dashed #fff;
  clear:both;
}

li.NewsTitle a, li.NewsTitle a:hover{
	text-decoration: none;
}

#Resources ul{
	
}

div.row{
	clear: left;
	margin-top: 15px;
}

div.date{
	float: left;
	width: 87px;
}

div.event{
	margin-left: 90px;
}


/*    Hopeful Form Solution    */

div.FormLayout fieldset {
  margin-bottom: 10px;
}
div.FormLayout legend {
  padding: 0 2px;
  font-weight: bold;
}
div.FormLayout label {
  display: block;
  line-height: 1.8;
  vertical-align: top;
}
div.FormLayout fieldset ol {
  margin: 0;
  padding: 0;
}
div.FormLayout fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
div.FormLayout fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
div.FormLayout fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
div.FormLayout fieldset fieldset label {
  display: block;
  width: auto;
}
div.FormLayout em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
div.FormLayout label {
  width: 120px; /* Width of labels */
}
div.FormLayout fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

