/* Layout styles */

html, body {height:100%}
body {
	padding: 0;
	margin: 0;
	color: #000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

#Surround {
  height: 100%;
  margin: 0 auto;
  padding: 0 0 0 23px;
  width: 816px;
  background: url(images/site/outer_border_rpt.gif) repeat-y 0 0;
}

#Header {
  height: 46px;
  width: 770px;
  background: url(images/site/header.gif) no-repeat 0 0;
}

#Header h1 {
	margin: 0;
}

#Header h1 a {
	background: url(images/site/siteID.gif) no-repeat 0 0;
	width: 233px;
	height: 46px;
	display: block;
}

#Header h1 a span {
	display: none;
}

#MainNav {
	width: 770px;
	height: 18px;
	background: url(images/site/main_nv_rpt.gif) repeat-x 0 0;
}

#Centrecontent {
  width: 770px;
  height: 650px;
  padding: 0 10px 0 15px;
  background: url(images/site/centrecontent_bground.jpg) no-repeat 0 0;
}

#Intro {
	width: 745px;
	height: 220px;
	margin: 41px 0 0 0;
	padding: 23px 0 0 0;
	background: url(images/site/intro_rpt.gif) repeat-x 0 100%;
}

html>body #Intro {
	padding: 64px 0 0 0;
	margin: 0;
}

#Utilities {
	width: 745px;
	padding: 15px 0 0 0;
}

#Utilities #News {
	float: left;
	width: 203px;
	padding: 0 15px 0 0;
	background: url(images/site/news_rpt.gif) repeat-y 100% 0;
}

#Utilities #Focus {
	float: left;
	width: 320px;
	padding: 0 15px;
}

#Utilities #Services {
	float: left;
	width: 160px;
}

#Utilities #Services #Login {
	width: 174px;
	height: 100px;
	background: #EEE;
}

#Utilities #Services #Carmove {
	height: 140px;
	width: 174px;
	margin: 16px 0 0 0;
	background: #EEE;
}

#Footer {
	width: 745px;
	margin: 0 10px 0 15px;
	padding: 15px 0 0 0;
	background: url(images/site/footer_rpt.gif) repeat-x 0 0;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #A1A1A1;
}

/* Nav styles */

#MainNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}

#MainNav ul li {
	display: inline;
}

#MainNav ul li a {
	float: left;
	color: #FFCC00;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 2px 13px 0 13px;
}

#MainNav ul li a:hover {
	color: #000;
	background: #FFCC00;
	padding: 2px 13px 1px 13px;
}

/* Content styles */

#Centrecontent h1 {
  color: #000;
  font: bold 18px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  border-bottom: 4px solid #FF0000;
  margin: 0;
}

#Centrecontent h2 {
  color: #003399;
  font: bold 12px Verdana, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin: 0;
}

#Centrecontent p {
  margin: 0 0 10px 0;
}

#Centrecontent a {
	color: #FF0000;
	text-decoration: none;
}

#Centrecontent a:hover {
text-decoration: underline;
}

#Centrecontent a.More {
	font-weight: bold;
}

/* Intro styles */

#Centrecontent #Intro h1 {
	margin: 0 0 11px 0;
	width: 500px;
}

#Centrecontent #Intro img {
	float: right;
}

#Centrecontent #Intro p {
	width: 500px;
}

/******* Utilities styles *******/

/* News styles */

#Utilities #News .News_Date {
	font-weight: bold;
	margin: 10px 0 0 0;
}

/* Focus Topic styles */

#Utilities #Focus h1 {
	margin: 0 0 16px 0;
}

#Utilities #Focus h2 {
	margin: 0 0 18px 0;
}

#Utilities #Focus img {
	float: left;
	margin: 0 10px 10px 0;
}

/******* Services styles *******/

/* Login styles */

#Utilities #Services #Login h1 {
	background: #FFF;
}

#Utilities #Services #Login form {
	margin: 20px 0 0 11px;
}

#Utilities #Services #Login form label {
	display: block;
}

#Utilities #Services #Login form input {
	border: 1px solid #BABABA;
	background: #FFF;
	font-size: 11px;
	width: 100px;
	height: 14px;
	margin: 5px 0;
}

#Utilities #Services #Login form input.Login {
	border: none;
	background: #EEE;
	color: #FF0000;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	display: block;
	width: 50px;
	cursor: pointer;
}

html>body #Utilities #Services #Login form input.Login {
	width: 50px;
	padding: 0;
	margin: 5px 0 10px 0;
}

#Utilities #Services #Login a.Forgotten {
	color: #838383;
	font-size: 10px;
	margin: 0 0 0 12px;
	text-decoration: none;
}

#Utilities #Services #Login a.Forgotten:hover {
	text-decoration: underline;
}

/* MoveCar styles */

#Utilities #Services #Carmove h1 {
  border-bottom: 4px solid #FFCC00;
  margin: 0;
  background: #FFF;
}

#Utilities #Services #Carmove img {
  margin: 9px 0 3px 12px;
}

#Utilities #Services #Carmove p {
  margin: 0 12px 10px 12px;
}

#Utilities #Services #Carmove a.More {
	display: block;
	margin: 10px 0 0 0;
}


/* Footer styles */

#Footer .Copyright {
	float: left;
}

#Footer ul {
	float: right;
	margin: 0;
	padding: 0;
}

#Footer ul li {
	display: inline;
}

#Footer ul li a {
	float: left;
	color: #A1A1A1;
	text-decoration: none;
	padding: 0 5px;
	border-right: 1px solid #A1A1A1;
}

#Footer ul li a.last {
	border-right: none;
}












