.color1 {
color:#DCB22E;
}

a, a:link, a:visited {
color: #04b8ea;
}

.headerOuter {
    background: #bcb8ad;
}

.quickLinks {
    color: #13778f;
}

.searchButton {
    background-color: #13778f;
}

.quickLinks a, .quickLinks a:link, .quickLinks a:visited,
.departmentPage .quickLinks a, .departmentPage .quickLinks a:link, .departmentPage .quickLinks a:visited {
    color: #666;
}

.collegePage .subNav a, .collegePage .subNav a:link, .collegePage .subNav a:visited { 
    color: #13778f;
}

.collegePage .subNav a:hover, .collegePage .subnav a:active {
    background: #13778f none repeat scroll 0 0;
    color: #fff;
}

.collegePage .bcOuter {
    padding-top: 0 !important;
}

.collegePage .content {
    border-right: 2px solid #cec8c2;
    padding-right: 24px !important;
    margin-top: 15px !important;
}

.departmentPage .content {
    border-right: 2px solid #cec8c2;
    padding-right: 7px !important;
}

.departmentHomeContent .content {
    margin-left: 303px;
    width: 440px;
}
.departmentHomeContent .colRight {
    margin-top: 0;
}

.departmentPage .contentMinimal {
    border: none;
    padding: 0 !important;
    margin: 0 8px !important;
    width: 946px !important;
}

.departmentPage .content h1, .content h1 {
    text-transform: none;
    color: #dcb22e;
    font-size: 170%;
}

.content h2 {
color:#4E4D49;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 1px;
}

.bodyContent {
    min-height: 350px;
}

.colRight {
    /* border-left: 2px solid #cec8c2; */
    border: none;
    width:;
}

.colRight .colHeaderImage, .colRight .colInner {
    margin-left: 8px !important;
}

.departmentPage .footerOuter, .collegePage .footerOuter {
    background: #4e4d49;
}

.footerLeft {
    width: 100%;
    color: #cfcfcf;
}

.footerLeft .addlInfo {
    float: left;
}

.footerLeft strong {
    color: #fff;
}

img#footerLogo {
    float: left; 
    margin-right: 50px;
}

/*--- Department home ---*/
.departmentPage { /* body tag override */
  background: #FFF url(http://www2.binghamton.edu/images/common/bg11.gif) center top repeat-x;
  color: #333333;
}

.departmentPage .colLeftHome .subNav {
padding: 0px;
background: none;
font-size: 80%;
text-transform: uppercase;
}

.departmentPage .subNav {
background: #13778f none repeat scroll 0 0;
color:#FFFFFF;
}

.departmentPage .subNav li {
background:url("http://www2.binghamton.edu/images/common/bullet1.gif") no-repeat scroll 0 4px transparent;
}

.departmentPage .colLeftHome {
/*margin-top: -35px;
margin-left: 20px;*/
width: 265px;
background: none;
}

.departmentVariation {
  background: #fff url(http://www2.binghamton.edu/images/common/bg11.gif) center top repeat-x !important;
}

.collegePage { /* body tag override */
  background: #FFF url(http://www2.binghamton.edu/images/common/bg11.gif) center top repeat-x;
  color: #333333;
}

.relatedLinks a, .relatedLinks a:link, .relatedLinks a:visited {
color:#13778f;
}

.collegePage .mainNavOuter .mainNav a:hover, .collegePage .mainNavOuter .mainNav a:active, .collegePage .mainNavOuter .mainNav .current {
border-color:#DCB22E;
}

/*form css*/

fieldset {
    border: 1px #ccc dotted;
    padding: 0 10px;
    margin-bottom: 20px;
}

legend {
    font-size: 1.1em;
    margin: 0 5px;
    padding: 0 5px;
    color: #DCB22E;
}

.formError {
    color: red;
}