/* Homepage CSS Stylesheet and XHTML */
/* Date: December 19, 2007 */

/** for debugging, uncomment the following line **/
/*
* { border: 1px solid red; }
*/

body {
/*	margin:0px;su
	padding: 0px;
	background: url(/images/Home/home_sides.jpg) no-repeat center top;
	width: 100%;
	display: table; */
}
#printheader {
	visibility: hidden;
	display: none;
}
.preheader {
	width: 100%;
	float: left;
	top: 18px;
}

/****************************************/
div.centering {
	position: relative;
	margin: auto auto;
	width: 480px;
}
div.all {
	position: relative;
	width: 480px;
	padding-right: 0px; 
	float: left;
	background-color: #FFFFFF;
}

/****************************************/
/** make heading tags behave more like plain divs **/
h1,h2,h3,h4,h5,h6,h7 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-weight: normal;
}
a img {
	border: none;
}
/****************************************/
#header {
	display: block;
	height: 84px;
	width: 480px;
	margin-right: -4px;
	padding-bottom:7px;
	background-color: #0B1E73;
}

#header .actions{
	background-color: #0B1E73;
	height: 30px;
	width: 170px;
	float: left;
	color:#333333;
	display:block;
        text-align:center;
	position: relative;
	background-repeat:no-repeat;
	background-position:left center;
}
/*
#header .actions .applybtn,#header .actions .applybtn a{
	text-decoration:none;
	height:44px;
	width:70px; 
	display:block;
	float:left;
	background-image:url(/images/misc/home_i_applyBTN.gif);
	background-repeat:no-repeat;
	background-position:left center;
	margin-right:0px;
}
#header .actions .applybtn a:hover{
	background-image:url(/images/misc/home_h_applyBTN.gif);
	background-position:left center;
}

#header .actions .applybtn a:active{
	background-image:url(/images/misc/home_a_applyBTN.gif);
	background-position:left center;
}
*/

#header .actions .giftbtn,#header .actions .giftbtn a{
	text-decoration:none;
	height:44px;
	width:80px;
	display:block;
	float:left;
	background-image:url(/images/misc/home_i_giftBTN.gif);
	background-repeat:no-repeat;
	background-position:left center;
	margin-right:0px;
}
#header .actions .giftbtn a:hover{
	background-image:url(/images/misc/home_h_giftBTN.gif);
	background-position:left center;
}

#header .actions .giftbtn a:active{
	background-image:url(/images/misc/home_a_giftBTN.gif);
	background-position:left center;
}

#header .actions .gifttxt,#header .actions .gifttxt:link{
	text-decoration:none;
	height:9px;
	width:60px;
	background-image:url(/images/misc/i_makeAGift.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
#header .actions .gifttxt:hover{
	background-image:url(/images/misc/h_makeAGift.gif);
	background-position:left center;
}

#header .actions .gifttxt:active{
	background-image:url(/images/misc/a_makeAGift.gif);
	background-position:left center;
}
/****************************************/
#header .txtsearch {
	background-color:#0B1E73;
	margin-top: 0px;
	margin-bottom: 4px;
	color:#0B1E73;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	width: 108px;
	height: 10px;
}
.globalsearch {
	background-color: #0B1E73;
	width: 288px;
	height: 34px;
	float: left;
	display:block;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFFFFF;
	vertical-align: center;
	margin-right: 0px;
}
#searchform{
	margin:0px;
	padding-left:4px;
	display:block;
		top: 18px;
}

#searchform .txt{
	height:16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	width:240px;
	padding-bottom:0px;
	padding-right:0px;
	padding-left:0px;
	padding-top:0px;
	vertical-align:top;
	margin-right:4px;
	border:solid 1px #aaaaaa;
}
#searchform .submit,#searchform .submit a{
	text-decoration:none;
	height:18px;
	width:18px;
	top: 18px;
	float:left;
	display:block;
	padding-right: 2px;
	background-image:url(/images/misc/home_i_searchBTN.gif);
	background-repeat:no-repeat;
}
#searchform .submit a:hover{
	background-image:url(/images/misc/home_h_searchBTN.gif);
}

#searchform .submit a:active{
	background-image:url(/images/btns/a_searchBTN.gif);
}
#searchform #search {
	float: left;
}

