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

body {
font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color:#f7931d;
}


#headerdiv {
position:absolute;
top: 40px;
left: 47px;
color:#FFFFFF;
}
#aboutsubnav{
	position:absolute;
	top: 58px;
	left: 112px;
	color:#FFFFFF;
	width: 110px;
}

#benefitssubnav{
	position:absolute;
	top: 58px;
	left: 193px;
	color:#FFFFFF;
	width: 107px;
}
a {

font-size: 12px;
	text-decoration:none;
	padding-left: 15px;
	padding-right: 15px;
	color:#FFFFFF;
}
a:hover {
	text-decoration:underline;
}


#bodydiv {
background-color:#FFFFFF;
	position: absolute;
	left: 0px;
	top: 90px;
	width: 100%;
	height: 546px;
	overflow:auto;
    text-align: center;
}

#centerdiv {
    margin:0 auto;
	width: 100%;
    height: 100%;
	text-align:center;
	font-size:22px;
}

#leftdiv {
	float:left;
	width: 390px;
        height: 750px;
}
#leftdiv h1 {
	padding-top: 20px;
	padding-left: 20px;
	font-size: 22px;
}

#rightdiv {
	text-align:center;
	font-size: 18px;
	
}

#rightdiv p {
 line-height:34px;
}

.orange {color: #f7931d}
.grey {color: #939598}
.grey a{color: #939598;
font-size: 22px;}
.author {
color: #939598;
font-weight: normal;
font-size:16px;
line-height:18px;
}

#events a{
	font-size:16px;
	text-decoration:underline;
	color: #939598;
}

#little_bulb {
    background:url(littlebulb.gif);
    width:22px;
    height:31px;
    position:absolute;
    left:67px;
    top:8px;
}

#kushner-home {
    margin:0 auto;
    width: 1024px;
    height: 546px;
    background: #dbd1b1;
    position:relative;
}


#kushner-home a {
    color:transparent;
    font-weight: bold;
    padding: 0;

}