* {
        /* Reset browsers default margin, padding and font sizes */
        margin: 0;
        padding: 0;
}

html {
        font-size: 100%;
        /* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
        height: 100%;
        margin-bottom: 1px;
}

body {
        /* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
        font-family: Verdana, Helvetica, Arial, sans-serif;
        color: #828282;
        background-color: #FFFFFF;
        /*font-size: 62.5%;                      This sets the default font size to be equivalent to 10px */
        font-size: 10px;
        margin: 0;
        padding: 12px 0;
        font-weight:normal;
}

h1 {
        /* Forum name */
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        margin-right: 200px;
        color: #FFFFFF;
        margin-top: 15px;
        font-weight: bold;
        font-size: 2em;
}

h2 {
        /* Forum header titles */
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-weight: normal;
        color: #3f3f3f;
        font-size: 2em;
        margin: 0.8em 0 0.2em 0;
}

h2.solo {
        margin-bottom: 1em;
}

h3 {
        /* Sub-headers (also used as post headers, but defined later) */
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        border-bottom: 1px solid #CCCCCC;
        margin-bottom: 3px;
        padding-bottom: 2px;
        font-size: 1.05em;
        color: #989898;
        margin-top: 20px;
}

h4 {
        /* Forum and topic list titles */
        font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
        font-size: 1.3em;
}

p {
        line-height: 1.3em;
        font-size: 12px;
        margin-bottom: 1.5em;
}

img {
        border-width: 0;
}

hr {
        /* Also see tweaks.css */
        border: 0 none #FFFFFF;
        border-top: 1px solid #CCCCCC;
        height: 1px;
        margin: 5px 0;
        display: block;
        clear: both;
}

hr.dashed {
        border-top: 1px dashed #CCCCCC;
        margin: 10px 0;
}

hr.divider {
        display: none;
}

p.right {
        text-align: right;
}


/* proSilver Link Styles
---------------------------------------- */

a:link  { color: #898989; text-decoration: none; }
a:visited       { color: #898989; text-decoration: none; }
a:hover { color: #d3d3d3; text-decoration: underline; }
a:active        { color: #d2d2d2; text-decoration: none; }

/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
        background: #ebebeb none 6px 8px no-repeat;
        border: 1px solid #dbdbdb;
        font-size: 0.95em;
        margin: 0.5em 1px 0 25px;
        overflow: hidden;
        padding: 5px;
}

blockquote blockquote {
        /* Nested quotes */
        background-color: #bababa;
        font-size: 1em;
        margin: 0.5em 1px 0 15px;
}

blockquote blockquote blockquote {
        /* Nested quotes */
        background-color: #e4e4e4;
}

blockquote cite {
        /* Username/source of quoter */
        font-style: normal;
        font-weight: bold;
        margin-left: 20px;
        display: block;
        font-size: 0.9em;
}

blockquote cite cite {
        font-size: 1em;
}

blockquote.uncited {
        padding-top: 25px;
}



/* Miscellaneous styles
---------------------------------------- */

.copyright {
        color: #555555;
}

.error {
        color: #BC2A4D;
}

.reported {
        background-color: #F7ECEF;
}

li.reported:hover {
        background-color: #ECD5D8 !important;
}
.sticky, .announce {
        /* you can add a background for stickies and announcements*/
}

div.rules {
        background-color: #ECD5D8;
        color: #BC2A4D;
}

p.rules {
        background-color: #ECD5D8;
        background-image: none;
}

/*
--------------------------------------------------------------
Colours and backgrounds for links.css
-------------------------------------------------------------- */

a:link  { color: #105289; }
a:visited       { color: #105289; }
a:hover { color: #D31141; }
a:active        { color: #368AD2; }

/* BB Code styles
----------------------------------------*/
/* Quote block */
blockquote {
        background-color: #EBEADD;
        background-image: url("http://rankbanks.com/images/quote.gif");
        border-color:#DBDBCE;
}

blockquote blockquote {
        /* Nested quotes */
        background-color:#EFEED9;
}

blockquote blockquote blockquote {
        /* Nested quotes */
        background-color: #EBEADD;
}

/* General form styles
----------------------------------------*/
select {
        border-color: #666666;
        background-color: #FAFAFA;
}

label {
        color: #425067;
}

option.disabled-option {
        color: graytext;
}

/*  rb: additions */
#main-wrap {
    width: 799px;
    margin: 10px auto 10px auto;
    background-image: url("http://rankbanks.com/images/online-banks-bg.gif");
    background-repeat: repeat-y;
}

#main-title {
    width: 799px;
    height: 158px;
    background-image: url(http://rankbanks.com/images/online-banks-title.jpg);
    background-repeat: no-repeat;
    padding-bottom: 10px;
    position:relative;
}

#main-logo {
    position:absolute;
    left:75px;
    top:31px;
}
#main-logo h1 {
    font-size:3em;
    letter-spacing: +1px;
}

#main-logo h1 a {
  color:white;
  text-decoration:none;
}

#main-logo h1 span {
    color:#e5f4ff;
}

#main-logo h3 {
    margin:0;
    border:0;
    color:white;
    font-size:1em;
    position:relative;
    left:1px;
    bottom:3px;
    color:#cceeff;
    letter-spacing:
}

#main-logo h3 a {
    color:#cceeff;
    text-decoration:none;
}

