* {
    border: 0px;
    margin: 0px;
    padding: 0px;
    font-family: Georgia, Times, serif;
}

body{
    text-align: center;
    font-size: 13px;
    background: url('../images/ricardo_grad_background.jpg') top left repeat-x #d9d9d9 ;
    font-family: Georgia, Times, serif;
}

#container{
    text-align: left;
    width: 1060px;
    margin-right: auto;
    margin-left: auto;
}

#shadow_container{
    float: left;
    width: 1060px;
    padding: 0px 30px 0px 30px;
    background: url("../images/wrapper.png") top left repeat-y;
    overflow: hidden;
}

#wrapper{
    float: left;
    width: 1000px;
    background: #fff;
}

#top{
    float: left;
    margin: 0px
}

#masthead{
    float: left;
    margin: 0px;
    width: 1000px;
    height: 120px;
    background: url('../images/ricardo_masthead.jpg');
    border-bottom: 1px solid #999;
}

#mastheadPhone {
    float: right;
    margin: 5px 20px 0px 0px;
    font-size: 2.5em;
    color: #999;
}

#navigation {
    background: url('../images/nav-bg.jpg') top left repeat-x #eee;
    width: 980px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
}

#slide {
    float: left;
    width: 1000px;
}

#slide_clear {
    float: left;
    height: 200px;
    overflow: hidden;
}

#text{
    float: left;
    margin: 35px 40px 40px 40px;
    width: 620px;
    background: white;
}

#text img {
    float: left;
    margin: 0px 20px 10px 0px;
}

#text li {
    line-height: 0.9em;
}
#text ul {
    margin-left: 20px;
}
#text table {
    margin-left: 5px;
    color:#777;
}

#contact {
    width: 600px;
    margin: 20px 0px 0px 10px;
    background: #eee;
    padding: 2px 0px;
    clear:left;
}

#contact p{
    text-align:left;
    margin: 10px;
    font-size: 1em;
    line-height: 1.25em;
    color: #fff;
}

.rightFeature {
    float: right;
    margin: 18px 20px 0px 0px;
    width: 250px;
    border: 1px solid #ddd;
    background: #eee;
}

.rightFeature a {
    text-decoration: none;
}

.rightFeature h3 {
    font-weight: bold;
}

.rightFeature p {
    line-height: 1.3em;
    color: #888;
}
.rightFeature a:hover {
    color: #00f;
}

#footer {
    float: left;
    width: 1000px;
    margin: 0px 0px 0px 0px;
    text-align: center;
    background: #eee;
}

#footer a {
    margin: 0px 5px;
    font-size: 0.9em;
    color: #777;
    text-decoration: none;
}

#footer a:hover {
    color: #00F;
}

#navigation a {
    height: 2.5em;
    font-size: 1em;
    line-height: 2.5em;
    color: #242F46;
    display: block;
    float:left;
    margin: 0px 10px;
    text-decoration: none;
}

#navigation a:hover {
    color: #00F;
}

p,
ol,
ul,
li{
    margin: 10px;
    font-size: 1em;
    line-height: 1.6em;
    color: #555;
}

h1,
h2,
h3{
    margin: 10px 10px 10px 10px;
    font-weight: normal;
    color: #666666;
    text-align:left;
}
h1 {
    font-size: 1.7em;
}
h2 {
    font-size: 1.3em;
}
h3 {
    font-size: 1.1em;
}
input {
    border: 1px solid #999;
}

#contact h2 {
    color: #1d315a;
    font-size: 140%;
}

#contact p {
    color: #1d315a;
    font-size: 120%;
}
