@charset "utf-8";
/* CSS Document */
/*Drop Down css*/
a:link, a:visited, a:hover, a:active
{
	text-decoration: none;
}

/* inline elements
*************************/

strong
{
	font-weight: bold;
}

/* tabs
*************************/

ul.tabs
{
	display: table;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

ul.tabs li
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: table-cell;
	float: left;
	position: relative;
}

ul.tabs a
{
	position: relative;
	display: block;
}

/* dropdowns
*************************/

ul.dropdown
{
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	z-index: 999;
	top: 100%;
	width:200px;
	display: none;
	left: 0;
}

ul.dropdown ul.dropdown
{
	top: 0;
	left: 95%;
}

ul.dropdown li
{
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	list-style: none;
	display: block;
}

ul.dropdown li a
{
	display: block;
	line-height:23px;
	background-image:none;
	background-color:#050506;
	color:#FFF;
}


/* menu-specifc
*************************/




#nav ul.dropdown
{
	overflow:hidden;
	border-bottom: 1px solid #dc902f;
	width: 200px;
	background-color:#050506;
	margin-top:-3px;
}

#nav ul.dropdown li a
{
	
	line-height: 30px;
	overflow: hidden;
	height: 30px;
	width:180px;
	float:left;
	color:#FFF;
}
#nav ul.dropdown li
{
border-bottom:#999 solid 1px;
}
#nav ul.dropdown li.last a
{
border-bottom-width: 0;
}

#nav ul.dropdown li a:hover
{
background-image:none;
background-color:#000;
color:#CCC;
}
/*Drop down css*/

ul.dropdown
{
	margin: 0;
	padding: 0;
	display: block;
	position: absolute;
	z-index: 999;
	top: 100%;
	width: 250px;
	display: none;
	left: 0;
}

ul.dropdown ul.dropdown
{
	top: 0;
	left: 95%;
}

ul.dropdown li
{
	margin: 0;
	padding: 0;
	float: none;
	position: relative;
	list-style: none;
	display: block;
}

ul.dropdown li a
{
	display: block;
}


/* menu-specifc
*************************/


*
{
outline:none;
margin:0px;
padding:0px;
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
}
body
{
background-color:#e4e4e4;
background-image:url(../images/main_bg.gif);
background-repeat:repeat-x;
background-position:left top;
margin:0px;
padding:0px;
}
#main
{
width:100%;
}
#wrapper
{
width:980px;
margin:0 auto;
position:relative;
}
#header
{
width:980px;
float:left;
}
#rgpv
{
float:left;
background-image:url(../images/rgpv.gif);
background-repeat:no-repeat;
width:247px;
height:195px;
overflow:hidden;
}
#name
{
float:left;
background-image:url(../images/colgname.gif);
background-repeat:no-repeat;
width:655px;
height:84px;
overflow:hidden;
margin-top:64px;
}
.clear
{
clear:both;
}
#nav
{
float:left;
width:990px;
margin:4px 0px 10px 0px;
position:relative;
}
#nav ul
{
list-style:none;
}

#nav li
{
float:left;
display:block;
padding-right:4px;
}
#nav li a
{
background-image:url(../images/blank.gif);
background-position:left top;
height:27px;
display:block;
float:left;
padding-left:7px;
text-decoration:none;
color:#000;
line-height:24px;
font-weight:bold;
}
#nav a span
{
background-image:url(../images/blank.gif);
background-repeat:no-repeat;
background-position:right top;
height:27px;
padding-right:7px;
display:block;
float:left;
cursor:pointer;
}
#nav li a:hover, #nav li a.selected
{
background-image:url(../images/nav_bg.gif);
background-repeat:no-repeat;
background-position:left top;
height:27px;
display:block;
text-decoration:none;
color:#FFF;
cursor:pointer;
}

