/* alumni styles */
@import url(reset.css);
@import url(box.css);
body {
    font: 14px/1.3 arial, sans-serif;
    font-weight:normal;
    color:#333;
    min-width:980px;
}
img {
    border: 0;
}
a {
    text-decoration:none;
    color:#002150;
    outline:0;
}
a:hover, .wysiwyg a:hover, .spotlightBox ul li 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, .spotlightBox ul li 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, .spotlightBox ul {
    margin: 12px 0;
	list-style-type:none;
}
.wysiwyg > *:first-child {
margin-top:0;
}
.wysiwyg ul, .wysiwyg ol {
    padding-left:40px;
}
.wysiwyg ul {
    list-style: disc;
}
.spotlightBox li {margin-bottom:12px;}
.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;
}
.sidebar {
    float:left;
    width:250px;
    min-height:100px;
    margin-right:20px;
}
.has-right-sidebar .content {
float:left;
width:710px;
}
.right-sidebar {
    float:right;
    margin-left:20px;
    width:250px;
    min-height:100px;
    }
	
.int-right-sidebar {
	width:172px;
	margin-left:20px;
	background:#ECECEC;
	padding:14px 25px;
	font-size:13px;
}
.has-both-sidebars #main {
    background:transparent url(../images/bg_main.png) repeat-y;
}
.has-both-sidebars .content {
float:left;
width:468px;
}
.has-both-sidebars .sidebar {
    float:left;
    width:250px;
    margin-right:20px;
    min-height:100px;
}

/* header */
#header, #header a {
    color:white;
    font-size:12px;
}
#header {
	padding-bottom:15px;
    position:relative;
	float:left;
	width:100%;
}
#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;
}
#header .searchbox {
    font-size:11px;
	padding-top:25px;
	float:right;
}
#header .searchbox td, #header .searchbox img {
    vertical-align: middle;
}
#header .searchbox #q {
    height: 21px;
}
#header .searchbox .submit {
    margin-left:5px;
}
/* main navigation */
.topNav {
    height:42px;
    overflow:hidden;
}
.topNav li {
    float:left;
    width:140px;
    background: transparent url(../images/bg_divider-mainnav.png) no-repeat left center;
    padding:1px 0;
}
.topNav li.active + li, .topNav li:hover + li {
background-image:none;
}
.topNav li:first-child {
    background:none;
}
.topNav li a {
    display:block;
    font-size:13px;
    font-weight:bold;
    padding:3px 16px;
    text-align:center;
}
.topNav li.active a, .topNav 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;
    font-size:12px;
    overflow:hidden;
    color:#505050;
	width:100%;
}
#footer .wrap {
    background: transparent url(../images/footer-logo.png) left 20px no-repeat;
    padding:39px 12px 20px 48px;
    margin:0 auto;
    overflow:hidden;
}
#footer .address {
    text-align:right;
    padding-bottom:32px;
}
.footerSocial, .footer-links, .footerSocialTablet {
    float:left;
}
.footerSocial, .footerSocialTablet {
    width:200px;
    margin-right: 20px;
}
.footerSocial h4, .footerSocialTablet h4 {
    margin-bottom: 5px;
}
.footerSocial a + a , .footerSocialTablet a + a{
    margin-left:10px;
}
.footerSocial p, .footerSocialTablet 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 .footerSocialTablet h4 {text-transform:uppercase; }
.footerLinks2, .footerLinks3, .footerLinks4 {
    margin-left:20px;
}
.footerLinks1 {
width:180px;
}
.footerLinks2 {
width:195px;
}
.footerLinks3 {
width:100px;
}
.box.support img {
width:209px;
height:67px;
display:block;
}