.advSearchNav{
	display:none;
	height:18px;
	float: left;

	margin-left: -2px;
	margin-right: 2px;
	padding-bottom: 4px;
	padding-top:0px;
		font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
  color: #FFFFFF;
}
.advSearchNav a{
		font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	padding-bottom:0px;
	padding-top:0px;
	color:#feb612;
}

.advSearchNav a:hover{
		font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	padding-bottom:0px;
	padding-top:0px;
	color:#ffffff;
}

.globalelements {
	float: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width: 184px;
	height: 6px;
	position: relative;
	padding-top: 15px;
        margin-right: 0px;
        color: #52c6e2;
}
.globalelements a{
	color:#FFF;
	text-decoration:none;
/*	background-color:#FFFFFF; */
}
.globalelements a:hover{
/*	background-color:#FFFFFF; */
	color:#fdc82f;
}
.logo{
	background-image:url(/images/logo.gif);
	background-repeat:no-repeat;
	background-color: #0B1E73;
        display:block;
	height: 54px;
	width: 310px;
	float: left;
        padding:0px;margin:0px; 
}
.logo2 {
	position: relative;
	background-color: #0B1E73;
	height: 64px;
	width: 341px;
	top: 18px;
	float: left;
}
#nav {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: relative;
	padding-top: 6px;
padding-bottom: 6px;
	height: 14px;
	width: 570px;
	top: 2px;
	float: left;
}
#nav a,#nav img{padding:0px;margin:0px;}

#nav .dot {
	background-image:url(/images/nav/globalNav/nav_button.gif);
	background-repeat:no-repeat;
	display: block; height: 14px; width: 12px;
	float:left;
}
#nav .about,#nav .about a{
	background-image:url(/images/nav/globalNav/i_about.gif);
	background-repeat:no-repeat;
	display: block; height: 14px; width: 70px;
	float:left;
}
#nav .about a:hover{
	background-image:url(/images/nav/globalNav/h_about.gif);
	display: block; height: 14px; width: 70px;
}
#nav .aabout, #nav .aabout a {
	background-image:url(/images/nav/globalNav/a_about.gif);
	display: block; height: 14px; width: 70px;
	float:left;
}

#nav .admissions,#nav .admissions a{
	background-image:url(/images/nav/globalNav/i_admissions.gif);
	background-repeat:no-repeat;
	width:104px;
	height:14px;
	display:block;
	float:left;
}
#nav .admissions a:hover{
	background-image:url(/images/nav/globalNav/h_admissions.gif);
}
#nav .admissions:active,#nav .aadmissions, #nav .aadmissions a{
	background-image:url(/images/nav/globalNav/a_admissions.gif);
	width:104px;
	height:14px;
	display:block;
	float:left;
}

#nav .academics,#nav .academics a{
	background-image:url(/images/nav/globalNav/i_academics.gif);
	background-repeat:no-repeat;
	width:98px;
	height:14px;
	display:block;
	float:left;

}
#nav .academics a:hover{
	background-image:url(/images/nav/globalNav/h_academics.gif);
}
#nav .academics:active,#nav .aacademics, #nav .aacademics a{
	background-image:url(/images/nav/globalNav/a_academics.gif);
	width:98px;
	height:14px;
	display:block;
	float:left;
}
#nav .research,#nav .research a{
	background-image:url(/images/nav/globalNav/i_research.gif);
	background-repeat:no-repeat;
	display: block; height: 14px; width: 98px;
	float:left;
}
#nav .research a:hover {
	background-image:url(/images/nav/globalNav/h_research.gif);
	display: block; height: 14px; width: 98px;
}
#nav .aresearch, #nav .aresearch a {
	background-image:url(/images/nav/globalNav/a_research.gif);
	display: block; height: 14px; width: 90px;
	float:left;
}
#nav .studentlife,#nav .studentlife a{
	background-image:url(/images/nav/globalNav/i_studLife.gif);
	background-repeat:no-repeat;
	width:110px;
	height:14px;
	display:block;
	float:left;

}
#nav .studentlife a:hover{
	background-image:url(/images/nav/globalNav/h_studLife.gif);
}
#nav .astudentlife, #nav .astudentlife a{
	background-image:url(/images/nav/globalNav/a_studLife.gif);
	width:110px;
	height:14px;
	display:block;
	float:left;
}

