
/* General Styles */
.divider {
    border-top: 1px solid #A5906E;
    padding-bottom: 1em;
}

ol.design_list_horizontal {
border:none;
}

.readMore{float:right;}

/* Admissions Counselors Profiles */
.profileONU {
    background-color: #F3F5F5;
    padding: 8px;
}

#profileArchiveONU article {
    background-color: #F3F5F5;
    display: inline-block;
    font: 11px "Helvetica Neue",Arial,Helvetica,sans-serif;
    margin: 0 20px 20px;
    padding: 8px;
    vertical-align: top;
    width: 155px;
}

#profileDetail .profileACMinor {
background-color:#b09355;
background-image: -moz-linear-gradient(450 center, #b09355, #fff);
background-image: -webkit-gradient(linear, 450 top, right top, from(#b09355), to(#fff));
margin-bottom:20px;
}

#profileDetail .profileACMinor .textCt {
color:#fff;
float:left;
font-size:18px;
line-height:1.5;
padding:30px 20px 0;
vertical-align:middle;
}

#profileDetail .profileACMinor img {
border-right:7px solid #fff;
float:left;
vertical-align:middle;
width:330px;
}

#profileDetail .profileACMinor .textCt img {
    width: 32px;
    border: none;
}

#profileDetail .profileACMinor .textCt a {
    color: #ffffff;
}

/* Employment Opportunities */
.employmentOpportunities{
	background-color: #E2E1E2;
	padding: 10px;
	margin: 0px;
	margin-bottom:10px;
}

/* Forms */
#formCt input[type=radio] {
width:25px;
}

#formCt table div.design_choices {
	background:none;
}
