@charset "utf-8";
/* CSS Document */

body {
        margin:0;
        padding:0;
        font-size: 1em;
        letter-spacing: 0.2pt;
        word-spacing: 0.8pt;
        line-height: 1.5;
        font-family: Georgia, "Times New Roman", Times, serif;
        position:relative;
}

.container {
        position:relative;
        width:1000px;
        margin:0 auto;
}

.header {
        background:url(http://facilitatingbuyin.com/images/header.jpg) repeat;
        width:100%;
        height:100px;
}

#sites {
        position:relative;
        float:right;
        width:100%;
        color:#FFF;
        size:8px;
        line-height:normal;
        text-align:right;
}
#sites a {
        color:#fff;
}
.nav {
        background:#ccc;
        height:30px;        
}
.nav ul {
        margin: 0;
        padding: 0;
        white-space: nowrap;
}
.nav li {
        display: inline;
        list-style-type: none;
}

.nav li a {
        padding: 0.2em 1em;
        background-color: #ccc;
        color: #000;
        text-decoration: none;
        float: left;
        border-right: 1px solid #fff;
}

.nav li a:hover {
        background-color: #99f;
        color: #000;
}

.content {
        margin-top:10px;
}

.content a {
        color:#66f;
}
.content a:hover {
        color:#000;
        text-decoration:none;
}
.listing img {
        float:left;
        border:none;
        margin-right:5px;
}
.buyin {
        position:relative;
        float:left;
        width:359px;

}
.buyin2 {
        position:relative;
        float:left;
        width:359px;

}
.rightbuyin {
        position:relative;
        float:right;
        width:601px;
}

.about {
        text-align:center;
        margin-top:10px;
        padding-top:1px;
        background:url(../images/parenthesis.png) top center no-repeat;
        height:75px;
}
.left {
        position:relative;
        float:left;
        width:470px;
}

.right {
        position:relative;
        float:right;
        width:470px;
}
.box {
        margin-top:10px;
        padding:5px 10px;
        border:solid 1px #CCC;
}

.box2 {
        margin-top:10px;
        padding:5px 5px;
        border:solid 1px #CCC;
}

h2 {
        padding-top:0;
        margin-top:0;
        size:1.3em;
}

.footer {
        background:url(http://facilitatingbuyin.com/images/header.jpg) repeat;
        width:100%;
        height:50px;
        color:#fff;
        padding-top:2px;
        margin-top:10px;
}

/********** CONTACT FORM ************/
#contact-other { width: 300px; float: left; padding: 40px 0 40px 30px;}        
        #contact-other h3 {font-weight: bold; margin: 0 0 10px;}
        #contact-other p {font-size: 1.2em; padding: 0 0 12px 20px;}
        #contact-other p.phone {font-size: 1.6em; font-weight: bold; }
        
        .page-form {float: left; margin: 0; border-right: solid 1px #ddd; width: 360px; }
                
                .form-container #contact-form {width: 400px; margin: 10px auto 0; }
                .form-container h4 {text-align: center; line-height: 1.6em;}
                .page-form #contact-form {width: 300px; margin: 10px auto 0; }
                        #contact-form ul li {list-style-type: none;margin: 0 0 12px;}
                        #contact-form input.required, #contact-form textarea.required {display: block; width: 90%; padding: 6px; border: #bbb 1px solid;}
                        #contact-form .checkIt {display: none;}
                        #contact-form span.error {color: red; font-size: 0.9em; display: block;}

/*********** PAGINATION ***************/
.paginationstyle{ /*Style for demo pagination divs*/
width: 250px;
text-align: center;
padding: 2px 0;
margin: 10px 0;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
border: 1px solid navy;
margin: 0 15px;
}

.paginationstyle a{ /*Pagination links style*/
padding: 0 5px;
text-decoration: none;
border: 1px solid black;
color: navy;
background-color: white;
}

.paginationstyle a:hover, .paginationstyle a.selected{
color: #000;
background-color: #FEE496;
}

.paginationstyle a.disabled, .paginationstyle a.disabled:hover{ /*Style for "disabled" previous or next link*/
background-color: white;
cursor: default;
color: #929292;
border-color: transparent;
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
color: #000;
background-color: yellow;
}

