@import url("css/reset.css");
@import url("css/text.css");
@import url("css/960.css");

#homewrapper
{
	background-color:#FFF;
}

body {
    background-color: #002d62;
    background-image: url('images/background.gif');
    background-repeat:  repeat-x;
    font-family: Verdana, sans-serif;
    font-size: 11px;
    height: auto;
    padding-bottom: 20px;
}
.spacer {
    padding-bottom: 20px;
}
a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline; color:red;
}
h1, h2, h3 {
    font-family:  "Segoe UI", Verdana;
    font-weight: 100;
    color:#333333;
}
h1 {
    font-size: 2em;
    line-height: 2em;
}
h2 {
    font-size: 1.5em;
    margin-bottom: 10px;
}
h3, .Head {
    font-size: 1.2em;
    margin-bottom: 5px;
}
/* overwrite DNN's default Head property and make it an equivalent of h3 */
.footer-col h1, .footer-col-home h1 {
    font-size: 1em;
    margin-bottom: 5px;
}
#footer ul, #footer ul li {
    list-style-type: none;
}
.blue {
    color: #006699;
}
.left-arrow {
    position: relative;
    top: 5px;
    border-color: transparent #006699;
    border-style: solid;
    border-width: 6px 6px 6px 0px;
    height: 0px;
    width: 0px;
}

.right-arrow {
    position: relative;
    top: 5px;
    left: 3px;
    border-color: transparent #006699;
    border-style: solid;
    border-width: 5px 0px 5px 5px;
    height: 0px;
    width: 0px;
}

.down-arrow {
    position: relative;
    top: 5px;
    border-color: #006699 transparent;
    border-style: solid;
    border-width: 5px 5px 0px 5px;
    height: 0px;
    width: 0px;
}

.up-arrow {
    position: relative;
    top: 5px;
    border-color: #006699 transparent;
    border-style: solid;
    border-width: 0px 4px 4px 4px;
    height: 0px;
    width: 0px;
}
.question h3 {
    color: #006699;
    text-decoration: none;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    cursor: pointer;
    width:499px;
    float: right;
    text-align: left;
}
.question {
    float:left;
}
.answer {
    margin-left: 10px;
    width:499px;
    float: right;
    margin-bottom: 10px;
}
.question h3 {
    margin-left: 10px;
}
.down-arrow, .right-arrow {
    float: left;
}
#header {
    width: 960px;
    background-color: #FFF;
    margin: 0 auto;
    height: 118px;
}
#logo {
    float: left;
    margin: 26px 0 0 24px;
    height: 74px; /*height minus the top margin */
}
#right-top, #search-bar, #top-links {
    float: right;
}
#top-links {
    float: right;
    text-align: right;
    margin: 14px 42px 7px 0;
}
#top-links a {
    padding: 0 7px;
    font-family: Verdana, Arial, sans-serif;
    font-size: 10px;
    color: #0c4d89;
    height: 12px;
}
.lock {
    padding: 0 0 0 6px; /*padding to right of lock is applied by divider */
    margin-top: -5px; /* to align it to the rest of the items on the line */
}
.divider {
    color:#7F7A7A;
    height:12px;
    padding: 0 12px;
}
#search-bar {
    min-height: 34px; /* had to add in since menu is hidden at launch date */
    margin: 6px 42px 0px;
    float: right;
    text-align: right;
}
#search-bar #search-text {
    background-image: url('images/search-text-bg.gif');
    border: none;
    /*    border:solid #dddddd 1px;
border-top: solid #7c7c7c 2px; */
    background-color: #FFF;
    height: 29px;
    padding: 0;
    margin: 0;
    width: 194px;
}
#search-bar #search-button {
    background-image: url('images/search-button.gif');
    background-repeat: no-repeat;
    border: none;
    float: right;
    height:29px;
    margin: 0;
    /*padding: 0 2px 0 0; */
    width: 28px;
}
#home-secondary-nav {
    float: right;
    margin: 0;
    padding: 0;
}
#home-secondary-nav ul {
    float: right;
    display: block;
    margin: 9px 32px 9px -120px;
    padding: 0;
}
#home-secondary-nav ul li {
    list-style-type: none;
    display: block;
    padding: 0 10px;
    float: left;
    line-height: 17px;
    text-align: right;
    text-transform: uppercase;
}
#home-secondary-nav ul .selected {
    background-color: #e6e6e6;
}
#home-secondary-nav ul li a {
    color: #0c4d89;
    font-family: "Segoe UI", Tahoma, Arial, sans-serif;
    font-weight: bold;
    font-size: 10px;
}
#nav_wrapper {
    padding: 0;
}
#main_navigation {
    margin: 0 auto;
    text-align: center;
    height: 38px;
    background-color: #7f7a7a;
    width:960px;
}
#main_navigation ul {
    display: block;
    /* margin-left:4px; */
}
#main_navigation ul li {
    list-style-type: none;
    display: block;
    float: left;
    text-align: center;
    background-color: #7f7a7a;
    margin-left:0; /*overwrite default from text.css */
    z-index: 1000; /* added to make sure it is on top of rotators */
}
#main_navigation ul li a {
    color: #FFF;
    font-family: "Segoe UI", Tahoma, Arial, sans-serif;
    font-weight: normal;
    font-size: 14px;
    height:38px;
    padding: 0 29px;
    border:none;
    line-height: 38px;
}