#nav .athletics,#nav .athletics a{
	background-image:url(/images/nav/globalNav/i_athletics.gif);
	background-repeat:no-repeat;
	width:98px;
	height:14px;
	display:block;
	float:left;

}
#nav .athletics a:hover{
	background-image:url(/images/nav/globalNav/h_athletics.gif);
}
#nav .aathletics, #nav .aathletics a{
	background-image:url(/images/nav/globalNav/a_athletics.gif);
	width:98px;
	height:14px;
	display:block;
	float:left;

}

#nav .myhofstra,#nav .myhofstra a{
	background-image:url(/images/nav/globalNav/i_myhofstra.gif);
	background-repeat:no-repeat;
	width:90px;
	height:14px;
	display:block;
	float:left;

}
#nav .myhofstra a:hover{
	background-image:url(/images/nav/globalNav/h_myhofstra.gif);
}
#nav .amyhofstra, #nav .amyhofstra a{
	background-image:url(/images/nav/globalNav/a_myhofstra.gif);
	width:90px;
	height:14px;
	display:block;
	float:left;

}


#widezone{
/*	width:650px; */
        width: 98%;
	display:block;
	position:relative;
	margin-top:0px;
	float: left;
}
/******************************************************************************************************************/



#widezone .rightzone {
position: relative;
width: 178px;
padding-top: 0px;
margin-top: 0px;
right: -20px;
float: right;
}

.events {
margin-top: 0px;
margin-right:0px;
padding-right:0px;
	margin-bottom: 2px;
	width: 178px;
}
.txtevents {
	background-image: url(/images/titles/Events.gif);
	background-repeat: no-repeat;
	height: 9px;
	width: 100%;
	float: right;	
	padding-bottom: 9px;
	border-bottom: 1px solid #666666;
	margin-bottom: 9px;
	/*
	border-bottom: 1px solid #666666;
	padding-bottom: 9px;
	margin-bottom: 9px;
	*/
}

.masthead {
        display: none;
	margin-bottom: 5px;
	margin-left: 2px;
}

#leftzone {
        display: none;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 5px;
	border-right: 1px #CCCCCC dashed;
}

.leftfeature {
	display: block;
}

#content {
	position: relative;
	padding-left:4px;
	padding-right:0px;
	margin-top:10px; 
	width:100%;
/*        padding-bottom:30px;*/
}
#content a {
	text-decoration: none;
	color:#00549E;
}
#content a:hover {
	color:#0b1e73;
}

#content th a {
	color:#ffffff;
	text-decoration: underline;
}

#content th a:hover {
	color:#FEB612;
	text-decoration: underline;
}

#contentwide {
	position: relative;
	width: 554px;
	margin-left: 190px;
}
#contentwide a {
	text-decoration: none;
	color:#00549E;
}
#contentwide a:hover {
	color:#0b1e73;
}
#contentwide th a {
	color:#ffffff;
	text-decoration: underline;
}

#contentwide th a:hover {
	color:#FEB612;
	text-decoration: underline;
}

.txtpageheaders {
<!--
	height: 22px;
-->
	width: 100%;
	padding-bottom: 9px;
	margin-bottom: 9px;
}


.txtacademics {
	height: 18px;
	width: 100%;
	background-image: url(/images/titles/Academics.gif);
	background-repeat: no-repeat;
	
	padding-bottom: 9px;
	margin-bottom: 9px;
}
.txtschoolEd2 {
	height: 18px;
	width: 100%;
	background-image: url(/images/titles/schoolEd2.gif);
	background-repeat: no-repeat;
}

.txttopheadlines {
	height: 4px;
	width: 100%;
	background-image: url(/images/titles/home_latest.gif);
	background-repeat: no-repeat;
	
	padding-bottom: 9px;
	border-bottom: 1px solid #666666;
	margin-bottom: 9px;
}

.txtnewsfromthecollege {
	height: 9px;
	width: 100%;
	background-image: url(/images/titles/NewsFromTheCollege.gif);
	background-repeat: no-repeat;
	
	padding-bottom: 9px;
	border-bottom: 1px solid #666666;
	margin-bottom: 9px;
}

.profile {
	margin-bottom: 18px;
	width: 178px;
}

