@charset "UTF-8";
/* CSS Document */

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input, img {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, th {
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
}
img {
    
    border:none;
}
td {
    vertical-align:top;
}
body {
    font: 100% Arial, Helvetica, sans-serif;
    background: #e7e8f0;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #4d4d4d;
}
#container {
    width: 975px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
    background: #FFFFFF;
    margin: 0 auto;
    text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
    background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
    height: 234px;
    position: relative;
}
#headerInner {
    background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
    height: 148px;
}
#header h1 {
    margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
    padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
    float: left; /* since this element is floated, a width must be given */
    width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
    padding: 34px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
    font-size: 12px;
    line-height: 20px;
}
#sidebar2 {
    float: right; /* since this element is floated, a width must be given */
    width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
    padding: 35px 10px 15px 5px; /* padding keeps the content of the div away from the edges */
    font-size: 12px;
    line-height: 20px;
    margin-right: 15px;
}
#mainContent {
    padding: 30px 10px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    margin-right: 200px;
    margin-bottom: 0;
    margin-left: 190px;
    font-size: 13px;
    line-height: 20px;
    min-height:500px;
}
#footer {
    padding: 0 0px 0 17px;
    background-color: #E7E8F0;
    text-align: right;
    width: 958px;
    font-size: 12px;
}
#footer p {
    margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    padding: 15px 0 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    width: 800px;
    float: left;
    text-align: left;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
    margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
    float: left;
    margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#nav li {
    display: inline;
    margin-right: 15px;
    line-height: 38px;
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
    width: auto;
    height: 38px;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
}
#nav {
    background-color: #2b2b2b;
    height: 38px;
    width: 953px;
    padding-left: 22px;
}
#sectHdrHolder {
    width: 913px;
    height: 37px;
    padding-right: 31px;
    padding-left: 31px;
}
#sectHdrHolder #sectHdr {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d4d4d4;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    height: 18px;
    padding-top: 19px;
}
#sectHdr #featured {
    width: 426px;
    float: left;
    
    *font-weight:bolder;
    font-weight:bolder\9;
}
#sectHdr #about {
    padding-left: 7px;
    float: left;
}
#sectBodyHolder {
    width: 913px;
    padding-right: 31px;
    padding-left: 31px;
}
#sectBody .line {
    width: 1px;
    margin-right: 17px;
    margin-left: 17px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #d4d4d4;
    min-height:346px;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}
#sectBody #one {
    float: left;
    width: 190px;
    margin-top: 10px;
}
#sectBody #two {
    float: left;
    width: 171px;
    margin-top: 10px;
}
#sectBody #three {
    width: 450px;
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
    /*margin-left: 432px;*/
    float:left;
}
#sectBody {
    font-size: 12px;
    line-height: 14px;
    zoom: 1; 
}
#sectBody h1, #sectBody h2, #sectBody h3, #sectBody h4, #sectBody .homeHdrRedBld, #mainContent h1,
#mainContent .centerHdrRedBld {
    color: #ff0000;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 9px;
}
#sectBody p {
    margin-bottom: 15px;
}
#sectBody a:link, #sectBody a:active, #sectBody a:visited, 
#mainContent a:link, #mainContent a:active, #mainContent a:visited,
#singleCol a:link, #singleCol a:active, #singleCol a:visited{
    color: #0674f9;
    text-decoration: none;
}

#mainContent a:hover, #sectBody a:hover, #singleCol a:hover{
    color: #0674f9;
    text-decoration: underline;
}