#main_navigation ul li a:hover {
    background-color: #8f8b8b;
    padding: 0 28px; /*remove two pixels for the border we add on hover */
    border-left: solid 1px #A09C9C;
    border-right:solid 1px #A09C9C;
    text-decoration: none;
    color:#f5f5f5;
}
#main_navigation ul li ul {
    margin: 11px 0 0 0;
    padding: 9px 0 15px 0;
    width: 182px;
    background-color: #FFF;
    border: 1px solid #ccc;
    border-top: none;
    -moz-box-shadow : 0 1px 3px rgba(0, 0, 0, .2), 0 3px 9px rgba(0, 0, 0, .2);
    -webkit-box-shadow : 0 1px 3px rgba(0, 0, 0, .2), 0 3px 9px rgba(0, 0, 0, .2);
    box-shadow : 0 1px 3px rgba(0, 0, 0, .2), 0 3px 9px rgba(0, 0, 0, .2);
}
#main_navigation ul li li {
    overflow: visible;
    vertical-align: bottom;
    padding: 0;
}
#main_navigation ul li li a {
    font-family: "Segoe UI", Verdana, sans-serif;
    font-weight: normal;
    text-align: left;
    background: #fff;
    font-size:12px;
    line-height: 15px;
    height: auto;
    margin: 0;
    padding: 6px 5px 6px 13px;
    color: #DC6615;
    border: none;
    overflow: visible;
    vertical-align: bottom;
}
#main_navigation ul li li a:hover {
    background: #e6e6e6;
    color: #cc6600;
    padding: 6px 5px 6px 13px;
    border: none;
    margin: 0;
}
#main_navigation ul li.selected {
    background-color: #8f8b8b;
    /*    border-left: solid 1px #A09C9C;
 border-right:solid 1px #A09C9C; */
    text-decoration: none;
    color:#f5f5f5;
}
#bodywrapper {
    margin: 0 auto;
    background-color: #FFF;
    margin-top:-30px;
    /*min-height: 400px;*/
}
#left-sidebar {
    width: 162px;
    padding: 0 0px 10px 14px;
}
#left-sidebar h1 {
    font-size: 1.2em;
    color: #999;
    margin-bottom: 5px;
    font-weight: bold;
}
#left-sidebar h3 {
    font-family: "Segoe UI"
    fon-weight:normal;
    color: #a09c9c;
    text-transform: uppercase;
}
#left-sidebar a {
    display: block;
    width: 100%;
    text-decoration: none;
    font-family: "Segoe UI";
    color: #dc6615;
    /* handle them wanting the hover state to take up the whole column */
    padding-bottom: 5px;
    font-weight: normal;
    margin-left: -14px;
    padding-left: 14px;
    margin-right: -10px;
    padding-right: 10px;
}
#left-sidebar ul {
    margin: 0;
}

