﻿body {
	text-align:center;
	background-color:#BDC8D2;
	margin-left:auto;
	margin-right:auto;	
}

.background {
	background-color: #DEE7FE;
}

h1 {
	font-size:20px;
	color: #871117;
}

h2 {
	font-size:16px;
	color:#871117;
}

h3 {
	font-size:14px;
	color:#5F7EFE;
}

#SiteWrapper {
	width:760px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color: #FFFFFF;
	border-left: 1px #C0C0C0 solid;
	border-right: 1px #C0C0C0 solid;
	background-image: url('../SiteCollectionImages/bgWrapper.jpg');
	background-repeat:repeat-y;
	background-position:left top;
	display: table;
}

a:link {
	color: #144A78;
}

/* -----------------------------------------------------------  Masthead  --------------------------*/
/* -------------------------------------------------------------------------------------------------*/

#PageStatusConsole {
	width:760px;
	margin-left:auto;
	margin-right:auto;
}

#Header {
	background-color:#FFF;
	background-image: url('Images/NUCollege_760x230v2(2).jpg');
	background-repeat:no-repeat;
	width:760px;
	height:230px;	
}

#SiteActions {
	background-color: #C0c0c0;
	width:760px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	height: 19px;
	border-left: 2px #C0C0C0 solid;
	border-right: 2px #C0C0C0 solid;
}





/* -----------------------------------------------------------  TopNav  ----------------------------*/
/* -------------------------------------------------------------------------------------------------*/
.globalNav {
	width:760px;
	background: #87121E;
	margin-left:auto;
	margin-right:auto;
    *position:relative;
    *top:-1px;
   color:#fff !important;
}

.topNavItem {
	background: #87121E;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	padding-top:3px;
	padding-bottom:3px;
	border-right: 1px #FFF solid;
	border-left: 1px #FFF solid;		
}

.topNavItem a {
	display:block;
	color:#fff !important;
}
.topNavItem a:hover {
	text-decoration:underline;
	color:;
}
.topNavHover {
	background-color: #144A78;
	color:#fff !important;

}
.topNavSelected {
	background-color: #144A78;
	border-bottom: none;
	color:#fff !important;
}
.topNavSelected a:hover {
	color:#82A2BE;
}

.topNavFlyOuts {
	/*border-top:1px #87121E solid;*/
	margin-top:8px;
}
.topNavFlyOutsItem {	
	background-color:silver;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	/*border:1px #87121e solid;*/
	border-top-style: none;
	color:orange; 
	width:400px;
}

table.topNavFlyOutsItem td {
	border-bottom: 1px #999 dashed;
}

.topNavFlyOuts table {
	background-color:silver;
}

.topNavFlyOutsItem a {
    display:block;
    padding:5px;
}

.topNavFlyOutsItem a:visited {
	color: maroon;
}
.topNavFlyOutsHover {
	color:aqua;
}


/* -----------------------------------------------------------  Content  ---------------------------*/
/* -------------------------------------------------------------------------------------------------*/

#Content {
	background-color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	text-align:left;
	padding:0px;
}

a:visited {
	color:#7d0101;
	text-decoration:underline;
}

#Content a {
	color: #0033cc;
	text-decoration:underline;
}

#Content a:hover {
	color:#871117;
	text-decoration:underline;
}

#Content td {
	font-size:12px;
}

#contentWrapper{
	width:450px !important;
	width:450px;
	padding:5px 0px 20px 25px !important;
	padding:15px 0px 20px 25px;
}

#contentWrapperNoBox {
	width: auto;
	padding:5px 25px 20px 25px !important;
	padding:15px 25px 20px 25px;
	float: left;
}


#sponsoredSideBarRight {
	float:right;
	width:210px;
	padding: 10px;
	border: 1px #CCC dashed;
	margin: 20px 10px 20px 0px;
}



/* -----------------------------------------------------------  Footer  ----------------------------*/
/* -------------------------------------------------------------------------------------------------*/
#Footer {
	background-color:#144A78;
	width:760px;
	margin-left:auto;
	margin-right:auto;
	color: #FFF;
	font-size: 12px;
	padding: 25px 0px 25px 0px;
	float:left;
	margin-bottom: 0px;
}

#Footer a:link {
	color: white;
	text-decoration:underline;
}
#Footer a, a:visited {
	color:#FFF;
	text-decoration:underline;
}
#Footer a:hover {
	text-decoration:none;
}



/* -----------------------------------------------------------  Misc  ------------------------------*/
/* -------------------------------------------------------------------------------------------------*/


.ms-long {
	width:310px !important; 
}

.ms-vb {
	padding-bottom:5px;
}

.ms-vc .ms-long {
	width:145px !important;
}

.hidden {
	display:none;
}

