body {
    font-family: 'Raleway', Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
    margin: 0;
    padding: 0;
    background:url(images/bg_noise.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 */
}
br {
    margin-bottom: 1.2em;
}
/**************** 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 ****************/
p {
    margin-bottom: 25px;
}
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{        
    font-family: 'Questrial',Helvetica,sans-serif;    
    letter-spacing: -2px;
    line-height: 1.1em;    
    margin-bottom: 15px;    
}
h1, .article_title h4, div.row.position  {
    border-left: 4px solid #8bc53e;    
    padding-left: 15px;
    font-size: 40px !important;
    font-weight: 400 !important;
    color: #333333 !important;
    text-transform: uppercase;
}
h2 {
    border-left: 4px solid #8bc53e;
    font-size: 34px;
    padding-left: 15px;
    color: #333333;
    text-transform: uppercase;
}
h3, .contact_form {
    font-size: 30px;
    color: #333333;
}
h4 {
    font-size: 26px;
    color: #000;
}
h5 {
    font-size: 22px;
    color: #8bc53e;
}
a, a:hover { 
    outline: none;
    text-decoration: none;
    color: #727272;
}
a:hover{ 
    text-decoration: underline;
}
ul, ol{ 
    padding: 0;
    margin-left: 25px;
}
ul li{ 
    list-style-type: none;
    padding-left: 25px;
    margin-bottom: 25px;
    line-height: 1em;
    background:url(images/icons/bullet_arrow_green.png) no-repeat left top;
}
ol li{ 
    padding: 0;
    margin: 0;
}
/**************** Element Styling ****************/
.global_wrap {
    width: 780px; /*820-20-20=780*/
}
#mega_container {
    min-height: 100%;	
    display: table;
    margin: 15px auto 0;
    padding: 20px;
    background: #333;
    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:        3px 3px 5px 6px #ccc;
    -webkit-box-shadow:     3px 3px 5px 6px #ccc;
    box-shadow:             3px 3px 5px 6px #ccc;
}

/*  Start Header CSS */

#header_container {
    height: 105px;
    overflow: visible;
    background: #fff;
}
#logo_container {
    height:100%;
    width: 180px;
    float:left;
    padding: 0 0 0 20px;
}
#right_headercontainer {
    height:100%;
    width: 570px;
    float:right;
}
#right_header_text {
    height:20px;
    width: 100%;
    padding-top:10px;
    padding-bottom:10px;
    font-family:'Questrial',Helvetica,sans-serif; 
    font-size: 13px;
    etter-spacing: 2px;
}
#right_header_text p{
    margin: 0;
    padding: 0;
}
#right_header_menu {
    height:32px;
    width: 100%;
    font-family:'Questrial',Helvetica,sans-serif; 
    font-size: 16px;
    background:#8bc53e;
    display: table;
    overflow: visible;
}
/*  End Header CSS */
#rotator {
    height:250px;
    width: 100%;
    border-top: 1px solid #68af45;
    clear:both;
}
#content {
    background: #fff;
    width: 720px;
    height:100%;		
    line-height:19px;
    margin:5px auto 0px;
    padding:30px 30px 50px;
    clear:both;
}
#footer {
    overflow: hidden;
    width: 100%;
    padding-top:5px;
    direction:rtl;
    text-align:right;
    color:#333;
}
#copyright{
    overflow: hidden;
    margin: 20px auto 0;
    padding: 0 20px 30px;
    text-align: right;
    font-size: 11px;
    font-weight: 400;
    line-height: 1em;
}
#copyright br{
    line-height: 0em;
}
#mega_container #footer_container #footer_innercontainer #footer a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    padding-left: 12px;
    font-size: 10px;
}

#mega_container #footer_container #footer_innercontainer #footer a:hover {
    color: #8bc53e;
}

#copyright a {
    background-color: #8bc53e;
    padding: 3px 5px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
}

#copyright a:hover {    
    background-color: #73ae26;
    color: #fff;
    text-decoration: underline;
}
