/*EM 'reset baseline' style rules*/
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    text-align: left;
    vertical-align: baseline;
    background: transparent;
}

/*tables still need 'cellspacing="0"' in the markup*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

q:before, q:after,
blockquote:before, blockquote:after { content: ""; }
blockquote, q { quotes: "" ""; }
img { border: none; }

a {
    color: #B70101;
    text-decoration: none;
}

a:hover { text-decoration: underline; }
q:before, q:after,
blockquote:before, blockquote:after { content: ""; }
blockquote, q { quotes: "" ""; }
img { border: none; }
acronym, abbr.initialism, dfn { cursor: help; }
abbr { speak: spell-out; }
acronym, abbr.truncation, dfn { speak: normal; }
cite { font-style: italic; }
strong { font-weight: bold; }
em { font-style: italic; }
li > h3, li > p, li > a { font-size: 1em; }
ol li {list-style: decimal;}
ul li {list-style: disc;}
.no_bullet {list-style: none;}
.left { float:left; }
.right { float:right; }

body {
    color: #000;
    background-color: #fff;
    background-image: url(../images/window-bg.jpg);
    background-repeat: repeat-x;
}

body.no-top {
    background-color:#E5E3D7;
    background-image:url(../images/window-bg-not-horizontal-menu.jpg);
}

div.wrap {
    margin: 40px auto 0;
    width: 960px;
    color: #333;
    background-color: transparent;
    font: normal 100%/1.5 Verdana, sans-serif;
}
body.no-top div.wrap {
    margin:36px auto 0;
}

#header {
    position: relative;
    width: 100%;
    height: 90px;
    color: #fff;
    background-color: #B70101;
}
body.no-top #header {
    position: relative;
    width: 100%;
    height: 97px;
    color: #fff;
    background-color: #B70101;
    z-index: 1000000;
    -moz-box-shadow: 0px 2px 2px rgba(60, 60, 60, 0.4);
    -webkit-box-shadow: 0px 2px 2px rgba(60, 60, 60, 0.4);
    background-image: url(../images/tan-hdr-bottom.jpg);
    background-repeat: repeat-x;
    background-position: bottom;
}

#uwhome {
    position: absolute;
    top: -26px;
    left: 75px;
}

#crest {
    width: 70px;
    height: 104px;
    position: absolute;
    top: -22px;
    left: 5px;
    z-index: 5;
}


/* global nav menu*/
#globalnav {
    position: absolute;
    top: -21px;
    right: 7px;
    font-size: 0.6875em;
}

#globalnav li {
    display: inline-block;
    padding: 0px 10px 0 10px;
    border-left: 1px solid #c9ab80;
    line-height: 1;
}

#globalnav #uwsearch {
    padding-left: 0;
    border-left: 0;
}

#globalnav #last_tool { padding-right: 0; }

#globalnav a {
    color: #efe8d8;
    line-height: 1;
    margin: 0;
    padding: 0 0 1px 0;
    display: block;
}

#siteTitle {
    position: absolute;
    top: 20px; /*CUSTOMIZATION: If not using a tagline; change top: to 26px; */
    left: 80px;
    width: 600px;
}

div#siteTitle h1 span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 465px; /*CUSTOMIZIZATION: Set width of your site-title.png image*/
    height: 36px;
    margin-top: 0px;
    text-indent: -999em;
    background-image: url(../images/stdntFinAid.png);
    /*NOTE: E-mail web@uc.wisc.edu to request the main site-title.png graphic for your department*/

    background-repeat: no-repeat;
}

h1 a {
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 0px;
    text-indent: -999em;
}
    h1 > a.rss {
        display:block;
        float:right;
        height:16px;
        margin:0;
        text-indent:0;
        width:16px;
    }

#tagline {
    color:#F7F5E8;
    font-size:0.775em;
    font-weight:bold;
    padding-top: 30px;
    margin: 4px 0 0 2px;;
}

#search {
    position: absolute;
    top: 14px;
    right: 5px;
    font-size: 0.6875em;
    color: #eee7d6;
}

#search > div {
    display: inline;

}

#search > label {
    margin-right: 3px;
}

#search > input {
    margin-right: 2px;
}


/*** navigation menus ***/
.main-menu  {
    width: 100%;
    background: transparent url(../images/nav_bg.jpg) repeat-x;
    color: #333;
    position: relative;
    z-index: 5;
    box-shadow: 0 3px 4px rgba(60, 60, 60, 0.3);
    -moz-box-shadow: 0 3px 4px rgba(60, 60, 60, 0.3);
    -webkit-box-shadow: 0 3px 4px rgba(60, 60, 60, 0.3);
}
    body.no-top .main-menu {
        display:none;
    }
.main-menu > li {
    float: left;
    vertical-align: top;
    font-size: 0.8125em;
    line-height: 25px;
    background: transparent url(../images/nav_button_border.gif) no-repeat right;
    height: 25px;
    list-style: none;
    position: relative;
}

.main-menu > li a {padding-left: 0;}

.main-menu h2 {
  height: 100%;
  width: 100%;
}