.newsitem{
         margin: 2px;
         padding: 5px 0px;
         float: left;
         width: 100%;
	/*	margin-top:9px; */
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#333333;
	/*	background-color:#FFFFFF; */
	word-spacing:2px;
	display:block;
	/*	line-height:130%; */	
	margin-bottom: 9px;
/*	border-left: 1px #CCCCCC dashed; */
        border-bottom: 1px #CCCCCC dotted;
}
.newsitem img {
	margin-right:8px;
	float: left;
}
.newsitem h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#333333;
	font-weight:bold;
	margin:0px;
	margin-bottom: 5px;
	display:block;
}
.newsitem .date{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
/*	background-color:#FFFFFF; */
	color:#666666;
	margin:0px;
}
.newsitem a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#00549E;
	text-decoration:none;
	word-spacing:normal;
}
.newsitem a:hover{
	color:#0B1E73;
/*	background-color:#FFFFFF; */
}
.newsitem .caption{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
/*	background-color:#FFFFFF; */
	font-weight:bold;
	margin: 5px 0px 5px 0px;
	text-decoration:none;
}
.newsrelated{
	display:block;
	vertical-align:middle;
	padding:2px 0px 2px 0px;
	border-bottom: 1px dashed #CCCCCC; 
}
.newsrelated .caption{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-stretch: extra-condensed;
	color:#444444;
/*	background-color:#FFFFFF; */
	font-weight:bold;
	margin: 3px 0px 3px 0px;
	text-decoration:none;
}
.newsrelated .caption:hover{
	color:#00549E; 
/*	background-color:#FFFFFF; */
}
.newsrelated .newssrc{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
/*	background-color:#FFFFFF; */
	color:#00549E;
	margin:0px;
}
.newsrelated .viewvideo:hover{
	background-image:url(/images/btns/h_viewVideoBTN.gif);
}
.newsrelated .viewvideo{
	float:right;
	background-image:url(/images/btns/a_viewVideoBTN.gif);
	background-repeat:no-repeat;
	background-position:right top;
	padding-top:1px;
	padding-right:22px;
	vertical-align:middle;
	height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#FFFFFF;
	color:#00549E;
	margin:0px;
}
.newsrelated a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#00549E;
	text-decoration:none;
	word-spacing:normal;
}
.newsrelated a:hover{
/*	background-color:#FFFFFF; */
	color:#0B1E73;
}
.newsrelated .date{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
/*	background-color:#FFFFFF; */
	color:#666666;
	margin:0px;
}
.featuredlinks{
	border-top: 1px solid #666666;
	padding-left:4px;
	padding-top: 9px;
	margin-top: 18px;
	margin-bottom: 18px;
	
	width: 174px;
}
.featuredlinks .txtfeaturedlinks {
	width: 99px;
	height: 9px;
	background-image:url(/images/titles/FeaturedLinks.gif);
	margin-bottom: 9px;
}
.featuredlinks a{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
/*	background-color:#FFFFFF; */
	color:#00549E;
	margin:0px;
	text-decoration:none;
	padding-bottom:2px;
	padding-left:10px;
	background-image:url(/images/nav/i_relatedLinksArrow.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
.featuredlinks a:hover{	color:#0B1E73;	/* background-color:#FFFFFF; */	background-image:url(/images/nav/h_relatedLinksArrow.gif);}

.newsitem ul {
	font-family: Verdana, Verdana, helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 25px;
}	
.newsitem li {
        font-family: Verdana, Verdana, helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	padding: 7px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.hoftable a:link {font-family: verdana, sans-serif; font-size: 8pt;}
.hoftable a:visited {font-family: verdana, sans-serif; font-size: 8pt;}

table.hoftable {
		border: 1px solid #666666;
	}	
table.hoftable tbody tr td {
		font-family: verdana, sans-serif;
		font-size: 8pt;
		padding: 6px 6px;
		border-left: 1px solid #D9D9D9;
	}	
table.hoftable tbody tr.selected td {
		background-color: #A7C1E2;
		color: #000000;
		font-weight: normal;
		border-left: 1px solid #D9D9D9;
		border-bottom: 1px solid #D9D9D9;
	}
table.hoftable tbody tr.selected th {
		background-color: #0B1E73;
		color: #FFFFFF;
		font-family: verdana, sans-serif;
		font-size: 8pt;
		text-align: left;
		text-transform: uppercase;
		padding: 6px 6px;
		font-weight: bold;
		border-left: 0px solid #D9D9D9;
		border-bottom: 1px solid #D9D9D9;
	}
table.hoftable tr.selected th a:link {
		color: #FFFFFF;
		font-family: verdana, sans-serif;
		font-size: 8pt;
		text-align: left;
		text-decoration: none;
				text-transform: uppercase;
		font-weight: bold;
	}
	table.hoftable tr.selected th a:visited {
		color: #FFFFFF;
		font-family: verdana, sans-serif;
		font-size: 8pt;
		text-align: left;
		text-decoration: none;
				text-transform: uppercase;
		font-weight: bold;
	}
	table.hoftable tr.selected th a:hover {
		color: #FFFFFF;
		font-family: verdana, sans-serif;
		font-size: 8pt;
		text-align: left;
		text-decoration: none;
				text-transform: uppercase;
		font-weight: bold;
	}
table.hoftable a:link {
		font-family: verdana, sans-serif;
		font-size: 8pt;
		text-align: left;
		text-transform: none;
		font-weight: bold;
	}
table.hoftable a:hover {
		color: #0b1e73;
		font-family: verdana, sans-serif;
		font-size: 8pt;
		text-align: left;
		text-transform: none;
		font-weight: bold;
	}
table.hoftable a:visited {
		color: #0b1e73;
		font-family: verdana, sans-serif;
		font-size: 8pt;
		text-align: left;
		text-transform: none;
		font-weight: bold;
	}
.leftmargin1 {
                margin-left: 15px;
        }
.breadcrumb {
	position: relative;
	top: -18px;

	margin-left:4px;
	margin-bottom:19px;
}
.breadcrumb a{
	background-image:url(/images/nav/i_breadcrumbArrow.gif);
	background-repeat:no-repeat;
	background-position:left center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#00549E;
	background-color:#FFFFFF;
	text-decoration:none;
	padding-left:10px;
}
.breadcrumb a:hover{
	background-image:url(/images/nav/h_breadcrumbArrow.gif);
	background-color:#FFFFFF;
	color:#0B1E73;
}
.pageservices {
        width: 376px;
	position: relative;
	top: -18px; 
	float: right;
}
.emaillnk{
	display: block;
	width: 52px;
	height: 18px;
	
	float: right;
	
	background-image:url(/images/misc/i_email.gif);
	text-decoration:none;
	background-position: center center;
}
.emaillnk:hover{
	background-image:url(/images/misc/h_email.gif);
	text-decoration:none;
}
.printlnk{
	display: block;
	width: 56px;
	height: 18px;
	
	float: right;

	background-image:url(/images/misc/i_print.gif);
	text-decoration:none;
	background-position: center center;
}
.printlnk:hover{
	background-image:url(/images/misc/h_print.gif);
	text-decoration:none;
}

.localnav {
	margin-left:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight: bold;
}
.localnav a{
	background-image:url(/images/nav/i_localNavArrow.gif);
	background-repeat:no-repeat;
	background-position:0% 19%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0B1E73;
	background-color:#FFFFFF;
	text-decoration:none;
	padding-left:10px;
	display:block;
	font-weight: normal;
}
.localnav #selected{
	background-image:url(/images/nav/a_localNavArrow.gif);
	color:#0B1E73;
	font-weight: bold;
}
.localnav a:hover{
	background-image:url(/images/nav/h_localNavArrow.gif);
	background-color:#FFFFFF;
	color:#00549E;
}



.dashline {
	border: none;
	border-top: 1px dashed #666666;
	height:1px;
	width:100%;
	padding: 0px;
	margin-top:2px;
	margin-bottom:2px;
  margin-right: 4px;
}
.solidline {
	border: none;
	border-top: 1px solid #666666;
	height:1px;
	width:100%;
	display:block;
	margin-top:8px;
	margin-bottom:8px;
}
.starter{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
/*	background-color:#FFFFFF; */
	display:block;
	margin-bottom: 18px;
        min-width:0;
}
.starter li{
	margin-bottom: 5px;
}
.starter h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#333333;
	margin-bottom:18px;
}
.starter h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#333333;
	margin-bottom:14px;
}
.starter h5{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#333333;
	margin-bottom:14px;
}
.brk2{
	margin-top:18px;
	margin-bottom:9px;
	display:block;
}

/****************************************/

.footer {
        background-color: #fff;
        margin-top: 10px;
/* set to 20px for taller space at bottom */
        margin-bottom: 0px;
        padding-bottom: 0px;
        width: 100%;
        float: left;
	bottom: 0px;
}
.footer .goldbg {
	position: absolute;
	left: 0px;
	background-color: #FEB612;
	width: 50%;
	height: 72px;

}
.footer .bluebg {
	position: absolute;
	left: 50%;

	background-color: #0B1E73;

	width: 50%;
	margin-top: 36px;
	height: 36px;
}
.footer .centering .caption {
	position: relative;
	bottom: 0px;
	width: 480px;
	height: 48px;
	margin-top: 0px;
	/* set to 40px for taller space at bottom */
	border-top: 2px dotted #CCCCCC;
	padding-top: 8px;
	margin-left: 0px;
	padding-left:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color: #0B1E73;
	/*	background-color: #FEB612; */
}
.emph1 {
	color: #0B1E73;
	display: block;
}
.emph2 {
	color: #0B1E73;
}	
.footer a {
	color: #00549E;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
	color: #0000FF;
}
.alttext{
	display:none; 
}

.theSearch a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#0B1E73;
}
.theSearch a:hover {
	color:#00549E;
}
.uccefeatlinks {
	margin-top:10px;
	text-align: center;
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	color: #7ab800;
        width: 159px;
} 

