@font-face {
    font-family: 'ModernPictogramsNormal';
    src: url('fonts/modernpics.eot');
    src: url('fonts/modernpics.eot?#iefix') format('embedded-opentype'),
    url('fonts/modernpics.woff') format('woff'),
    url('fonts/modernpics.ttf') format('truetype'),
    url('fonts/modernpics.svg#ModernPictogramsNormal') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: 'Crimson Text', 'Times New Roman', Times, serif;
    font-size: 1em; /*base size is 14px*/
    color: #382d21;
    margin: 0;
    padding: 0;
    background:url(images/bg.jpg);
    min-height: 100%;
}
html{ 
    height: 100%;
}
* {
    margin: 0;
    padding: 0; 
}
/**************** HTML5 fix - do not edit/remove ****************/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}
hr, .item-separator {
    border-color: -moz-use-text-color -moz-use-text-color #dadada;
    border-style: none none solid;
    border-width: medium medium 1px;
    box-shadow: 0 1px 0 #f3f3f3;
    clear: both;
    display: block;
    float: none;
    height: 2px;
    margin: 4em 0 2.5em;
    width: 100%;
}
/**************** CLEARFIX ****************/
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    height: 0; }
.clearfix {
    display: inline-block;
}
.clearfix {
    display: block;
    zoom: 1;
}
.clearfix:after, .clr {
    clear:both;
}
/**************** General Styling ****************/
br {
    margin-bottom: 0.3em;
}
p {
    margin-bottom: 1.5em;
}
sup {
    vertical-align: baseline;
    position: relative;
    top: -0.65em;
    font-size: 70%;
}
sub {
    top: 0.4em;
}
h1, .article_title h4, div.row.position,
h2, h3, h4, h5, .contact_form{
    font-weight: 400 !important;
    letter-spacing: -1px;
    line-height: 1.1em;    
    margin:0 0 15px 0;
}
h1, .article_title h4, div.row.position,
h2, h3, h5, .contact_form{
    font-family: 'Oswald', 'Arial Black', sans-serif;
}
h1, .article_title h4, div.row.position  {
    border-left: 4px solid #d6000f;
    padding-left: 15px;
    font-size: 2.85em; /*40/14=2.85*/    
    font-style: normal;
    color: #000 !important;
    text-transform: uppercase;
}
h2, .contact_form {
    border-left: 4px solid #627307;
    font-size: 2.3em; /*32/14=2.285*/
    padding-left: 15px;
    color: #434639;
    text-transform: uppercase;
}
h3 {
    font-size: 1.8em;
    color: #434639;
}
h4 {
    font-size: 2.3em;
    color: #627307;
    font-family: 'Crimson Text', 'Times New Roman', Times, serif;
    font-style: italic;
}
h5 {
    font-size: 1.5em;
    color: #627307;
}
a, a:hover { 
    outline: none;
    text-decoration: none;
    color: #d6000f;
}
a:hover{ 
    text-decoration: underline;
}
ul, ol{ 
    padding: 0;
    margin-left: 25px;
}
ol li{ 
    padding: 0;
    margin-bottom: 15px;
}
ul li{
    list-style-type: none;
    padding-left: 20px;
    margin-bottom: 15px;
    line-height: 1.2em;
    background:url(images/icons/bullet_arrow_green.png) no-repeat 0 3px;
}
ol ul, ul ol, ul ul, ol ol {
    margin-top: 10px;
}
.red_text, .note {
    color: #d6000f;
}
.green_text {
    color: #627307;
}
.grey_text {
    color: #23281f;
}
.note {
   font-weight: 400;
    font-style: italic;
    font-size: 0.95em;
}
/**************** Element Styling ****************/
.global_wrap {
    width: 780px; /*820-20-20=780*/
}
#mega_container {
    min-height: 100%;	
    display: table;
    margin: 15px auto 0;
    padding: 20px;
    background:url(images/bg_wood.jpg);
    border: none;
     /*rounded corners*/
    -moz-border-radius:     5px;
    -webkit-border-radius:  5px;
    border-radius:          5px; /* future proofing */
    -khtml-border-radius:   5px; /* for old Konqueror browsers */
    /*box shadow*/
    -moz-box-shadow:        0 0 10px 6px #aaa59e;
    -webkit-box-shadow:     0 0 10px 6px #aaa59e;
    box-shadow:             0 0 10px 6px #aaa59e;
}

/*  Start Header CSS */

#header_container {
    height: 105px;
    overflow: visible;
    background:url(images/content_bg.jpg);
    z-index: 3;
}
#logo_container {
    height:100%;
    width: 270px;
    float:left;
    padding: 0;
}
#logo_container a {
    background:url(images/logo.png) no-repeat center;
    display: block;
    width: 270px;
    height: 65px;
    padding: 10px 0 20px;
}
#right_headercontainer {
    height:100%;
    width: 490px;
    float:right;
}
#right_header_text {
    height: 20px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 10px;
    font-family: 'Crimson Text', 'Times New Roman', Times, serif;
    font-weight: 400;
    font-style: italic;
    font-size: 0.95em;
    color: #434639;
}
#right_header_text p{
    margin: 0;
    padding: 0;
}
#right_header_menu {
    width: 100%;
    font-family: 'Oswald', 'Arial Black', sans-serif;
    font-size: 1.15em;
    text-transform: uppercase;
    background: #000;
    display: table;
    overflow: visible;
}
/*  End Header CSS */
#rotator {
    height: 250px;
    width: 100%;
    display: block;
    position: relative;
    z-index: 2;
}
#content {
    background:url(images/content_bg.jpg);
    width: 720px;
    overflow: hidden;		
    line-height: 1.7em;
    margin:  0 auto;
    padding: 30px 30px 50px;
    clear: both;
}
#footer {
    overflow: hidden;
    width: 100%;
    padding-top: 5px;
    direction: rtl;
    text-align: right;
    color: #241b10;
}
#copyright{
    overflow: hidden;
    margin: 20px auto 0;
    padding: 0 20px 30px;
    text-align: right;
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1em;
    color: #241b10;
}
#copyright br{
    line-height: 0.75em;
}
#mega_container #footer_container #footer_innercontainer #footer a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    padding-left: 12px;
    font-size: 0.7em;
}
#mega_container #footer_container #footer_innercontainer #footer a:hover {
    color: #627307;
}
#copyright a {
    background-color: #d6000f;
    padding: 3px 5px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}
#copyright a:hover {    
    background-color: #000;
    color: #fff;
    text-decoration: none;
}