#nav li a:hover span, #nav li a span.selected
{
background-image:url(../images/nav_bg.gif);
background-repeat:no-repeat;
background-position:right top;
height:27px;
display:block;
}
#whtnew
{
float:left;
width:990px;
}
#left_tag
{
float:left;	
background-image:url(../images/whats-new.gif);
background-position:left top;
background-repeat:no-repeat;
width:166px;
font-weight:bold;
font-size:12px;
color:#FFF;
height:44px;
line-height:40px;
text-indent:52px;
}
#new_marquee
{
float:left;
background-image:url(../images/whats-new.gif);
background-repeat:repeat-x;
background-position:left -44px;
width:800px;
padding:0 6px;
height:44px;
line-height:40px;
font-size:12px;
color:#000;
overflow:hidden;
}
#rightclose
{
background-image:url(../images/whats-new.gif);
background-repeat:no-repeat;
background-position:right top;
width:12px;
height:44px;
float:left;
}
#container
{
	float:left;
	width:990px;
	background-color:#FFF;
	overflow:hidden;
	margin-top:10px;
	background-image:url(../images/middle_bg.gif);
background-repeat:repeat-y;

}
#container2
{
	float:left;
	width:990px;
	background-color:#FFF;
	overflow:hidden;
	margin-top:10px;
	/*background-image:url(../images/middle_bg.gif);
background-repeat:repeat-y;*/

}
#left_container
{
float:left;
width:265px;
padding-bottom:10px;
}
#middle_container
{
float:left;
width:460px;
}
.orangeline
{
width:440px;
border-bottom:#ffcd3c 1px solid;
height:1px;
overflow:hidden;
float:left;
}
#middle_container p
{
float:left;
width:440px;
padding:0 10px;
}
#middle_container p.welcommsg
{
float:left;
width:440px;
padding:5px 10px;
text-align:justify;
line-height:20px;
}
#right_container
{
float:left;
width:265px;
}
#student_notice
{list-style:none;

}
#student_notice li
{background-image:url(../images/bullet.gif);
background-repeat:no-repeat;
background-position:10px 10px;
padding-left:25px;
padding-top:5px;
}

.content_heading
{
float:left;
width:265px;
background-image:url(../images/heading.gif);
height:38px;
line-height:35px;
color:#FFF;
font-weight:bold;
font-size:12px;
text-indent:10px;
}
.content p.faculty_corner
{
text-align:justify;
padding:0px 10px;
}
.content
{
float:left;
width:265px;
padding:10px 0px;
}
span.pagetitle
{
font-family:Verdana, Geneva, sans-serif;
font-size:24px;
color:#ffcd3c;
font-style:italic;
}
.content1
{
float:left;
width:265px;
}

#left_container p
{
padding:5px;
width:255px;
display:block;
float:left;
}
#left_container p.msg
{
padding:10px;
width:245px;
display:block;
float:left;
}
#left_link
{
list-style:none;
}
#left_link li
{
background-image:url(../images/bullet.gif);
background-repeat:no-repeat;
background-position:10px center;
padding-left:25px;
background-color:#fff4d2;
height:33px;
line-height:30px;
border-bottom:#333 dashed 1px;
}
#left_link li a
{
text-decoration:none;
color:#000;
font-weight:bold;
}
#footer
{
width:100%;
clear:both;
position:relative;
background-image:url(../images/footer_bg.gif);
background-repeat:repeat-x;
background-position:left top;
background-color:#111111;

}
#footer_content
{
	width:990px;
	margin:0 auto;
	padding:20px 0px;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
}
#footer_content p
{
font-size:10px;
line-height:20px;
}
#footer_content a
{
text-decoration:none;
color:#000;
font-size:10px;
}

.campus_note{
float:left;
width:625px;
padding:5px 10px;
text-align:justify;
line-height:20px;

}
#middle_container1{
padding:5px;
float:left;
width:625px;
}
#left_container1{
float:left;
min-height:500px;
padding-bottom:10px;
width:265px;


}
.orangeline1{
border-bottom:1px solid #FFCD3C;
float:left;
height:1px;
overflow:hidden;
width:625px;
}
.pagetitle_top
{font-family:Verdana, Geneva, sans-serif;
text-align:center;
font-size:24px;
color:#ffcd3c;
font-style:italic;

}
.campus_note2 {style.css (line 503)
float:left;
line-height:20px;
padding:5px 10px;
text-align:center;
width:625px;
}

#pscroller1{
width: 130px;
height: 80px;

padding: 5px;
background-color: lightyellow;
}

#pscroller2{

height: 142px;

padding: 3px;
}

#pscroller2 a{
text-decoration: none;
}

.someclass{ //class to apply to your scroller(s) if desired
}
