div.clear {
    clear: both;
}

a {
    color:#00811e; /*green*/
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

body {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 13px; /*was 14px*/
    background: #eaeaea url(../images/bg.png);
    margin: 0;
    padding: 0;
}

div#wrapper {
    margin: 10px auto 0 auto;
    padding: 0;
    width: 760px;
    padding-right: 4px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background: #fff url(../images/shadow_side1.png) right repeat-y;
}

div#company_name h1 {
    background: #FFF url(../images/logo5.gif) no-repeat top;
    text-indent: -9000px;
    height: 64px;
    margin:0;
}

div#main_nav {
    float: left;    
    font-size: 1.1em;
    margin: 2px 0px 0px 0px;
    width:100%;
    background-color: #90909b;
}

div#main_nav ul {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

div#main_nav li {
    float:left;
}

div#main_nav ul a {
    padding: 0 2em;
    line-height: 1.6em;
    margin: 0 ;
    color: #FFF;
    float: left;  
    border-right: 1px solid #FFF;
    text-decoration: none;
}

div#main_nav ul a:hover {
    background-color: #ff8420;
    text-decoration: none;
}

div#page_banner {
    width: 760px;
    height: 98px;
    float: left;
    background: url(../images/page_banner.gif) bottom center no-repeat;
    position: relative;
    z-index: 1;
}

div#page_banner h1 {
    position: absolute;
    bottom: 10px;
    left: 10px;
    margin: 0;
    padding: 0;
    height: 50px;
    width: 300px;
    z-index: 2;
}

#about div#page_banner h1 {
    background: url(../images/banner_about.gif) left center no-repeat;
}

#admin div#page_banner h1 {
    background: url(../images/banner_admin.gif) left center no-repeat;
}

#clients div#page_banner h1 {
    background: url(../images/banner_clients.gif) left center no-repeat;
}

#employees div#page_banner h1 {
    background: url(../images/banner_employees.gif) left center no-repeat;
}

#home div#page_banner h1 {
    background: url(../images/banner_home.gif) left center no-repeat;
}

#reports div#page_banner h1 {
    background: url(../images/banner_reports.gif) left center no-repeat;
} 

#services div#page_banner h1 {
    background: url(../images/banner_services.gif) left center no-repeat;
} 

div#notice {
    font-weight: bold;
    color: #ff0033;
    margin-bottom: 10px;
}

div#main {
    padding: 20px 30px 30px 30px;
    width: 515px;
    float: left;
    background-color: #fff;
}

div#footer {
    float:left;
    width: 760px;
    text-align: center;
    color: #555;
    font-size:0.8em;
    padding: 10px 0;
    background: #eee url(../images/shadow_bottom1.png) bottom repeat-x;
}

div#footer span {
    margin:0;
    border-left:1px solid #555;
    border-right:1px solid #555;
    padding: 0 0.7em;
    text-align: center;
}

div#footer span a {
    line-height: 1.6em;
    color: #555;
    margin: 0 ;
    text-decoration: none;
}

div#footer span a:hover {
    text-decoration: underline;
}

div#footer span.first {
    border-left: none;
}

div#footer span.last {
    border-right: none;
}

/*BEGIN HEADERS*/

h1 {
    color: #333;
}

div#main h1 {
    margin: -10px 0px 20px -20px;
}

h2 {
    margin-bottom: 0;
    font-size:1.3em;
    color: #333;
}

h3 {
    color: #00811e; /*green*/
    font-family: arial;
    margin-bottom: 8px;
}

h4 {
    margin-top:0;
    color:#555;
}

h3.projects {
    margin:30px 0 0 0;
}

h4.projects {
    margin-bottom:5px;
}

h4.other_projects_in_sc {
    margin: 30px 0 5px 0;
}

h4 a {
    text-decoration: none;
    color:#555;
}

h4 a:hover {
    text-decoration: underline;
}

#home h3.projects {
    margin-top: 20px;
}

/*END HEADERS*/

