/* style of the footer... now a swf wtf!? */

.footer {
    background-image: url(/images/gradient_tmp_reversed.jpg);
    background-repeat: repeat-x;
    height: 250px;
	width: 100%;
}

.footer p {
    text-align: center;
    font-family: "Gill Sans MT", sans-serif;
    font-size: .6em;
}

#student_footer {
    height: 30px;
}

#employer_footer {
    height: 30px;
}

.footer h3{
	color: #ff0066;
	font-size:20px;
	font-weight:bold;
	padding: 0;
}

/*footer navigation*/


.footer h2 {
    font-style: normal;
    font-weight: bold;
	padding: 0;
	text-align: left;
}

.footer div {
    margin-top: 5px;
}

.footer ul {
    padding-left: 0;
    margin-left: 0;
    background-color: white;
    float: left;
    width: 100%;
    font-family: arial, helvetica, sans-serif;
}

.footer ul li {
    list-style: none;
    float: left;
    clear: left;
}

.footer ul li a {
    padding: 0.2em 0em;
    background-color: white;
    float: left;
    border-right: 1px solid #fff;
    font-size: small;
}

#copyright{
	text-align:center;
	color:#666;
	font-size:0.8em;
}
