body {
    margin: 0 0 100px 0;
    color: #000;
    font-family: arial,verdana,sans-serif;
    background: #fff url('../images/bg_strip.gif') repeat-x;
	font-size:75%     /* for IE/Win */
}

html>body {font-size:11px} /* for everything else */

div,table,td,th {font-size: 1em;}

html, div, ul, li {
    margin: 0;
    padding: 0;
}

img {border: 0;}

body.projectPage {background: #fff url('../images/bg_strip_mini.gif') repeat-x;}

#wrapper {
    width: 950px;
    margin-top: 43px;
    margin-bottom: 120px;
    margin-left: auto;
    margin-right: auto;
}

#header {
    position: relative;
/*    margin: 43px 0 0 0;*/
    padding: 0 10px 0 10px;
}

#login {
    position: absolute;
    top: 6px;
    right: 30px;  
}

#login a {
    color:#fff;
}

#navigation {
    position: absolute;
    top: 46px;
    left: 345px;
}

#content {
    position: relative;
    min-height: 440px;
    padding: 88px 0 0 20px;
    line-height: 1.5;
}

#admin_content {
    width: 720px;
    padding: 50px 0 0 20px;
    line-height: 1.2;
}

#client_content {
    width: 720px;
    padding: 10px 0 0 20px;
    line-height: 1.2;
}

#users_nav {
    margin: 0 0 20px 0;
}

#left_col {
    position: relative;
    float: left;
    width: 320px;
    padding: 12px 0 0 0;
}

#left_col_home {
    position: absolute;
    bottom: 50px;
    left: 20px;
    width: 320px;
    padding: 0 0 0 0;
}

#right_col {
    position: relative;
    float: left;
    margin: 0 0 0 26px;
/*    margin: 0 0 0 382px;*/
/*    border: 1px solid #000;*/
}

#right_col_home {
    position: relative;
/*    float: right;*/
    margin: 0 0 0 423px;
/*    padding-left: 320px;*/
    height: 430px;
    width: 378px;
}


#footer_wrapper {
    width: 100%;
    border-top: 2px solid #FC7215;
    margin-top: 40px;
}

#footer {
    position: relative;
    width: 950px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
}

#footer_nav {
    position: absolute;
    top: 4px;
    left: 366px;
    font-size: 10px;
}

#footer_copy {
    padding: 4px 0 0 20px;
    color: #989870;
}

#copyright {
    position: absolute;
    bottom: 10px;
    left: 20px;
    color: #989870;
}

#feature_image {
    position: absolute;
    top: 0;
    left: 50px;
}

#feature_link {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 1.1em;
}

#status {
    height: 16px;
    padding: 10px 0;
}

#contact_form {
    margin: 12px 0 0 0;
    font-size: 1.1em;
}

#uploader {
    margin: 0 0 10px 0;
}

div.intro {
    height: 400px;    
}

div.homeRight {
    height: 410px;
    width: 378px;
/*    background: transparent url('../images/home_product.gif') no-repeat 150px 0;*/
}

div.project {
    position: relative;
/*    width: 550px;*/
    margin: 12px 0 0 0;
}

div.projectSpecs {
    width: 330px;
    font-size: 1.2em;
    font-weight: bold;
}

div.projectDescription {
    width: 330px;
    margin: 10px 0 0 0;
    font-size: 1.1em;
}

div.projectImage {
    position: absolute;
    top: 10px;
    left: 338px;
}

div.projectContent {
    margin: 30px 0 0 0;
    font-size: 1.1em;
}

div.tab {
    width: 400px;
    margin: 12px 0 0 0;
    font-size: 1.1em;
    line-height: 150%;
}

div.message{
    margin: 0 0 10px 0;
    font-weight: bold;
    color: #990000;
}

div.loginBox {
    width: 300px;
    margin: 50px auto 0 auto;
}

table.resources {
    
}

table.resources th {
    padding: 0 0 0 8px;
    text-align: left;
    font-size: 10px;
    color: #aaa;
    text-transform: uppercase;
}


table.resources td {
    padding: 6px 16px 4px 8px;
    text-align: left;
    vertical-align: top;
    background-color: #E2E4E0;
}

table.resources td.editCell {
    padding: 0 0 3px 0;
}


/************************************************************** PARAGRAPHS */
div.intro p{
    width: 285px;
    font-size: 1.5em;
    line-height: 1.4;
    color: #636349;
}

div.introTemp p{
    width: 330px;
    font-size: 1.4em;
    line-height: 1.3;
    color: #636349;
}

div.contactInfo p{
    font-size: 1.2em;
    color: #a2a29a;
}


/************************************************************** HEADINGS */
h1 {color: #636349; font-size: 1.9em;}
h2 {color: #777C5C; font-size: 1.7em;}
h3 {color: #636349; font-size: 1.6em;}
h4 {color: #636349; font-size: 1.3em;}

.productContent h3 {
    color: #000;
    font-size: 1.3em;
}

#left_col h1 {
    margin: 0 0 10px 0;
}

#map h3 {
    margin: 5px 0 10px 0;
}

/************************************************************** LINKS */
a:link {text-decoration: none; color: #A3571C;}
a:visited {text-decoration: none; color: #A3571C;}
a:hover {text-decoration: underline; color: #9d9d84;}
a:active {text-decoration: none; color: #A3571C;}

#navigation a{
    color: #636349;
    padding: 0 22px 0 22px;
}

#navigation a:hover{
    color: #fff;
    text-decoration: none;
}

#side_nav a{
    color: #aeae9c;
}
#side_nav a:hover{
    color: #9d9d84;
    text-decoration: none;
}

#footer_nav a{
/*    padding: 0 35px 0 35px;*/
}

/************************************************************** LISTS */
#navigation ul li{
    list-style: none;
    float: left;
    margin: 17px 0 0 0;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}

#navigation ul li.active{
    margin: 0 0 0 0;
    color: #fff;
}

#side_nav ul li{
    list-style: none;
/*    font-size: 1.8em;*/
    font-size: 15px;
    font-weight: bold;
/*    line-height: 1.2;*/
    color: #636349;
}

#footer_nav ul li {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0 60px 0 0;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: bold;
}

ul.adminList li{
    list-style: none;
}

/************************************************************** SPANS */

#navigation ul li.active span{
    padding: 0 22px 0 22px;
}

/************************************************************** FORMS */

div.formElement {
    padding: 0 0 10px 0;
}

input[type="text"], input[type="password"] {
    border: 1px solid #999;
    margin: 2px 0 0 0;
    padding: 3px;
    background-color: #eee;
    color: #333;
}

input.textWhole {
    width: 312px;
}

input.textHalf {
    width: 150px;
    margin-right: 10px;
}

textarea {
    font-family: arial,verdana,sans-serif;
    font-size: 1.1em;
    width: 351px;
    height: 200px;
    padding: 3px;
    border: 1px solid #999;
    background-color: #eee;
    color: #333;
}

#contact_form input[type="text"] {
    border: 1px solid #999;
    background-color: #fff;    
}

#contact_form textarea {
    width: 312px;
    height: 100px;
    border: 1px solid #999;
    margin: 2px 0 0 0;
    background-color: #fff;
}

#editor {
    height: 500px;
}

/************************************************************** GENERIC */

.left {float:left;}
.right {float:right;}
.clear {clear:both;}


/********************************* HACKS */

.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix { display: inline-block; _height: 1%; }
 /* Hides from IE-mac \*/
.clearfix { display: block; }
/* End hide from IE-mac */