/* BEGIN RIGHT COLUMN */

div#right_col {
    float: right;
    width: 185px;
    font-size: 1em; /*was 0.9em*/
    margin-bottom: 20px;
}

div#right_col div.sidebar {
    border-left: 1px dashed;
    border-bottom: 1px dashed;
    border-color: #deedfb;
    background-color: #f2f6fb;
    padding: 10px 10px 20px 15px;
    font-size: 1em;
    float:right;
    width:158px;
    line-height: 1.5em;
    margin-bottom: 10px;
    color: #555;
}

div#right_col h3 {
    color: #3131b1;
    margin:5px 0;
}

div#right_col h4 {
    font-size: 1.1em;
    margin: 0 0 3px 10px;
}

#right_col .sidebar .nav {
   margin: 0 0 0 30px;
   text-indent: 0;
   padding: 0;
}

#right_col .sidebar .nav li {
   line-height: 1.5em
}

#right_col .sidebar .nav li a {
   padding-left: 14px;
}

div#contact_info {
    float:right;
    padding: 0 15px 0 10px;
    font-size: 0.9em;
    width:160px;
}

#right_col #contact_info h4 {
    margin: 0 0 3px 0px;
}

#contact_info h5 {    
    font-size: 1em;
    margin: 10px 0 0 0;
}

/* END RIGHT COLUMN */


/* BEGIN TABLES */

table {
    border-collapse: collapse;
}

table {
    margin-bottom: 40px;
    border: 1px solid #DDD;
}

table a {
    text-decoration: none;
    color: #000;
}

table a:hover {
    text-decoration: underline;
}

caption {
    text-align: left;
    font-size: 1.5em;
}

th {
    text-align: left;
    border-bottom: 1px solid #555;
    margin: 0;
    padding: 3px 7px;
    font-size: 1em;
}

tr.odd {
    background-color: #DDD;
}

td {
    padding: 2px 7px;
    margin: 0;
    font-size: 1em;
}

td.add {
    border-top: 1px solid #DDD;
}

td.add a {
    color: #00B;
}

td.delete a {
    color: #B00;
}

td a.delete {
    color: #B00;
}

/* END TABLES */

/* BEGIN FORMS */

form div {
    margin: 0px 0;
}

form label {
    display: block;
}

form fieldset {
    padding: 10px 25px;
}

form legend {
    font-weight:bold;
}

form .service_category_name {
    float: left;
    width: 100%;
    line-height: 2em;
    margin-top:5px;
}

form .service_category_options {
    float: left;
    width: 100%;
    line-height: 2em;
    margin-left: 20px;
}

form .service_category_option {
    float: left;
    width: 95%;
}

form .service_category_option input {
    float: left;
    width: 15px;
    height:1.5em;
}

form label.radio {
    display: block;
    float: left;
    margin-left: 1px;
    width: 85%;
    line-height:1.5em;
}

form label.check_box {
    display: inline;
    float: none;
    margin-left: 1px;
}

#project_description {
    width: 400px;
    height: 250px;
}

form .service_category_options input {
    margin-left: 15px;
}

#client_name {
    width: 400px;
}

#client_abbreviation {
    width: 100px;
}

/* END FORMS */

	
/* BEGIN LISTS */
ul.nav {
    list-style: none;
}

ul.list li {
    margin-bottom: 7px;
}

ul.nav a {
    background: url(../images/arrow_link_blue.gif) no-repeat center left ;
    padding-left: 18px;
    margin-left: -15px;
	line-height: 1.3em;
}

ul.nav a {
    display: block;
    text-decoration: none;
    color: #000;
}

ul.nav a:hover {
    text-decoration: underline;
}

ul.list div.description {
    padding: 5px 0 10px 15px;
    color:#333;
}

ul.list div.description a {
    color:#00811e; /*green*/
    margin:0;
}

#home ul.list div.description a {
    display: inline;
    background: none;
    padding: 0;
    margin: 0;
  }

/* END LISTS */


