﻿@import "SchoolCommon.css";
@import "../../NPDeptCommon.css";

/*
 *	SoE School Main Page CSS
 */

.PageBottomSpace{
	height:300px;
	background: transparent url('/soe/technology/PublishingImages/img_appliedrnt.jpg') no-repeat scroll right bottom;
	position: relative; bottom:-20px;
}

.LeftNav{
	vertical-align:top;
}

.LeftNavTopBorder{
	height:6px;
	background: transparent url('/soe/technology/PublishingImages/img_blue_divider.gif') no-repeat;
}

.LeftNavBottomBorder{
	height:20px;
	background: transparent url('/soe/technology/PublishingImages/img_blue_divider.gif') no-repeat;
}

.LeftColumn{
	vertical-align:top;
}

.VerticalBorder{
	width:12px;
	background: transparent url('/soe/technology/PublishingImages/img_topshadow.gif') no-repeat;
}

.VerticalBorder2{
	width:15px;
}

.LeftSchoolLogo{
	width:100%;
	text-align:right;
}

.RightColumn{
	vertical-align: top;
	border-left: none;
	text-align:left;
}

.RightBanner{
	width: 100%;
	vertical-align:top;	
	border-left: none;
	/*border-bottom: 5px #CCCCCC solid;*/
}

.ContentBorder{
	background-color: white;
	border-top: none;
	border-bottom: none;
}

#flashcontent{
	vertical-align:top;
}

.BottomContentArea{
	vertical-align:top;
}

.BottomContentLeft{
	width:446px;
}

.BottomContentRight{
	vertical-align:top;
}

/********************************************************
 * NP Content Query 1
 ********************************************************/
 
.ContentQuery1_BaseHolder{
	width: 445px;
	border-bottom: 1px #CCCCCC solid;
}

.ContentQuery1_Title{
	color: black;
}

.ContentQuery1_DescHolder{
	width: 425px;
	text-align:justify;
	border-left: 5px white solid;
}

.ContentQuery1_Btn{
	background: white url('/SiteCollectionImages/TemplateImages/arrow_square_grey.jpg') no-repeat;
}

.ContentQuery1_BtnHolder{
	border-bottom: 3px white solid;
	width: 445px;
}

/**********************************************
 *	Image on Left, Title and Desc on right
 **********************************************/
 
.NP_ImgLeft_TitleDescRight_BaseHolder{
	border-bottom: 10px white solid;
	text-align:left;
	width: 95%;
}

.NP_ImgLeft_TitleDescRight_img{
	width:100px;
	height:60px;	
}

.NP_ImgLeft_TitleDescRight_Title{
	text-decoration:none;
	color: #006599;
}

.NP_ImgLeft_TitleDescRight_Desc{
}

a.NP_ImgLeft_TitleDescRight_Link:hover:active, visited, link, hover {
	text-decoration:none;
}

.NP_ImgLeft_TitleDescRight_BtnHolder{
	text-align:right;
}

.NP_ImgLeft_TitleDescRight_Btn{
	text-decoration:none;
	/*background: none;*/
	background: transparent url('/SiteCollectionImages/TemplateImages/arrow_square_grey.jpg') no-repeat;
	padding-right:20px;
}

.NP_ImgLeft_TitleDescRight_Link{
}

/********************************************************
 *	Left Navigation Menu
 ********************************************************/

.menu-StaticMenuStyle{
	display:inline;
}

.menu-StaticMenuItemStyle{
	width: 180px;
	font-size: 11px;
	color: #0066cc;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
	text-align: right;
	text-indent: 0px;
	background: transparent url('/soe/technology/PublishingImages/left_menu_arrow.gif') no-repeat scroll 160px;
	padding-top: 2px;
	padding-right: 13px;
	border-top-color: transparent;
}