#main-bottom {
    width: 799px;
    height: 15px;
    background-image: url(http://rankbanks.com/images/online-banks-bottom.jpg);
    background-repeat: no-repeat;
}

#main-content {
    width: 771px;
    margin: 0px auto 0px auto;
}

body {
    background: #ada6a0;
}

#left-menu {
    width: 160px;
    float: left;
    background-color: #ebebeb;
}

#left-menu-top {
    width: 160px;
    height: 6px;
    background-image: url(http://rankbanks.com/images/menutop.gif);
    background-repeat: no-repeat;
    padding:0;
    margin:0;
}

#left-menu-list {
    background-color: #ebebeb;
    width: 160px;
    position:relative;
    margin:0;
    padding:0;
}

#left-menu-bottom {
    width: 160px;
    height: 6px;
    background-image: url(http://rankbanks.com/images/menubottom.gif);
    background-repeat: no-repeat;
    padding:0;
    margin:0;
    background-color: #ffffff;
}

#left-menu  h3 {
    margin:0;
    padding:0;
    color: #333333;
    font-weight:bold;
    font-size:1.05em;
    font-family: Verdana,Helvetica,Arial,sans-serif;
}

#left-menu-list div {
    margin: 0px 5px 0px 5px;
    padding:2px;
   border-bottom: 1px solid #cccccc;
}

#left-menu-list div.current-heading {
   border-bottom: 1px solid white;
   padding:0px 0px 0px 2px;
}



#main-navbar {
    height:30ox;
    width: 749px;
    position:absolute;
    top:135px;
    left:25px;
}

#main-navbar a {
    font-family: Verdana,Helvetica,Arial,sans-serif;
    font-size:11px;
    text-decoration:none;
    color: white;
    font-weight:bold;
}

#main-navbar a:hover {
    color:#cceeff;
}

#page-body {
  float: right;
  width:596px;
  padding-left:10px;
  padding-right:5px;
  color: #333333;
  font-size:12px;
  line-height:1.3em;
  margin-bottom:1.5em;
  font-weight:normal;
}

#page-body h1, #page-body h3 {
  color: #333333;
  margin:0px;
  text-decoration: none;
  border: 0;
}

#page-body h1 {
  padding: 0 0 10px 0;
  text-align:center;
  font-size:20px;
}


#page-body h3 {
  padding: 0 0 10px 0;
  font-size:16px;
}


#page-body a {
  color:  #368AD2;
  text-decoration:underline;
}

ul {
    list-style-type: none;
}

.menu-navbar-sep {
  color: white;
  font-weight:bold;
}

#bottom-nav {
  text-align:center;
  width:771px;
  margin: 0px auto 0px auto;
}

#bottom-nav, #bottom-nav a {
  color:#555555;
  font-size:10px;
}

#bottom-nav a {
  text-decoration:underline;
}

.menu-section-head {
  font-weight:bold;
}

#left-menu-list div.menu-link {
  font-weight:normal;
  margin-left:1em;
}

.banner300x250 {
  width:300px;
  height:250px;
  padding: 0 1em 1em 0;
  float:left;
}