/* General
-------------------------------------------------------------- */

body { background: #eaeaea url(http://www.clemson.edu/_template-assets/brand-2009/images/body-bg.jpg) repeat-x; }
html { overflow-y:scroll; }
.ccit-blue {background: #ededed url(http://www.clemson.edu/ccit/media/blue-feature.jpg) repeat-x;}
hr { color: #86898c; border: 1px solid #86898c; }

/* Containers
-------------------------------------------------------------- */

#container {
	width: 962px;
	margin: 0 auto;      
	}

#columns {
	width: 940px;
	padding: 0px 20px 5px 0px;
	float: left;
	/*background-color: #FFF;*/
	background: url(../../media/columns.jpg) repeat-y top left;
        border-right: 1px solid #a3a3a3;
	border-left: 1px solid #a3a3a3;
	}
#columns_nonav {
	width: 940px;
	padding: 0px 0px 5px 20px;
	float: left;
	/*background-color: #FFF;*/
	background: url(../../media/columns_nonav.jpg) repeat-y top left;
        border-right: 1px solid #a3a3a3;
	border-left: 1px solid #a3a3a3;
	}	
#columns_main {
	width: 940px;
	padding: 0px 20px 5px 0px;
	float: left;
	/*background-color: #FFF;*/
	background: url(../../media/columns_main.jpg) repeat-y top left;
        border-right: 1px solid #a3a3a3;
	border-left: 1px solid #a3a3a3;
	}
.heading { border-bottom: 1px solid #CCC; margin-top: 0.25em;}	

/* Grid Setup
-------------------------------------------------------------- */

.column, div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, 
div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, 
div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-nav {
	float: left;
	margin-right: 8px;
	}

/* last column in a row needs this class. */
.last, div.last { margin-right: 0; }

/* setting the widths of the columns. */
.span-1  { width: 50px; }
.span-2  { width: 108px; }
.span-3  { width: 166px; }
.span-4  { width: 224px; }
.span-5  { width: 282px; }
.span-6  { width: 340px; }
.span-7  { width: 398px; }
.span-8  { width: 456px; }
.span-9  { width: 514px; }
.span-10 { width: 572px; }
.span-11 { width: 630px; }
.span-12 { width: 688px; }
.span-13 { width: 746px; }
.span-14 { width: 804px; }
.span-15 { width: 862px; }
.span-16 { width: 920px; margin: 0; }
.span-nav { width: 784px; }

/* add empty columns after. */
.append-1  { padding-right: 58px; }  
.append-2  { padding-right: 116px; } 
.append-3  { padding-right: 174px; } 
.append-4  { padding-right: 232px; } 
.append-5  { padding-right: 290px; } 
.append-6  { padding-right: 348px; } 
.append-7  { padding-right: 406px; } 
.append-8  { padding-right: 464px; } 
.append-9  { padding-right: 522px; } 
.append-10 { padding-right: 580px; } 
.append-11 { padding-right: 638px; } 
.append-12 { padding-right: 696px; } 
.append-13 { padding-right: 754px; } 
.append-14 { padding-right: 812px; } 
.append-15 { padding-right: 870px; } 

/* add empty columns before. */
.prepend-1  { padding-left: 58px; }  
.prepend-2  { padding-left: 116px; } 
.prepend-3  { padding-left: 174px; } 
.prepend-4  { padding-left: 232px; } 
.prepend-5  { padding-left: 290px; } 
.prepend-6  { padding-left: 348px; } 
.prepend-7  { padding-left: 406px; } 
.prepend-8  { padding-left: 464px; } 
.prepend-9  { padding-left: 522px; } 
.prepend-10 { padding-left: 580px; } 
.prepend-11 { padding-left: 638px; } 
.prepend-12 { padding-left: 696px; } 
.prepend-13 { padding-left: 754px; } 
.prepend-14 { padding-left: 812px; } 
.prepend-15 { padding-left: 870px; }

/* to see the grid. */
.showgrid { background: url(../../../images/grid.gif); }

/* add a 1 pixel border */
.border-black { border: 1px solid #333; }
.border-gray { border: 1px solid #cdcdcd; }

.column {
	border-right: 1px solid #a3a3a3;
	border-left: 1px solid #a3a3a3;
	}
.hidden {display: none;}

/* Header
-------------------------------------------------------------- */

#header {
	width: 962px;
	height: 135px;
	margin: 0 auto;
	position: relative;
	background: #FFF url(../../media/CCIT_full_top_white.jpg) no-repeat;
	border-bottom: 3px solid #666;
	}
#header_intern {
	width: 962px;
	height: 135px;
	margin: 0 auto;
	position: relative;
	background: #FFF url(../../media/CCITintern_full_top_white.jpg) no-repeat;
	border-bottom: 3px solid #666;
	}

/* logo */
#wordmark {
	background: url(http://www.clemson.edu/ccit/media/ccit-wm-sm.jpg) no-repeat;
	height: 110px;
	width: 420px;
	position: absolute;
	top: 16px;
	left: 20px;
	}
#wordmark_intern {
	background: none !important;
	height: 110px;
	width: 420px;
	position: absolute;
	top: 16px;
	left: 20px;
}

