@charset "utf-8"; 
/* $Id: style.css,v 1.1.2.27 2008/10/11 21:48:14 andregriffin Exp $ */
/* Drupal 6 Framework - Created by Andre Griffin
----------------------------------------------------------------
[Table of contents]

 1.Global
 2.Layout
 3.Header
 4.Navigation
 5.Nodes
 6.Comments
 7.Sidebars
 8.Blocks
 9.Footer
10.CSS Support
11.Administration

[Color codes]

 Typography
 # Dark Grey:        #333
 # Dark Blue:        #069
 # Pink:             #f66

 Layout
 # Mid Blue:         #b4d7f0
 # Light Blue:       #d4e7f3
 # Very Light Blue:  #edf5fa

[Font sizes - based on 75% body]

26px = 2.166667em
24px = 2em
22px = 1.8333em
21px = 1.75em
20px = 1.6667em
19px = 1.5833em
18px = 1.5em
17px = 1.416667em
16px = 1.333333em
15px = 1.25em
14px = 1.1667em
13px = 1.083333em
12px = 1em
11px = .9167em
10px = .8333em

Equasion for font sizing: 
-Desired in px ÷ Default (or parent) in px = sizing in em

----------------------------------------------------------------*/

/**
 * 1.GLOBAL
 */
body {margin:0px; padding:0px; background:#CBDCBF url(images/mbg.jpg) repeat-x top; text-align:center; font-family:Arial, Helvetica, sans-serif}



h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 2em;
  margin: .5em 0;
}

h2 {
  font-size: 1.6667em;
  margin: .75em 0 .5em;
}

h3 {
  font-size: 1.333333em;
  margin: .5em 0;
}

h4 {
  font-size: 1.1667em;
  margin: .5em 0;
}

a:link, a:visited {
  color: #c0eca4;
  text-decoration: none;
}

a:focus {
  outline: 1px dotted;
}

a:hover, a:active, li a.active {
  color: #fff;
  outline: none;
  text-decoration: none;
}



h2 a:link, h2 a:visited {
  color: #fff;
  text-decoration: none;
}

h2 a:focus {
  outline: 1px dotted;
}

h2 a:hover, h2 a:active, h2 li a.active {
  color: #c0eca4;
  outline: none;
  text-decoration: none;
}

p {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0 0 1.5em;
}

blockquote {
  margin: 1.25em;
  padding: 1.25em 1.25em 0 1.25em;
}

em {
  padding: 0 3px 0 0;
}

hr {
  background: #7f7f7f;
  border: none;
  height: 1px;
  margin: 0;
  padding: 0;
}

img, a img {
  border: none;
  outline: none;
}

/**
 * 2.LAYOUT
 */
#wrapper {
  margin: 0 auto;
  width: 960px;
}

#container {background:#4E802D url(images/bodybg.jpg) repeat-x; padding:15px 11px; font-size:11px; width:979px}
#container div.content {color:#FFFFFF}

/* 1 column */
#center {
  margin: 0 0 10px;
  position: relative;
}

/* 3 columns */
body.sidebars #center {
  border-left: 1px solid #b4d7f0;
  border-right: 1px solid #b4d7f0;
  float: left;
  padding: 0 10px;
  width: 600px;
}

/* 2 columns - sidebar-left */
body.sidebar-left #center {
  border-left: 1px solid #b4d7f0;
  float: right;
  padding-left: 10px;
  width: 780px;
}

/* 2 columns - sidebar-right */
body.sidebar-right #center {
float:left; display:inline; width:644px;
}
body.sidebar-right #centerin {
float:left; display:inline; width:624px; padding:0px 10px; line-height:16px;
}
body.sidebar-right #centerin h2 {background:#65A23B; font-size:14px; padding:3px; color:#FFFFFF}
body.nosidebar #centerin h2 {background:#50822F; font-size:14px; padding:3px; color:#FFFFFF}
body.nosidebar #centerin {color:#FFFFFF; min-height:200px}

#centerin {color:#fff;}

.topnav {
font-size:9px; 
width:60px; 
padding-top:8px;
text-align:center;
}
.topnav a {
color:black;
}


/**
 * 3.HEADER
 */
#header {
  margin: 0;
  padding: 10px 0;
  position: relative;
}

#header #logo {
  float: left;
  padding: 4px 10px 0 0;
}

#header #name {
  display:block;
}

#header #slogan {
  display: block;
  font-size: .75em;
}

