/* stylesheet for benefitsystems.org
author: Patrick@sundrystudio.com
date:12-10-07
*/
/***** ACCESSIBILITY SKIP LINKS ***/
dl.accessibility, #skip_to_nav, #skip_to_content {text-align:left;position:absolute;top:0;left:-500em;}

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
background:#425969;
color:#333333;
min-width:800px;
}
a:link {text-decoration:underline; color:#6C7372;}
a:visited {text-decoration:underline; color:#5C5B79}
a:hover {text-decoration:none;}

strong {font-weight:bold;}
p{font-size:.8em; line-height:1.4em; padding:.5em 0;}
h1 {}
h1 a, h1 a:visited {
text-decoration:none;
}
h1 a:hover {}

#wrap {
background:#fff;
margin:0 auto;
width:800px;
}

#side {
background: url(images/homepage_left.jpg) 0 75px no-repeat;
margin:45px 6px 0 22px;
display:inline; /* fixes IE double margin bug */
float:left;
width:182px;
text-align:right;
}
#side_location {
background:#F3F5F4;
display:block;
width:128px;
font-size:.8em;
padding:5px 15px;
margin:6px 0 0 24px;
}
#main {
/*background:pink;*/
float:right;
width:590px;
}

#title {
display:block;
margin:45px 0 30px 218px;
background:url(images/title_benefitsystems.png);
width:350px;
height:45px;
text-indent:-1000em;
}

#mainImage {
background:#fff url(images/homepage_main.jpg) no-repeat;
height:311px;
width:565px;
text-indent:-1000em;
}

#mainCopy {
background:#D9E2DD;
padding:25px 30px;
margin:6px 0;
width:505px;
}

#homeNav {
width:158px;
margin:0 0 0 24px;
}
#homeNav li {
margin:5px 0 0 0;
}
#homeNav li a {
background:#425969;
display:block;
width:138px;
font-size:.9em;
color:#fff;
padding:10px;
text-decoration:none;
}
#homeNav li a:hover {
background:#627582;
}
#homeNav .link_one a {
background:#425969 url(images/nav_bg.png) no-repeat;
}
#homeNav .link_two a {
background:#425969 url(images/nav_bg.png) bottom no-repeat;
}


#bottom {
clear:both;
height:20px;
}
#footer {
padding:10px 0;
text-align:center;
font-size:.7em;
color:#D9E2DD;
}