#nav a:link, #nav a:active, #nav a:visited {
    color: #FFFFFF;
    text-decoration: none;
    /*display: inline-block;*/
    height:38px;
}
.hover {
    background-color: #444444;
    height:38px;
}
#nav ul {
    height: 38px;
}
.btm {
    background-color: #d4d4d4;
    height: 1px;
    width: 913px;
    clear: both;
    margin-top: 0px;
    margin-bottom: 18px;
    margin-right: 31px;
    margin-left: 31px;
}
#three .btmLink {
    float: right;
    font-size: 12px;
    font-weight: bold;
    color: #0674f9;
    background-image: url(/files/link-arrow.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 12px;
    margin-right: 30px;
}
#out {
    display: none;
}
#singleCol {
    padding-left: 31px;
    padding-right: 31px;
    padding-top: 31px;
    padding-bottom: 31px;
    font-size: 14px;
    line-height: 20px;
}
#singleCol h1 {
    font-size: 18px;
    font-weight: bold;
    color: #ff0000;
    margin-bottom: 20px;
}
#singleCol p, #mainContent p {
    margin-bottom: 15px;
    
}
.contentHdrBluBld, h2 {
    font-size: 14px;
    font-weight: bold;
    color: #0075fd;
    margin-bottom: 10px;
}
#mainContent li, #singleCol li, #sectBody li {
    list-style-position: inside;
}
#mainContent em {
    font-style: italic;
}
#sidebar1 li {
    list-style-type: none;
    font-size: 13px;
    
}
#sidebar1 .sideBarHdr, #sidebar2 .sideBarHdr {
    text-transform: uppercase;
    font-weight: bold;
    color: #333333;
    margin-bottom: 12px;
}
em {
    font-style: italic;
}
#mainContent li {
    margin-bottom: 8px;
}
#sidebar2 li {
    list-style-position: inside;
    margin-bottom: 5px;
}
#sidebar2 p {
    margin-bottom: 7px;
    line-height: normal;
}
#sidebar1 p {
    margin-bottom: 7px;
}
#sidebar1 li a:link, #sidebar1 li a:active, #sidebar1 li a:visited,
#sidebar2 li a:link, #sidebar2 li a:active, #sidebar2 li a:visited,
#sidebar1 a:link, #sidebar1 a:active, #sidebar1 a:visited {
    color: #0075FD;
    text-decoration: none;
}
#sidebar1 li a:hover, #sidebar2 li a:hover, #sidebar2  a:hover  {
    color: #333333;
    text-decoration: none;
}
#sidebar2 .sideBarHdr {
    font-size: 11px;
}
#sidebar2 a:link, #sidebar2 a:active, #sidebar2 a:visited {
    color: #0674f9;
    text-decoration: none;
}
#sidebar2 a:hover {
    color: #333333;
    text-decoration: none;
}

/****************************************************************************
/* WYSIWYG Editor Defaults - In order to keep page editing consistent across
themes, these values "override" the theme's colors so that editing is always
in black on white.  This section should not be edited.
*****************************************************************************/
.mceContentBody,
.mceContentBody .image-left-primary,
.mceContentBody .image-left-secondary,
.mceContentBody .image-right-primary,
.mceContentBody .image-right-secondary,
.mceContentBody .link-button-primary-large,
.mceContentBody .link-button-primary-small,
.mceContentBody .link-button-secondary-large,
.mceContentBody .link-button-secondary-small,
.mceContentBody .link-content-more,
.mceContentBody .link-menu-item,
.mceContentBody .paragraph-indent,
.mceContentBody .paragraph-no-margins,
.mceContentBody .paragraph-no-top-margin,
.mceContentBody .paragraph-no-bottom-margin,
.mceContentBody .text-annotate,
.mceContentBody .text-box-example,
.mceContentBody .text-box-notice,
.mceContentBody .text-box-primary,
.mceContentBody .text-box-secondary,
.mceContentBody .text-box-warning,
.mceContentBody .text-fine-print,
.mceContentBody .text-highlighter,
.mceContentBody .text-quote
 {
    font-size: 90% !important;
    font-family: arial, sans-serif !important;
    background: none !important;
    background-color: white !important;
    border-color: black !important;
     color: black !important;
     text-align: left !important;
}



/****************************************************************************
/* WYSIWYG Editor Styles 
*****************************************************************************/
/* <custom_formats> */

.sideBarHdr{}
.centerHdrRedBld{}
.contentHdrBluBld{}
/*DO NOT REMOVE OR ALTER THE NEXT COMMENT LINE */
/* </custom_formats> */

#container #header #countries {
    position: absolute;
    top: 20px;
    left: 31px;
}
#container #header img {
    margin-right: 10px;
}

