@charset "UTF-8";
/* CSS Document */


/***************** OVERALL STRUCTURAL STUFF *****************/
BODY {
	MARGIN-TOP: 0px; FONT-SIZE: 10px; MARGIN-LEFT: 0px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
        background-color: #660000;
}
TD {
	MARGIN-TOP: 0px; FONT-SIZE: 10px; MARGIN-LEFT: 0px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
HR {
	COLOR: #cccccc; HEIGHT: 1px; 
}
a:link {
	COLOR: #0063a3; TEXT-DECORATION: none;
}
a:visited {
	COLOR: #0063a3; TEXT-DECORATION: none;
}
a:hover {
	COLOR: #990000; TEXT-DECORATION: underline;
}

#container {
	WIDTH: 802px;
	BACKGROUND-REPEAT: no-repeat;
        margin-left: auto;
        margin-right: auto;
        display:block;
	background-color:white;
	background: url(/ucolleges/ugc/images/container-bg.gif) repeat-y #ffffff;
}

#header {
	WIDTH: 800px;
        margin-left: auto;
        margin-right: auto;
        display:block;
}

#header img {
	border: none;
}

#footer {
	WIDTH: 802px;
        margin-left: auto;
        margin-right: auto;
        display:block;
}
#header {
	BACKGROUND-COLOR: #ffffff;
        border-left: 1px solid white;
        border-right: 1px solid white;
}
#footer {
	BORDER-TOP: 1px solid white;
	COLOR: #660000;
}

ol li {
	margin-bottom: 15px;
}

input {
	border: 1px solid gray;
}

input.button {
	border: 1px solid black;
	background: url(/ucolleges/ugc/images/header-bg.gif) repeat-x #efefef;
	font-weight: bold;
}

input.button:hover {
	background: url(/ucolleges/ugc/images/gray-background2.gif) repeat-x #cccccc;
	color: white;
}


/***************** MAIN TEXT BODY *****************/
div.column_2_text {
	padding-right: 20px;
	padding-left: 20px;
}

#column_2 h1 {
	font-size: 18px;
	padding-left: 15px;
	margin-top: 0px;
	background-color: #efefef;
	background: url(/ucolleges/ugc/images/header-bg.gif) repeat-x #efefef;
	border-bottom: 1px solid #dddddd;
	padding-top: 5px;
	padding-bottom: 5px;
}

#column_2 h2 {
	font-size: 14px;
}

#column_2 {
	BORDER-RIGHT: 1px solid white;
	Z-INDEX: 22;
	FLOAT: left;
	BORDER-LEFT: #cccccc 1px solid;
	WIDTH: 609px;
	BACKGROUND-COLOR: #ffffff;
}
.column_2_text {
	PADDING-RIGHT: 5px;
	MARGIN-TOP: 5px;
	PADDING-LEFT: 7px;
	MARGIN-BOTTOM: 5px;
}

.form_section {
	background-color: #efefef;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #dddddd;
}

#column_2 img {
	border: 1px solid black;
}

/***************** NAV BAR ********************/
#column_1 {
	display:block;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	BORDER-RIGHT: white 1px solid;
	FLOAT: left;
	WIDTH: 800px;
	BACKGROUND-COLOR: #0063a3;
    border-left: 1px solid white;
	background: url(/ucolleges/ugc/images/nav-bg.gif) repeat-x #0063a3;
}

#nav {
	MARGIN-TOP: 0px;
	FONT-WEIGHT: normal;
	WIDTH: 800px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
#nav UL {
	PADDING-RIGHT: 0px;
	BORDER-TOP: #4a82b6 1px solid;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	LIST-STYLE-TYPE: none;
}
#nav LI {
	float:left;
}
#nav LI A {
	DISPLAY: block;
	PADDING-RIGHT: 2em;
	PADDING-LEFT: 2em;
	PADDING-BOTTOM: 7px; 
	COLOR: #ffffff;
	PADDING-TOP: 7px;
	BACKGROUND-COLOR: #0063a3;
	TEXT-DECORATION: none;
	background: url(/ucolleges/ugc/images/nav-bg.gif) repeat-x #0063a3;
}
#nav LI A:hover {
	COLOR: #ffffff;
	BACKGROUND-COLOR: #302b7c;
	background: url(/ucolleges/ugc/images/highlight.gif) repeat-x #302b7c;
}



/***************** UPCOMING EVENTS - righthand column ********************/
#college_logo {
	 margin-top: 15px;
}

#college_logo img {
	border: 0px;
}

#upcoming_events h1 {
	font-size: 16px;
	text-align: center;
	display:block;
	padding: 3px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	margin-top: 20px;
	background-color:gray;
	/*background: url(/ucolleges/ugc/images/header-bg.gif) repeat-x #efefef;*/
}

#upcoming_events a {
	color:white;
}

#upcoming_events {
	background-color: #DDDDDD;
	display:block;
	float:left;
	width: 189px;
	border-right: 1px solid white;
	border-left:1px solid gray;
}