#left-sidebar ul li {
    margin-left: -14px;
    padding-left: 14px;
    margin-right: -10px;
    padding-right: 10px;
    list-style: none;
    /*height:25px;*/
    /*overflow: hidden;*/
}
#left-sidebar a:hover, #left-sidebar .selected {
    background-color: #e6e6e6;
}
#left-sidebar ul li ul {
    display: none;
}
#left-sidebar ul li.selected ul {
    display: inherit;
    list-style: none;
    background-color: #FFF;
    margin-left: -14px;
    padding-left: 14px;
    margin-right: -10px;
    padding-right: 10px;
}
#left-sidebar ul li li {
    margin-left: -14px;
    padding-left: 34px ;
    margin-right: -10px;
    padding-right: 10px;
    list-style: none;
}
#left-sidebar ul li .selected, #left-sidebar ul li li:hover {
    margin-left: -14px !important;
    padding-left: 34px  !important;
    width: 143px;
}
#left-sidebar ul li ul li.breadcrumb {
    background-color: #e6e6e6;
}
#main {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding-left: 20px;
    width: 519px;
    min-height: 400px;
    padding-right: 10px;
}
#right-pane-sidebar {
    border-left: 1px solid #ccc;
}
#main .image-right {
    float: right;
    margin: 5px;
}
#main a {
    color: #0c4d89;
}
#main2 {
    border-left: 1px solid #ccc;
    padding-left: 20px;
    width: 519px;
    min-height: 400px;
    padding-right: 10px;
}
#main2 .image-right {
    float: right;
    margin: 5px;
}
#main2 a {
    color: #0c4d89;
}
#interior_main_left {
    padding-right: 30px;
    border-right: solid 1px #CCC;
}
#right-sidebar {
    width: 190px;
}
#right-sidebar h1 {
    font-family: "Segoe UI";
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    color: #cc6600;
    letter-spacing: .1px;
    margin-bottom: 5px;
}
#right-sidebar a {
    color: #006699;
    text-decoration: none;
}
#right-sidebar a:hover {
    text-decoration: underline;
}

#right-sidebar p {
    padding-bottom: 10px;
    font-size: 11px;
    line-height: 17px;
}
#footer {
    border-top: 1px solid #ccc;
    padding-top: 20px;
    width: 100%;
    float:left;
    background-color: #FFF;
}
#footer .seperator {
    float: left;
    border-right: 1px solid #ccc;
    width: 1px;
    padding: 0;
    margin: 0;
    height:90px;
}
#footer-degrees  {
    width: 177px;
    margin-left:24px;
    padding: 0;
}
#footer-faculty {
    width: 183px;
    margin-left:13px;
    padding: 0;
}
#footer-offices {
    width:  166px;
    margin-left: 13px;
    padding: 0;
}
#footer-contact {
    width:174px;
    margin-left:13px;
    padding: 0;
}

#footer-links  {
    margin-left: 13px;
    margin-right:15px;
    border-right: none;
    padding: 0;
    padding-bottom: 15px;

}
/* footer specific to home page */
#footer-links .footer-col {
    width:120px !important;
    height:160px;
}
/* footer specific to interior pages */
#footer-links .footer-col-home {
    width: 165px;
    height:93px;
}
#footer-links img {
    opacity:.8;
}
#footer-links img:hover {
    opacity: 1.0;
}
.footer-col-home ul, .footer-col ul {
    list-style-type: none;
}
.footer-col-home ul li, .footer-col ul li {
    font-family: Verdana, sans-serif;
    font-size: 11px;
    padding: 0;
    margin: 0;
}
.footer-col-home ul li a {
    color: #0c4d89;
    line-height: 18px;
}
.footer-col-home ul li a:hover {
    text-decoration: underline;
}
/*
#footer-7 .footer-col-home {
    width:150px !important;
}
.footer-col-home {
    width: 200px;
} */
.footer-col a img, .footer-col-home a img {
    float: left;
    padding-right: 5px;
}
.footer-col-home {
    border-right: 1px solid #ccc;
}
.footer-col, .footer-col-home {
    float: left;
    padding: 10px;
    min-height: 93px;
}
.footer-col a {
    font-size: .8em;
    color: #006699;
}
#footer-1 {
    border-right: none;
    width:100px; /*subtract 20 b/c of built in padding */
}
#footer-2 {
    width:115px; /*subtract 20 b/c of built in padding, 1px b/c of border */
}
#footer-3 {
    width:115px; /*subtract 20 b/c of built in padding, 1px b/c of border */
}
#footer-4 {
    width:112px; /*subtract 20 b/c of built in padding, 1px b/c of border */
}
#footer-5 {
    width:112px; /*subtract 20 b/c of built in padding, 1px b/c of border */
}
#footer-6 {
    width:104px; /*subtract 20 b/c of built in padding, 1px b/c of border */
}
#footer-7 {
    width: 115px;
    border-right: none;
}
#footer div.grid_12 {
    background: #ebebeb;
    text-align: center;
    font-size: .8em;
    padding: 10px;
}