#search-theme-form {
  margin: 3em 0 0;
  position: absolute;
  right: 0;
  top: 0;
}

#search-theme-form .form-button, #search-theme-form .form-submit {
  margin: 0;
}

/**
 * 4.NAVIGATION
 */
#nav ul.links li {
  background: none;
  margin: 0 10px 0 0;
  padding: 0;
}

#nav {
  border-bottom: 1px solid #b4d7f0;
  border-top: 1px solid #b4d7f0;
  font-size: 1em;
  margin: 0 0 10px;
}

#nav ul.primary-links {
  background: #d4e7f3;
  font-weight: 700;
  padding: 5px;
}

#nav ul.primary-links li {
  margin: 0;
  padding: 0;
}

#nav ul.primary-links li a:link, #nav ul.primary-links li a:visited {
  margin: 0 10px 0 0;
  padding: 5px 0;
}

#nav ul.primary-links li a:hover, #nav ul.primary-links li a:active {
  text-decoration: underline;
}

#nav ul.secondary-links {
  border-top: 1px solid #b4d7f0;
  padding: 2px 5px;
}

#nav ul.secondary-links li {
  margin: 0;
  padding: 0;
}

#nav ul.secondary-links li a:link, #nav ul.secondary-links li a:visited {
  margin: 0 10px 0 0;
  padding: 2px 0;
}

#nav ul.secondary-links li a:hover, #nav ul.secondary-links li a:active {
  text-decoration: underline;
}

/*negative margin keeps from pushing node h2 titles down*/
.breadcrumb {
  color: #ccc;
  font-size: 1em;
  margin: 0 0 -1.25em;
  padding: 0;
}

.breadcrumb a:link, .breadcrumb a:visited {
  color: #666;
}

.breadcrumb a:hover {
  color: #999;
}

/**
 * 5.NODES
 */
span.submitted {
  color: #898989;
  display: block;
  font-size: .8333em;
  margin: -5px 0 4px;
}

.meta {
/*  background: #35561F;*/
/*  border: 1px solid #a7e081;*/
  margin: 0;
  padding: 0;
}

.meta div.links {
  float: left;
}

.meta div.terms {
  float: right;
}

.meta div.links ul.links li {
  float: left;
  padding: 5px 10px 5px 0;
}

.meta div.terms ul.links li {
  float: left;
  padding: 5px 0 5px 10px;
}

.node_read_more {
  font-weight: bold;
}

.item-list ul.pager {
  margin: 1em 0;
}

.item-list ul.pager li {
  margin: 0;
  padding: 0;
}

.item-list ul.pager li a:link, .item-list ul.pager li a:visited, .item-list ul.pager li.pager-current {
  border: 1px solid #ccc;
  color: #069;
  margin: .3em .1em;
  padding: .3em .5em;
}

.item-list ul.pager li a:hover, .item-list ul.pager li a:active {
  background-color: #edf5fa;
  color: #f66;
}

.item-list ul.pager li.pager-current {
  background-color: #d4e7f3;
  color: #069;
}

/**
 * 6.COMMENTS
 */
#comments h2.comments {
  margin: .5em 0 -15px;
} 

.comment {
  margin: 20px 0 0;
  padding: 0;
}

.comment-bar {
  background: #edf5fa;
  border-bottom: 1px solid #b4d7f0;
  padding: 5px;
  position: relative;
}

.comment span.submitted {
  color: #898989;
  display: inline;
  font-size: .8333em;
  margin: 0;
}

.comment span.new {
  color: red;
  font-size: .8333em;
}

.comment .content {
  padding: 5px;
}

.comment h3 {
  font-size: 1.1667em;
  margin: .5em 5px 0;
}

.comment ul.links {
  margin: -10px 0 0 25px;
}

.comment ul.links li a {
  text-decoration: underline;
}

.indented {
  border-left: 1px solid #ddd;
  margin-left: 14px;
  padding-left: 5px;
}

/**
 * 7.SIDEBARS
 */
.sidebar {

}

#sidebar-left {
  float: left;
  margin-right: 9px;
}

#sidebar-right {
float:left; display:inline; width:333px;
}

/**
 * 8.BLOCKS
 */
.block {
}

#block-block-18 {
margin-left:8px;
}

#user-login-form .item-list ul li {
  background: none;
  padding: 0; margin:0px
}

#search-block-form .form-text {
  width: 8em;
}

#search-block-form input.form-submit {
  font-size: .9em;
  width: 5em;
  padding: 0;
}

