@import url("topMenu.css");
@import url("rightMenu.css");
html, body {
    margin: 0;
    padding: 0;
    font: 12px Arial;
	height: 100%;
    direction: rtl;
}
html {
    overflow-x: hidden;
    /*overflow-y: auto;*/
}
body {
    background: url(../images/bg.gif) top center repeat-y;
}
div#pageContainer {
    direction: ltr;
	position: relative;
	height: auto !important;
	height: 100%; /* This is for IE6 */
	min-height: 100%;
    width: 798px;
    margin: 0 auto;
}
div#pageFooter {
	position: absolute;
	width: 100%;
	bottom: 0;
    height: 100px;
    background: url(../images/footerBg.gif) top left repeat-x;
    width: 798px;
    clear:both;
}
#header {
    height: 250px;
}
#header .top {
    height: 95px;
    background: url(../images/headerBg.gif) top left no-repeat;
}
#header .middle {
    height: 119px;
    text-align: left;
}
#header .bottom {
    height: 54px;
    text-align: left;
    background: url(../images/topMenuBg.gif) top left repeat-x;
}
#header #logo {
    position: absolute;
    left: 10px;
    top: 23px;
}
#header .top .grayText {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 12px;
    color: gray;
    direction: rtl;
}
#content {
    direction: rtl;
    margin: 5px auto 0;
    padding-bottom: 100px; /* bottom padding for footer */
    font-size: 13px;
    zoom: 1;
}
#content .leftBox {
    width: 615px;
    float: left;
    line-height: 16px;
    color: rgb(105, 107, 111);
}
#content .leftBox h1 {
    margin: 0;
    padding: 0;
    color: #E77D33;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: arial;
    text-align: right;
    font-weight: bold;
    text-indent: 20px;
    line-height: 18px;
    background: url(../images/icon1.gif) top right no-repeat;
}
#content .leftBox h2 {
    margin: 0;
    padding: 0;
    color: #E77D33;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: arial;
    text-align: right;
    font-weight: normal;
    line-height: 18px;
}
#content .leftBox h3 {
    margin: 0;
    padding: 0;
    color: black;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: arial;
    text-align: right;
    font-weight: bold;
    line-height: 16px;
}
#content .leftBox h4 {
    margin: 0;
    padding: 0;
    color: black;
    font-size: 13px;
    letter-spacing: 1px;
    font-family: arial;
    text-align: right;
    font-weight: bold;
    line-height: 16px;
}
#content .leftBox a {
    color: rgb(37, 39, 193);
}
#content .leftBox .breadcrumbs {
    padding-bottom: 5px;
}
#content .leftBox p {
    padding-right: 20px;
    padding-left: 2px;
}
#content .rightBox {
    width: 165px;
    min-height: 0;
}
#pageFooter .blueLine {
    padding-top: 30px;
    color: #0306B7;
    font-family: arial;
    font-size: 13px;
    text-align: center;
}
#pageFooter .blueLine a {
    color: #0306B7;
    text-decoration: none;
    font-weight: bold;
}
#pageFooter .blueLine p {
    margin: 1px 0;
}
.rightBox .contactBox {
    padding-right: 10px;
}
.rightBox .contactBox form {
    display: inline;
    margin: 0;
    padding: 0;
}
.rightBox .title {
    /*background: url(../images/rightMenuBg.gif) top left repeat-x;*/
    background: rgb(240, 244, 255);
    border-bottom: 1px solid white;
    border-top: 1px solid rgb(216, 226, 246);
    height: 26px;
    width: 165px;
    text-align: center;
    font-family: arial;
    font-weight: bold;
    font-size: 13px;
    padding-top: 3px;
    color: rgb(243, 50, 12);
}
.rightBox .border {
    width: 153px;
    padding: 5px;
    border: 1px solid #F1F1F1;
    color: #7D7F83;
    font-size: 15px;
    line-height: 22px;
    height: 135px;
    z-index: 100;
}
.rightBox .border div {
    width: 153px;
    white-space: nowrap;
}
.rightBox .orange {
    font-weight: bold;
    color: #F3320C;
}
.rightBox select {
    width: 94px;
    font-size: 12px;
    color: #7D7F83;
    height: 18px;
    float: left;
}
.rightBox input {
    width: 90px;
    font-size: 11px;
    color: #7D7F83;
    height: 12px;
    float: left;
}
.rightBox div.center {
    text-align: center;
}
.rightBox input.submitBtn {
    background: url(../images/rightMenuActive.gif) top left repeat-x;
    width: 60px;
    height: 23px;
    color: white;
    margin-right: 92px;
    text-align: center;
    cursor: pointer;
    border: 0;
}
/****/
.leftBox .contactBox {
    padding-right: 10px;
    float: left;
    padding: 0 5px 10px 10px;
    width: 170px;
}
.leftBox .contactBox form {
    display: inline;
    margin: 0;
    padding: 0;
}
.contactBox .title {
    /*background: url(../images/rightMenuBg.gif) top left repeat-x;*/
    /*background: rgb(240, 244, 255);
    border-bottom: 1px solid white;
    border-top: 1px solid rgb(216, 226, 246);*/
    height: 26px;
    width: 165px;
    text-align: center;
    font-family: arial;
    font-weight: bold;
    font-size: 13px;
    padding-top: 3px;
    color: rgb(243, 50, 12);
}
.leftBox .contactBox .border {
    width: 153px;
    padding: 5px;
    border: 1px solid rgb(116, 192, 207);
    color: #7D7F83;
    font-size: 15px;
    line-height: 22px;
    height: 185px;
    z-index: 100;
}
.contactBox .border div {
    width: 153px;
    white-space: nowrap;
}
.contactBox .orange {
    font-weight: bold;
    color: #F3320C;
}
.contactBox select {
    width: 94px;
    font-size: 12px;
    color: #7D7F83;
    height: 18px;
    float: left;
}
.contactBox input {
    width: 90px;
    font-size: 11px;
    color: #7D7F83;
    height: 12px;
    float: left;
}
.contactBox div.center {
    text-align: center;
}
.contactBox input.submitBtn {
    background: url(../images/rightMenuActive.gif) top left repeat-x;
    width: 60px;
    height: 23px;
    color: white;
    margin-right: 92px;
    text-align: center;
    cursor: pointer;
    border: 0;
}
/****/
.clear {
    clear: both;
    font-size: 1px;
}
.clearr {
    clear: right;
    font-size: 1px;
}
.clearl {
    clear: left;
    font-size: 1px;
}
.ltr {
    direction: ltr;
}
.box_body {
    border-color: #D4DAD2;
    border-style:none solid solid;
    border-width:medium 1px 1px;
    font-size:10pt;
    padding:5px;
}
table.contact {
    font-weight: bold;
    border: 0;
    color: rgb(135, 133, 134);
    margin: 25px auto 0;
}
table.contact td {
    vertical-align: top;
}
table.contact input {
    border: 1px solid rgb(135, 133, 134);
}
table.contact .submitBtn {
    background: transparent url(/static/images/rightMenuActive.gif) repeat-x scroll left top;
    float: left;
    width: 60px;
    height: 23px;
    color: white;
    cursor: pointer;
    border: 0;
}
.article {
    margin: 5px;
    padding-bottom: 2px;
}
.article div.left {
    text-align: left;
    color: rgb(0, 0, 155);
    padding-left: 10px;
}
#content .article div.left a {
    color: rgb(238, 138, 13);
    text-decoration: none;
}
.article hr {
    border: none;
    height: 12px;
    background: url(/static/images/articlesHrBg.gif) no-repeat top right;
    margin: 0;
    padding: 0;
}