/* Handcoded by RapidxHTML - http://www.rapidxhtml.com */

/* reset */
body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,blockquote,th,td {
    margin:0;
    padding:0;
    font-family: arial, verdana, sans-serif;
}

fieldset,img {
    border:0;
}

html {
    height:100%;
    margin-bottom:1px;
}

body {
    position:relative;
}

:focus {
    outline:none;
}

/* links */
a {
    color:#3764aa;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

/* header elements */
h1, h2, h3, h4, h5, h6 {
    font-family:"Times New Roman", Times, serif;
    font-weight:bold;
    line-height:100%;
}

h1 {
    font-size:20px;
    color:#000;
}

h2 {
    font-size:18px;
    color:#000;
    margin-top:20px;
}

h3 {
    font-size:14px;
    color:#000;
}

h4 {
    font-size:12px;
    color:#000;
}

h5 {
    font-size:11px;
    color:#000;
}

h6 {
    font-size:10px;
    color:#000;
}

/* page setup */
body {
    background:#0a0a0a url(/images/background_new.jpg) 50% 0 repeat-x;   
    font-family:"Times New Roman", Times, serif;
    line-height:125%;
    color:#444;
    font-size:12px;
}

/* wrapper setup */
div.rapidxwpr {
    margin:auto;
    width:960px;
}

/* header */
div#header {
    position:relative;
    height:125px;
    margin:0px 0px 0px 0px;
}

/* logo */
span#logo, img#logo {
    position:absolute;
    top:28px;
    left:45px;
    width:219px;
    height:35px;
    border:0;
}

/* main body setup */
div#middle {
    width:auto;
    margin:0px 14px 0px 0px;
    clear:both;
}

/* left column */
div#left {
    width:200px;
    float:left;
    padding:0px 0px 0px 0px;
}

/* content column */
div#main {
    width:auto;
    margin:0px 0px 0px 200px;
    padding:0px 0px 0px 0px;
}

/* footer */
div#footer {
    width:auto;
    padding:10px 0px 30px 0px;
    clear:both;
    text-align:center;
    color:#bbbbbb;
    font-size:10px;
    font-family:Verdana, Geneva, sans-serif;
}

div#footer a {
    color:#aaaaaa;
}

/* clearing & floating */
.clearingfix:after {
    content:".";
    display:block;
    line-height:0px;
    clear:both;
    visibility:hidden;
}

.clearingfix {
    display:block;
}

.floatbox {
    overflow:hidden;
}

/* topnav */
div.topnav {
    height:36px;
    background:url(/images/topnav_bg.png) 50% 0 no-repeat;
    padding:27px 35px;
}

div.topnav ul {
    padding:0px;
    margin:0px;
    list-style:none;
    float:right;
}

div.topnav ul li {
    float:left;
    display:block;
}

div.topnav ul li a {
    display:block;
    height:37px;
    font-family:"Times New Roman", Times, serif;
    padding:1px 16px;
    line-height:37px;
    color:#3771ba;
    font-size:14px;
}

div.topnav ul li a:hover, div.topnav ul li a.active {
    text-decoration:none;
    background:url(/images/topnav_hover.png) 0 0 repeat-x;
}

/* subnav */
div.subnav {
    height:26px;
    background:url(/images/subnav_bg.png) 50% 0 no-repeat;
    padding:3px 45px 28px 45px;
    margin:-25px 0 0 0;
}

div.subnav ul {
    padding:0px;
    margin:0px;
    list-style:none;
    float:left;
}

div.subnav ul li {
    float:left;
    display:block;
}

div.subnav ul li:first-child {
    background:none;
}

div.subnav ul li a {
    display:block;
    font-family:"Times New Roman", Times, serif;
    height:22px;
    padding:2px 20px 0 25px;
    line-height:20px;
    color:#3771ba;
    font-size:12px;
}

div.subnav ul li a.profile {
    background:url(/images/subnav_icons.jpg) 0 0 no-repeat;
}

div.subnav ul li a.messages {
    background:url(/images/subnav_icons.jpg) 0 -30px no-repeat;
}

div.subnav ul li a.media {
    background:url(/images/subnav_icons.jpg) 0 -60px no-repeat;
}

div.subnav ul li a.apps {
    background:url(/images/subnav_icons.jpg) 0 -90px no-repeat;
}

div.subnav ul li a.network {
    background:url(/images/subnav_icons.jpg) 0 -120px no-repeat;
}

div.subnav ul li a.settings {
    background:url(/images/subnav_icons.jpg) 0 -150px no-repeat;
}

div.subnav a.logout {
    background:url(/images/subnav_icons.jpg) 0 -180px no-repeat;
    font-family:"Times New Roman", Times, serif;
    display:block;
    height:22px;
    padding:2px 10px 0 25px;
    line-height:20px;
    color:#3771ba;
    font-size:12px;
    float:right;
}

