/********************************* Styles for navigation *********************************/

#navlist
{
margin: 0;
padding: 0 0 20px 10px;
border-bottom: 1px solid #CED2B8;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 14px;
font-weight: bold;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #CED2B8;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #fff;
padding-bottom: 2px;
background: transparent;
color: #fff;
}

#navlist a:hover { color: #c0c0c0; }


/********************************** General page wide styles **********************************/
body {line-height: 1.5em;  BACKGROUND: #CED2B8 url('http://www.odeonhouse.com/images/bg1.jpg') repeat-y center top; MARGIN: 0px auto;
}

input, select, textarea {font-size: 8pt;}/*text for forms*/

p {margin-top: 0;margin-bottom: 0;}

img {border: none;text-decoration: none;}

a img {text-decoration: none;}

/******************************** Page borders ********************************/
/* right nav border for Mozilla */
.outer {background: url(/images/silver_border.gif) 100% 0 repeat-y;}
/* left nav border for Mozilla, both navs border for IE */
.inner {border-left: solid 0px #CCCCCC;}
/* right nav border for IE */
* html .outer {background:  url(/images/silver_border.gif) 620px 0 repeat-y;}
/* Footer border */
.bottom{border-top: solid 0px #CCCCCC;}

/******************************** Page layout settings ********************************/
/* page width */
* html .wrapper, .wrapper {width: 750px;}
/* left and right column/nav widths */
.outer {border-left-width: 150px;border-right-width: 130px;}
/* left column width */
.left {width: 150px;}
/* right column width */
.right {width: 130px;}
/*** Should be set to page width  - left column width. ***/
.inner {width: 600px;}

/*** width should be set to page width - right column width - .inner border-left width (See page borders above).*/
/* margin-left should be same length as left column width but negative ***/
.float-wrap {width: 619px;margin-left: -150px;}
/*** Should be set to: 0 negative_right_column_width 0 0;  ***/
* html .right {margin: 0 -130px 0 0;}
/*** Center column width. Should be set to page width - (left column width + right column width + .inner border-left width (See page borders above)). ***/
.center {width: 469px;}

/********************************* Styles for specific areas on page *********************************/
#centerContent{padding:10px;background: #ffffff}

#leftContent{padding:5px;}

#rightContent{padding:5px;}

#topContent{padding:0px;}

#bottomContent{padding:15px;background: #728076}


a.navb:link	{ font-family:Verdana, Arial, sans-serif; font-size: 8pt; color:#CED2B8; font-weight:normal; background: none; text-decoration:underline; }
a.navb:active 		{ font-family:Verdana, Arial, sans-serif; font-size: 8pt; color:#CED2B8; font-weight:normal;   background: none; text-decoration:underline; }
a.navb:visited 		{ font-family:Verdana,Arial,sans-serif; font-size: 8pt; color:#CED2B8; font-weight:normal;  background: none; text-decoration:underline; }
a.navb:hover 		{ font-family:Verdana,Arial,sans-serif; font-size: 8pt; color:#ffffff; font-weight:normal; text-decoration:none; BACKGROUND: none; }

.ripesiteFooterLogo{display:none}