@import "header.css";
@import "common.css";

body {
    background: #fff url(../images/bkg-page.jpg) repeat-x top;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: arial,helvetica,lucida,verdana,sans-serif;
    font-size: 12px;
    color: #767676;
}
a {
    text-decoration: none;
    color: #5597c9;
}
a:hover {
    text-decoration: underline;
}

#wrapper {
    width: 960px;
    margin: 0 auto;
    text-align: left;
}


/* Top Nav Menu */

#topmenu {
    position: relative;
}
#topmenu ul {
    margin: 0;
    padding: 0;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
}
#topmenu ul li {
    display: inline;
}
#topmenu ul li a {  
    display: block;
    float: left;
    padding: 0px 20px;
    font-size: 16px;
	font-weight: bold;
    text-decoration: none;
    color: #fff;
}
#topmenu ul li a:hover {
    text-decoration: underline;
}

/* Main Content */

#maincontent {
    padding: 10px 0 45px;
    line-height: 1.5em;
}
#maincontent.fc {
    padding: 40px 0;
}

#content, .content {
    width: 630px;
    padding-top: 1px;
    float: left;
}
#content.sidenav {
    width: 790px;
}

#sidebar, .side230 {
    width: 230px;
    float: right;
}

#sidebar h3 {
	margin: 0 0 10px;
	font-size: 18px;
}


/* Page Title */

#pagetitle {
    position: relative;
    height: 80px;
}
#pagetitle h2 {
    position: absolute;
    top: 25px;
    left: 0;
    display: inline;
    margin: 0;
    padding: 0;
    font-size: 24px;
    display: inline;
}

/* Half Content */

.half-content-left {
	width: 500px;
}


/* Page Footer */

#footer {
    border-top: 1px dotted #d2d3d3;
    clear: both;
}
#footer-inner {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 14px 0;
    text-align: left;
}
#footer-inner #rjplogo {
    position: absolute;
    top: 15px;
    right: 0;
    background: url(../images/rjplogo.gif) no-repeat 0 0;
    width: 110px;
    height: 12px;
    line-height: 12px;
    text-indent: -9000px;
    outline: none;
    overflow: hidden;
}
#footer-inner #rjplogo:hover {
    background-position: 0 -12px;
}
#footer-inner a {
    margin: 0 8px;
}