.sidebar {
width: 35%;
padding: 10px;
margin-left: 15px;
margin-bottom: 10px;
border-top: 1px dashed #666666;
border-bottom: 1px dashed #666666;
float: right;
font-family:Times New Roman, Times, serif;
font-size:12px;
	color:#333333;
	background-color:#FFFFFF;
	word-spacing:2px;
	display:block;
	line-height:130%;
}

.sidebar td {
font-family:Times New Roman, Times, serif;
font-size:12px;
padding-top:10px;
padding-bottom:10px;
	color:#333333;
	background-color:#FFFFFF;
	word-spacing:2px;
	display:block;
	line-height:130%;
}

.sidebar h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	font-weight:bold;
	margin:0px;
text-align: center;
}


.sidebar h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	font-weight:bold;
	margin:0px;
}

.sidebar h5 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#333333;
	font-weight:bold;
	margin:0px;
	text-transform: uppercase;
}

.sidebar a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#00549E;
	text-decoration:none;
	word-spacing:normal;
}

.sidebar a:hover{
	color:#0B1E73;
}
#loginBox a:hover{
	color:#999999;
}
#loginBox a{
	text-decoration:none;
	font-size:11px;
	color:white;
	font-weight:bold;
}
#loginBox a.orange:hover{
	color:#C1902D;
}
#loginBox a.orange{
	font-size:10px;
	color:#FEB612;
	font-weight:normal;
}

