@charset "utf-8";
/* CSS Document */

/* Front Page Layout */

#HotTopics { /* for IE6 and lower */
	float: left;
	background-color: #DDE1EB;
	margin-top: 5px;
	margin-left: 5px;
	width:125px;
	height:250px;
	background-image:url(http://www.uwf.edu/helpdesk/images/HotTopics_edge.gif);
	background-position: left;
	background-repeat: no-repeat;
}

html>body #HotTopics { /* for IE7 and Firefox*/
	float: left;
	background-color: #DDE1EB;
	margin-top: 5px;
	margin-left: 5px;
	width:130px;
	height:250px;
	background-image:url(http://www.uwf.edu/helpdesk/images/HotTopics_edge.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#splash_image {
	margin: 0px 0px 0px 0px;
	float: left;
}
div#WelcomeText {clear:both;}
a#LatestNews {display:block;width:160px;height:22px;background-image: url("/helpdesk/images/LatestNews_tab.gif");}
a#LatestNews span {display: none;}

div#NewsBlock {
	margin-left: 5px;
	background-color: #DDE1EB;
	width:605px;
}

div.HDnews {
	margin: 0px;
	background: transparent url(/helpdesk/tab/images/emphasis/gradient.jpg) repeat-x bottom;
	width:605px;
	border-bottom: 2px solid #FFFFFF;
}

.ReadStory { margin-top:-10px; text-align:right;}
.ReadAll {width:605px; 
		  text-align:right;
		 }

/* Inside Page layout */
#top_image {padding-left: 0px;}

/* Text Formatting */

#HotTopics h3 {
	text-align:center;
	font-size:0.9em;
}

div#HotTopics ul {list-style:none;margin:0px;padding:10px;font-size: 1em;}
div#HotTopics ul li {padding-bottom: 1em;}

.ReadAll p span a{display:inline;}
a.rssfeed {margin-top: -15px;}

/* Used to format sidebar image links */
a#its_link {display:block;width:174px;height:60px;background-image: url(/helpdesk/images/go_its_blue.jpg); }
a:hover#its_link {display:block;width:174px;height:60px;background-image: url(/helpdesk/images/go_its_white.jpg); }
a#its_link span {display:none;}

a#argus_link {display:block;width:174px;height: 200px;background-image: url(/helpdesk/images/sideArgus.jpg); }
a:hover#argus_link {display:block;width:174px;height: 200px;background-image: url(/helpdesk/images/sideArgus_hover.jpg); }
a#argus_link span {display:none;}

/* Table without padding */
.nopadding {
	padding: 0px;
	margin: 0px;
}



/* Used on new home page */
#homecol1 {float: left;width: 73%;background-color:#F2F2F2;margin: -.25em 0;}
#homecol2 {float: right;width: 25%;}
#HomeColWhiteSpace {float: left;width: 2%;}

#clear {clear: both;}

#homeHotTopics {width:100%; background-color:#999999;}
#homeNewsTitle {width:100%; background-color:#336699;}
#homeNewsText {width:100%; margin:5px;}
#homeHTcol1 {float: left; width: 299px; background-color:#F2F2F2;background-color:#999999; padding:10px;}
#homeHTcol2 {float: right; width: 265px; background-color:#999999; padding-bottom:10px;}

#homeNewsText a:link {color:#66ccff;}
#homeNewsText a:visited {color:#66ccff;}

.homeCol2Cat {font-size:+1; font-weight:bolder; color:#006633;}

.whitetext {color:#ffffff;}
.yellowtext {color:#ffff00;}

table.homeServices {width:98%; border:0;}
td.homeServices {width:50%; vertical-align:top; padding-bottom:15px;}
tr.homeServices {}

.smaller {
	font-size: smaller;
}
.HomeServiceCategory {
	color: #3F90E8;
	font-size:large;
}