/*rotator items */
#rotator {
    width:692px;
    max-height: 406px;
}
#interior-rotator {
    width:504px;
    height:258px;
    margin-bottom: 20px;
}

#wings-rotator {
    width:940px;
    height:258px;
    margin-bottom: 20px;
}
.rotator-item {
    background-color: rgb(5, 36, 75);
    background-color: rgba(5, 36, 75, .6);
    width: 692px;
    position:relative;
    top: -96px;
    height: 96px;
    overflow:hidden;
}
#interior-rotator .rotator-item {
    width:504px;
    height: 77px;
    top: -77px;
}

#wings-rotator .rotator-item {
    width:940px;
    height: 77px;
    top: -77px;
}
#interior-rotator .rotator img {
    height: 258px;
    overflow: hidden;
}

#wings-rotator .rotator img {
    height: 258px;
    overflow: hidden;
}

#interior-rotator a {
    color: #FFF !important;
}
#wings-rotator a {
    color: #FFF !important;
}

.rotator-item h2 {
    color: #FFF !important;
    font-family: "Segoe UI";
    font-weight: normal;
    font-size:  24px;
    margin: 12px 0 0 15px;
    letter-spacing: .5px;
    text-decoration: none;
}
.rotator-item h2 a {
    color: #FFF !important;
    text-decoration: none;
}
#interior-rotator .rotator-item h2 {
    font-size: 20px;
    margin: 7px 0 0 15px;
    text-decoration: none;
}
#2interior-rotator .rotator-item h2 {
    font-size: 20px;
    margin: 7px 0 0 15px;
    text-decoration: none;
}
#wings-rotator .rotator-item h2 {
    font-size: 20px;
    margin: 7px 0 0 15px;
    text-decoration: none;
}
.rotator-item p {
    font-family: Verdana, Arial, sans-serif;
    font-size: 13px;
    line-height: 17px;
    color: #FFF;
    margin: 0 15px 0 15px;
}
.rotator-item p a, .rotator-item a {
    color:#FFFFFF;
    text-decoration: none;
}

#interior-rotator .rotator-item p, #interior-rotator .rotator-item p a {
    font-size: 11px;
    line-height: 16px;
    height: 32px;
    overflow: hidden;
    text-decoration: none;
}
#2interior-rotator .rotator-item p, #interior-rotator .rotator-item p a {
    font-size: 11px;
    line-height: 16px;
    height: 32px;
    overflow: hidden;
    text-decoration: none;
}
#wings-rotator .rotator-item p, #interior-rotator .rotator-item p a {
    font-size: 11px;
    line-height: 16px;
    height: 32px;
    overflow: hidden;
    text-decoration: none;
}

#rotator-controls {
    position:relative;
    top: 295px;
    z-index: 904;
    left:590px;
    height:29px;
    width: 100px;
}
.interior#rotator-controls  {
    top: -91px;
    left: 407px;
}
.2interior#rotator-controls  {
    top: -91px;
    left: 407px;
}

#rotator-controls img:hover {
    -moz-transform : scale(1.10);
    -o-transform : scale(1.10);
    -webkit-transform : scale(1.10);
    transform : scale(1.10);
    -moz-transform-origin : 10% 10%
    -o-transform-origin : 10% 10%
    -webkit-transform-origin : 10% 10%
    transform-origin : 10% 10%
}
/* right pane home page items */#right-paneNEW {
    float: left;
    width: 228px;
    min-height: 383px;
    max-height: 383px;
    /*overflow: hidden;*/
    margin: -15px 0 0 0;
    padding: 15px 20px 8px 20px;
    background-color: #FFFFFF;
}
#right-pane {
    float: left;
    width: 228px;
    min-height: 383px;
    max-height: 383px;
    /*overflow: hidden;*/
    margin: 0;
    padding: 15px 20px 8px 20px;
    background-color: #ebebeb;
}
#right-pane h3 {
    font-family: "Segoe UI Semibold", Verdana, sans-serif;
    text-transform: uppercase;
    color: #DC6615;
    font-size: 12px;
    margin: 5px 0 0 0;
}
#right-pane h3 a {
    font-family: Verdana, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-align: right;
    color: #0c4d89;
    padding-left: 55px;
}
#right-pane ul {
    margin: 7.5px 0;
}
#right-pane ul li {
    list-style-type: none;
    margin: 0;
    padding: 2px 0;
    font-family: Verdana, sans-serif;
    font-size: 11px;
    line-height: 14px;
}
#right-pane p {
    margin:15px 0 0 0;
}
#right-pane ul li p {
    margin: 5px 0;
}
#right-pane ul li p a {
    color:#0c4d89;
}

