/* Support */

body {
  background-color: #f0f0f0;
/*  background-image:url(www/autocompbg.png); */
  background-repeat: x-repeat;
}

* {
  color: #555;
}

a {
  color: #d53428;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#page-wrapper {
  background-color: white;
  border: solid black 1px;
  margin-top: 5px;
  margin-bottom: 3px;
}

#header-wrapper {
  background-image:url(www/autocomplogo_header.png);
  background-color: #cc0000;
  background-repeat: no-repeat;
}

div#quicksearch-wrapper {
  border:1px solid black;
  border-top-width: 0px;
  -moz-border-radius-bottomleft: 10px;
  -moz-border-radius-bottomright: 10px;
  padding: 10px;
  position: relative;
  top: 15px;
  left: 520px;
  width: 250px;
  height: 23px;
  background-color: #f0f0f0
}

div#breadcrumb-wrapper {
  border: 1px solid black;
  -moz-border-radius: 10px;
  /* background-image:url(www/Breadcrumb-Background.png); */
  margin: 10px;
  background-color: #fff;
}


div#navigation-wrapper {
  margin-top: 45px;
  padding: 0px 20px;
}

div#navigation {
  text-align: right;
}

div#navigation ul li {
  border: solid #e0e0e0 1px;
  -moz-border-radius: 10px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-bottomright: 0px;
  background-color: #efefef;
  display: inline;
  margin: 0px 5px;
  padding: 7px;
}

div#navigation ul li:hover {
  
}

div#navigation ul li a {
  font-size: 13px;
  font-weight: bold;
  color: black;
}

div#navigation ul li a:hover {
  text-decoration: none;
  color: #777777;
}



div#sidebar-left {
  width: 250px;
  float: left;
}

div#sidebar-center {
  width: 550px;
  float: left;
}

div.sidebar-box-wrapper {
  margin: 10px;
}

div.sidebar-box {
  border: 1px solid black;
  -moz-border-radius: 10px;
  background-image: url(www/Sidebox-Background.png);
  background-position: bottom;
  background-repeat: repeat-x;
}

div.sidebar-box-title {
  border-bottom: 1px solid black;
  
  padding: 5px;
  color: #d53428;
  font-weight: bold;
}

div.sidebar-box-content {
  padding: 10px;
}

div#content h1 {
  font-size: 18px;
  font-weight: bold;
  color: #444;
}

div#content .h1center {
  font-size: 18px;
  font-weight: bold;
  color: #444;
  text-align: center;
}

div#content h2 {
  font-size: 16px;
  color: #444;
  margin-top: 9px;
}

div#content h3 {
  font-size: 13px;
  color: #444;
  margin-top: 9px;
}

div#content p {
  margin-top: 6px;
  margin-bottom: 6px;
  text-align: justify;
}

div#content iframe.pdf {
  width: 780px;
  height: 600px;
}

div.sidebar-box li, div.sidebar-box p {
  margin-bottom: 6px;
}

div.sidebar-box li div.date {
  font-size: 9px;
  display: inline;
  margin-right: 5px;
}

div.sidebar-box-title {
  
}


label, input, select, textarea {
  padding: 3px 5px;
}

textarea {
  width: 70%;
  height: 160px;
}

input[type="button"], input[type="submit"] {
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  background:#333333 url(/css/Base/grad1.gif) repeat-x scroll center top;
  border: solid #333 1px;
  color: #ccc;
  font-size: 85%;
  text-transform: uppercase;
}

input[type="button"]:hover, input[type="button"]:focus,
input[type="submit"]:hover, input[type="submit"]:focus {
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  background:#333333 none repeat scroll 0 0;
  border:1px solid #999999;
  color:#FFFFFF;
}

.form p {
height:1%;
margin:0;
padding:5px 0 8px 105px;
width:425px;
}

.form label {
float:left;
font-weight:normal;
margin-left:-105px;
width:100px;
}




#sitemap li{
  margin: 5px 20px;
}


































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