#upcoming_events ul {
	display:block;
	margin:0px;
	padding:0px;
	list-style: none;
	margin-left:15px;
	margin-right:15px;
}

#upcoming_events li {

	display:block;
	padding-bottom: 8px;
	padding-top: 8px;
	border-bottom: 1px solid gray;
}

#upcoming_events li div.description, #upcoming_events li img {
	display:none;
}


#upcoming_events div.event_title, #sidefeed a {
	font-size: 12px;
}

#upcoming_events div.event_title a {
	color: blue;
}

#upcoming_events div.timelocation {
	display:none;
}

#upcoming_events div.date {
	font-size: 10px;
}
#upcoming_events div.date {
	font-size: 10px;
}

#upcoming_events {
	background:url(/ucolleges/ugc/images/gray-background2.gif) repeat-x #DDDDDD;
}



/**************** ACTIVITIES - items in the main section ********************/
#activities li, #twitter_div li {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 10px;
}

#activities div.date {
	font-weight:bold;
	font-size:10px;
}

#activities div.description {
	padding-top: 0px;
	font-size: 10px;
}

#activities div.timelocation {
	font-weight: bold;
	padding-bottom: 10px;
}

#activities li {
	padding: 10px;
	border: 1px solid gray;
	background-color: #F5F5F5;
	background: url(/ucolleges/ugc/images/event-bg.gif) repeat-x #f5f5f5;
}

#twitter_div li {
	border: 3px solid #33ccff;
	padding: 8px;
	background-color: #eeffff;
}

#twitter_div a {
	color: #000099;
	word-wrap: break-word;
}

#twitter_div span a {
	color: #993300;
}

#twitter_div span {
	display: block;
	margin-bottom: 5px;
}

#activities ul, #twitter_div ul {
	margin:0px;
	padding:0px;
	list-style: none;
}

#activities div.event_title {
	font-size: 14px;
	font-weight: bold;
}

#activities li li {
	background-color: none;
	background: none;
	border: 0px;
	margin-left: 35px;
	margin-bottom: 2px;
	padding: 0px;
	list-style: disc;
}

#activities li ul {
	margin-bottom: 18px;
}



/**************** WHO'S WHO PAGE *******************/
div.staff_member {
	padding: 3px;
	border: 1px solid #dddddd;
	background-color: #efefef;
	margin-bottom: 10px;
}



/****************** PAST EVENTS PAGE ********************/
div.big_list ul {
	display:block;
	list-style: none;
	padding: 0px;
}

div.big_list li {
	display: block;
	text-decoration: none;
	margin: 0px;
	border-bottom: 1px solid gray;
}

div.big_list a {
	font-size: 14px;
	padding: 15px;
}

div.big_list a:link {
	display: block;
	color: #0063a3;
	background-color: none;
}

div.big_list a:visited {
	display: block;
	color:#0063a3;
	background-color: none;;
}

div.big_list a:hover {
	display: block;
	color: white;
	text-decoration: none;
	background-color: #0063a3;
}


/**** TEMP ****/
#column_2 center img {
	display:none;
}






/**** DROPDOWN ****/
#dropdown {
	FONT-WEIGHT: normal;
	WIDTH: 188px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	position:absolute;
	visibility:hidden;
	border: 2px solid gray;
	border-left: none;
}
#dropdown UL {
	PADDING-RIGHT: 0px;
	BORDER-TOP: gray 1px solid;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px; MARGIN: 0px;
	PADDING-TOP: 0px;
	LIST-STYLE-TYPE: none;
}
#dropdown LI {
	BORDER-BOTTOM: gray 1px solid;
}
#dropdown LI A {
	PADDING-RIGHT: 5px;
	DISPLAY: block;
	PADDING-LEFT: 0.5em;
	PADDING-BOTTOM: 7px;
	BORDER-LEFT: gray 1px solid;
	COLOR: #000000;
	PADDING-TOP: 7px;
	BACKGROUND-COLOR: #cccccc;
	background: url(/ucolleges/ugc/images/header-bg.gif) repeat-x;
	TEXT-DECORATION: none;
}
#dropdown LI A:hover {
	COLOR: #ffffff;
	BACKGROUND-COLOR: #302b7c;
	background: url(/ucolleges/ugc/images/gray-background2.gif) repeat-x;
	text-decoration: none;
}




/**** Front page slideshows ****/

#slideshow {
	width: 540px;
	height: 350px;
	overflow:hidden;
	margin: 15px;
	border: 1px solid #cccccc;
	background-color: black;
}

#slideshow img {
	-ms-interpolation-mode: bicubic;
	width: 540px;
	clip:rect('0', '540', '350', '0');
	border: none;
}

#slideshow-border {
	background-color: #efefef;
	border: 1px solid #cccccc;
	width: 570px;
}


#ugcfooter a {
	color:white;
}

#ugcfooter {
	color: white;
}
