a,li,p,h1,h2,h3 {
    font-family: arial;
}

#left h1 {
    font-size: 24px;
    color: #353535;
    margin: 0 0 5px 0;
}

#left h2 {
    font-size: 18px;
    color: #4c4c4c;
    margin: 0 0 10px 0;
}

#left p {
    font-size: 12px;
    color: #231f20;
    line-height: 15px;
    margin: 0 0 15px 0;
}

#left .please {
    font-size: 20px;
    color: #2e2e2e;
}

.please a {
    color: #e3352d;
}

.right {
    text-align: right;
}

#wrap {
    width: 932px;
    margin: 0 auto;
}

#header {
    background: url('/assets/images/topBg.gif') left top repeat-x;
}

#header ul {
    text-align: right;
    padding: 4px 0 0;
}

#header ul li {
    display: inline;
    background: url('/assets/images/navBullet.gif') 0px 9px no-repeat;
    padding: 0 0 0 14px;
    margin: 0 10px 0 0;
}

#header ul li a {
    font-size: 12px;
    color: #414042;
    text-transform: uppercase;
}

a:hover {
    text-decoration: underline;
}

#header ul li.on {
    background: url('/assets/images/navArrow.gif') 0px 7px no-repeat;
    font-weight: bold;
}

#main {
    padding: 13px;
}

/************************* home *********************/

#homeLeft {
    width: 370px;
    float: left;
}

#homeLeft p {
    color: #231f20;
    font-size: 15px;
    margin: 0 0 13px 0;
}

#homeRight {
    width: 515px;
    float: right;
}

.mini {
    height: 72px;
    background: #e3352d url('/assets/images/miniBg.gif') left bottom repeat-x;
    margin: 0 0 6px 0;
}

.mini img {
    float: left;
    width: 118px;
}


.mini div {
    float: left;
    width: 244px;
    padding: 2px 4px 4px;
}

.mini h2 {
    color: #e3352d;
    font-weight: bold;
    color: #fff;
    font-size: 12px;
    margin: 0 0 7px 0;
}

.mini a {
    color: #231f20;
    font-size: 12px;
}

/************************* inner *********************/

#left {
    width: 665px;
    float: left;
}

#leftLeft {
    width: 521px;
    float: left;
}

#leftRight {
    display: block;
    width: 102px;
    float: right;
    margin: 10px 0 0;
}

#right {
    width: 232px;
    float: right;
}

#right img {
    padding: 0 0 20px;
}

#right p {
    font-style: italic;
    font-size: 13px;
}

/**************** footer *************/

#footer {
    padding: 20px 0 0;
}

#slogan {
    display: block;
    float: left;
    width: 542px;
    margin: 0 25px 0 0;
    
}

#fJust {
    display: block;
    width: 102px;
    float: left;
    margin: 10px 0 0;
}

#fDevon {
    display: block;
    width: 246px;
    float: right;
}

#wrap #contact {
    font-size: 15px;
    padding: 10px 0 0;
    color: #2e2e2e;
}

/************************* update *********************/

#update{
    clear: both;
    padding: 10px 0 0;
}

#update h3 {
    font-size: 20px;
    font-weight: bold;
    color: #e3352d;
    margin: 0 0 10px 0;
}

#update h3 span {
    color: #3e3e3e;
    font-weight: normal;
    font-size: 16px;
}

#update p {
    font-size: 13px;
}