/******************
HTML Tags
******************/

body
{
    font-family: verdana, "trebuchet MS" , tahoma, arial, helvetica, sans-serif;
    background-color: #FFFFFF;
    /*color: #666666;
    color: black;*/
    font-size: .75em;
    line-height: 160%;
    width: 760px;
    margin-left: auto;
    margin-right: auto;
}

#content p, #content-side p, #footer-container p, table
{
    margin: 10px 0px 10px 0px;
}

/******************
LINKS
******************/

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
a:link
{
    color: yellow;
    text-decoration: underline;
    background: #828AD0 url('../image/bg-main.jpg');
}

a:visited
{
    color: white;
}

a:hover
{
    color: #E2AB0A;
    text-decoration: none;
}

a:active
{
    color: green;
}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
.mainnav-left a:link
{
    color: yellow;
    text-decoration: underline;
    font-weight: bold;
}

.mainnav-left a:visited
{
    color: yellow;
    text-decoration: underline;
    font-weight: bold;
}

.mainnav-left a:hover
{
    color: #E2AB0A;
}

.mainnav-left a:active
{
    color: green;
}

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
.content-side a:link
{
    color: #FFFFFF;
    text-decoration: underline;
}

.content-side a:visited
{
    color: #ECE4B0;
}

.content-side a:hover
{
    color: #FFFFFF;
    text-decoration: none;
}

.content-side a:active
{
    color: #F0FF4A;
}

/******************
HEADINGS
******************/

h1
{
    font-size: 1.4em;
    padding: 10px 0 6px 0;
}

h2
{
    font-size: 1.1em;
}

h3
{
    font-size: 1.4em;
}

h4
{
    font-size: 1.1em;
}

h5
{
    font-size: .9em;
}

h6
{
    font-size: .8em;
}

/******************
LAYOUT DIVS
******************/

#header-left
{
    float: left;
    width: 280px;
    color: #FFFFFF;
    height: 30px;
    padding: 38px 10px 0px 10px;
    background: url('../image/bg-curve-top-left.gif') no-repeat;
}

#banner
{
    margin: 4px 0px 0px 0px;
    padding: 0px;
}

#banner img
{
    margin: 0px;
    display: block;
}

.mainnav-container
{
    margin: 0px 0px;
    height: 30px;
    clear: both;
}

.mainnav-left
{
    float: left;
    background: url('../image/bg-menu.jpg') repeat-x;
    width: 758px;
    padding: 0px 0px 0px 0px;
    text-align: center;
}

#content-container
{
    margin: 15px 0px 0px 0px;
    background: url('../image/bg-main.jpg') repeat-y right 50%;
}

#content-side
{
    float: right;
    width: 155px;
    color: #FFFFFF;
    padding: 10px;
    margin: 0px 0px 4px 0px;
    background: #828AD0 url('../image/bg-main.jpg');
    height: 123px;
}

#content
{
    padding: 0px 10px 10px 10px;
    margin: 0px 180px 0px 0px;
    border: 1px solid #A7A7A7;
}
#footer-container
{
    background: #828AD0 url('../image/bg-main.jpg');
    height: 44px;
    color: #FFFFFF;
    margin: 4px 0px 0px 0px;
    clear: both;
}

#footer-left
{
    width: 566px;
    height: 44px;
    padding: 1px 0px 0px 10px;
    margin: 0px;
    text-align: center;
}

#footer-right
{
    float: right;
    color: #FFFFFF;
    padding: 0px;
    width: 175px;
    height: 44px;
    border-left: 6px solid #FFFFFF;
    margin: 0px;
    background: url('../image/bg-curve-bottom-right.gif') no-repeat right bottom;
}

/******************
Menu Items
******************/

.mainnav-container ul
{
    margin: 0px;
    padding: 5px 0px 10px 10px;
}

.mainnav-container li
{
    padding-right: 10px;
    list-style: none;
    display: inline;
    color: #FFFFFF;
}

/******************
LISTS - IN THE CONTENT DIV
******************/

#content ul.list, #content ul.link-list-vertical
{
    margin: 0px 0px 15px 15px;
    padding: 0px;
}

#content ul.list li
{
    list-style: none;
    padding: 1px 0px 1px 12px;
    margin: 0px;
    background: url('../image/bullet.gif') no-repeat 0 .6em;
}

#content ul.link-list-vertical li
{
    list-style: none;
    margin: 0px;
}

#content ul.link-list-vertical li a:link
{
    padding: 1px 0px 1px 12px;
    background: url('../image/bullet-link.gif') no-repeat 0 .6em;
}

#content ul.link-list-vertical li a:visited
{
    padding: 1px 0px 1px 12px;
    background: url('../image/bullet-link-visited.gif') no-repeat 0 .6em;
}

#content ul.link-list-vertical li a:hover
{
    padding: 1px 0px 1px 12px;
    background: url('../image/bullet-link-hover.gif') no-repeat 0 .6em;
}

#content ul.link-list-vertical li a:active
{
    padding: 1px 0px 1px 12px;
    background: url('../image/bullet-link-active.gif') no-repeat 0 .6em;
}

/******************
LISTS - IN THE RIGHT COLUMN
******************/

#content-side ul.list, #content-side ul.link-list-vertical
{
    margin: 0px 0px 15px 5px;
    padding: 0px;
}

#content-side ul.list li
{
    list-style: none;
    padding: 1px 0px 1px 12px;
    margin: 0px;
    background: url('../image/bullet-right.gif') no-repeat 0 .6em;
}

#content-side ul.link-list-vertical li
{
    list-style: none;
    margin: 0px;
}

#content-side ul.link-list-vertical li a:link
{
    padding: 1px 0px 1px 12px;
    background: url('../image/bullet-link-right.gif') no-repeat 0 .6em;
}

#content-side ul.link-list-vertical li a:visited
{
    padding: 1px 0px 1px 12px;
    background: url('../image/bullet-link-right-visited.gif') no-repeat 0 .6em;
}

#content-side ul.link-list-vertical li a:hover
{
    padding: 1px 0px 1px 12px;
    background: url('../image/bullet-link-right-hover.gif') no-repeat 0 .6em;
}

#content-side ul.link-list-vertical li a:active
{
    padding: 1px 0px 1px 12px;
    background: url('../image/bullet-link-right-active.gif') no-repeat 0 .6em;
}


/******************
CLASSES
******************/

img.photobig, img.photosmall
{
    border: 1px solid #CCCCCC;
    background: #E0E0E0 url('../image/bg-table-row-alternate.jpg');
    padding: 10px;
}

img.photosmall
{
    margin-right: 10px;
    margin-bottom: 2px;
    float: left;
}

.separator-side-column
{
    border-top: 1px solid #9CA2DD;
    margin-bottom: 4px;
    padding: 0px;
}

.section-title-not-heading
{
    font-size: 1.1em;
    font-weight: bold;
    display: block;
    margin-bottom: 8px;
}

.button-big
{
    margin-top: 8px;
}

.small-text
{
    font-size: .8em;
}

.none
{
    display: none;
}

.projectPhoto
{
    width: 25%;
    float: left;
    margin-top: 4px;
}
.projectInfo
{
    width: 60%;
    float: right;
}
