/*** Reset defaults ***/

body, p, img, h1, h2, h3, h4, h5, h6, ul, ol, li {
    margin: 0;
    padding: 0;
}

/*** layout begins ***/

body {
    background-color: #b8874f;
    background: url(/images/background.jpg) repeat;
    font-family: Verdana, Arial, Helvetica;
    font-size: 13px;
    line-height: 24px;
}

#wrapper {
    width: 972px;
    margin: 0 auto;
    
}

/*** Content Background ***/

#background {
    background: url(/images/background_repeat.png) repeat-y;
    width: 972px;
    clear: both;
}

#content {
    background: url(/images/background_content.png) no-repeat;
    width: 972px;
    padding: 0 0 10px 0;
    position: relative;
    top: -15px;
}

#background_bottom {
    background: url(/images/background_bottom.png) no-repeat;
    width: 972px;
    height: 30px;
}

/*** Columns ***/

#logo {
    width: 230px;
    height: 180px;
    margin: 0  0 40px;
}

#leftcolumn {
    position: relative;
    margin: 20px 0 0 7px;
    float: left;
    width: 245px;
}

#maincolumn {
    float: left;
    width: 640px;
    margin: 0 0 0 50px;
}

/*** Columns on application page ***/

#column_1 {
    float: left;
    width: 300px;
}

#column_2 {
    float: left;
    width: 300px;
    margin-left: 10px;
}


/*** Navigation ***/

#nav {
    position: relative;
    z-index: 1;
    float: right;
    height: 40px;
    margin: 5px 10px 0 0;
}

*html #nav {
    margin: 0 0 0 420px;
}

#nav ul {
    list-style: none;
    height: 40px;
}

#nav ul li {
    float: left;
}

/*** Polaroid ***/

#polaroid {
    width: 234px;
}

/*** Downloads ***/

#downloads {
    width: 234px;
    margin: 0 0 30px 60px;
    font-size: 11px;
    line-height: 18px;
}

*html #downloads {
    width: 190px;
}

#downloads ul {
    list-style: none;
}

#downloads ul li {
    margin: 0 0 0 30px;
}

#downloads ul li a {
    color: #666666;
    text-decoration: none;
}

#downloads ul li a:hover {
    text-decoration: underline;
}

/*** Makeover Tip Box ***/

#makeovertip {
    background: url(/images/background_makeovertip.gif) no-repeat;
    width: 215px;
    height: 262px;
    margin: 10px 0 0 40px;
}

#makeovertipcontent {
    padding: 40px 10px 10px 20px;
    font-size: 12px;
    font-family: Georgia, "Times New Roman", serif;
    line-height: 13px;
    color: #7b725f;
}

#makeovertipcontent a {
    color: #7b725f;
}

#makeovertipcontent a:hover {
    text-decoration: none;
}

#makeovertipcontent img {
    padding: 0 0 10px 0;
}

#makeoversponsor {
    margin: 15px 0 0 0;
    font-size: 10px;
    font-family: Verdana, Arial, sans-serif;
}

#makeoversponsor img {
    float: left;
    padding: 0 5px 0 0;
}

/*** Apply now button in upper right ***/

#applynow {
    float: right;
    margin: 45px 40px 0 0;
    width: 178px;
    height: 71px;
}


/*** Calender boxes on main page ***/

#calendar1, #calendar2, #calendar3 {
    float: left;
    line-height: 16px;
    margin: 0 0 0 20px;
}

#calendar1 {
    background: url(/images/calendar_applydeadline.gif) no-repeat;
    width: 183px;
    height: 169px;
}

#calendar2 {
    background: url(/images/calendar_votingends.gif) no-repeat;
    width: 183px;
    height: 169px;
}

#calendar3 {
    background: url(/images/calendar_luncheon.gif) no-repeat;
    width: 183px;
    height: 169px;
}

/*** Footer ***/

#footer {
    margin: 0 0 10px 0;
}

#footer-left {
    float: left;
}

#footer-right {
    float: right;
}

/*** Voting lightwindow ***/

#votecontainer {
    display: block;
}

#votecontainer_image {
    width: 645px;
    height: 269px;
}

#castvote {
    background-color: #fff;
    width: 595px;
    padding: 20px;
    line-height: 18px;
}

#votereminder {
    float: right;
}

#votecontainer table {
    padding: 0;
    margin: 0;
    border: 0;
}

#castvote form label {
    font-weight: bold;
    margin: 5px 0 5px 0;
}

#castvote form input {
    padding: 3px;
    border: 1px solid #777;
    margin: 5px 0 5px 0;
}

/*** Voting polaroids ***/

.votepolaroidcontent {
    padding: 10px 10px 10px 10px;
    width: 185px;
    text-align: center;
}

#companyname {
    position: absolute;
    bottom: 5px;
    font-size: 10px;
    line-height: 13px;
    text-align: center;
    margin: 0 0 0 8px;
    width: 190px;
    font-weight: bold;
}

#polaroid1 {
    position: relative;
    width: 208px;
    height: 229px;
    float: left;
}


