﻿/* CONTENT
-----------------------------------------------------------------------------------------------
===============================================================================================*/	
#container-content {
background: #efefef url(images/def_content_bg_gradient.jpg) top no-repeat;
}
#container-content .header {
    width: 980px;
}
#container-content .content {
    width: 886px;
    padding: 25px 47px;
    font-size: 12px;
    overflow: hidden;
}
#container-content .content a:link, #container-content .content a:visited, #container-content .content a:active {
    color: #4C7B9E;
    text-decoration: none;
    outline: none;
}

#container-content .content a:hover {
    color: #151515;
    text-decoration: none;
}

.bigQuote {
    font-family: Georgia, Serif;
    font-weight: bold;
    font-size: 11pt;
}

.scrollMe {
    height:320px;
    overflow:auto;
    padding-left:4px;
    scrollbar-face-color:#888;
    scrollbar-arrow-color:#d0e1ed;
    scrollbar-track-color:#efefef;
    scrollbar-shadow-color:#dddbd8;
    scrollbar-highlight-color:#dddbd8;
    scrollbar-3dlight-color:#dddbd8;
    scrollbar-darkshadow-Color:#dddbd8;
}

.modfont {
    font-family: Univers 47 Condensed Light, Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 14pt !important;
 }
 
 .modfont2 {
    font-family: Univers 47 Condensed Light, Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 23pt !important;
    color: #5781a1;
 }
 
  .modfont3 {
    font-family: Univers 47 Condensed Light, Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal !important;
    font-size: 16pt !important;
    color: #4c7b9e;
 }
 
 h2 {
    font-family: Univers 47 Condensed Light, Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: bold !important;
    font-size: 16pt !important;
 }
 
/* COLUMNS
-----------------------------------------------------------------------------------------------
===============================================================================================*/	
.column{
    overflow: hidden;
}
.right {
    float: right;
    width: 208px;
}
.left {
    float: left;
    width: 654px;
}
/* BOX
-----------------------------------------------------------------------------------------------
===============================================================================================*/	

.box {
    border: 1px solid #e4e3e0;
    background-color: #FFFFFF;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 10px;
    margin-bottom: 8px;
}
.box .BlogTitle {
    font-weight: bold;
}
.box .BlogDate {
    color: #C0C0C0;
    font-size: 10px;
}
.box h2 {
    font-size: 16px;
    font-weight: bold;
}


#twitter_div {
    text-align: left;
}

#twitter_div span{

 font-weight: bold;
}

