/* ---------- homepage content ---------- */

#homeDivider {
	background-color: #f0f0f0;
	margin: 0 auto;
	background-image: url(/_assets/image/home/homeDivider-gradient-x.gif);
	/* [disabled]border-bottom-width: 1px; */
	/* [disabled]border-bottom-style: solid; */
	/* [disabled]border-bottom-color: #333; */
	background-repeat: repeat-x;
	background-position: bottom;
}
#homeNavDivider {
	background-color: #cccccc;
	height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B4B4B4;
	background-image: url(/_assets/image/home/homeNav-gradient.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#homeNav {
	margin: 0 auto;
	width: 960px;
}
#homeNav a {
	float: left;
	padding: 13px 20px 9px 20px;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

#homeNav a:hover {
	color: #1867b9;
	cursor: hand;
}

#homeNav a.active {
	background-color: #f0f0f0;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B4B4B4;
	border-left-color: #B4B4B4;
	color: #1867b9;
	padding: 13px 19px 9px 19px;
}
#homeNav p {
	float: right;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}





#homeContent {
	height: 520px;
	width: 960px;
	margin: 0 auto;
	position: relative;
	overflow: visible;
	padding: 20px 0px;
	/* [disabled]background-color: #FFF; */
}
#homeContent a:focus {
	outline: none;
}


#footerWelcome {
	background-color: #152e53;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	overflow: auto;
}
#footerWelcome h2 {
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	margin: 25px 0px 0px 30px;
	padding: 0px;
	clear: both;
}
#footerWelcome .fwCol {
	margin: 0px;
	padding: 0px 30px;
	float: left;
	width: 300px;
}
#footerWelcome .fwCol p {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
#mainWindow {
	width: 960px;
	height: 300px;
	margin: 0 auto;
	/* [disabled]z-index: 2000; */
}
#mainWindow a {
	text-decoration: none;
	color: #1867b9;
}
#mainWindow a:hover {
	color: #333;
}
#mainWindow #approach #approachContent {
	width: 370px;
	float: left;
	height: 300px;
}
#mainWindow #campus #campusContent {
	float: left;
	width: 250px;
	height: 300px;
}
#mainWindow #spotlight #spotlightContent {
	float: left;
	width: 320px;
	height: 250px;
	/* [disabled]clear: left; */
	background-image: url(/_assets/image/home/spotlight/spotlight-icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#mainWindow #approach #approachContent p, #mainWindow #spotlight #spotlightContent p, #mainWindow #campus #campusContent p{
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	font-size: 14px;
	padding: 0;
	margin-top: 30px;
}
#mainWindow #approach #approachContent #approachH1, #mainWindow #spotlight #spotlightContent #spotlightH1, #mainWindow #campus #campusContent #campusH1{
	color: #1867b9;
	font-size: 24px;
	margin-top: 40px;
}

#mainWindow #approach img , #mainWindow #spotlight img, #mainWindow #campus img{
	float: right;
	margin: 0;
	padding: 0;
}




.boxContent {
	width: 640px;
	height: 400px;
	float: left;
	background-image: url(/_assets/image/main/menu-gradient.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #007db7;
}
.boxContent h1 , .boxContent h2, .boxContent h3{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #FFF;
	font-weight: normal;
}
.boxContent h2 {
	font-size: 16px;
}

.boxContent p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
}

.boxContent li {
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding-bottom: 15px;
	margin-left: 0px;
}
.boxContent a {
	text-decoration: none;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
}
.boxContent a:hover {
	color: #000;
}



.boxContent #welcomeTab {
	padding: 15px;
}
.boxContent #welcomeTab #welcomeTabContent {
	width: 400px;
	float: left;
}
.boxContent #welcomeTab #welcomeTabHighlights {
	float: left;
	width: 200px;
	padding-left: 10px;
	background-color: #1867b9;
	overflow: auto;
	padding-top: 30px;
}
.boxContent #newsTab .articleRow {
	width: 640px;
	height: 80px;
	padding-top: 10px;
}
.boxContent #newsTab .articleRow img {
	float: left;
	padding: 10px 20px 10px 35px;
}
.boxContent #newsTab .articleRow a {
	float: left;
	margin-top: 30px;
	font-size: 15px;
	width: 470px;
}
.boxContent #newsTab .articleRow span {
	float: left;
	font-size: 10px;
	display: block;
	color: #BBB;
	font-family: Verdana, Geneva, sans-serif;
	width: 300px;
}




.boxContent div.row {
	width: 640px;
	height: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	overflow: hidden;
}
.boxContent div.row p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	padding: 0;
	margin: 0;
}
.boxContent div.row h3 {
	padding: 0;
	margin: 0;
	font-size: 12px;
}
.boxContent div.row h3:hover {
	color: #000;
}
.boxContent div.col1, .boxContent div.col2     {
	float: left;
	margin: 0 15px;
	padding-top: 10px;
}
.boxContent div.col1 {
	width: 180px;
}
.boxContent div.col1 a.programBtn {
	display: block;
	width: 180px;
	height: 25px;
	color: #FFF;
	text-align: center;
	margin-top: 25px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-top: 10px;
	background-color: #0c335c;
}
.boxContent div.col1 a.programBtn:hover {
	background-color: #061a2e;
}


.boxContent div.col2 {
	width: 320px;
}
.boxContent div.col2 p.moreDescription {
	margin-top: 10px;
}

.boxContent div.col3 {
	width: 30px;
	float: right;
	height: 20px;
	margin: 0 15px;
	padding: 0;
	padding-top: 10px;
}
.boxContent div.col3 a {
	width: 30px;
	height: 20px;
	background-image: url(/_assets/image/home/more-btn.png);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	cursor: hand;
}
.boxContent div.col3 a.active {
	background-image: url(/_assets/image/home/close-btn.png);
}

.boxContent div.col3 a:hover {
	background-position: bottom;
}
#boxWrapper{
	height:180px;
	width:1200px;
	position:absolute;
	top: 320px;
	/* [disabled]left: 120px; */
}
.box{
	width:237px;
	height:149px;
	float:left;
	background-color:#FFF;
	margin-top:31px;
	margin-left:1px;
	margin-right:1px;
	overflow:hidden;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000;
	border-bottom-color: #000;
}
.boxSelector{
	float:left;
	height:180px;
	width:640px;
	background-color:#1e1e1e;
	overflow: hidden;
	background-image: url(/_assets/image/home/home-box-border.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.boxSelector:hover{
	cursor: hand;
}
.boxSelector a , .boxSelector p{
	display: box;
	padding: 5px 10px;
	float: left;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
}
.boxSelector p {
	clear: left;
	margin: 0;
	font-size: 10px;
}
.boxSelector a {
	height: 20px;
	font-weight: bold;
	width: 102px;
	font-size: 12px;
	padding-left: 25px;
}
.boxSelector p.close {
	float: right;
	clear: none;
	font-size: 12px;
	font-weight: bold;
	color: #1867b9;
}
.boxSelector img {
	float: left;
	clear: both;
}

