/*************
 *
 * Colors
 * 
 * Light Green Blue: #e3f2ef
 * Medium Green: #009b7b
 * Black Green: #203534 
 * Brown Red: #3d2a31
 *************/   

body {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #e3f2ef;
    color: #07284a;
}

a {
    text-decoration: none;
}

a:hover {
}

form {
    margin: 0px;
}

.highlighted {
}

.errors {
    text-align: left;
}

/** Layout **/

#layout_container {
    width: 808px;
    margin: 10px auto 0px auto;
    text-align: left;
}

#layout_header {
    text-align: right;
    margin-bottom: 5px;
}

#layout_menubar {
    margin-bottom: 15px;
}

#layout_main_body {
    margin-bottom: 15px;
    position: relative;
}

#layout_footer {
    text-align: center;
}

/** Header **/

#header {
    position: relative;
}

/** Menubar **/

#menubar {
}

/** Main Body **/

#main_body {
    width: 100%;
    vertical-align: top;
}

#main_body_content {
    position: absolute;
    top: 40px;
    left: 120px;
    width: 600px;
    height: 350px;
    background-color: #fff;
    overflow: auto;
    color: #3d2a31;
    font-size: 13px;
    font-weight: regular;
}

#main_body_content .padder {
    padding: 20px;
}

#main_body_content h3 {
    font-size: 18px;
    font-weight: regular;
}

#main_body_content p {
    line-height: 1.3em;
}

#main_body_content .highlighted,
.highlighted {
    color: #009b7b;
}

#main_body_content img {
    display: inline;
    float: left;
    margin: 0px 10px 2px 0px;
}

#main_body #top_bar {
}

#main_body #top_bar .padder {
    padding: 20px;
}

#main_body #top_bar .content {
    margin: 0px 15px 13px 0px;
    background-color: #009b7b;
    color: #fff;
    height: 254px;
}

#main_body #bottom_bar {
}

#main_body #bottom_bar .padder {
    padding: 20px;
}

#main_body #bottom_bar .content {
    margin: 0px 15px 0px 0px;
    background-color: #3d2a31;
    color: #fff;
    height: 168px;
    font-size: 9px;
    overflow: auto;
}

/** Left Sidebar **/

.left_sidebar {
    width: 237px;
}

.left_sidebar .padder {
    padding: 20px;
}

#top_left_sidebar .content {
    margin: 0px 15px 13px 0px;
    background-color: #009b7b;
    color: #fff;
    /*height: 254px;*/
}

#bottom_left_sidebar .content {
    margin: 0px 15px 0px 0px;
    background-color: #3d2a31;
    color: #fff;
    height: 168px;
    font-family: verdana;
    font-size: 11px;
    overflow: auto;
}

#bottom_left_sidebar .content .footnote {
    font-size: 9px;
    line-height: 1.1em;
}

#bottom_left_sidebar .content .more {
    color: #fff;
    font-weight: bold;
}

/** Right Sidebar **/

#right_sidebar {
    width: 112px;
    text-align: right;
}

#right_sidebar .content {
    /*height: 435px;*/
    overflow: hidden;
}

/** Main Content **/

#main_content {
   width: 459px;
}

#main_content .content img {
   display: block;
}

/** Footer **/

#footer table {
    width: 100%;
    text-transform: uppercase;
    font-size: 10px;
}

#footer .highlighted {
    color: #009b7b;
}

#footer a:hover {
    color: #009b7b;
}

#footer table td {
    text-align: center;
    padding-right: 20px;
}

#footer table td.first {
    text-align: left;
}

#footer table td.last {
    text-align: right;
    padding: 0px;
}

/** Main Menu **/

#main_menu {
    text-transform: lowercase;
    font-size: 18px;
    font-weight: regular;
    letter-spacing: 0.0em;
}

#main_menu .separator {
    padding: 0px 10px;
    width: 9px;
    height: 1.1em;
    background-image: url('../images/main-menu-separator.gif');
    background-position: center center;
    background-repeat: no-repeat;
    display: inline;
}

#main_menu .item {
    display: inline;
}

#main_menu .item a {
    color: #3d2a31;
}

#main_menu .item a.selected {
    color: #009b7b;
}

#main_menu .item a:hover {
    color: #009b7b;
}

/** Sub Menu **/

#sub_menu {
    font-size: 11px;
    letter-spacing: 0.0em;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: arial;
}

#sub_menu .item {
    display: inline;
    padding-left: 8px;
    padding-right: 6px;
    border-right: 1px solid #000;
}

#sub_menu .item.first {
    padding-left: 0px;
}

#sub_menu .item.last {
    border-right: 0px solid #000;
}

#sub_menu .item a {
    color: #3d2a31;
}

#sub_menu .item a.selected {
    color: #009b7b;
}

#sub_menu .item a:hover {
    color: #009b7b;
}

/*** Portfolio ***/
/** Project Menu **/

#projects_menu {
    text-transform: uppercase;
    font-size: 10px;
}

#projects_menu .item {
    padding-bottom: 10px;
    line-height: 1.1em;
}

#projects_menu .item a {
    color: #fff;
}

#projects_menu .item a.selected {
    color: #203534;
}

#projects_menu .item a:hover {
    color: #203534;
}

/** Image Menu **/

#image_menu {
    position: relative;
    top: 0px;
}

#image_menu img {
    display: inline;
    border: 2px solid transparent;
    width: 95px;
}

#image_menu img:hover {
    border: 2px solid #009b7b;
}

#image_menu a {
    margin-bottom: 6px;
    text-align: right;
}


/*** Home ***/

.home #header {
    position: relative;
    left: 0px;
}

.home #main_content_text .content {
    text-align: left;
}

.home #main_content_image .content {
    text-align: right;
}

.home #featured {
    background-color: #3d2a31;
    margin-top: 15px;
    width: 100%;
    font-family: Georgia, times, serif;
    color: #fff;
    font-size: 11px;
}
    
.home #featured a {
    color: #fff;
}

.home #featured a:hover {
    color: #009b7b;
}

.home #featured h3 {
    font-size: 13px;
    font-weight: bold;
}

.home #featured h4 {
    font-size: 11px;
    font-weight: normal;
    text-transform: uppercase;
}

.home #featured .content {
    background-color: #3d2a31;
    padding: 15px 0px;
}

.home #featured .images {
    white-space: nowrap;
    padding-left: 25px;
}

.home #featured .images img {
    display: inline;
}

.home #featured .images a {
    margin-right: 15px;
}

.home #featured .title {
    margin-right: 10px;
}

.home #featured .text {
    padding-right: 25px;
}