#wordmark a, #wordmark_intern a {
	display: block;
	text-indent: -9999px;
	width: 420px;
	height: 110px;
	}

#wordmark-print {
	display: none;
	}

/* tool links */
#tools {
	position: absolute;
	top: 18px;
	right: 15px;
	text-align: right;
	font-size: .9em;
	}

#tools ul { list-style-type: none; padding: 0; margin: 0; }
#tools li { display: inline; padding: 0 5px; }
#tools a:hover { color: #666; }

/* search  */
#search_content {
	position: absolute;
	top: 79px;
	right: 20px;
	}

#search_content .button {
	float: left;
	}

#search {
	height:14px;
	width:145px;
	padding: 6px 0 5px 5px;
	margin:0;
	float:left;
	background:none;
	border: none;
	}
	
	
/* Navigation Features
-------------------------------------------------------------- */

#active_navbar{
	height: 34px;
     
	float:left;
	background-color: #3A4958;
	padding:0px 0px 0px 0px;
	margin:0px;

	
}


#active_navbar a,
#active_navbar a:visited{

        font-size: 12px;
	padding: 10px 10.42px 10px 11px;
	/*color:#ccc*/
	color: #fff;

	background-image:url(http://www.clemson.edu/ccit/media/orange_nav_slice.jpg);		
	border-right: 1px solid #3A4958;
	
}

#active_navbar a.active,
#active_navbar a.active:visited{
	color: #ffffff;
	background-image:url(http://www.clemson.edu/ccit/media/blue_nav_slice.jpg);

	
	
	
}


#active_navbar a:hover {
	color: #ffffff;

	
}

#active_navbar a.active:hover {
	text-decoration:underline;


	
}
	
.breadcrumb {
	width: 928px;
	padding: 2px 16px;
	background-color: #3A4958;
        border-bottom: 3px solid #CECECE;
	}


/* Left Column
-------------------------------------------------------------- */

#leftcol { 
	width: 200px;
	border-right: 1px solid #eee;
	padding-left: 0px;
        background: #3A4958;
	font-size: 1.3em;
	text-align: left;
	}

#leftcol  ul
{
  clear: both;
  background-color: transparent;

  padding: 0;
  margin: 5px;
  margin-right: 1px;
}

#leftcol  ul li
{
  padding: 0px;
  display: block;
  padding: 3px 0px;
  /overflow: hidden;
}

#leftcol  ul li a
{
  background-color: transparent;
  background-image: none;
  padding:2px 0 2px 20px;
  font-weight: bold;
  display: block;
  width: 94%;
  color: #fff;
  overflow: hidden;
}