.orange-button {
    width: 115px;
    height: 22px;
    float: left;
    text-align: center;
    background-image:  url('images/orange-button-bg.jpg');
    background-repeat: no-repeat;
    font-family: Tahoma, sans-serif;
    font-size: 11px;
    line-height: 22px;
    color: #FFF !important;
}
.orange-button:hover {
    background-image:  url('images/gray-button-hover.jpg');
    background-repeat: no-repeat;
    text-decoration: none;
    color:#FFF  !important;
}.blue-button {
    width: 115px;
    height: 22px;
    float: left;
    text-align: center;
    background-image:  url('images/blue-button-bg.jpg');
    background-repeat: no-repeat;
    font-family: Tahoma, sans-serif;
    font-size: 11px;
    line-height: 22px;
    color: #FFF !important;
}
.blue-button:hover {
    background-image:  url('images/blue-button-hover.jpg');
    background-repeat: no-repeat;
    text-decoration: none;
    color:#FFF  !important;
}
.home-row-2 {
    margin-top:35px;
}
.border{
    border-right: 1px solid #d6d6d6;
}
.home-row-2 {
    width:280px !important;
    margin-left:25px;
    min-height: 200px;
}
.home-row-2 ul {
    margin: 10px;
    position: relative;
    float: right;
    padding: 0;
    width:135px;
    /*    background-color: #000; */
}
.home-row-2 ul li {
    list-style-type: none;
    margin: 0 0 10px 0;
    padding:0;
}
.home-row-2 ul li a {
    color: #0c4d89;
    font-family: Verdana;
    font-size: 11px;
}

.left {
    margin-left:35px !important;
}

h2 {
    font-family: "Segoe UI", Verdana;
    font-size: 17px;
    color: #333333;
    font-weight: normal;
    margin: 0;
}
.home-page-image {
    max-width: 115px;
    float: left;
    margin: 10px 10px 10px 0;
}
.terms-of-use a {
    color: #0C4D89
}
img.image-header {
    width: 550px;
    position: relative;
    top: -20px;
    left: -20px;
}
h1.image-header {
    position: absolute;
    top: 175px;
    left: 492px;
    font-family: "Segoe UI", Tahoma, sans-serif;
    font-weight: normal;
    font-size: 20px;
    color: #FFF;
    text-shadow: .1px .1px 5px rgba(255, 255, 255, .8);
    margin-bottom: -30px;
    padding-bottom: 0;
    text-transform:uppercase; z-index:1500;
}

/*
.lt-ie9 h1.image-header {
    zoom: 1;
    background: transparent;
    filter: DropShadow(OffX=3,OffY=3,color=#e7e6e6) ,alpha(opacity=10);
}
  */
.one-third {
    float: left;
    width: 30%;
    padding: 0 1.5%;
    border-right: solid #CCC 1px;
}
/* SUPERFISH STYlES  */
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
    margin:			0;
    padding:		0;
    list-style:		none;
}
.sf-menu {
    line-height:	1.0;
}
.sf-menu ul {
    position:		absolute;
    top:			-999em;
    width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
    width:			100%;
}
.sf-menu li:hover {
    visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
    float:			left;
    position:		relative;
}
.sf-menu a {
    display:		block;
    position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left:			0;
    top:			2.5em; /* match top ul list item height */
    z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
    top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left:			10em; /* match ul width */
    top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
    top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left:			10em; /* match ul width */
    top:			0;
}