/**
 * 9.FOOTER
 */
#footer { text-align:center; font-size:14px; padding-top:10px; color:#96C379; margin-top:20px;}
#footer div div a {color:#FFFFFF}
#container #footer .content {color:#69A442}
#footer p { color:#9bbb7d; font-size:11px; line-height:15px}
#footer div div p a.bl1 {text-decoration:underline; color:#d6f3ba}

#footer a.feed-icon {
  position: absolute;
  right: 0;
  top: 5px;
}

#footer #block-system-0 {
  position: absolute;
  right: 25px;
  top: 6px;
}

/**
 * 10.CSS SUPPORT
 */
span.clear     { clear: both; display: block; font-size: 0; height: 1px; line-height: 0; margin-bottom: -1px; }
.clear         { clear: both; }
.clear-block   { display: block; }
.float-left    { float: left; }
.float-right   { float: right; }

.text-left     { text-align: left; }
.text-right    { text-align: right; }
.text-center   { text-align: center; }
.text-justify  { text-align: justify; }

.bold          { font-weight: bold; }
.italic        { font-style: italic; }
.underline     { border-bottom: 1px solid; }
.highlight     { background: #ffc; }

.wrap          { width: 960px; margin: 0 auto; }

.img-left      { float: left; margin: 4px 10px 4px 0; }
.img-right     { float: right; margin: 4px 0 4px 10px; }

.nopadding     { padding: 0 }
.noindent      { margin-left: 0; padding-left: 0 }
.nobullet      { list-style: none; list-style-image: none; }

/**
 * 11.ADMINISTRATION
 */

/* lists */
dl { margin: .5em 0 1em; padding: 0; }
dl dd { margin: 0 0 .5em 1.5em; }
ol { margin: .5em 0 1em; padding: 0 0 0 1.5em; }
ol li { margin: .15em 0 .15em .5em; padding: 0 0 .2em; }
ol ul li { margin-left: .5em; padding: 0 0 .2em 1.5em; }
ul { margin: .5em 0 1em; padding: 0; }
.item-list ul { margin: .35em 0 0 -.5em; padding: 0; }
.item-list ul ul { margin-left: 0; }
ul li, ul li.leaf, .item-list ul li { background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em; list-style-image: none; list-style-type: none; margin: .15em 0 .15em .5em; padding: 0 0 .2em 1.5em; }
ul li.expanded { background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em; }
ul li.collapsed { background: transparent url(images/menu-collapsed.gif) no-repeat 0 .35em; }
ul li.leaf a, ul li.expanded a, ul li.collapsed a { display: block; }
ul.inline li { background: none; margin: 0; padding: 0 1em 0 0; }
ul ol li { background: none; list-style-type: decimal; margin-left: 2em; padding: 0 0 .2em; }
ul ul li { margin-left: 2em; }

/* menu */
ul.menu { margin: 0; padding: 0; }
ul.menu li { background-position: .3em .6em; list-style-image: none; list-style-type: none; margin: 0; padding: .1em 0 .1em 0; }
ul.menu li a { padding: .1em 0 .1em 1.5em; }
ul.menu li ul li { background-position: 1.5em .6em; }
ul.menu li ul li a { padding-left: 2.7em; }
ul.menu li ul li ul li { background-position: 2.7em .6em; }
ul.menu li ul li ul li a { padding-left: 3.9em; }
ul.menu li ul li ul li ul li { background-position: 3.9em .6em; }
ul.menu li ul li ul li ul li a { padding-left: 5.1em; }
ul.menu li.expanded { padding-bottom: 0; }
ul.menu li.expanded ul { margin-top: .1em; }

/* menu zebra coloring */
ul.menu li { border-bottom: 1px solid #d4e7f3; padding: .2em 0 .2em 0; }
ul.menu li a { padding: .2em 0 .2em 1.5em; }
ul.menu li.odd { background-color: #fff; }
ul.menu li.even { background-color: #edf5fa; }
ul.menu li.expanded { background-color: #d4e7f3; border: none; padding-bottom: 0; }
ul.menu li.expanded ul { border-bottom: 3px solid #d4e7f3; border-top: 1px solid #b4d7f0; margin-top: .2em; }

/* legacy list support -- MUST COMMENT OUT [LISTS/MENU/ZEBRA COLORING] ABOVE -- remove brackets around asterisk to enable -- [*]/
ul { margin: .5em 0 1em; padding: 0; }
ol { margin: .75em 0 1.25em; padding: 0; }
ol li, ul li { margin: .4em 0 .4em .5em; }
ul.menu, .item-list ul { margin: .35em 0 0 -.5em; padding:0; }
ul.menu ul, .item-list ul ul { margin-left: 0; }
ol li, ul li, ul.menu li, .item-list ul li, li.leaf { margin: .15em 0 .15em .5em; }
ul li, ul.menu li, .item-list ul li, li.leaf { background: transparent url(images/menu-leaf.gif) no-repeat 1px .35em; list-style-image: none; list-style-type: none; padding: 0 0 .2em 1.5em; }
ol li { margin-left: 2em; padding: 0 0 .3em; }
ul li.expanded { background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em; }
ul li.collapsed { background: transparent url(images/menu-collapsed.gif) no-repeat 0 .35em; }
ul li.leaf a, ul li.expanded a, ul li.collapsed a { display: block; }
ul.inline li { background: none; margin: 0; padding: 0 1em 0 0; }
dl { margin: .5em 0 1em 1.5em; }
dl dd { margin: 0 0 .5em 1.5em; }
/* end legacy list support */

/* admin tab links */
ul.primary, ul.primary li, ul.secondary, ul.secondary li { background: none; border: 0; margin: 0; padding: 0; }
ul.secondary { border-bottom: 1px solid #b4d7f0; clear: both; margin: 0 0 1em; padding: .5em 0; text-align: left; }
ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited, ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited { background: none; border: 0; margin: 0; padding: 0 1em 0 0; text-decoration: none; }
ul.primary li.active a, ul.secondary li.active a { font-weight: 700; }

/* position admin tab links and style admin h2 */
#tabs-wrapper { margin: 0; padding: 0; }
h2.with-tabs { margin-bottom: 0; }
#tabs-wrapper ul.tabs { margin: 0 0 .5em; padding: 0; }

/* stuff you probably will not need to change - includes admin coloring */
quote, code, fieldset { margin: .5em 0; }
input { color: #494949; font: 1em Verdana, sans-serif; }
textarea, select { color: #494949; font: 1em Verdana, sans-serif; }
fieldset ul.clear-block li { background-image: none; margin: 0; padding: 0; }
fieldset { background: transparent; border: 1px solid #d4e7f3; margin: 1em 0; padding: 1em; }
fieldset legend { display: block; }
html.js fieldset.collapsed { background: transparent; padding-bottom: .6em; padding-top: 0; }
html.js fieldset.collapsible legend a { background: url(images/menu-expanded.gif) no-repeat 0 50%; padding-left: 2em; }
html.js fieldset.collapsed legend a { background: url(images/menu-collapsed.gif) no-repeat 0 50%; }

table { margin: 1em 0; width: 100%}
thead th { border-bottom: 1px solid #bbb; color: #fff; font-weight: 700; }
tbody { border-top:none; }
th a:link, th a:visited { color: #7f7f7f; }
td, th { padding: .3em .5em; }
tr.even, tr.odd, tbody th { border: #BBBBBB solid 1px; }
tr.odd, tr.info { background-color: transparent; }
tr.even { background-color: transparent; }
tr.drag { background-color: transparent; }
tr.drag-previous { background-color: transparent; }
tr.odd td.active { background-color: transparent; }
tr.even td.active { background-color: transparent; }
td.region, td.module, td.container, td.category { background-color: #d4e7f3; border-bottom: 1px solid #b4d7f0; border-top: 1.5em solid #fff; color: #666; font-weight: 700; }
tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category { border-top-width: 0; }
tr.odd td.menu-disabled { background-color: #edf5fa; }
tr.even td.menu-disabled { background-color: #fff; }
tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active { color: #d4e7f3; }
tr.taxonomy-term-divider-top { border-bottom: none; }
tr.taxonomy-term-divider-bottom { border-top: 1px dotted #ccc; }

#autocomplete li { cursor: default; margin: 0; padding: 2px; }
#autocomplete li.selected, tr.selected td, tr.selected td.active { background: #027ac6; color: #fff; }
.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item { margin: .25em 0; }
#center form { margin-bottom: 2em; }
.form-button, .form-submit { margin: 2em .5em 1em 0; }
#dblog-form-overview .form-submit, .confirmation .form-submit, .search-form .form-submit, .poll .form-submit, fieldset .form-button, fieldset .form-submit, .sidebar .form-button, .sidebar .form-submit, table .form-button, table .form-submit { margin: 0; }

div.admin-panel, div.admin-panel .description, div.admin-panel .body, div.admin, div.admin .left, div.admin .right, div.admin .expert-link, div.item-list, .menu { margin: 0; padding: 0; }
div.admin h3 { margin-bottom: 0; }
div.admin .left { float: left; width: 48%; }
div.admin .right { float: right; width: 48%; }
div.admin-panel { background: none; padding: 1em 1em 1.5em; }
div.admin-panel .description { margin-bottom: 1.5em; }
div.admin-panel dl { margin: 0; }
div.admin-panel dd { color: #898989; font-size: .92em; line-height: 1.3em; margin-bottom: .65em; margin-top: -.2em; }

body.sidebar-right div#container div#center .messages { background-color: transparent; border: 1px solid #C7F2C8; margin-bottom:70px}
 
.messages { background-color: transparent; border: 1px solid #b8d3e5; }

.preview { background-color: #fcfce8; border: 1px solid #e5e58f; }
.preview .node { background-color: #fcfce8; }

span.form-required { color: #ffae00; }
.description { color: #FFF; font-size: .92em; line-height: 150%; margin-bottom: .75em; }
.messages, .preview { margin: .75em 0; padding: .5em 1em; }
.messages ul { margin: 0; }
.box { margin-bottom: 2.5em; }
.profile dd { margin-bottom: 1.6em; }
.profile h3 { border-bottom: none; }

div.status { border-color: #c7f2c8; color:#C7F2C8; }
body.sidebar-right div#container div#center div.error { background-color: transparent; color: #FFCCCC; border:1px solid #FFCCCC; }
div.error, tr.error { background-color: transparent; color: #FFCCCC; border:1px solid #FFCCCC; }
.form-item input.error, .form-item textarea.error { border: 1px solid #c52020; color: #363636; }
table.system-status-report th { border-color: #d4e7f3; }
table.system-status-report tr.error, table.system-status-report tr.error th { background-color: #fcc; border-color: #ebb; color: #200; }
table.system-status-report tr.warning, table.system-status-report tr.warning th { background-color: #ffd; border-color: #eeb; }
table.system-status-report tr.ok, table.system-status-report tr.ok th { background-color: #dfd; border-color: #beb; }


.wrap1 {width:1001px; margin:0px auto; text-align:left}
.header1 {height:92px; background:url(images/headerbg.jpg) repeat-x;}
.logo1 {float:left; display:inline; width:208px; height:92px}
.topr {float:right; display:inline; width:790px}









.nav1 {width:760px; height:52; text-align:right; margin:0px; padding:0px; padding-left:30px; text-align:right}





img.feedicon{ float:right; display:inline; margin-right:7px; margin-top:4px; border:0px}
div.clear {clear:both}



.midiv {width:410px; float:left; display:inline; padding-left:10px}
.midiv h1 {color:#FFFFFF; font-size:27px; padding:10px 0px 0px 0px; margin:0px}
.midiv .span1 {color:#FFFFFF; font-size:19px; line-height:normal}
.midiv .download1 {background:url(images/bg1.jpg) no-repeat; width:277px; height:57px; margin-top:30px; padding:12px}
.midiv .download1 b {color:#FFFFFF; font-weight:bold;}
.midiv .download1 span {color:#75995D; font-size:10px; line-height:13px}

a.ql {background:url(images/arrow2.jpg) no-repeat left center; padding:5px 0px; padding-left:20px; display:block; color:#B7DB57; font-weight:bold; font-size:15px}
a.quickl {background:url(images/arrow1.jpg) no-repeat left center; padding-left:15px; float:left; display:inline; width:180px; border:0px solid #009900; color:#FFFFFF; text-decoration:none; font-weight:bold; margin-left:10px; margin-top:6px; font-size:12px; margin-bottom:10px}
a.inc {color:#8AE353; font-weight:bold}

form#custom-search-your-plate-form {
	padding-bottom: 10px;
	overflow: hidden
}
form#custom-search-your-plate-form label {
	color: #AAEF7A;
	font-weight: bold;
	clear: left;
	float: left;
	display: inline
}
form#custom-search-your-plate-form input#edit-syp-license-plate-number {
	color: #fff;
	clear: both;
	border: 1px solid #A7E081;
	background-color: #75974D;
	float: left;
	display: inline;
	width: 150px;
	height: 23px;
	padding:3px 5px 0px 5px;
}

form#custom-search-your-plate-form div.form-item
{
	float:left;
	margin-right:5px;
}

form#custom-search-your-plate-form select#edit-syp-state {
	color: #fff;
	clear: both;
	border: 1px solid #A7E081;
	background-color: #75974D;
	float: left;
	display: inline;
	width: 150px;
	height: 27px;
	padding:3px 5px 2px 5px;
}
form#custom-search-your-plate-form input#edit-submit {
	float: left;
	display: inline;
	margin-left: 5px;
	width:78px;
	height:25px;
	background:transparent url(images/search.jpg) no-repeat;
	border:none;
	margin-top:29px;
}


form#alternateid {padding-bottom:10px; overflow:hidden}
form#alternateid label {font-weight:bold; clear:left; float:left; display:inline}
form#alternateid input#id1 {
	clear: both;
	border: 1px solid #A7E081;
	background-color: #75974D;
	float: left;
	display: inline;
	width: 150px;
	height: 23px;
	color:#fff;
}


form#alternateid input#id2 {
	border: 1px solid #A7E081;
	background-color: #75974D;
	float: left;
	display: inline;
	width: 150px;
	height: 23px;
	margin-left: 5px;
	color:#fff;
}


form#alternateid input#cid {float:left; display:inline; margin-left:5px}



.rb1 {background:url(images/blogbg.jpg) no-repeat; width:929px; height:127px; clear:both; margin-left:7px; margin-top:0px; padding:10px 15px}
.rb1h {width:300px; color:#000000; font-weight:bold; font-size:18px; float:left; display:inline}
.rb1 .op1 {float:right; display:inline; width:300px; text-align:right;}
.rb1 .op1 a.op {color:#B2E872; text-decoration:underline; background:url(images/op.jpg) no-repeat left top; float:right; padding-left:30px; display:block; width:85px; height:24px; font-size:15px}
.blog1 {float:left; display:inline; width:48%; font-size:13px; color:#000000; line-height:19px; margin-top:3px; margin-left:3px}
.blog1 p
{
	margin:0 0 0 0;
	color:#fff;
}

.blog1 .views-field-view-node
{
	text-align:right;
	margin-right:18px;
}
.rb1 .blog1 b {color:#172A0A; font-size:15px}
.rb1 .blog1 a {color:#C0ECA4; text-decoration:none; font-weight:bold}
.homelm {float:right; display:inline}

.home-learn-more-btn {
	position: absolute;
	width: 157px;
	height: 37px;
	bottom: 25px;
	right: 25px;
	display: inline
}


div#container div#centerin div#tabs-wrapper ul.tabs li a {color:#CCDAC2}
div#container div#centerin div#tabs-wrapper ul.tabs li.active a {color:#FFFFFF; font-weight:bold}
div#container div#centerin form div div.form-item label {color:#FFFFFF}
div#container div#centerin div#tabs-wrapper ul.tabs { padding-top:10px}



.form1f {background:url(images/form1bg.jpg) no-repeat top center; width:404px; height:40px; float:right; display:inline; margin-right:22px; margin-left:3px; overflow:hidden}
.formblank {width:4px; height:40px; float:right; display:inline; margin-right:2px; margin-left:1px; overflow:hidden}

form#user-login-form div div.item-list, form#user-login-form div div.item-list ul, form#user-login-form div div.item-list ul li, form#user-login-form div div.item-list ul li a {margin:0px; padding:0px; background:none; font-size:10px; font-weight:normal; color:#D2F6BA; text-align:right}
form#user-login-form div div.item-list {border:0px solid #000000; width:100px; float:left; display:inline; height:35px; text-align:right; padding-top:5px}
form#user-login-form div div.item-list ul li { width:90px; border:0px solid #333333; overflow:hidden; text-align:left;}
form#user-login-form div div.item-list ul li a {display:block; width:85px; padding-right:5px}
form#user-login-form div div.form-item label {margin:0px; padding:0px; font-size:10px; color:#526745}
form#user-login-form div div.form-item input {font-size:10px; width:118px; height:16px; background:#FFFFFF; border:1px solid #64A33B}
form#user-login-form div div#edit-name-1-wrapper, form#user-login-form div div#edit-name-2-wrapper, form#user-login-form div div#edit-name-wrapper, form#user-login-form div div#edit-pass-wrapper {width:125px; float:left; display:inline; text-align:left; height:40px; margin:0px; padding:0px}
form#user-login-form div a {font-size:11px; font-weight:bold; display:block; width:45px; float:left; margin-left:4px; margin-top:15px; color:#3B651F}


.midb {background: url(images/midbg.jpg) repeat-x; width:1001px; height:299px; text-align:left; clear:both; overflow:hidden;}
.midleft {
	background: url(images/midbg.jpg) repeat-x;
	width: 610px;
	height: 269px;
	padding-left:48px;
	padding-top:28px;
	float: left;
	display: block;
	text-align: left;
	overflow: hidden;
}

.rotor-content
{
	background: url(images/midbg-big.jpg) 0px -28px no-repeat;
}



.form2f {float:left; display:inline; background:url(images/form2bg.jpg) no-repeat; width:286px; height:167px; margin-right:13px; margin-top:33px; padding:45px 22px 22px 22px}
.form5f {background:url(images/platetxt-someone-now-inside.png) no-repeat; width:286px; height:167px; margin-right:13px; padding:45px 22px 22px 22px; margin-bottom:10px;}

form#custom-psn-form, form#custom-psn-form div, form#custom-psn-form div div, form#custom-psn-form div div label {margin:0px; padding:0px; background:none; border:0px}

form#custom-psn-form div div#edit-psn-license-plate-number-wrapper {width:140px; float:left; display:inline; overflow:hidden; height:40px; margin-bottom:5px}

form#custom-psn-form div div#edit-psn-state-wrapper {width:140px; float:left; display:inline; overflow:hidden; height:40px; margin-bottom:5px; margin-left:5px}

form#custom-psn-form div div label {font-size:10px}


form#custom-psn-form div div#edit-psn-license-plate-number-wrapper input {width:135px; height:20px; font-size:10px; border:1px solid #131313;}
form#custom-psn-form div div#edit-psn-license-plate-number-wrapper {width:140px; float:left; display:inline; overflow:hidden; height:40px; margin-bottom:5px}


form#custom-psn-form div div#edit-psn-state-wrapper select {width:135px; height:20px; font-size:10px; border:1px solid #131313;}

form#custom-psn-form div div#edit-psn-comments-wrapper {padding-top:2px; float:left; display:inline}
form#custom-psn-form div div#edit-psn-comments-wrapper textarea {width:280px; height:61px; border:1px solid #131313; float:left; display:inline; font-size:10px}
form#custom-psn-form div input.form-image {margin:0px; padding:0px; background:url(images/send-message.jpg) no-repeat; width:157px; height:29px; border:0px; cursor:pointer;; border:0px solid #000000; margin-top:7px; float:right; display:inline; margin-right:5px}



form#custom-psn-form div#edit-psn-license-plate-number-wrapper input.error,
form#custom-psn-form div#edit-captcha-response-wrapper input.error,
form#custom-psn-form div#edit-psn-comments-wrapper textarea.error,
form#custom-psn-form div#edit-psn-state-wrapper select.error {
border:1px solid red;
}

form#custom-psn-form input.form-submit
{
	background: url(images/send-message.jpg);
	width:157px;
	height:29px;
	display:block;
	float:right;
	margin:10px 0 0 0;
	border:0;
}


form#custom-psn-form fieldset.captcha
{
	float:left;
	background-color:transparent;
	border:none;
	font-size:10px;
	color:#000;
	margin:7px 0 0 6px;
	padding:0;
	
}

form#custom-psn-form .captcha legend,
form#custom-psn-form .captcha div.description
{
	display:none;
}

#edit-captcha-response-wrapper .field-prefix {font-size:10px;}

#custom-psn-form div.captcha
{
	float:left;
	height:50px;
	position:relative;
	width:120px;
	font-size:10px;
}

#custom-psn-form div.captcha input
{
	font-size:10px;
	padding: 0 3px;
}

#custom-psn-form div.textarea-identifier
{
	display:none;
}



div.form3f form#user-register,
div.form3f form#user-register div,
div.form3f form#user-register div div,
div.form3f form#user-register div div label,
div.form3f form#user-register div div input {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #000000
}

div.form3f form#user-register div#edit-newsletter-wrapper
{
	float:left;
	margin:7px 0px 0 0;
	width:133px;
	height:20px;
}

div.form3f form#user-register div#edit-terms-wrapper
{
	float:left;
	margin:7px 0px 0 0;
	width:154px;
	height:20px;
}


div.form3f form#user-register div div input.form-text {
	width: 286px;
	height: 16px;
	border: 1px solid #131313;
	padding-top: 5px
}

div.form3f form#user-register div div input#edit-captcha-response,
div.form3f form#user-register div div input#edit-captcha-response-1,
div.form3f form#user-register div div input#edit-captcha-response-2,
div.form3f form#user-register div div input#edit-captcha-response-3
{
	width:50px;
}



div.form3f form#user-register div.captcha
{
	width:110px;
	float:left;
	margin-top:5px;
}


div.form3f form#user-register div input.form-submit {
	background: url(images/submit.jpg) no-repeat;
	width: 137px;
	height: 26px;
	float: right;
	display: inline;
	border: 0px;
	margin-right: 24px;
	margin-top: 18px;
	cursor: pointer
}

div.form3f form#user-register div#edit-captcha-response-wrapper,
div.form3f form#user-register div#edit-captcha-response-wrapper input
{
	width:120px;
	float:left;
	clear:both;
}

div.form3f form#user-register div#edit-captcha-response-wrapper
{
	margin-top:7px;
}

div.form3f form#user-register div#edit-captcha-response-wrapper label,
div.form3f form#user-register div#edit-captcha-response-wrapper span
{
	display:inline;
}

div.form3f form#user-register .description,
div.form3f form#user-register legend
{
	display:none;
}

div.form3f form#user-register fieldset
{
	border:none;
	margin:0;
	padding:0;
}

div.form3f form#user-register #edit-profile-name-wrapper
{
	display:none;
}




/* latestUnclaimedMessages on Social page START */

div#latestUnclaimedMessages
{
	width:619px;
}

div#latestUnclaimedMessages .content
{
	background-color:#193c00;
	display:block;
}

div#latestUnclaimedMessages .content .content-inner
{
	background:#B0D961 url(images/latestunclaimedmessages-inner-gradient.png) repeat-x;
	width:613px;
	margin:0 3px 0 3px;
/*	min-height:369px;*/
	padding-top:10px;
	display:block;
}

div#latestUnclaimedMessages .content .content-inner p
{
	margin:0 10px 8px 10px;
}

div#latestUnclaimedMessages .content .content-inner p a:link,
div#latestUnclaimedMessages .content .content-inner p a:visited
{
	color:#0d6203;
}



div#latestUnclaimedMessages .content .content-inner p.from
{
	color:#fff;
}

div#latestUnclaimedMessages .content .content-inner p.body
{
	color:#000;
}

div#latestUnclaimedMessages .header
{
	width:619px;
	height:35px;
	background:transparent url(images/latestunclaimedmessages-header.png) no-repeat;
	display:block;
	color:#bcfc71;
	font:14px Arial;
}

div#latestUnclaimedMessages .header a:link,
div#latestUnclaimedMessages .header a:visited
{
	color:#bcfc71;
	text-decoration:underline;
}
div#latestUnclaimedMessages .header a:active,
div#latestUnclaimedMessages .header a:hover
{
	color:#fff;
}

div#latestUnclaimedMessages .header span.left
{
	float:left;
	margin:9px 0 0 13px;
	display:block;
}

div#latestUnclaimedMessages .header span.right
{
	float:right;
	padding:9px 13px 0 31px;
	display:block;
	width:80px;
	height:35px;
	background:transparent url(images/latestunclaimedmessages-header-balloons.png) 0px 5px no-repeat;
}

div#latestUnclaimedMessages .footer
{
	margin:0;
	padding:0;
	width:619px;
	height:7px;
	background:transparent url(images/latestunclaimedmessages-footer.png) no-repeat;
	display:block;
	color:#bcfc71;
	font:14px Arial;
}

/* latestUnclaimedMessages on Social page END */



/* VERY IMPORTANT */
div.clear {
height:.01em;
overflow:hidden;
}


/***************** social page vertical scroller css ***************/


/* root element for scrollable */ 
div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
 
    /* vertical scrollers have typically larger height than width */ 
    height: 400px; 
    width: 613px; 
} 
 
/* root element for scrollable items */ 
div.scrollable div.items { 
    position:absolute; 
 
    /* this time we have very large space for the height */ 
    height:20000em; 
}

table#blocks,
table#blocks a:link, 
table#blocks a:visited,
table#blocks a:active,
table#blocks a:hover { color:#000;}


#block-views-rotor-block_1
{
	color:#fff;
}


div.service-links ul li
{
	background:none;
	padding:0;
	margin:0 10px 0 0;
}

div.service-links
{
	margin:0 0 10px 0;
}

div.service-links div.service-label
{
	margin:0 0 10px 0;
}


div#edit-terms-wrapper a
{
	color:#F78219;
}