.main-menu h2 > a {
    display: block;
    height: 100%;
    padding: 0 15px;
    text-align: center;
    color: #b70101;
    background-color: transparent;
    position: relative;
    line-height: 24px;
    text-transform: uppercase;
}
.main-menu .current-page h2 { color:#333; padding:0 15px; line-height:24px; height:100%; text-align:center; text-transform:uppercase; }
.main-menu .current h2 > a {color: #333;}

.main-menu h2 > a:hover {
    text-decoration: none;
}

.main-menu > li:hover, .main-menu > a:focus, .main-menu > a:hover, .main-menu > a:active, .main-menu .current {
    background-color: #e7d9c1;
    text-decoration: none;
}

.main-menu > #n_search:hover {
    background-color: transparent;
}

.current a { color: #333; }


/*** submenus ***/

.main-menu > li:hover > ul,
.main-menu > .sfHover > ul {
    position: absolute;
    left: -1px;
    top: 25px; /* match top ul list item height */
    z-index: 99;
}

.submenu {
    padding: 10px 0;
    background-color: #e7d9c1;
    opacity: .95;
    border-color: #AB907D;
    border-width: 1px;
    border-style: none none solid solid;
    box-shadow: 3px 3px 4px rgba(60, 60, 60, 0.4);
    -moz-box-shadow: 3px 3px 4px rgba(60, 60, 60, 0.4);
    -webkit-box-shadow: 3px 3px 4px rgba(60, 60, 60, 0.4);
    width: 200px;
}

.submenu > li {
    margin-left: 7px;
    margin-right: 4px;
    margin-bottom: .75em;
    display: block;
    line-height: 1;
    background-color: transparent;
}

.submenu > li > a:link {
    margin-left: 7px;
    margin-right: 4px;
    text-align: left;
    font-size: 1em;
    text-transform: none;
}

.submenu > li > a:hover, .submenu > li > a:focus {
    color: #b70101;
    background-color: #d0bd9a;
    text-decoration: none;
}


/** breadcrumbs **/
#breadcrumbs {
    position: absolute;
    font-size: .9em;
    top: .5em;
    right: 30px;
    height: 1.5em;
    text-align: right;
    background-color: #fff;
    z-index:99;
    width:70%;
}
body.has-photo-banner #breadcrumbs {
    top:157px;
}
body.right-col #breadcrumbs {
    right:255px;
}
/*
body.left-col.has-photo-banner #breadcrumbs {
    top:157px;
    right:auto;
    left:255px;
    text-align:left;
}
body.right-col.has-photo-banner #breadcrumbs {
    top:157px;
    right:auto;
    left:30px;
    text-align:left;
}
*/

#breadcrumbs > li {
    display: inline;
    height: 100%;
    font-size:0.695em;
}

#breadcrumbs li.first-child {
    margin-left: 0;
}


/*
******************************
 layout
******************************
*/

#shell {
    clear: both;
    position: relative;
    width: 958px;
    border-width: 1px 1px 2px;
    border-color: #c3bca1 #c3bca1 #b70101;
    border-style: none solid solid;
    padding-bottom: 30px;
    background-color: #fff;
}
body.left-col #shell {
    background:url(../images/shell_bg.jpg) repeat-y;
}
body.right-col #shell {
    background:url(../images/shell_bg_right.jpg) repeat-y;
}

#content {
    width: 898px;
    padding: 35px 30px 0 30px;
}
body.left-col #content {
    width: 673px;
    background-color: #fff;
    left:225px;
    position:relative;
    float:left;
}
body.right-col #content {
    width:673px;
    background-color: #fff;
    position:relative;
    float:left;
}

/*
#banner-photo { display:none; }
.photo-credit { display:none; }
*/

body.has-photo-banner #banner-photo {
    display:block;
    margin: -35px 0 30px -30px;
    }
body.has-photo-banner .photo-credit {
    display:block;
    font-size: .65em; 
    margin: 0 -24px 0 0; 
    text-align: right;
    width:60%;
    float:right;
    }
body.has-photo-banner .photo-credit > p {
    text-align:right;
}

/*Basic content styles*/

#content h1, #content h2, #content h3, #content h4 {
    margin: 1em 0 .25em;
    font-weight: bold;
}

#content h1 {
    font-size: 1em;
}

#content h2 {
    font-size: 0.875em;
}

#content h3 {
    font-size: 0.8125em;
}

#content p {
    margin: 0 0 1em 0;
}
#content li {
    font-size:0.85em;
    margin:0 0 1em 1em;
}
#content li li {
    font-size:1em;
}
#content li p {
    font-size:1em;
}

#content > h1 + p, #content > h2 + p, #content > h3 + p, #content > .left + p, #content > .right + p, #content > div > h1 + p, #content > div > h2 + p, #content > div > h3 + p{
    margin-top: .25em;
}

#content p, #content > a {
    font-size: 0.85em;
}
    #content > a.more {
        clear:both;
        display:block;
        float:right;
    }

#content > ul, #content > div > ul {
    margin: 1em 0 1em 1em;
}

#content > ol, #content > div > ol {
    margin: 1em 0 1em 1.5em;
}

#content > div > div.collapsiblePanel {
    background-color:#F7F5E8;
    padding:0.25em 0.5em;
}

