/* -----------------------------------------------------------------------------
 * Main css file
 * -----------------------------------------------------------------------------
 * Blue North Studios
 * Contains the global styles for the capstone driven website
 * -----------------------------------------------------------------------------
*/
body {
    font-family: arial;
    font-size: 12px;
    color: #333;
    background: #8f8f8f url(../images/bg/bg.jpg) top left repeat-x;
    margin: auto 0px;
}
table.bg_glow {    
    border-collapse: collapse;
    position: relative;
    margin-left: -460px;
    left:50%; width: 920px;
}
td.bg_tl { background: url(../images/bling/bg_tl.png) top left repeat-x; height: 15px; }
td.bg_t { background: url(../images/bling/bg_t.png) top left repeat-x; height: 15px; }
td.bg_tr { background: url(../images/bling/bg_tr.png) top left repeat-x; height: 15px; }
td.bg_l { background: url(../images/bling/bg_l.png) top right repeat-y; width: 15px; }
td.bg_r { background: url(../images/bling/bg_r.png) top left repeat-y; width: 15px; }
td.bg_bl { background: url(../images/bling/bg_bl.png) top right no-repeat; height: 15px; width: 15px; }
td.bg_b { background: url(../images/bling/bg_b.png) top left repeat-x; height: 15px; }
td.bg_br { background: url(../images/bling/bg_br.png) top left no-repeat; height: 15px; width: 15px; }
td.bg_c { padding: 0px; }
.ds_bottom {
    background: url(../images/bg/ds_bottom.png) top left repeat-x;
    height: 8px;
}
a {
    text-decoration: none;
    color: #3B5998;
}
a:hover {
    text-decoration: underline;
}
h1,h2,h3,h4,h5 {
    font-weight: normal;
}
.container {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #CCC;
    border-width: 0px 1px 1px 1px;
}
.header {
    padding: 10px 0px 10px 0px;
}
.header img {
    border-width: 0px;
}
.blackbar {
    height: 8px; background-color: #000;
    margin-bottom: 10px;
}
.content {
    
}
.left {
    width: 300px; padding: 0px;
    background-color: #083D2B;
}
.right {
    padding: 0px;
}
.body {
    background-color: #FFF;
    margin: 0px;
    border: 3px solid #024930;
    padding: 0px 15px 15px 15px;
}
.profile_image {
    background-color: #FFF;
    border-bottom: solid 15px #000;
    border-left: 3px solid #083D2B;
    border-top: 3px solid #083D2B;
}
.profile_image_text h2 {
    font-size: 22px;
    font-family: "Times New Roman";
    margin: 5px 0px 0px 10px;
    color: #FFF;
}
.profile_image_text h3 {
    font-size: 18px;
    font-family: "Times New Roman";
    margin: 0px 0px 0px 60px;
    color: #FFF;
}
.ad_image img {
    margin: 15px 0px 15px 0px;
    border: 1px solid #FFF;
    padding: 5px;    
}
.footer {
    background-color: #083D2B;
    background-image: url(../images/bg/footer-bg.jpg);
    background-position: 0 28px;
    background-repeat: repeat-x;
    padding: 10px 0px 10px 0px;
    text-align: center;
}
.footer a {
    color: #fff;
}