/*============= Main Page Columns eaf8fb=============*/
#colWrapper{
	border-top: 10px solid #3c89c4;
	background: #eaf8fb;
	display:block;
	height:100%;
}
#colContainer{
	border-right:560px solid #eaf8fb;
}
#leftColumn{
	float:left;
	width:100%;
}

#rightColContainer{
	float:left;
	width:560px;
	margin-right:-560px;
	position:relative;
	z-index:5;
	background: url('../img/home/leftColl_bg.png') top left repeat-x;
}
#rightColLeft{
	float:left; 
	width:216px;
	border-bottom:1px solid #ccc;
	background-color:#fff6d7;
	padding:9px 0px 8px 0px;
	text-align:center;
	background: url('../img/home/middle_bg.png') top left repeat-y;
	z-index:15;
	position:relative;
}

#rightColRight{
	float:left;
	width:250px !important;
}

#page_content {
    padding: 0 !important;
}


#selectBox{
	background: url('../img/home/selectBox_bg.gif') top left no-repeat;
	width:260px;
	height:40px;
	line-height:40px;
	margin:10px 10px 0px 10px;
	padding-left:60px;
	border:1px solid transparent;
	color:#fff;
	font-size:150%;
	font-weight: normal;
}
#map {
	width:280px;
	border:1px solid #000;
	text-align:center;
	margin:3px 10px 0px 10px;
}

#infoBox {
	background: #fff6d7;
	width:300px;
	margin:10px 10px 0px 10px;
	padding:10px 10px 10px 10px;
	border:1px solid #d27d00;
	text-align:justify;
}

#caShapeBg {
	background-image: url(../img/home/cashapebg.png);
	background-repeat: no-repeat;
	background-position: 212px -12px;
}

.findProgramBox {
    background: #fff6d7;
    width:300px;
	margin:10px 10px 0px 10px;
	padding:10px 10px 10px 10px;
	border:1px solid #d27d00;
    text-align: left;
}

.findProgramBox label.aligned {
    padding: 6px 2px 0 0 ;
    width: 5em; 
    display: block;
    float: left;
    text-align: right;
}

.findProgramBox .fields
{
    float: left;    
}

.findProgramBox .go_arrow
{
    float: right;
    padding: 1.5em 2px 1.5em 5px;    
}


.findProgramBox select option.optgroup {
    font-weight: bold;
}

.findProgramBox select option.opt {
    padding-left: 1.5em;
}

.findProgramBox select {
    width:225px !important; 
    margin-right:5px;    
}

.findProgramBox h3 {
    margin: 0 0 .5em 0;
}

#findOccupation {
    height: 320px;
    overflow: auto;    
}

#loginBox {
	background: #cfe9f2 url('../img/home/icon_user.gif') 10px 10px no-repeat;
	width:300px;
	margin:10px 10px 0px 10px;
	padding:0px 0px 10px 20px;
	border:1px solid #0b69b9;
}
#loginBox h2{
	margin:15px 0px 15px 35px;
	color:#0b69b9;
	font-size:140%;
}

/*===== Slider Boxes for Student/Faculty/Advisor ====*/
#studentWrapper, #facultyWrapper, #advisorWrapper{
	position:absolute;
	width:271px;
	overflow:hidden;
	right:553px;
	padding-left:10px;
}
#studentSlide, #facultySlide, #advisorSlide{
	position:relative;
	width:252px;
	left:252px;
	height:221px;
	overflow:visible;
	margin-right:10px;
	background-color:#eaf8fb;
}

#studentWrapper{top:0px;background: url('../img/home/student_slide_bg.gif') top right no-repeat;}
#facultyWrapper{top:221px;background: url('../img/home/faculty_slide_bg.gif') top right no-repeat;}
#advisorWrapper{top:442px;background: url('../img/home/advisor_slide_bg.gif') top right no-repeat;}
#studentSlide{background: url('../img/home/student_more_bg.png') top left no-repeat;}
#facultySlide{background: url('../img/home/faculty_more_bg.png') top left no-repeat;}
#advisorSlide{background: url('../img/home/advisor_more_bg.png') top left no-repeat;}

.moreTab {
    margin-top:157px;
    float:left;
    width:27px;
    height:64px;
}

.slideText {
	font-size: 93%;
	padding:20px 0px 0px 5px;
	overflow:hidden;
	scroll:auto;
	text-align: left;
}

