@import url("rightMenu.css");
@import: url("IeFix.css"); /* IE only */
* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}
html, body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: lucida sans, Arial;
    direction: ltr;
    height: 100%;
}
html {
    direction: ltr;
    overflow-x: hidden;
    overflow-y: auto;
}
td {
    vertical-align: top;
}
a img {
    border: none;
}
div#pageContainer {
    margin: 0 0 0 50px;
    min-height: 100%; /* This is for FF and IE7 */
    o1verflow: hidden; /* This if for FF */
    _height: 100%; /* This is for IE6 */
    _overflow: visible;
}
#header {
    padding: 30px 0 0 0;
    width: 940px; /* This is not 940px because we need to fix IE7 problem with the header background */
    position: relative;
    left: 0;
    font-family: Arial;
	margin: 0 auto;
}
#header .logo {
    height: 125px;
    vertical-align: top;
}
#header .logo .text {
    display: inline;
    position: relative;
    left: 25px;
    line-height: 25px;
    vertical-align: bottom;
    font-size: 14px;
}
#header .logo .text a {
    color: black;
    text-decoration: none;
}
#header .logo .donate {
    position: relative;
    left: 14px;
    vertical-align: middle;
}
#menuStrip {
    margin-top: 12px;
}
#menuStrip #topImage {
    float: left;
}
#preview {
    margin-bottom: 10px;
}
#preview .imgContainer {
    float: left;
    width: 415px;
}
#preview .img {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
#preview .graybg {
    float: right;
    width: 305px;
    background: rgb(235, 236, 237);
    min-height: 279px;
    _height:  279px;
    padding: 5px;
    font-size: 11px;
    color: rgb(107, 107, 109);
    line-height: 15px;
    position: relative;
}
#preview .graybg h1 {
    font-size: 15px;
    margin-bottom: 3px;
    color: rgb(12, 9, 13);
}
#preview .graybg .readmore {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 9px;
}
#preview .graybg .readmore a {
    font-weight: bold;
    text-decoration: none;
    color: rgb(59, 57, 60);
}
#inner {
    margin-bottom: 10px;
}
#inner .imgContainer {
    float: left;
    width: 215px;
}
#inner .img {
    float: left;
    margin-right: 12px;
    margin-bottom: 12px;
}
#inner .graybg {
    float: right;
    width: 510px;
    background: rgb(235, 236, 237);
    padding: 5px;
    font-size: 13px;
    color: rgb(107, 107, 109);
    line-height: 17px;
}
#inner .graybg h1 {
    font-size: 15px;
    margin-bottom: 3px;
    color: rgb(12, 9, 13);
}
#contentContainer {
    width: 950px;
    margin: 0 auto 25px;
}
#content {
    width: 950px;
    direction: ltr;
	margin: 0;
    height: auto;
}
#content #text {
    line-height: 17px;
    width: 735px;
    float: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 19px;
    padding: 12px 0 0 0;
}
#content #text.he {
    direction: rtl;
    text-align: right;
}
#content #text p {
    margin-bottom: 10px;
}
#content #text.he p {
    direction: rtl;
    text-align: right;
}
#content #text .red {
    color: rgb(215, 60, 79);
}
#content #text .news {
    height: 120px;
    width: 735px;
    display: inline;
    padding: 0 10px;
}
#content #text.he .news {
    height: 20px;
    width: 735px;
    display: inline;
    padding: 0 10px;
}
#newsTicker {
    margin-top: 5px;
    height: 120px;
    overflow: hidden;
}
#bottomLinks {
    width: 735px;
}
#facebookGroup {
    float: left;
    border: 1px solid rgb(144, 145, 151);
    margin: 15px 0 10px;
    padding: 3px;
    height: 53px;
    line-height: 52px;
    text-align: center;
    width: 210x;
}
#facebookGroup a {
    color: rgb(19, 116, 159);
    text-decoration: none;
}
#social {
    border: 1px solid rgb(144, 145, 151);
    margin: 15px 0 10px auto;
    padding: 3px;
    width: 490px;
    float: right;
}
#social .title {
    font-weight: normal;
    margin: 0 5px 0 3px;
    padding: 0 3px 0 0;
}
#social ul {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 15px 0 0 35px;
    padding: 0;
    text-align: left;
	direction: ltr;
}
#social ul li {
    display: inline;
    padding: 0 4px 6px 0;
    text-align: center;
}
#social ul li a {
    margin: 0 3px 0 0;
    padding: 0 0 0 18px;
    color: rgb(19, 116, 159);
    text-decoration: none;
}
#social ul li a:hover {
    text-decoration: underline;
}
#social ul li.delicious {
    background: transparent url(../images/delicious.gif) no-repeat scroll 0 0;
}
#social ul li.digg {
    background: transparent url(../images/digg.gif) no-repeat scroll 0 0;
}
#social ul li.facebook {
    background: transparent url(../images/facebook.gif) no-repeat scroll 0 0;
}
#social ul li.stumbleupon {
    background: transparent url(../images/stumbleupon.gif) no-repeat scroll 0 0;
}
#social ul li.twitter {
    background: transparent url(../images/twitter.png) no-repeat scroll 0 0;
}
#newsletter {
    display: inline;
    margin-right: 15px;
}
.he #newsletter {
    margin-right: 0;
}
#newsletter input {
    border: 1px solid rgb(122, 120, 123);
    width: 140px;
    height: 14px;
    font-size: 11px;
    text-align: center;
}
#newsletter input.submit {
    width: 23px;
    height: 13px;
    border: 0;
}
#newsletter img {
    vertical-align: middle;
}
#footer {
    width: 950px;
    right: 0;
    margin: 0 auto;
    z-index:10000;
}
#underFooter {
    width: 950px;
    height: 25px; /*** The drawback with this solution is that the height of the footer can't be flexible. If you add so much content to the footer that it extends 30px, you will get a vertical scrollbar and the content will overflow the footer if you don't set overflow to hidden ***/
    margin: 0 auto;
    margin-top: -25px; /*** By using a negative margin-top we now moves the footer up the same amount as the footer height to avoid vertical scrolling. Remember, if you use borders and padding on your footer you will have to calculate this in your negative margin-top value also. ***/
    text-align: left;
	position: static;
    direction: rtl;
    padding: 0 0 0 40px;
    font-family: arial;
}
#underFooter .innerUnder {
    padding-top: 5px;
    font-size: 11px;
}
#underFooter .innerUnder .right {
    display: inline;
    vertical-align: top;
    float: right;
}
#underFooter .innerUnder .right, #underFooter .innerUnder .right a {
    color: rgb(19, 116, 159);
    text-decoration: none;
}
#underFooter .innerUnder .center {
    display: inline;
    color: rgb(19, 116, 159);
    float: left;
}
#underFooter .innerUnder .left {
    display: inline;
    float: left;
}
#underFooter .innerUnder .left, #underFooter .innerUnder .left a {
    color: rgb(19, 116, 159);
    text-decoration: none;
}
.clear {
    clear: both;
    font-size: 1px;
}
.clearr {
    clear: right;
    font-size: 1px;
}
.clearl {
    clear: left;
    font-size: 1px;
}
h1 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px;
}
h2 {
    color: rgb(204, 7, 30);
    font-size: 14px;
}
h3 {
    color: rgb(0, 66, 118);
    font-size: 14px;
}
ul {
    padding-left: 40px;
}
.he ul {
    padding-left: 0;
    padding-right: 40px;
}
input.text, .textarea, .selectbox {
    border: 1px solid #7F9DB9;
    font-family: arial;
    font-size: 13px;
    height: 18px;
    width: 220px;
}
input.submit {
    width: 23px;
    height: 13px;
    border: 0;
}
.textarea {
    height:180px;
}
.selectbox {
    width: 222px;
    height: 21px;
}
