html {
    background: url('gfx/bg.jpg') top center repeat-y #d0d0d0;
    height: 100%;
    margin-bottom: 1px;
}

* {
font-family: georgia;
font-size: 1em;
}

#wrapper {
    width: 1024px;
    margin: 0 auto;
    padding: 0;
}

#container {
    padding: 0px 20px 0px 20px;
}

/*** Header ***/

#header {
    margin-top: 20px;
}

h1 a {
    background: url('gfx/aricosa-logo-main.png') no-repeat;
    display: block;
    width: 157px;
    height: 111px;
    margin: 0 auto;
    outline: none;
}

.replace {
    display: none;
}

.hr {
    background: url('gfx/hr.gif') repeat-x;
    width: 1023px;
    height: 16px;
    margin: 0 auto 0 auto;
    clear: both;
}

/*** Navigation ***/

#access {
    padding: 16px 0px 0px 0px;
    margin: 0px 0px 0px 20px;
}

#access ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#access ul li {
    float: left;
}

#access ul li a {
    display: block;
    margin-right: 16px;
    outline: none;
    height: 18px;
}

#access .home-page a {
    background: url(gfx/nav.png) no-repeat;
    width: 50px;
    text-indent: -8787px;
}

#access .home-page a:hover,
#access .current_page_item.home-page a {
    background: url(gfx/nav.png) 0 -18px no-repeat;
}

#access .about-page a {
    background: url(gfx/nav.png) -56px 0 no-repeat;
    width: 61px;
    text-indent: -8787px;
}

#access .about-page a:hover,
#access .current_page_item.about-page a {
    background: url(gfx/nav.png) -56px -18px no-repeat;
}

#access .services-page a {
    background: url(gfx/nav.png) -123px 0 no-repeat;
    width: 83px;
    text-indent: -8787px;
}

#access .services-page a:hover,
#access .current_page_item.services-page a {
    background: url(gfx/nav.png) -123px -18px no-repeat;
}

#access .contact-page a {
    background: url(gfx/nav.png) -212px 0 no-repeat;
    width: 79px;
    text-indent: -8787px;
}

#access .contact-page a:hover,
#access .current_page_item.contact-page a {
    background: url(gfx/nav.png) -212px -18px no-repeat;
}

/*** Contact Form ***/

#cformsform .cf_hidden {
    border: none;
    display: none;
}

.linklove { display: none; }

.cf_info {
    width: 300px;
    color: red;
}

#cformsform {
    float: left;
    margin: 16px 0px 0px 0px;
    width: 600px;
    padding: 0;
}

#cformsform textarea {
    width: 480px;
}

#cformsform fieldset {
    border: 1px solid #aaa;
    padding: 10px;
    margin: 0;
}

#cformsform legend {
    color: black;
    font-weight: bold;
}

.cf-ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.cf-ol li {

}

.cf-ol li label {
    font-size: .875em;
    display: block;
    padding-bottom: .1em;
}

.cf-ol li input {
    margin-bottom: .5em;
}

.divleft {
    margin: 0px 40px 0px 0px;
    float: left;
    height: 400px;
}

/*** Splash ***/

body.home #splash a { 
    display: block;
    background: url(gfx/yup-yup-yup-telephone.jpg) no-repeat;
    width: 1004px;
    height: 315px; 
    margin: 10px 0px 20px 10px;
    padding: 0;
}

/*** Features ***/

.feature {
    margin-left: 10px;
    float: left;
    width: 480px; 
}

.feature h2 {
    font-family: "Helvetica", arial;
    font-size: 1.2em;
}

.feature p {
    font-size: .875em;
    line-height: 1.3em;
    padding-right: 24px;
}

.dateline {
    color: #999;
    font-size: .875em;
    margin-bottom: .3em;
    display: block;
}

/*** Posts ***/

.post h2 {
    margin-top: 2em;
    font-size: 1.4em;
}

.post {
    line-height: 1.2em;
}

/*** Pages ***/


/*** Links ***/

a {
    color: #00709b;
    text-decoration: none;
}

a:hover {
    color: #00adef;
    text-decoration: underline;
}

/*** Footer ***/

#footer {
    margin-top: 100px;
    font-size: 13px;
    color: #777;
    text-align: center;
}

/*** Images ***/

.alignright {
    float: right; 
    padding: 0px 0px 20px 20px;
}

.wp-caption-text {
    text-align: center;
    font-size: .875em;
    color: #999;
    font-style: italic;
    padding-right: 12px;
}
