﻿/* General */

/*Reset Common Tags*/

a,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td,img
{
    margin:0px;
    padding:0px;
}

body 
{
    margin:0px auto;
    padding:0px;
    background:#000;
    font-size:12px;
    line-height:16px;
    font-family:Arial;
    background:#dcddde;
    color:#636466;
}

a
{
    text-decoration:none;
    color:#636466;
}

a:hover
{
    text-decoration:underline;
}

img
{
    border:0px;
}

p
{
    padding:5px 20px 5px 20px;
    margin:0px;
}

h1
{
    font-size:18px;
    color:#ff921f;
    padding:10px 20px 10px 20px;
}

h2
{
    font-size:14px;
    color:#636466;
    padding:10px 20px 10px 20px;
}

h3
{
    font-size:14px;
    color:#ff9933;
}

h4
{
    font-size:14px;
    color:#939598;
    font-weight:normal;
}

p.style3
{
    padding:5px 20px 5px 20px;
    font-size:14px;
    color:#ff9933;
}

.orange
{
    color:#ff911e;
}

		/*---------------------layout--------------------*/
		
#container 
{
    width:826px;
    margin:0 auto;
    height:auto;
}

#layout
{
    float:left;
    width:826px;
    height:auto;
    margin-top:8px;
    margin-bottom:8px;
    padding:0px;
}

#layout2
{
    float:left;
    width:826px;
    height:auto;
    margin-top:8px;
    margin-bottom:8px;
    padding:0px;
    background:#e6e7e8;
}

		/*---------------------header---------------------*/
		
#header
{
    width:826px;
    margin:0px;
}

#header-top
{
    width:826px;
    height:70px;
    background:URL(../../images/header-top-bg.jpg) no-repeat;
    padding-bottom:10px;
}

#header-top a
{
    width:141px;
    height:26px;
    position:relative;
    top:20px;
    left:20px;
}

#header-flash
{
    float:left;
    width:826px;
    padding-bottom:10px;
}

.contact-form
{
    font-family:Verdana;
    font-weight:bold;
    margin:5px 0px 5px 0px;
    display:block;
    padding:0px;
}

        /*----------------------nav-----------------------*/
        
.nav
{
    float:left;
    width:826px;
}

.menu
{   
    float:left;
    width:auto;
}
 
ul.subnav
{
    list-style-type:none;
    margin:5px 0px 5px 0px;
    padding:0px;
    color:#636466;
}

ul.subnav li
{
    margin:0px;
    padding:0px;
}

ul.subnav li a
{
    color:#636466;
}

ul.subnav li a:hover,
ul.subnav li a.current
{
    text-decoration:none;
    color:#fff;
}

        /*---------------------content--------------------*/
        
#content-leftcol
{
    float:left;
    width:549px;
}

#leftcol-left
{
    float:left;
    width:411px;
    min-height:792px;
    background:#e6e7e8;
}

#leftcol-right
{
    float:right;
    width:132px;
    background:#e6e7e8;
}

#content-rightcol
{
    float:right;
    width:271px;
    background:#e6e7e8;
}

.rightcol-text
{
    float:left;
    padding:10px 10px 10px 10px;
}

.image
{
    border-top:2px solid #a7a9ac;
    border-bottom:2px solid #a7a9ac;
    padding:15px 0px 15px 0px;
}

#archive-link
{
    border-top:2px solid #a7a9ac;
    border-bottom:2px solid #a7a9ac;
    padding:5px 20px 5px 20px;
}

#archive-link a
{
    color:#636466;
    font-weight:bold;
}

ul.proposal
{
    margin-top:0px;
}

.team-wrapper
{
    float:left;
    width:371px;
    padding:0px 20px 0px 20px;
    margin:10px 0px 10px 0px;
}

.team-left
{
    float:left;
    width:84px;
}

.team-right
{
    float:right;
    width:270px;
}

.team-left-main
{
    float:left;
    width:118px;
}

.team-right-main
{
    float:right;
    width:236px;
}

.team-right-main p
{
    padding:10px 0px 10px 0px;
    margin:0px;
}

        /*---------------------footer---------------------*/
        
#footer
{
    clear:both;
    width:826px;
    background:URL(../../images/footer-bg.jpg) no-repeat;
    height:115px;
    text-align:center;
    color:#e5e6e8;
    padding-top:15px;
    font-size:10px;
}

#footer a
{
    color:#e5e6e8;
}

.footer-links
{
    margin-top:7px;
}

.footer-links a
{
    margin:0px;
    padding:0px;
}

.oby
{
    display:block;
    padding-top:10px;
    color:#939598;
}

.oby a
{
    color:#939598 !important;
}
