@charset "UTF-8";
/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	background: #252a2d;
	font-size: 12px;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	outline: none;
}

a, a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #0066FF;
}

#container {
	width: 925px;
	margin: 0 auto;
	height: auto;
	background: none;
	color: #b6b6b6;
}

#header {
	float: left;
	width: 905px;
	height: 116px;
	padding: 0px 0px 0px 20px;
	background: #252a2d url(../images/header.jpg) top center no-repeat;
}

#logo_holder {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 295px;
	height: 91px;
	background: url(../images/ucds_logo.png);
	behavior: url('css/iepngfix.htc');
}

#header_menu {
	float: right;
}

#menu_wrapper {
	float: left;
	width: 925px;
	height: 27px;
	background: #252a2d url(../images/menu_box.jpg) top center no-repeat;
	padding-bottom: 15px;
}

#rolling_image {
	float: left;
	width: 901px;
	height: 220px;
	padding: 12px;
	background: #1c1f21;
}

#rolling_image_home {
	float: left;
	width: 920px;
	height: 220px;
	margin: 0 auto;
	padding: 12px 0px;
	background: #1c1f21;
	text-align:center;
	
}

#content_wrapper {
	float: left;
	width: 925px;
	height: auto;
	padding: 15px 0px 15px 0px;
}

#left_wrapper {
	float: left;
	width: 275px;
	height: auto;
	background: none;
}

#right_full_wrapper {
	float: left;
	width: 638px;
	height: auto;
	background: #46575d;
}

#middle_sm_wrapper {
	float: left;
	width: 239px;
	height: auto;
	background: #4f6268 url(../images/wire_bkg.jpg) left bottom no-repeat;
	padding-bottom: 195px;
}

#right_wrapper {
	float: left;
	/*width: 399px;*/
	width: 380px;
	height: auto;
	background: none;
}

#right_wrapper_wide {
	float: left;
	width: 638px;
	height: auto;
	background: none;
}

#footer {
	float: left;
	width: 925px;
	height: 82px;
	text-align: center;
	padding-top: 40px;
	background: #FFFFFF url(../images/footer.jpg) top center no-repeat;
}

#inside_text_thin {
	padding: 20px 25px 5px 20px;
}

#inside_text_wide {
	float: left;
	width: 325px;
	margin-left: 25px;
	padding: 20px 5px 15px 0px;
	border-bottom: #CCCCCC solid 1px;
}

#inside_text_wide_nb {
	float: left;
	width: 325px;
	margin-left: 25px;
	padding: 20px 5px 20px 0px;
}

#inside_text_wide_single {
	float: left;
	width: 595px;
	margin-left: 25px;
	padding: 20px 5px 20px 0px;
}

#item_box {
	padding-bottom: 10px;
}

#item_box img {
	padding-right: 15px;
}


/*---MENU LISTS---*/

#menu_wrapper ul {
	margin: 0;
	padding: 0;
	padding-top: 6px;
	list-style-type: none;
	text-align: right;
}

#menu_wrapper ul li{
	display: inline;
}


#menu_wrapper ul li a {
	text-decoration: none;
	font: "Century Gothic";
	padding: .2em 1.3em;
	color: #c5d5e6;
	text-decoration: none;
	font-size: 15px;
}

#menu_wrapper ul li a:hover, a:active {
	color: #4C9DFF;
}

#header_menu ul {
	margin: 0;
	padding: 0;
	padding-top: 4px;
	list-style-type: none;
	text-align: left;
}

#header_menu ul li{
	display: inline;
}


#header_menu ul li a {
	text-decoration: none;
	font: "Century Gothic";
	padding: .2em 1.3em;
	color: #c5d5e6;
	text-decoration: none;
	font-size: 10px;
}

#header_menu ul li a:hover, a:active {
	color: #4C9DFF;
}

/*---ITEM LISTS---*/

#left_wrapper ul {
	list-style-image: url(../images/pad_bullet.jpg);
}

.arrow {
	list-style-image: url(../images/arrow_bullet.jpg);
	padding: 2px 0px;
	margin: 0px;
}

.date_title {
	color: #4c9dff;
}

.clean_link {
	text-decoration: none;
	color: #4C9DFF;
}

.white {
	color: #FFFFFF;
}