.right {
    float: right;
    margin: 0 0 1.5em 2.5em;
}

.left {
    float: left;
    margin: 0 1.5em 2.5em 0;
}

.photo { width: 204px; }
.photo > img { border: 2px solid #DDDAC7; }

.photo > p {
    font-size: 0.7125em;
    color: #7f7c5e;
    line-height: 1.3;
}

.photo-credit {
    display: block;
    margin-top: 0.75em;
    font-size: .9em;
    text-transform: normal;
}

/*sidebar*/
body #sidebar {
    display:none;
}

body.left-col #sidebar {
    display:block;
    width: 180px;
    background-color: #F7F5E8;
    padding: 0 15px 0 30px;
    left:-733px;
    position:relative;
    float:left;
}
body.right-col #sidebar {
    display:block;
    width: 180px;
    background-color: #F7F5E8;
    padding: 0 15px 0 30px;
    position:relative;
    float:left;
}

#sidebar > p {
    font-size:0.75em;
}

#sidebar #secondary-nav {
    width: 100%;
    margin: 40px 0 20px 0;
    font-size: 0.875em;
}

#sidebar #secondary-nav > li {
    margin-left: 0px;
    margin-right: 0px;
    list-style: none;
    margin-bottom: 15px;
    line-height: 1.2;
    text-transform: uppercase;
    position:relative;
    width:100%;
}

body.left-col #sidebar #secondary-nav li > ul {
    background-color: #F7F5E8;
    position:absolute;
    top:-5px;
    left:-9999em;
    width:180px;
    padding:0 0 0 15px;
}
body.left-col #sidebar #secondary-nav li:hover > ul {
    left:180px;
}

body.right-col #sidebar #secondary-nav li > ul {
    background-color: #F7F5E8;
    position:absolute;
    top:-5px;
    right:100%;
}
#sidebar #secondary-nav li > ul > li {
    padding:5px 10px;
    margin:0;
    list-style: none;
    line-height: 1.2;
    position:relative;
    width:100%;
}

#sidebar > h2 {
    margin: 1em 0 .5em 0px;
    text-transform: uppercase;
    font-size: 0.8125em;
    color: #666;
}

#sidebar > #quicklinks > li {
    margin-left: 0px;
    margin-right: 0px;
    list-style: none;
    margin-bottom: 15px;
    line-height: 1.2;
}

#sidebar > #quicklinks a {
    font-size: 0.875em;
}

#sidebar .highlight {margin: 50px 0;}

#sidebar .highlight img {
    border:2px solid #FFFFFF;
    box-shadow:3px 3px 4px rgba(60, 60, 60, 0.4);
    -moz-box-shadow:3px 3px 4px rgba(60, 60, 60, 0.4);
    -webkit-box-shadow:3px 3px 4px rgba(60, 60, 60, 0.4);
}


/* footer */
#footer {
    padding-bottom: 40px;
    width: 100%;
    padding-top: 10px;
    background-color: transparent;
    font-size: 0.6875em;
    line-height: 1;
    color: #999;
    border-top: 10px #666152 solid;
}

#footer p {
    text-align: center;
    margin-bottom: .5em;
}

/*
***************************************************
skip navigation, etc.
***************************************************
*/

/*Skip links*/
.skip a, .skip a:hover, .skip a:visited {
    position: absolute;
    left: 0px;
    top: -1000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    color: #fff;
    font-size: .725em;
    padding: 0 5px;
}

.skip a:active, .skip a:focus {
    position: absolute;
    top: -35px;
    left: 5px;
    width: auto;
    height: auto;
    color: #fff;
}

.hide {
    position: absolute;
    top: -100em;
    left: -5000em;
    height: 0;
}

.hide a, .hide a:hover, .hide a:visited {
    position: absolute;
    top: 0;
    left: -5000em;
}

.hide a:focus {
    position: static;
    width: auto;
    height: auto;
}

a:hover, a:active { outline: none; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

/* Collapsible FAQ Panels */
#content > div > div > a:hover {
    cursor:pointer; 
}

/* Pages Lists */
div#content > ul.pageList {
    background:#EFEFEF;
    margin:0 0 1em;
    padding:0;
    width:13em;
}
div#content > ul.pageList.right {
    clear:right;
    margin-left:1em;
}
div#content > ul.pageList.left {
    clear:left;
    margin-right:1em;
}
div#content > ul.pageList > li {
    font-size:0.75em;
    line-height:1.25;
    list-style-type:none;
    margin:0;
    padding:5px 10px;
}
div#content > ul.pageList > li.heading {
    background-color:#B70101;
    margin:0;
    padding:0;
}
div#content > ul.pageList > li.heading > h2 {
    color:#fff;
    font-weight:bold;
    height:28px;
    line-height:2;
    text-indent:12px;
    text-transform:uppercase;
}

/* Pages Lists with Lead Ins */
div#content ul.page-list {
    list-style-type:none;
}
div#content ul.page-list > li {
    list-style-type:none;
    padding:0.75em 0;
}
div#content ul.page-list > li > a.readmore {
    font-size:0.9em;
}