#loginBox{
	width:147px;
	padding-left:10px;
	padding-right:10px;
	padding-top:4px;
	height:180px;
	background-color:#0B1E73;
	color:#feb612;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(/images/misc/myhofstraLogin.gif);
	background-repeat:no-repeat;
	background-position:10px 9px;
}
#loginBox input{
	width:147px;
	font-size:12px;
	line-height:18px;
	height:18px;
	border:solid 1px #888888;
	margin-top:8px;
	margin-bottom:8px;
}

/* EXPANDABLE DRAWERS */

* {
		padding: 0;
		margin: 0;
		}
html {
		font-size: 100%;
		background: #ffffff url(/images/Home/home_sides_gradient.jpg) repeat-x;
}
.container {
		width: 178px;
		border: 1px solid #FFFFFF; 
		}
.expandable {
/*		border-top: 1px dotted #aaaaaa;
		background-color: #eeeeee; */
		padding: 5px;
		display: none;
		}
ul.homenav {
		list-style-type: none;
		font-size: 11px;
		font-weight: bold;
	margin: 0;
	padding: 0;

/*	border-bottom: 1px dashed #999999; */
}
ul.homenav a {
/*	border-top: 1px dashed #999999; */
  border-bottom: 1px dashed #DDDDDD; 
	display: block;
	padding: 2px 7px 2px 8px;
	padding-left: 12px;
	color:#00549E;
	background-image:url(/images/nav/i_localNavArrow.gif);
	background-repeat:no-repeat;
	background-position:0% 53%; 
	text-decoration: none;
}
ul.homenav a:hover {
	color: #0b1e73;
	background: #bae8f3;
}
ul.homenav a:active {
	color: #0b1e73;
}

/* IE Fixes */

/* remove annoying gaps */
.homenav li {	
	display: inline; 
}
/* force hover on entire width of  link */
* html .homenav a {
	height: 1px;
}		
/* END EXPANDABLE DRAWERS */

