/* alumni styles */
@import url(reset.css);
@import url(box.css);
html {
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
}
body {
    font: 14px/1.3 arial, sans-serif;
    font-weight:normal;
    color:#333;
    background: transparent url(../images/bg_header.png) repeat-x;
    min-width:980px;
}
img {
    border: 0;
}
a {
    text-decoration:none;
    color:#002150;
    outline:0;
}
a:hover, .wysiwyg a:hover {
    color:#4575b8;
    text-decoration:none;
}
h1, h2 {
    font-family: georgia;
    font-weight: normal;
}
h3, h4, h5 {
    font-weight: bold;
}
h1 {
    font-size:30px;
}
h2 {
    font-size:20px;
}
h3 {
    font-size: 16px;
}
h4 {
    font-size: 12px;
    text-transform: uppercase;
}
h5 {
    font-size: 13px;
}
h2, h3, h4, h5 {
    padding-bottom: 2px;
}
/* body copy styles */
.wysiwyg {
overflow:hidden;
}
.wysiwyg a {
color:#0d51b3;
}
.wysiwyg img {
border:1px solid #dbdbdb;
}
.wysiwyg img.plain-image, .wysiwyg .plain-image img {
border:none;
}
.wysiwyg img.left-image {
float:left;
margin:3px 18px 0 0;
}
.wysiwyg img.right-image {
float:right;
margin:3px 0 0 18px;
}
.wysiwyg, .wysiwyg ul, .wysiwyg ol, .wysiwyg table, .wysiwyg p {
    margin: 12px 0;
}
.wysiwyg > *:first-child {
margin-top:0;
}
.wysiwyg ul, .wysiwyg ol {
    padding-left:40px;
}
.wysiwyg ul {
    list-style: disc;
}
.wysiwyg li + li {
    margin-top:3px;
}
.wysiwyg ol {
    list-style: decimal;
}
.wysiwyg table {
    text-align:left;
    background-color:#dbe6ef;
    border:1px solid #c2c2c2;
    font-size:13px;
    border-spacing:5px;
}
.wysiwyg table.plain-table {
background-color:transparent;
border:none;
border-spacing:30px;
margin-left:-30px;
}
.wysiwyg table th {
    font-weight: bold;
    background-color:#a4c0d6;
    color:#333;
}
.wysiwyg table.plain-table th {
background-color:transparent;
}
.wysiwyg table td {
background-color:white;
color:#666;
}
.wysiwyg table.plain-table td {
color:#333;
}
.wysiwyg table.plain-table p {
margin:5px 0;
}
.wysiwyg table th,  .wysiwyg table td {
padding:6px;
width:350px;
height:30px;
text-align:left;
vertical-align:middle;
}
.wysiwyg table.plain-table th, .wysiwyg table.plain-table td {
width:auto;
height:auto;
vertical-align:top;
padding:0;
}
.intro {
    font-family:georgia;
    font-size:18px;
}
.quote {
font-family:georgia;
font-size:18px;
font-style:italic;
color:#5b89ab;
border:1px solid #7297b3;
border-left-width:0;
border-right-width:0;
padding: 15px 0;
display:block;
}
.skip {
    display:none
}
#wrapper {
width:980px;
margin:0 auto;
}
.has-no-sidebars #content {
width:100%;
}
.has-left-sidebar #main {
    background:transparent url(../images/bg_main.png) repeat-y;
}
.has-left-sidebar #content {
float:left;
width:710px;
}
.has-left-sidebar #left-sidebar {
    float:left;
    width:250px;
        min-height:100px;
    margin-right:20px;
}
.has-right-sidebar #content {
float:left;
width:710px;
}
.has-right-sidebar #right-sidebar {
    float:right;
    margin-left:20px;
    width:250px;
    min-height:100px;
    }
.has-both-sidebars #main {
    background:transparent url(../images/bg_main.png) repeat-y;
}
.has-both-sidebars #content {
float:left;
width:468px;
}
.has-both-sidebars #left-sidebar {
    float:left;
    width:250px;
    margin-right:20px;
    min-height:100px;
}
.has-both-sidebars #right-sidebar {
    float:right;
    margin-left:20px;
    min-height:100px;
width:222px;
}
/* header */
#header, #header a {
    color:white;
    font-size:12px;
}
#header {
    background: transparent url(../images/seal.png) no-repeat left 18px;
    height:119px;
    position:relative;
}
#header .nav ul {
    text-align:right;
    padding-top:7px;
    line-height:14px;
    font-weight:bold;
}
#header .nav li {
    display:inline;
}
#header .nav li + li {
    padding-left:24px;
}
#header .nav li a:hover {
    color: #ccd6de;
}
#header .logo a {
    display:block;
    width:213px;
    height:68px;
    padding:5px;
    text-indent:-9999px;
    background: transparent url(../images/logo.png) 0 5px no-repeat;
    margin-left:109px;
}
#header .searchbox {
    position:absolute;
    right:0;
    top:48px;
    font-size:11px;
}
#header .searchbox td, #header .searchbox img {
    vertical-align: middle;
}
#header .searchbox * {
    padding:0;
    border:0;
    margin:0;
}
#header .searchbox #q {
    height: 21px;
}
#header .searchbox .submit {
    margin-left:5px;
}
/* main navigation */
#mainNav {
    height:42px;
    overflow:hidden;
}
#mainNav li {
    float:left;
    width:140px;
    background: transparent url(../images/bg_divider-mainnav.png) no-repeat left center;
    padding:1px 0;
}
#mainNav li.active + li, #mainNav li:hover + li {
background-image:none;
}
#mainNav li:first-child {
    background:none;
}
#mainNav li a {
    display:block;
    font-size:13px;
    font-weight:bold;
    padding:3px 3px;
    text-align:center;
    height:34px;
}
#mainNav li.active a, #mainNav li:hover a {
    background: #a4c0d6 url(../images/bg_mainnav-active.png) repeat-x;
    color:white;
}
#main {
    overflow:hidden;
    padding-bottom:40px;
    margin-top:20px;
}
/* breadcrumbs */
.breadcrumbs {
    font-size:12px;
}
.more-items {
border:1px solid #ccc;
background-color:#eee;
display:block;
height:35px;
line-height:35px;
margin:32px 0 20px;
text-align:center;
width:80px;

}
.hide {
display:none !important;
}
#footer {
    background: #dcdcdc;
    border-top:12px solid #002150;
    min-width:980px;
    font-size:12px;
    overflow:hidden;
    color:#505050;
}
#footer .wrap {
    background: transparent url(../images/footer-logo.png) left 20px no-repeat;
    padding:39px 12px 20px 48px;
    width:920px;
    margin:0 auto;
    overflow:hidden;
}
#footer .address {
    text-align:right;
    padding-bottom:32px;
}
#footer .social, .footer-links {
    float:left;
}
#footer .social {
    width:200px;
    margin-right: 20px;
}
#footer .social h4 {
    margin-bottom: 5px;
}
#footer .social a + a {
    margin-left:10px;
}
#footer .social p {
    text-transform: capitalize;
}
#footer .social-links + .social-links {
    margin-top:17px;
}
#footer .footer-links h4 {
    text-transform: capitalize;
}
#footer .footer-links a {
color:#505050;
}
#footer .footer-links a:hover {
color:#002150;
}
#footer .footer-links li + li {
    margin-top:3px;
}
#footer .footer-links + .footer-links {
    margin-left:20px;
}
#footer #footer-links-1 {
width:180px;
}
#footer #footer-links-2 {
width:195px;
}
#footer #footer-links-3 {
width:100px;
}
.box.support img {
width:209px;
height:67px;
display:block;
}