#navcontainer
{
width: 194px;
border-right: 0px solid #000;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
background-color: #90bade;
color: #333;
}

#navcontainer ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer li
{
border-bottom: 1px solid #009999;
margin: 0;
}

#navcontainer li a
{
display: block;
padding: 5px 5px 5px 0.5em;
border-left: 10px solid #009999;
border-right: 10px solid #009999;
background-color: #4db6c4;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
border-left: 10px solid #4db6c4;
border-right: 10px solid #4db6c4;
background-color: #009999;
color: #fff;
}


/* All comments are surrounded by /* */ 
/* Comments can't be placed inside { } brackets  */

/********************************* Styles for specific areas on page *********************************/
/*** This section can be used to apply styles to specific areas of the page                                                      ***/
/*** For example "#leftContent a" and "#leftContent a:hover" (below)                                                          ***/
/*** could be used to apply styles to left column links only                                                                           ***/
/*** (by default they are left empty so they will have the same style as the rest of the page)                         ***/
/*********************************************************************************************/

#centerContent{
margin-top:100px;
padding:15px;
}

#leftContent{
padding:0px;
margin-top:5px;
background-color: #639ebc;
}

#rightContent{
display:none;
}

#topContent{
padding:0px;
margin-top:0px;
border-top:solid 0px red;
}

#bottomContent{
padding:15px;
background-color: #1fadb3;
}

/********************************** General page wide styles **********************************/
/*** These styles apply to the whole page, but will we overridden                                                           ***/
/*** in specific areas if the same elements exist for the specific area above                                            ***/
/*****************************************************************************************/

body {line-height: 1.4em;
BACKGROUND: #ffffff url('/images/bg.jpg') repeat-y center top; MARGIN: 0px auto;
}

input, select, textarea {
font-size: 12px;
}

p {
margin-top: 0;
margin-bottom: 0;
}

h1{
margin:0;
}

img {
border: none;
text-decoration: none;
}

a img {
text-decoration: none;
}

a.navlink:link { color:#ffffff; text-decoration:underline; }
a.navlink:visited { color:#ffffff; text-decoration:underline; }
a.navlink:active { color:#ffffff; text-decoration:underline; }
a.navlink:hover { color:#ffffff; text-decoration:none; BACKGROUND: None; }


/******************************** Page borders ********************************/
/* right nav border for Mozilla */
.outer {
}
/* left nav border for Mozilla, both navs border for IE */
.inner {
}
/* right nav border for IE */
* html .outer {
}
/* Footer border */
.bottom{
border-top: solid 0px red;
}

/******************************** Page layout settings ********************************/
/* page width */
* html .wrapper, .wrapper {
    width: 750px;
    }
/* left and right column/nav widths */
.outer {
border-left-width: 204px; 
border-right-width: 1px;
}
/* left column width */
.left {
width: 204px; 
}
/* right column width */
.right {
width: 0px;
}
/*** Should be set to page width  - left column width. ***/
.inner {
width: 540px; 
}

/*** width should be set to (page width) - right column width - .inner border-left width.*/
/* margin-left should be same length as left column width but negative ***/
.float-wrap {
width: 749px;
margin-left: -204px;       
}
/*** Should be set to: 0 negative_right_column_width 0 0;  ***/
* html .right {
margin: 0 -1px 0 0; 
}
/*** Center column width. Should be set to page width - (left column width + right column width + .inner border-left width). ***/
.center {
width: 539px;  
}

.ripesiteFooterLogo{display:none}