html {
	min-height: 100%;
	height: 100%;
	width: 100%;
}

body {
	background-image: url(../../img/bg.gif);
	background-position:top;
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	min-height: 100%;
	height: 100%;
	width: 100%;
}

ul {
	list-style-image: url(http://www.ntid.rit.edu/prospective/img/bullet_quicklinks.gif);
	margin-top: 9px;
	margin-bottom: 0px;
	}
	
a.link_no_hover_bg:hover {

	background-color:transparent;

}
	

	
form {
	margin: 0px;
	padding: 0px;
}

table {
	margin: 0px;
	padding: 0px;
}
	
a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {

	background-color:#E7E2BE;
}
a:active {
	color: #F36E21;
}

#titlebar {
	margin: 0px;
	padding: 0px;
	width: 790;
	height: 107;
	position: relative;
}

.radio_button_search {
	margin-top: -5px;
	padding-top: -5px;
}

#anim_navbar {
	margin: 0px;
	padding: 0px;
	width: 790px;
	position: relative;
	height: 227px;
}

#signupbar {
	margin: 0px;
	padding: 0px;
	width: 790px;
	position: relative;
	height: 43px;
	clear:both;
}

#graybar {
	height: 156px;
	width: 790px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.greybar_text {
	font-family: "Trebuchet MS", Verdana, Arial, san-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	margin-top: 1px;
	margin-left: 4px;
	line-height: 15px;
}

.greybar_text_nonlink {
	font-family: "Trebuchet MS", Verdana, Arial, san-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
	margin-top: 1px;
	margin-right: -4px;
	line-height: 15px;
}


.news_item_text {
	font-family: "Trebuchet MS", Verdana, Arial, san-serif;
	font-size: 11px;
	line-height:16px;
	color: #000000;
	margin-top: 0px;
}
.footer {
	font-family: "Trebuchet MS", Verdana, Arial, san-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333;
	text-align:left;
	width:777px;
	margin:1em auto;
	padding-top:1em;
	border-top:1px solid #ddd;
	
}

#sociallinks {
	
	width:380px;
	float:right;
	padding-top:40px;
	text-align:right;
	
	
}

#sociallinks img {
	
	border:none;
	margin-left:20px;
	
}

#sociallinks a:hover {
	
	background-color:transparent;
	
}

#ul_navbar {

	height:31px;
	margin:0 auto;
	width:750px;
	padding:0;

}


#ul_navbar ul {

	width:800px;
	height:30px;
	margin:0 0 0 0;
	padding:0;
	


}

#ul_navbar li {

	float:left;
	display:block;
	margin: 4px 18px  4px 9px ;
	padding:0;

}

#ul_navbar a {

	font-family:"Trebuchet MS", Verdana, sans-serif;
	color:white;
	font-size:12px;
	text-decoration:none;

}

#ul_navbar a:hover {

	text-decoration:underline;

}

	

/* ################################# NAVBAR ###########################*/

@charset "UTF-8";

/* SprySlidingPanels.css - version 0.1 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main SlidingPanels container. This selector
 * defines the width and height of the view port for the widget. Note that
 * this selector does not set the overflow property since that is done programatically
 * by the widget. Setting the overflow property programatically ensures that
 * the contens of the widget will be fully visible should JavaScript be disabled
 * in the browser.
 *
 * If you want to constrain the width of the SlidingPanels widget, set a width on
 * the SlidingPanels container. By default, our sliding panels widget expands
 * horizontally to fill up available space.
 *
 * The SlidingPanels container is positioned relative so that content inside it
 * can be positioned relative to its upper left corner.
 *
 * Avoid placing any CSS border or padding properties on the SlidingPanels container
 * as they can affect the proper positioning and sliding animations of the contents
 * inside the container.
 *
 * The name of the class ("SlidingPanels") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * SlidingPanels container.
 */
.SlidingPanels {
	position: relative;
	width: 404px;
	height: 159px;
	padding: 0;
	border: none;
	float:left;
	margin:0;
}

.SlidingPanels_title {
	position: relative;
	width: 140px;

	padding: 0px;
	border: none;
	float:left;
}

/* This is the selector for the container that holds all of the content panels
 * for the widget. The SlidingPanelsContentGroup container is what gets programtically
 * positioned to create the slide animation. It is also what governs the layout of
 * the panels.
 *
 * By default, the width of the container is the same as its parent, the SlidingPanels
 * container.
 *
 * You can make the panels within the SlidingPanelsContentGroup container layout
 * horizontally by giving the SlidingPanelsContentGroup container a width that is as wide
 * or larger than the sum of the widths of all of the content panels, and then floating
 * the content panels inside the SlidingPanelsContentGroup container so they all appear
 * on the same line. You may also need to float the SlidingPanels and SlidingPanelsContentGroup
 * containers to insure that none of the content panels "leak" outside of the widget.
 *
 * Avoid placing any CSS border, margin, or padding properties on the SlidingPanels
 * container as they can affect the proper positioning and sliding animations of the
 * the container within the widget.
 *
 * The name of the class ("SlidingPanelsContentGroup") used in this selector is not
 * necessary to make the widget function. You can use any class name you want to style the
 * SlidingPanelsContentGroup container.
 */
