/**
 * Set here the styles for all editable content blocks in the site.
 * Use #Id selectors to set position, shape and size of the containers.
 * Use .class selectors to set the text, color and background styles.
 * Always override, even if are the same, the styles of the 'body' selector, because TinyMCE will not use it in the CMS editor.
*/

.left_side { background: #FFF; margin-bottom: 10px; width: 800px; min-height: 400px; font: 12px Arial, sans-serif; line-height: 1.5em; color: #454545;  }
    .left_side h3 { background: #FFF url(img/hbg.gif) repeat-x; height:30px; padding: 5px 0 0 0px; margin: 0; font:  bold 1.2em Arial, Sans-Serif; }
    .left_side h3 span { background: url(img/h-art.gif) no-repeat left; padding: 1px 10px 0 23px;  line-height: 22px; margin: 0}
    .left_side p { color: #4d4d4d; padding: 0 5px 0 5px; text-align: justify; font-size: 14px; }
    .left_side img { float: left; padding: 10px }
    .left_side blockquote { padding-left: 10px; border-left: 2px solid #DA4040; margin: 10px 0 10px 25px; }
    .date { border-top: 1px dotted #ccc; padding: 5px 0; margin: 10px 0 25px 0; text-align: right }
    .left_side .rs { float: right; margin: 0 10px; border: 1px solid #ddd; padding: 5px; background: #f5f5f5  }
    .left_side ul { list-style-position: inside; margin-left: 2px }
    .left_side ul li { list-style: none; margin-left: 15px; background: url(/img/li-bullet.gif) no-repeat left; padding: 0 0 0 20px; }
    .left_side ul ul li { list-style: none; margin-left: 10px; list-style-type: lower-alpha; list-style-position: inside }
    .left_side h1 { border-bottom: 1px solid #c40e1f !important; color: #4d4d4d; font: normal 35px Georgia, Sans-Serif; font-weight:normal; margin: 0 0 15px 0; overflow: hidden; }
    .left_side a { color: #0000FF; text-decoration: underline;}
    .left_side a:visited { color: #800080;}
    .left_side a.button { }

#left_side { float: left; width: 960px; padding: 5px 10px 5px 10px; margin-bottom: 10px; font-family:  arial; font-size: 14px; }

/*
#left_side ul { padding: 3px 0 8px 0 }
#left_side li { line-height: 18px; list-style: none; padding-left: 20px; }
#left_side a { background: #F6F6F6; text-decoration:  none }
#left_side h3 { color: #404040; font:  bold 1.2em Arial, Sans-Serif; }
#left_side h1 { border-bottom: 1px solid #c40e1f !important; color: #4d4d4d; font: normal 22px Georgia, Sans-Serif; font-weight:normal;  }
*/

.home_box {
    width: 305px;
    /*height: 174px; // commented out by Enrique on 2013-11-13 */
    float: left;
    margin: 16px 22px 0 0;
    font: normal 14px arial;
}


#homeRight,  #homeCenter, #homeLeft {
    width: 296px;
    /*height: 100px; // commented out by Enrique on 2013-11-13 */
    float: left;
    margin: 0;
    overflow:hidden;
    padding: 5px;
}

.home_box h2 {
    background-color: #C40E1F;
    font: normal 18px Georgia, Sans-Serif;
    color: #fff;
    margin: 0;
    padding: 10px;
}

.home_box a {
    background: none !important;
    color: #990e1f;
    text-decoration: underline !important;
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    margin-left: 5px;
}

.slogan { text-align: right; float: right; background: #FF0000 url(/img/mainimg.jpg) no-repeat; height: 199px; width: 589px; overflow: hidden; }
#topContent { padding: 20px; }
body.slogan { padding: 20px; }
    .slogan h1 { font: bold 1.4em Arial, Sans-Serif; color: #FFF; letter-spacing: 1px; margin:0 }
    .slogan h2 { font:  1.0em Arial, Sans-Serif; color: #FFF; letter-spacing: 0px; margin:0; padding: 10px 0}
    .slogan a { color: #FFF; }

#search a {
    background: none;
    color: #990E1F;
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline !important;
}