/*** arrows **/
.sf-menu a.sf-with-ul {
    padding-right: 	2.25em;
    min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
    position:		absolute;
    display:		block;
    right:			.75em;
    top:			1.05em; /* IE6 only */
    width:			10px;
    height:			10px;
    text-indent: 	-999em;
    overflow:		hidden;
    background:		url('images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
    top:			.8em;
    background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
    background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
    background-position: -10px 0; /* arrow hovers for modern browsers*/
}


/*** shadows for all but IE6 ***/
/*.sf-shadow ul {
	background:	url('images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
  */
.sidenav .sublevel {
    background-color: #FFF;
    padding:5px 0 5px 15px;
}
h1.page-title {
    text-transform: uppercase;
}
.SkinObject, .skinobject {
    font-weight: normal !important;
    font-size:inherit !important;
}
.programs {
    height:55px;
    list-style-type: none;
    margin: 10px 0 0 0;
    padding: 0;
    font-weight: bold;
    text-alignt:right;
}
.programs img {
    clear: both;
    float: left;
    margin: 0;
}
.programs a {
    text-align: left;
    margin-left:10px;
    float: left;
}
.image-left {
    float: left;
    margin:0 10px 10px 0;
}

.profile-list {
    margin:17px 0;
    clear: both;
}
hr {
    margin:0 auto;
    margin-top:5px;
    margin-bottom:5px;
    color:#ebebeb;
    background-color: #ebebeb;
}
h2.profile-header {
    clear: both;
}
.profile-content {
    color:#454545;
}
.profile-header .title {
    font-family: "Segoe UI";
    color:#333333;
    background-color: #FFF;
    font-size: 14px;
    padding-left:48px;
    border-bottom: solid 1px #ebebeb;
    padding-bottom: 16px;
}

.profile-content img {
    float:left;
    margin:0 10px 10px 0;
}
.profile-content p {
    margin-left:48px;
    margin-right:20px;
}
@media only screen and (max-device-width: 961px) {
    /* adding rules to the menu for devices that don't support Segoe UIfont */
    #main_navigation ul li a {
        font-family: Tahoma, Arial, sans-serif !important;
        font-weight: normal !important;
        font-size: 14px!important;
        padding:0 25px !important;
    }

}
ul.dnnActionMenuBody {
    z-index: 1100 !important;
}

#dnn_RightPane {
    padding:10px;
}

/*styles to overwrite dnn tabs*/
/*ul.dnnAdminTabNav {
    width:100%;
    clear: both;
    float: left;
    height: 30px;
    border-bottom:1px solid #c3c3c3;
    padding-left: 17px;
} */
.dnnForm .ui-tabs .ui-tabs-nav li a {
    background: none;
    background-color:#FFFFFF !important;
    border-top: 1px solid #c3c3c3;
    color: #333333!important;
    text-shadow: none;
    height: 19px;
    border-bottom: solid #FFF 1px;
    border-top-left-radius: none;
    border-top-right-radius: none;
    border-left:1px solid #c3c3c3;
    border-right:1px solid #c3c3c3;
    font-family: verdana, arial, sans-serif;
    font-size:11px;
    margin-right: 5px;
}
#news-wrapper {
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;} 
#news-wrapper h3 {
    margin: 0;
    font-size: 11px;
}
.newsitem {
    clear: both;
}
#news-wrapper h3 a {
    color: #0c4d89;
    font-family: Verdana, Arial, sans-serif;
    margin: 0;
}
#news-wrapper img {
    margin:5px 10px 20px 0;
    border: 1px solid #c3c3c3;s
    float: left;
}
/* event announcement template */
#news-wrapper p.news-date {
    font-family: Verdana, Arial, sans-serif;
    color: #333333;
    margin: 0;
    font-size: 11px;
}

.one-third .last {
    border-right: none!important;
}
.gsc-wrapper {
    font-size: 11px !important;
}
/* set this so we don't show the category drop down on the main event view */
.SelCategoryTR {
    display: none;
}

.visit-button {width: 239px;
    height: 59px; float: left;
    text-align: center;
    background-image:  url('images/Normal_Schedule_a_Visit.gif');
    background-repeat: no-repeat;
    font-family: Tahoma, sans-serif;
    font-size: 11px;
    line-height: 22px;
    color: #FFF !important;
}
.visit-button:hover {
    background-image:  url('images/Hover_Schedule_a_Visit.gif');
    background-repeat: no-repeat;
    text-decoration: none;
    color:#FFF  !important;
}

