* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    font: normal 12px Arial, Helvetica, sans-serif;
    color: #333333;
    background-color: #f8f8f8;
    background-image: url(../images/bg_main.jpg);
    background-repeat: repeat-y;
    background-position: center;
}

h1, h2, h3 {
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    color: #3b73b9;
}

h1 {
    margin-bottom: .8em;
    font-size: 1.5em;
    font-weight: normal;
    width: 95%
}

h2 {
    margin-bottom: 0.2em;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font: bold 12px Arial, Helvetica, sans-serif;
}

h3 {
    margin-bottom: 0.2em;
    letter-spacing: 1px;
    font: bold 12px Arial, Helvetica, sans-serif;
}

h4 {
    margin-bottom: 0.5em;
    padding: 10px 0 2px 10px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    border-bottom: 2px solid #3b73b9;
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #333333;
}

p, blockquote {
    margin-bottom: 1.4em;
    text-align: justify;
}

ul, ol {
    margin-bottom: 1.4em;
}

blockquote {
    margin-left: 2em;
    margin-right: 2em;
    font-style: italic;
}

ul {
    margin-left: 3em;
    list-style-type: square;
}

ul li {
}

ol {
    margin-left: 3em;
}

ol li {
}

a {
    text-decoration: none;
    color: #3b73b9;
}

a:hover {
    text-decoration: underline;
}

img {
    border: none;
}

/* Logo */

#logo {
    margin-top: -20px;
}

/* Header */

#header {
    width: 769px;
    height: 20px;
    margin: 0 auto;
}

/* TopNav */

#topnav {
    float: right;
    height: 20px;
    padding: 0;
}

#topnav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#topnav li {
    display: inline;
    border-left: 1px dotted #3b3b3b;
}

#topnav a, #topnav a:visited {
    padding: 10px 22px 0 5px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 9px;
    color: #666666;
}

#topnav .first a {
    border: none;
}

#topnav a:hover {
    text-decoration: none;
    color: #3b73b9;
}

/* Menu */

#menu {
    font-family: Trebuchet MS, Arial, Helvetica, sans-seriff;
    position: relative;
    z-index: 100;
    margin-top: -35px; /*margin-left: 50px;*/
    margin-right: 16px;
    float: right;
}

/* remove all the bullets, borders and padding from the default list styling */
#menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menu li {
    float: left;
    position: relative;
    margin: 0 0px 0 36px
}

/* style the links for the top level */
#menu a, #menu a:visited {
    display: block;
    font-size: 12px;
    text-decoration: none;
    color: #333333;
    padding: 0 2px;
    line-height: 20px;
    border-bottom: 2px solid #3b73b9;
}

#menu a:hover {
    color: #3b73b9;
    border-bottom: 2px solid #003366;
}

/* Sidebar */

#sidebar {
    float: left;
    width: 180px;
    margin-left: 10px;
    margin-bottom: 5px;
    overflow: visible;
}

/* Sidebar >SubMenu */

#submenu {
    border-bottom: 4px solid #EBEBEB;
    font-size: 0.9em;
}

#submenu ul {
    margin: 0;
    list-style: none;
    line-height: normal;
}

#submenu li {
    display: inline;
    text-align: left;
}

#submenu a {
    display: block;
    /*padding: 5px 0 5px 15px;
     border-top: 1px solid #EBEBEB;
     color: #3b73b9;
     background-image: url(../images/ar_blu.gif);*/
    background-repeat: no-repeat;
    background-position: 5px 5px;
}

#submenu a:hover {
/*background: #efefef;*/
/*text-decoration: none;*/
/*background-image: url(../images/ar_blu.gif);*/
    background-repeat: no-repeat; /*background-position: 5px -5px;*/
}

#submenu .active {
    display: block;
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    padding: 5px 0 1px 5px;
    background: #ffffff;
    text-decoration: none;
    letter-spacing: 0.1em;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.2em;
    color: #333333;
    border-top: none;
    border-bottom: 2px solid #3b73b9;
}

#submenu .subactive a {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    background: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
}

/* Content */

#content {
    width: 769px;
    margin: 0 auto;
}

/* Content >Main */

.main {
    float: right;
    border-left: dotted 1px lightgray;
    width: 560px;
    margin: 0px;
}

/* Post */

.post .title {
    margin: 0;
    padding: 0px 0 0 10px;
    font-size: 1.6em;
    font-weight: normal;
}

.post .subtitle {
    font-family: Arial, Helvetica, sans-serif;
    color: #3872BC;
    margin: 0;
    padding: 10px 0 0 0;
    font-size: 1.1em;
    font-weight: bold;
}

.post .story {
    padding: 10px 20px 10px 10px;
    color: #555;
}

/* Footer */

#footer {
    margin: 0 auto;
    width: 750px;
    clear: both;
    background-color: #FFFFFF;
}

#footer p {
    text-align: right;
    margin: 0 auto;
    font-size: x-small;
    border-top: 1px solid #cccccc;
    padding: 20px 10px;
    color: #666666;
    line-height: 1.5em;
}

#footer img {
    padding-top: 5px;
    padding-right: 5px;
}

#wrapper {
    width: 769px;
    margin: 0 auto;
    background-color: #FFFFFF;
}

#image {
    width: 768px;
    padding: 0px;
    margin: 0;
}

.project_section {
    border: 1px solid #CCC;
    margin: 15px;
}

.project_section_title {
    background: #8eb077;
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 4px;
    margin: 2px;
    border-bottom: 1px solid #eee;
}

.project_section_body {
    font: normal 12px Arial, Helvetica, sans-serif;
    color: #333333;
    padding: 15px;
    border-top: 1px solid #CCC;
}

.project_section_body_image {
    text-align: center;
    padding: 15px;
}

.project_section_body_text h3 {

    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    color: #587545;
    margin-bottom: 0.2em;
    letter-spacing: 1px;
    font: bold 12px Arial, Helvetica, sans-serif;
}

.client_img {
    margin-top: 5px;

}

.recommender {
    float: right;
    color: #5598DC;
    font-style: italic;
    font-size: small;
    font-weight: bold;
}

.technology{                        
    border-right: 1px solid lightgray;    
    float:left;
    padding-left: 5px;
    padding-right: 5px;
    height: 40px;
    v-align: bottom;
}