.SlidingPanelsContentGroup {
	position: relative;
	width: 8000px;
	margin: 0px;
	padding: 0px;
	border: none;
	float:left;
}

.SlidingPanelsContentGroup_title {
	position: relative;
	width: 8000px;
	margin: 0px;
	padding: 0px;
	border: none;
	float:left;
}


/* This is the selector for the container that holds content for a given panel. In our
 * default style implementation, the dimensions of each content panel exactly match the
 * dimensions of the view port (SlidingPanels) container. This ensures that only one
 * panel ever shows within the view port.
 *
 * Avoid placing any CSS border, margin, or padding properties on the SlidingPanels
 * container as they can affect the proper positioning and sliding animations of the
 * the panel within the widget. You can place border, margins and padding on any content
 * *inside* the content panel.
 *
 * The name of the class ("SlidingPanelsContent") used in this selector is not
 * necessary to make the widget function. You can use any class name you want to style the
 * SlidingPanelsContent container.
 */
.SlidingPanelsContent {
	width: 404px;
	height: 176px;
	overflow: hidden;
	margin: 0 0 0 0;
	padding: 0;
	border: none;
	float:left;
}

.SlidingPanelsContent_title {
	width: 140px;

	overflow: hidden;
	margin: 0 0 0 0;
	padding: 0;
	border: none;
	float:left;
	text-align:right;
	
}

/* The class used in this selector is programatically added to the SlidingPanels container
 * anytime we are animating between panels. This rule makes sure that *all* content inside
 * the widget is overflow:none to avoid a rendering glitch that occurs in FireFox 1.5 whenever
 * there is an element inside the widget that displays a scrollbar.
 *
 * The class is automatically removed once the animation has stopped so that the overflow
 * properties of the content inside the widget should be restored.
 */
.SlidingPanelsAnimating * {
	/* overflow: hidden !important; */
}

/* The class used in this selector is programatically added to the SlindingPanelsContent
 * container that is currently visible in the view port. The class is automatically removed
 * when the widget switches to a different panel.
 */
.SlidingPanelsCurrentPanel {
}

/* The class used in this selector is programatically added to the SlidingPanels container
 * anytime the SlidingPanels container is given focus. The class is automatically removed
 * once the SlidingPanels container loses focus.
 */
.SlidingPanelsFocused {
}

#main_feature_container {

	width:809px;
	margin:0px auto;
	border-left:8px solid #fff;

}

#left_feature_container {

	width:403px;
	height:196px;
	float:left;
	background-image:url("http://www.ntid.rit.edu/ntidweb/img/fpwidget/left_top.jpg");
	background-repeat:no-repeat;
	border-right:1px solid #ebebeb;
	padding:0;
	margin:0;
	text-align:left;

}

#right_feature_container {

	width:404px;
	height:196px;
	float:left;
	background-image:url("http://www.ntid.rit.edu/ntidweb/img/fpwidget/right_top.jpg");
	background-repeat:no-repeat;
		padding:0;
		margin:0;
		text-align:left;

}

#right_feature_top {



}

#right_feature_top_right {

	width:115px;
	float:right;
	margin:0 3px 0 0;
	height:37px;

}

#left_feature_top {



}

#left_feature_top_right {

	width:115px;
	float:right;
	margin:0 -12px 0 0;
	height:37px;

}

.sliding_content_text {

	float:left;
	clear:none;
	margin-top:24px;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size:14px;
	color:#532900;
	line-height:20px;

}

		/* TEXT FOR EACH UNIT CAN BE STYLED SEPARATELY */
		
		.sliding_content_text_left_1 {
		
			width:160px;
			padding-left:10px;
		
		}
		
		.sliding_content_text_left_2 {
		
			width:170px;
			padding-left:23px;
		
		}
		
		.sliding_content_text_left_3 {
		
			width:218px;
			padding-left:23px;
		
		}
		
		.sliding_content_text_left_4 {
		
			width:150px;
			padding-left:23px;
		
		}
		
		.sliding_content_text_right_1 {
		
			width:194px;
			padding-left:23px;
		
		}
		
		.sliding_content_text_right_2 {
		
			width:190px;
			padding-left:23px;
		
		}
		
		.sliding_content_text_right_3 {
		
			width:180px;
			padding-left:23px;
		
		}
		
		.sliding_content_text_right_4 {
		
			width:200px;
			padding-left:23px;
		
		}

.sliding_content_text a {

	font-weight:bold;
	color:#532900;

}

.sliding_content_text a:hover {

	font-weight:bold;
	color:#f36e21;
	text-decoration:none;

}

.sliding_content_photo {

	width:404px; 
	height:196px;
	margin:5px 0 0 0;
	

}

.sliding_content_photo_right_4 {

	width:380px; 
	height:196px;
	margin:5px 0 0 0;
	

}

#right_feature_title {

float:right;

margin-top:17px;

}

#left_feature_title {

float:right;

margin-top:17px;

}

.titletext { 

	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#532900;
	 }