.financial-button {width: 239px;
    height: 59px; float: left;
    text-align: center;
    background-image:  url('images/Normal_Financial_Aid_and_Scholarships.gif');
    background-repeat: no-repeat;
    font-family: Tahoma, sans-serif;
    font-size: 11px;
    line-height: 22px;
    color: #FFF !important;
}
.financial-button:hover {
    background-image:  url('images/Hover_Financial_Aid_and_Scholarships.gif');
    background-repeat: no-repeat;
    text-decoration: none;
    color:#FFF  !important;
}

.events-button {width: 239px;
    height: 59px; float: left;
    text-align: center;
    background-image:  url('images/Normal_Campus_Events.gif');
    background-repeat: no-repeat;
    font-family: Tahoma, sans-serif;
    font-size: 11px;
    line-height: 22px;
    color: #FFF !important;
}
.events-button:hover {
    background-image:  url('images/Hover_Campus_Events.gif');
    background-repeat: no-repeat;
    text-decoration: none;
    color:#FFF  !important;
}

.apply-button {width: 239px;
    height: 59px; float: left;
    text-align: center;
    background-image:  url('images/Normal_Apply_Now.gif');
    background-repeat: no-repeat;
    font-family: Tahoma, sans-serif;
    font-size: 11px;
    line-height: 22px;
    color: #FFF !important;
}
.apply-button:hover {
    background-image:  url('images/Hover_Apply_Now.gif');
    background-repeat: no-repeat;
    text-decoration: none;
    color:#FFF  !important;
}

.support-button {width: 239px;
    height: 59px; float: left;
    text-align: center;
    background-image:  url('images/Normal_Support_Heritage.gif');
    background-repeat: no-repeat;
    font-family: Tahoma, sans-serif;
    font-size: 11px;
    line-height: 22px;
    color: #FFF !important;
}
.support-button:hover {
    background-image:  url('images/Hover_Support_Heritage.gif');
    background-repeat: no-repeat;
    text-decoration: none;
    color:#FFF  !important;
}

.hunow-button {width: 239px;
    height: 59px; float: left;
    text-align: center;
    background-image:  url('images/Normal_HU_Now.gif');
    background-repeat: no-repeat;
    font-family: Tahoma, sans-serif;
    font-size: 11px;
    line-height: 22px;
    color: #FFF !important;
}
.hunow-button:hover {
    background-image:  url('images/Hover_HU_Now.gif');
    background-repeat: no-repeat;
    text-decoration: none;
    color:#FFF  !important;
}

.topnews-button {width: 369px;
    height: 43px; float: left;
    text-align: center;
    background-image:  url('images/Normal_Top_Stories.gif');
    background-repeat: no-repeat;
    font-family: Tahoma, sans-serif;
    font-size: 11px;
    line-height: 22px;
    color: #FFF !important;
}
.topnews-button:hover {
    background-image:  url ('images/Hover_Top_Stories.gif');
    background-repeat: no-repeat;
    text-decoration: none;
    color:#FFF  !important;
}


.subscribe-button {width: 364px;
    height: 87px; float: left;
    text-align: center;
    background-image:  url('images/Normal_Subscribe_to_HU_Now.gif');
    background-repeat: no-repeat;
    font-family: Tahoma, sans-serif;
    font-size: 11px;
    line-height: 22px;
    color: #FFF !important;
    margin: 0 0 0 45px;
}
.subscribe-button:hover {
    background-image:  url('images/Hover_Subscribe_to_HU_Now.gif');
    background-repeat: no-repeat;
    text-decoration: none;
    color:#FFF  !important;
}

.students-button {width: 369px;
    height: 43px; float: left;
    text-align: center;
    background-image:  url('images/Normal_Meet_Our_Students.gif');
    background-repeat: no-repeat;
    font-family: Tahoma, sans-serif;
    font-size: 11px;
    line-height: 22px;
    color: #FFF !important;
    margin: 20px 0 0 0;
}
.students-button:hover {
    background-image:  url('images/Hover_Meet_Our_Students.gif');
    background-repeat: no-repeat;
    text-decoration: none;
    color:#FFF  !important;
    margin: 20px 0 0 0;
}
.eaglecam-button {width: 369px;
    height: 43px; float: left;
    text-align: center;
    background-image:  url('images/Eagle_Cam_Button.gif');
    background-repeat: no-repeat;
    font-family: Tahoma, sans-serif;
    font-size: 11px;
    line-height: 22px;
    color: #FFF !important;
}