a.nathbtn {
     display: block;
     width: 365px;
     height: 30px;
     background-image: url(/images/misc/home_nath_banner.gif);
     background-repeat: no-repeat;
     }
a.nathbtn:hover { 
     background-image: url(/images/misc/home_nath_banner_h.gif);
     }
	 
	 
#promocorner {
        display: none;
	width:178;
	float: right;
}
.news {
	min-height:175px;

}
.newstop {
	background-image:url(/images/Home/news_border_top.jpg);
	background-repeat: repeat-x;
	min-height: 35px;
        display: none;
}
.newsbottom {
        display: none;
	background-image:url(/images/Home/news_border_bottom.jpg);
	background-repeat: repeat-x;
	min-height: 35px;
	clear:both;
}
.newsrelatedlast{
        float:left;
	display:block;
	vertical-align:middle;
	padding:2px 0px 2px 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10.5px;
	font-stretch: extra-condensed;
	color:#444444;
	background-color:#FFFFFF;
	font-weight:bold;
	margin: 3px 0px 3px 0px;
	text-decoration:none;
}
.boxes {
        display: none;
}

.headlines {
         min-height: 170px;
         float: left;
         width: 100%;
}
#jsddm
{	
	margin: 0;
	padding: 0;
}
	
#jsddm li
{
	float: left;
	list-style: none;
	font: 11px Arial;
        margin-top: -10px;
}

#jsddm li a
{
	display: block;
	background: #0b1e73;
	text-decoration: none;
	border-right: 1px solid white;
	width: 60px;
	color: #EAFFED;
	white-space: nowrap;
}

#jsddm li a:hover
{
	background: #0b1e73;
}
		
#jsddm li ul
{
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-top: 1px solid white;
	margin-top: -40px;
}
		
#jsddm li ul li
{
	float: none;
	display: inline;
}
		
#jsddm li ul li a
{
	padding: 2px 5px;
	width: auto;
	color: #0b1e73;
	border-bottom: 1px #FFFFFF solid;
	background: #52c6e2
}
		
#jsddm li ul li a:hover
{
	background: #fdc82f
}

/* styles for entire search widget */
.yui-skin-sam .yui-ac { position:relative;font-family:arial;font-size:100%; }
/* styles for input field */
.yui-skin-sam .yui-ac-input { width:240px; }
/* styles for results container */
.yui-skin-sam .yui-ac-container { top:1.6em;width:240px; }
/* styles for header/body/footer wrapper within container */
.yui-skin-sam .yui-ac-content { position:absolute;width:240px;border:1px solid #808080;background:#fff;color:#000000;overflow:hidden;z-index:9050; }
/* styles for container shadow */
.yui-skin-sam .yui-ac-shadow { position:absolute;margin:.3em;width:100%;background:#000;-moz-opacity: 0.10;opacity:.10;filter:alpha(opacity=10);z-index:9049; }
/* styles for results list */
.yui-skin-sam .yui-ac-content ul{ margin:0;padding:0;width:240px; }
/* styles for result item */
.yui-skin-sam .yui-ac-content li { margin:0;padding:2px 5px;cursor:default;white-space:nowrap; }
/* styles for prehighlighted result item */
.yui-skin-sam .yui-ac-content li.yui-ac-prehighlight { background:#B3D4FF; }
/* styles for highlighted result item */
.yui-skin-sam .yui-ac-content li.yui-ac-highlight { background:#0000FF;color:#FFF; }

/* TEST CSS FOR GLOBAL  */

#nav .aboutnew,#nav .aboutnew a{
	background-image:url(/images/nav/globalNav/h_about_new.gif);
	background-repeat:no-repeat;
	display: block; height: 14px; width:54px;
	float:left;
}
#nav .aboutnew a:hover{
	background-image:url(/images/nav/globalNav/i_about_new.gif);
	display: block; height: 14px; width: 54px;
}
#nav .aaboutnew, #nav .aaboutnew a {
	background-image:url(/images/nav/globalNav/a_about_new.gif);
	display: block; height: 14px; width: 54px;
	float:left;
}
#nav .admissionsnew,#nav .admissionsnew a{
	background-image:url(/images/nav/globalNav/h_admission_new.gif);
	background-repeat:no-repeat;
	width:80px;
	height:14px;
	display:block;
	float:left;
}
#nav .admissionsnew a:hover{
	background-image:url(/images/nav/globalNav/i_admission_new.gif);
}
#nav .admissionsnew:active,#nav .aadmissionsnew, #nav .aadmissionsnew a{
	background-image:url(/images/nav/globalNav/a_admission_new.gif);
	width:80px;
	height:14px;
	display:block;
	float:left;
}

