body{
    font-family: Lucida Sans, Lucida Grande, Lucida Sans Unicode, sans-serif;
    color: #666;
}
#style_top{
    background-color: #0099cc;
    height: 7px;
}
.container{
    margin-top: 30px;
}
#logo{
    font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
    text-align: center;
}
h1 .logo_project{
    color: #0099cc;
}
h1,h2,h3,h4,h5,h6{
    color: #666;
}
.emphasis_color{
    color: #0099cc;
    font-weight: bold;
}
a, a:link, a:visited{
    color:#0099cc;
}
a:hover{
    color: #ff8300;
}
#welcome{
    font-size: 1.5em;
    position: relative;
    text-align: center;
}
#welcome p{
    border-bottom: 1px dashed #777;
    border-top: 1px dashed #777;
    margin: 0 auto;
    padding: 25px 0;
    text-align: left;
    width: 700px;
}
#portfolio{
    text-align: center;
}
#portfolio ul#portfolio_list{
    text-align: left;
}
#portfolio_controls{
    margin: 15px 0;
    cursor: pointer;
    text-align: center;
}
#portfolio_controls_box{
    margin: 0 auto;
    width: 275px;
}
#portfolio_controls .portfolio_trigger{
    border-right: 1px solid #ccc;
    color: #0099cc;
    padding: 0 5px;
}
#portfolio_controls .last{
    border: none;
}
/* Portfolio List Styling */
.js_enabled ul#portfolio_list{
    display: block;
    height: 500px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    width: 800px;
}
.js_enabled ul#portfolio_list li{
    display: block;
    position: relative;
}
.js_enabled ul#portfolio_list li h3{
    color: #fff;
}
.js_enabled .site_caption{
    background-color: #000;
    color: #fff;
    height: 300px;
    opacity: 0.8;
    /* For IE 5-7 */
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    /* For IE 8 */
    -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    padding: 10px;
    position: relative;
    top: -35px;
    width: 780px;
}
.js_enabled .site_description{
    /*height: 0;*/
    overflow: hidden;
    position: relative;
}
/*Bottom Content Styling*/
#bottom{
    border-top: 1px solid #ddd;
    margin-top: 30px;
    padding-top: 10px;
}
#bottom h2{
    text-align: center;
    color: #0099cc;
}
#bottom p, #bottom dl{
    padding: 0 15px;
}
#more_info dl{
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    -webkit-column-rule: 1px solid #eee;

    -moz-column-count: 2;
    -moz-column-gap: 30px;
    -moz-column-rule: 1px solid #eee;

    column-count: 2;
    column-gap: 30px;
    column-rule: 1px solid #eee;
}
#bottom #message_text{
    width: 300px;
    height: 100px;
}
#bottom #message h3{
    color: #ff8300;
    text-align: center;
}
#footer{
    border-top: 1px dashed #777;
    padding-top: 15px;
    margin-top: 15px;
    text-align: center;
}
/*indicate pdf and external links*/