/* topnav */
div.startbox {
    background:url(/images/startbox_bg.png) 50% 0 no-repeat;
    width:666px;
    margin:190px auto 0 auto;
    height:350px;
    padding:30px 52px;
}

div.subbox {
    background:url(/images/subbody_bg.png) repeat-y;
    width:941px;
    height:auto;
    margin-left: auto;
    margin-right: auto;
}

div.subbox_top {
    background:url(/images/subbody_top.png) 50% 0 no-repeat;
    width:941px;
    height:30px;
    margin-left: auto;
    margin-right: auto;
}

div.subbox_bottom {
    background:url(/images/subbody_btm.png) 50% 0 no-repeat;
    width:941px;
    height:30px;
    margin-left: auto;
    margin-right: auto;
}

/* member login */
div.memberlogin {
    width:340px;
    color:#9b9a9a;
    float:left;
}

div.memberlogin h1 {
    background:url(/images/divorcedconnections_title.png) 0 0 no-repeat;
    text-indent:-9999px;
    height:63px;
    margin:0;
}

div.memberlogin h4 {
    color:#9b9a9a;
    font-size:12px;
    margin:-5px 0 15px 0;
    font-weight:normal;
    text-align:center;
}

/* login form */
div.loginform {
    width:272px;
    height:156px;
    background:url(/images/memberlogin_bg.png) 0 0 no-repeat;
    float:left;
    padding:20px 25px;
}

div.loginform h3 {
    font-size:22px;
    text-transform:uppercase;
    font-weight:normal;
    color:#FFF;
    margin:0 0 15px 0;
}

div.loginform ul {
    list-style:none;
}

div.loginform ul li {
    overflow:hidden;
    padding:1px 0;
}

div.loginform ul li label {
    color:#292929;
    width:70px;
    float:left;
    display:block;
    font-size:12px;
    font-family:Verdana, Geneva, sans-serif;
    text-align:right;
    padding:0 5px 0 0;
}

div.loginform ul li input.loginfield {
    color:#292929;
    width:189px;
    float:left;
    display:block;
    font-size:12px;
    font-family:Verdana, Geneva, sans-serif;
    background:url(/images/loginfield_bg.png) 0 0 no-repeat;
    border:0;
    padding:5px 3px;
}

div.loginform ul li input.loginsubmit {
    width:66px;
    float:right;
    display:block;
    background:url(/images/loginsubmit.png) 0 0 no-repeat;
    border:0;
    height:18px;
    cursor:pointer;
    text-indent:-9999px;
    margin:0 2px 0 0;
}

div.loginform ul li a.forgotpass {
    font-size:10px;
    font-family:Verdana, Geneva, sans-serif;
    color:#FFF;
    display:block;
    float:left;
    margin:-2px 0 0 75px;
}

/* get started */
div.getstarted {
    width:272px;
    height:218px;
    background:url(/images/getstarted_bg.png) 0 0 no-repeat;
    float:right;
    margin:23px 0;
    padding:23px 25px;
    text-align:right;
}

div.getstarted h3 {
    font-size:22px;
    text-transform:uppercase;
    font-weight:normal;
    color:#FFF;
    margin:0 0 20px 0;
}

div.getstarted select.gender {
    color:#292929;
    width:80px;
    font-size:12px;
    font-family:Verdana, Geneva, sans-serif;
    border:0;
    padding:1px;
}

div.getstarted select.age {
    color:#292929;
    width:50px;
    font-size:12px;
    font-family:Verdana, Geneva, sans-serif;
    border:0;
    padding:1px;
}

div.getstarted select.mile {
    color:#292929;
    width:50px;
    font-size:12px;
    font-family:Verdana, Geneva, sans-serif;
    border:0;
    padding:1px;
}

div.getstarted input.zipcode {
    color:#292929;
    width:65px;
    font-size:12px;
    font-family:Verdana, Geneva, sans-serif;
    border:0;
    padding:2px;
}

div.getstarted p {
    color:#292929;
    font-size:12px;
    font-family:Verdana, Geneva, sans-serif;
    line-height:25px;
    margin:10px 0 5px 0;
}

div.getstarted a.advanced_search {
    font-size:10px;
    font-family:Verdana, Geneva, sans-serif;
    color:#FFF;
    display:block;
    float:left;
    margin:-2px 0 0 0;
}

div.getstarted input.searchsubmit {
    width:137px;
    float:right;
    display:block;
    background:url(/images/searchsubmit.png) 0 0 no-repeat;
    border:0;
    height:18px;
    cursor:pointer;
    text-indent:-9999px;
    margin:0;
}


hr { 
	border-top: 1px solid #ffffff;	
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px #cccccc dotted; 
}
	
	
	
	
	
