/* Undergraduate catalog stylesheet */
/* Content styles taken from old page*/
html, body{
	/*background-color: #032D20;*/
	margin: 0;
	padding: 0;
}

h1, h2{
	color: #030;
}

a{
	color: #060;
}

#leftbar{
	/*float: left;
	width: 103px;
	min-height: 500px;
	background: transparent url(../images/left_bar.jpg) top left no-repeat;*/
}

/* Style for new design */
#container{
	/*border: 1px solid #AAAAAA;*/
	background: #6eb789 url(../images/left_bar.jpg) top left no-repeat;
}
#main{	
	margin-left: 103px;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background: #FFF;
}

#header{
	background-image:url(../images/header_back.jpg);
	position: relative;
	padding-top: 30px;
	overflow: hidden;
	width: 100%;
}
#header h1{
	color: #063;
	font-variant: small-caps;
	font-size: xx-large;
	margin-top: 0px;
}

#links{
	position: absolute;
	top: 0;
	right: 0;
}
#links a{
	color: #006633;
	text-decoration: none;
}
#links a:hover{
	text-decoration: underline;
}

#content{
	padding: 6px 25px 6px 25px;
}


#slider{
	clear: both;
	padding: 4px 0 4px 0;
	/*border-top: 1px solid #5F5F5F;*/
	border-bottom: 1px solid #5F5F5F;
	/*position: relative;*/
	/*border-top: 3px double #27272a;
	border-bottom: 3px double #27272a;
	padding: 0;*/
	
	/* To fix viewing issues in dreamweaver */
	display: none;
}

#slider .sliders {
	display: block;
	background: #FBFDFD;
	height: 86px;
	margin: 0;
	list-style-type: none;
	padding: 0;
	padding-left: 5px;
	
	/*width: 80%;*/
	/*margin: auto;*/
	overflow: hidden;
}

#slider li {
	float: left;
}

#slider .slider {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 60px;
	/*width: 125px;*/
	padding: 10px;
	background: #fff;
	border-right: 5px solid #FBFDFD;
	border-top: 3px solid #FBFDFD;
	border-bottom: 3px solid #FBFDFD;
}

#slider .slider{
	font-family: Arial, Helvetica, sans-serif;
	/*font-weight: bold;*/
	font-size: large;
	color: #FFF;
	text-decoration: none;
}

#slider .slider span {
	/*display: none;*/
}

/*#slider .slider{
	background: url(../images/bottom-shadow.png) bottom left repeat-x;
	_background: url(../images/bottom-shadow.gif) bottom left repeat-x;
}*/
#slider #about, #slider #programs{ background-color: #F49A49; }
#slider #general, #slider #prepro{ background-color: #A9D9D9; }
#slider #planning, #slider #courses{ background-color: #6F9C75; }


#footer{
	border-top: 1px solid #5F5F5F;
	text-align: right;
	padding-top: 2px;
	padding-right: 2px;
	font-size: x-small;
}

/* Sub pages */
.subHolder{
}

.sub{
	display: none;
	position: relative;
	
	/*background: #DDD url(../images/sub-gradient.png) bottom left repeat-x;*/
	background: #eee;
	border: 1px solid #666;
	border-color: #FBFDFD #95CED2 #94C79D #95CED2;
	border-top: 0;
	padding: 4px;
	
	overflow: hidden;
	
	/*width: 50%;
	margin: auto;*/
	
	height: 0;
}

.sub .subtxt{
	overflow: auto;	/* Scroll inner content */
	/*max-height: 230px;*/
	padding-bottom: 4px;
}

.sub .mh{
	height: 230px;
}

.sub ul{
	/*-moz-column-count: 4;*/
	list-style-type: none;
	margin: 0 0 0 8px;
	padding: 0;
}

/* Code for multiple columns */
.sub ul{
	width: 23%;
	float: left;
	overflow: hidden;
	border-right: 1px solid #999;
}

.sub ul ul{
	margin: 0 0 0 16px;
	width: auto;
	border-right: 0;
	font-size: small;
}
.sub ul ul li a{ font-size: 0.9em; }

.sub ul li{
	padding-left: 5px;
	/*background: transparent url(../images/square.gif) left top no-repeat;*/
	font-weight: bold;
	padding-bottom: 2px;
}

.sub ul li a{
	/*color: #6EB789;*/
	/*font-size: 1.2em;*/
	text-decoration: none;
}
.sub ul li a:hover{
	text-decoration: underline;
}


.sub h1{
	color: #660000;
	margin-top: 2px;
	border-bottom: 1px dashed #AAA;
}

/* Manually set heights for subtxt holders */
/*#st1{ height: 110px; }
#st2{ height: 210px; }
#st3{ height: 170px; }
#st4{ height: 170px; }
#st5{ height: 50px; }
#st6{ height: 230px; }*/

/* Link to close sub */
.hsub{
	position: absolute;
	left: 2px;
	bottom: 2px;
	
	cursor: pointer;
	font-weight: bold;
}
