/*
 * $Id: sideBar.css,v 1.10.10.1 2008/05/05 17:37:29 ctandy Exp $
 */
#sideBar {
    padding: 0px;
    margin: 0px;
    background-image: url('../../images/windstream/backgrounds/sideBarBkg.gif');
    background-repeat: no-repeat;
    height: 560px;
    position: relative;
}

#sideBar * {
    font-family: Arial;
    font-size: 11px;
}

#sideBar a {
    color: #0d5c91;
    text-decoration: none;
    font-size: 9px;
    font-weight: bold;
}

#sideBar p{
    margin: 0px;
    margin-bottom: 20px;
}

#sideBar .top {
    position: absolute;
    left: 25px;
    top: 10px;
    width: 170px;
    height: 65px;
}

#sideBar .top * {
    font-family: 'Arial Rounded MT Bold';
}

#sideBar .middle {
    position: absolute;
    top: 110px;
    left: 18px;
    height: 270px;
    width: 170px;
}

#sideBar .bottom {
    position: absolute;
    margin: 0px;
    padding: 0px;
    top: 415px;
    left: 25px;
    width: 170px;
    height: 120px;
}

#sideBarSearchForm .title {
    font-size: 10pt;
    color: #7DBA00;
    font-weight: bold;
}


#searchFormButtons {
	width: 186px;
	height: 19px;
	position: relative;
}	

#peopleButton {
	border: 0px solid #000000;
	position: relative;
	top: 5px;
	float: left;
	margin-left: 4px;
}

#businessesButton {
	border: 0px solid #000000; 
	position: relative; 
	top: 5px;
	float: left;
	margin-left: -4px;
}