#leftcol  ul li a:hover
{
  background-color: #888;
  background-image: url(http://www.clemson.edu/ccit/media/left_nav_grey_dot.jpg);
  background-repeat: no-repeat;
  background-position: center left;
  display: block;
  margin-bottom: 0px;
  overflow: hidden;
}

#leftcol  ul li .active
{
  background-color: #transparent;
  background-image: url(http://www.clemson.edu/ccit/media/left_nav_blue_dot.jpg);
  background-repeat: no-repeat;
  background-position: center left;
}

#leftcol  ul li .activefolder
{
  background-color: #3A4958;
  background-position: center left;
}

#leftcol  ul li ul li a
{
  font-size: 1.2em;
  font-weight: normal;
  padding: 2px 0 2px 20px;
  color: #fff;
}

#leftcol  ul li ul li a:hover
{
  background-color: #888;
  color: #fff;
}


#leftcol  ul li ul li ul li a
{
  font-size: 1.2em;
  font-weight: normal;
  padding: 2px 0 2px 25px;
  color: #fff;
}

#leftcol  ul li ul li ul li  a:hover
{
  background-color: #888;
  color: #fff;
}

#land-feature {width: 100%;
               height: 240px;
               background: url(http://www.clemson.edu/ccit/media/landing_bkground.jpg) no-repeat;
}
#land-feature img {padding: 12px; float: right; }

#rightcol {width: 143px;
        padding: 5px 0px 5px 5px;
        color: #fff;
	font-size: 1em;
	text-align: left;
	}
#rightcol a { color: #fff; text-decoration: underline; }
#rightcol h3 { color: #fff; padding: 0; }

.rightcol_main {
        color: #fff;
	}
.rightcol_main a { color: #fff; text-decoration: underline; }
.rightcol_main h3 { color: #fff; padding: 0; }

/* Sub Site Footer
-------------------------------------------------------------- */

.subsite-footer {
	width: 920px;
	float: left;
	background-color: #ffffff;
	padding: 10px 20px 10px 20px;
	border: 1px solid #a3a3a3;
	border-bottom: none;
	text-align: center;
	}

/* Footer Site Index
-------------------------------------------------------------- */

.siteindex {
	width: 960px;
	background-color: #94958f;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	font-size: 1.2em;
	}

.siteindex ul { list-style-type: none; margin: 0 20px; }
.siteindex li { display: inline; padding: 0 4px; line-height: 38px; }
.siteindex a { color: #FFF; }
.siteindex a:hover { color: #FFF; }
.siteindex .title { color: #d1d2cd; padding-left: 0px; }


/* Footer Columns
-------------------------------------------------------------- */

#footer {
	width: 960px;
	margin: 0px auto 0px;
	background-color: #94958f;
	float: left;
	padding: 0px 0px 0 0px;
	border: 1px solid #a3a3a3;
	border-top:  3px solid #CECECE;
	}

#footer h5 {
	font-weight: normal;
	}

.footer-col {
	width: 230px;
	float: left;
	}

.footer-col-last {
	width: 227px;
	float: left;
	}

.copyright {
	text-align: center;
        border-top: none;
	margin-top: 8px;
        margin-bottom: 8px;
	padding: 7px 0;
	width: 920px;
	float: left;
	color: #000;
	font-size: .9em;
	}

#footer p { font-size: .9em; line-height: 1.7em; color: #555; margin: 0 0 .8em; }
#footer ul { margin: 0 0 0 20px; list-style-type: none; font-size: .9em; line-height: 1.7em;  }
#footer h5 { margin-left: 20px; margin-bottom: 5px; }
#footer h5.first { margin-left: 0; }

.bottom-menu {
	text-align: center;
	background-color: #94958f;
	border-top: 1px solid #666;
	font-size: 1.2em;
	}

.bottom-menu ul { list-style-type: none; margin: 0 20px; font-size: 80%; }
.bottom-menu li { display: inline; padding: 0 4px; line-height: 30px; font-size: 80%; }
.bottom-menu a { color: #000; text-decoration: underline; }
.bottom-menu a:hover { color: #000; }

.h-underline {padding-bottom:3px;border-bottom:solid 3px #888}


/* A-to-Z Index
*****************************************/

.catalog {
  width: 98%; 
  border: 2px solid #3A4958; 
  float: left; 
  padding: 3% 0% 3% 1%;
}
.catalog_tab {
  background-color:#F9E498;
  border:2px solid #3A4958;
  margin:3px -1px 3px 0;
  padding:2px 5px 3px;
}
.catalog_tab_active {
  background-color:#FFFFFF;
  border-color:#3A4958 #3A4958 #FFFFFF;
  border-style:solid;
  border-width:2px;
  border-bottom: 3px;
  font-weight:bold;
  margin:3px 1px 2px 0;
  padding:2px 7px 3px;
  position:relative;
  z-index:1;
}


/* Yellow and Red Alerts
*****************************************/
.menu_alerts {

	padding: 0px ;
        line-height: 34px;
	color: #fff;
	border-bottom: 1px solid #CECECE;
	border-right: 1px solid #a3a3a3;
	border-left: 1px solid #a3a3a3;
	}
#alerttext {
  font-size:13px;
  margin:1px 0 1px 0px;
  text-align:left;
  width: 100%;
}
.homePageTextRedAlert {
  background-color:#CC0000;
  color:#FFFFFF;
  margin:0;
  padding:6px 15px 7px;

}
.homePageTextRedAlert a, .homePageTextRedAlert a:visited {
  color:#FFFFFF;
  text-decoration:none;
}
.homePageTextRedAlert a:hover, .homePageTextRedAlert a:active {
  color:#FFFFFF;
  text-decoration:underline;
}
.homePageTextYellowAlert {
  background-color:#FFCC00;
  color:#000000;
  margin:0;
  padding:6px 15px 7px;

}
.homePageTextYellowAlert a, .homePageTextYellowAlert a:visited {
  color:#000000;
  text-decoration:none;
}
.homePageTextYellowAlert a:hover, .homePageTextYellowAlert a:active {
  color:#000000;
  text-decoration:underline;
}

img {
margin: 0 10px 0 0;
}







/* ************************************************* 
 CSS for the FAQ LINKS that appear on the right side of the CCIT website
************************************************* */
#faq_heading{
	font-size:125%;
	font-weight:bold;
	margin:0px;
	color:#fff;
	text-decoration:none;


	padding: 3px 0px 4px 3px;


}

#faq_rightSideLinks{
	
	border-top: 2px solid #fff;
	margin: 20px 0px 0px 0px;
	padding:0;
	width:100%;
}
#faq_rightSideLinks a[target="_blank"]{
       background-image:none;


}
#faq_rightSideLinks a{
	text-decoration:none;
	font-size:110%;
	display:block;
	color: white;
	padding: 4px 2px 5px 2px;
	margin: 8px 0px;
	






}

#faq_rightSideLinks a:visted{
	color:#ccc;


}

#faq_rightSideLinks a:hover{
	background-color:#ccc;
	color:#3a4958;
	/*text-decoration:underline;*/


}