#nav .academicsnew,#nav .academicsnew a{
	background-image:url(/images/nav/globalNav/h_academics_new.gif);
	background-repeat:no-repeat;
	width:85px;
	height:14px;
	display:block;
	float:left;
}
#nav .academicsnew a:hover{
	background-image:url(/images/nav/globalNav/i_academics_new.gif);
}
#nav .academicsnew:active,#nav .aacademicsnew, #nav .aacademicsnew a{
	background-image:url(/images/nav/globalNav/a_academics_new.gif);
	width:85px;
	height:14px;
	display:block;
	float:left;
}
#nav .researchnew,#nav .researchnew a{
	background-image:url(/images/nav/globalNav/h_research_new.gif);
	background-repeat:no-repeat;
	display: block; height: 14px; width: 73px;
	float:left;
}
#nav .researchnew a:hover {
	background-image:url(/images/nav/globalNav/i_research_new.gif);
	display: block; height: 14px; width: 73px;
}
#nav .aresearchnew, #nav .aresearchnew a {
	background-image:url(/images/nav/globalNav/a_research_new.gif);
	display: block; height: 14px; width: 73px;
	float:left;
}
#nav .studentlifenew,#nav .studentlifenew a{
	background-image:url(/images/nav/globalNav/h_studentLife_new.gif);
	background-repeat:no-repeat;
	width:90px;
	height:14px;
	display:block;
	float:left;

}
#nav .studentlifenew a:hover{
	background-image:url(/images/nav/globalNav/i_studentLife_new.gif);
}
#nav .astudentlifenew, #nav .astudentlifenew a{
	background-image:url(/images/nav/globalNav/a_studentLife_new.gif);
	width:90px;
	height:14px;
	display:block;
	float:left;
}

#nav .athleticsnew,#nav .athleticsnew a{
	background-image:url(/images/nav/globalNav/h_athletics_new.gif);
	background-repeat:no-repeat;
	width:82px;
	height:14px;
	display:block;
	float:left;

}
#nav .athleticsnew a:hover{
	background-image:url(/images/nav/globalNav/i_athletics_new.gif);
}
#nav .aathleticsnew, #nav .aathleticsnew a{
	background-image:url(/images/nav/globalNav/a_athletics_new.gif);
	width:72px;
	height:14px;
	display:block;
	float:left;
}

#nav .myhofstranew,#nav .myhofstranew a{
	background-image:url(/images/nav/globalNav/h_myhofstra_new.gif);
	background-repeat:no-repeat;
	width:95px;
	height:14px;
	display:block;
	float:left;
}
#nav .myhofstranew a:hover{
	background-image:url(/images/nav/globalNav/i_myhofstra_new.gif);
}
#nav .amyhofstranew, #nav .amyhofstranew a{
	background-image:url(/images/nav/globalNav/a_myhofstra_new.gif);
	width:95px;
	height:14px;
	display:block;
	float:left;
}
#nav {
        margin-left:10px;
}
#nav .dot {
	background-image:url(/images/nav/globalNav/nav_button.gif);
	background-repeat:no-repeat;
	display: block; height: 14px; width: 18px;
	float:left;
}
/* END TEST CSS */
/* START SITE GUIDE */
#slickbox 
{
	width:855px; 
	height:240px; 
	margin-bottom: 10px; 
	margin-top: 0px; 
	background:#d8e4f3; 
	padding: 0px; 
	border-top: 1px solid #0b1e73; 
	border-bottom: 1px solid #0b1e73;
}
/*
#slickbox ul { margin-left: 0px; }
*/
#slickbox table { width:855px;margin-top: 0px; }
.sitemapul 
{
	margin-left: 10px;
	width:18%;
	margin-bottom:20px;
	margin-right:6px;
	float:left; 
}
.sitemapul li 
{
	list-style: none;
	list-style-position:inside;
	line-height: 8px;
}
.sitemapul a 
{
	border-bottom: 1px dotted #BBBBBB; 
	display: block;
	color:#00549E;
	text-decoration:none;
	font-size: 11px;
	line-height: 8px;
	padding: 0px 0px 2px 0px;
}
.sitemapul a:hover {
	color:#0B1E73;
}