/* Page layout */
body {
	margin: 0px;
	padding:0px; 
}

#container {
	position: relative;
	width: 100%;
}

#page_content {
    background: #FFF; 
	margin: 0 auto;
	padding: 25px 0px 25px 0px;
	width: 886px;
}

table.header {
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	background: #FFF url('../images/header.gif') no-repeat center;
	height: 35px;
	width: 886px;
	margin: 0px;
	padding: 0px;
}

table.navigation {
	border: 0px;
	height: 95px;
	width: 886px;
	margin: 0px;
	padding: 0px;
}

table.body {
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	background: #FFF url('../images/grad_body.gif') repeat-x left top;
	height: 100%;
	width: 886px;
	margin:0px;
	padding: 0px;
}

table.plate {
	border:0px;
	width: 212px;
	margin: 0px 0px 45px 0px;
	padding: 0px;
}

table.footer {
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	background: #FFF url('../images/footer.gif') no-repeat center;
	height: 35px;
	width: 886px;
	margin:0px;
	padding: 0px;
}

td.left-border {	
	background:#FFF url('../images/grey_pixel.gif') repeat-y;
	width:1px;
	margin:0px;
	padding:0px;
}

td.header-body {
	padding: 35px 20px 20px 20px;
}

td.body {
	background: #FFF url('../images/grad_body.gif') repeat-x left top;
	padding: 20px;
}

td.subpage-body {
	padding: 20px;
	width: 625px;
}

td.subpage-body-full {
	padding: 20px;
	width: 800px;
}

td.right-border {
	background:#FFF url('../images/grad_border_right.gif') repeat-y;
	width:4px;
	margin:0px;
	padding:0px;
}

td.image-panel {
	text-align: center;
	vertical-align: middle;
	width:auto;
}

td.spotter-panel {
	text-align: center;
	vertical-align: middle;
	width:auto;
}

td.vertical-divider {
	background: #DDD url('../images/grey_pixel.gif') repeat-y;  
	width: 1px;
	margin: 0px;
	padding: 0px;
}

td.plate-border {
	background: #FFF url('../images/plate_border.gif') repeat-y;
	width: 3px;
	margin: 0px;
	padding: 0px; 
}

td.plate {
	width: 206px;
	max-width: 206px;
	margin: 0px;
	padding: 10px 5px 0px 5px; 
}

td.footer-info {
	text-align:center;
	vertical-align:middle;
}

h1 {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 16px;
	font-weight: normal; 
	color:#67737A;
}

p {
 font-family: Tahoma, Arial, sans-serif;
 font-size: 11px;
 font-style: normal; 
 line-height: 12pt;
 color:#1B1B1B;
}

p.contact {
 padding: 5px 0px 0px 15px;
}

p.topSpacing {
 padding: 5px 0px 0px 0px;
}

p.footer-text {
 font-family: Tahoma, Arial, sans-serif;
 font-size: 11px;
 font-style: normal; 
 color:#FFF;
}

span.header-text {
 font-family: Tahoma, Arial, sans-serif;
 font-size: 11px;
 font-style: normal; 
 color:#1B1B1B;
}

span.date {
 color:#67737A; 

}

ul {
 font-family: Tahoma, Arial, sans-serif;
 font-size: 11px;
 font-style: normal; 
 color:#1B1B1B;
 list-style: none;
 margin: 0px;
 padding: 5px;
}

li {
	padding: 2px;
}

ul.compact-list {
	list-style: square outside;
	padding: 12px 0 0 30px;
	margin: -15px 0 0 0 ;
}

ul.compact-list li {
	padding:0px;
	line-height: 13pt;
}

hr {
	color:#DDD;
	height:1px;	
}

a.nav-item {  
  font-family: Tahoma, Arial, sans-serif;
  font-size: 13px;
  text-decoration:none; 
  font-weight:300;
  color:#67737A; 	
  margin-left: 30px;
  margin-right: 30px;
}

a.nav-item:hover {
	text-decoration: underline;
}

a.nav-item:visited {
	color:#67737A;
}

a {
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 11px;
  text-decoration:none; 
  font-weight:300;
  color:#2C8BD1; 
}

a:hover {
  text-decoration:underline;
}

a:visited {
  color:#2C8BD1;
}

a.plate-link {
	color: #1B1B1B;	
	text-decoration:none;
	border: 0px #FFF none;
}

#current {
  text-decoration:underline; 
}

#logo {
	padding: 0px 100px 0px 0px;
	
}
