/* Reset Browser Defaults
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, td {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
/*table, td, th { vertical-align: middle; }*/
th { vertical-align: middle; }
table, td { text-align: left; vertical-align: top; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }

/* ---- END RESET ---- */

/* Default
-------------------------------------------------------------- */
html {
    font-size: 62.5%;
	}

body { 
	font-size: 1.1em;
	color: #444; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 2.4em; line-height: 140%; margin-bottom: 0.5em;  border-bottom: 1px solid #999;}
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1.5em; margin-bottom: 1.1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; margin-bottom: 1.5em; }
h6 { font-size: 0.9em; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
	margin: 0;
	}

.title { margin-bottom: 3px; }
.heading { border-bottom: 1px solid #CCC; }
.color { color: #502485; }



/* Text elements
-------------------------------------------------------------- */

p { margin: 0 0 1.5em; font-size: 1.1em; }

a:focus, a:hover { color: #666; text-decoration: underline; }
a { color: #A25016; text-decoration: none; }

blockquote { margin: 1.5em; color: #666; font-style: italic; }
strong { font-weight: bold; }
em,dfn { font-style: italic; }


/* Lists
-------------------------------------------------------------- */

li ul, li ol { margin:0 1.5em; }
ul { margin: 0 3.2em 1.2em 3.2em; font-size: 12px; }
ol { margin: 0 3.4em 1.2em 3.4em; }
ul.flush { margin-left: 1.3em }
ol.flush { margin-left: 1.7em }

ul { list-style-type: disc; }
ol { list-style-type: decimal; }

dl { margin: 0 0 1.2em 0; }
dl dt { font-weight: bold; }
dd { margin-left: 1.2em;}

ol.upper-roman {list-style-type:upper-roman}
ol.lower-roman {list-style-type:lower-roman}
ol.upper-alpha {list-style-type:upper-alpha}
ol.lower-alpha {list-style-type:lower-alpha}
ol.decimal-leading-zero {list-style-type:decimal-leading-zero}

ul.upper-roman {list-style-type:upper-roman}
ul.lower-roman {list-style-type:lower-roman}
ul.upper-alpha {list-style-type:upper-alpha}
ul.lower-alpha {list-style-type:lower-alpha}
ul.circle {list-style-type:circle}
ul.disc {list-style-type:disc}
ul.square {list-style-type:square}

ul#lwe { margin: 0px; }

#checklist li { 
      list-style-type:none;
      background-image:url(/_global-assets/images/checkmark.jpg);
      background-repeat: no-repeat;
      background-position: 0;
      padding-left:28px;
      line-height: 2.5em;
      }

#unchecked li { 
      list-style-type:none;
      background-image:url(/_global-assets/images/unchecked.jpg);
      background-repeat: no-repeat;
      background-position: 0;
      padding-left:23px;
      line-height: 2.5em;
      }


/* Tables
-------------------------------------------------------------- */

table { margin-bottom: 1.4em; width: 100%; border-collapse: collapse; }
td { padding: 4px 10px 4px 5px; }
td.even { background: #e6e8e9; }
tr.even td { background: #e6e8e9; }
table.border { border: 1px solid #222; }
table.cellborder td { border: 1px solid #222; }


/* Misc
-------------------------------------------------------------- */

.small { font-size: .9em; margin-bottom: 1.875em; line-height: 1.7em; }
.large { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide { display: none; }

.quiet { color: #7F7F7F; }
.loud { color: #e40000; }
.highlight { background:#fdfd86; }
.centered { text-align: center; }

.first { padding-top: 0px; margin-top: 0px; }
.last { padding-bottom: 0px; margin-bottom: 0px; }

hr { margin: 1em 0; background: #dde5e8; height: 1px; color: #dde5e8; border: none; }

#rightnav {
	border: 1px solid #cdcdcd;
	padding: 7px;
	}
	
#rightnav ul {
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 1.3em;
	font-size: .9em;
	line-height: 1.875em;
	}
/* ---- END TYPOGRAPHY ---- */

/* General
-------------------------------------------------------------- */

body { background: #eaeaea url(../images/body-bg.jpg) repeat-x; }
html { overflow-y:scroll; }


/* Containers
-------------------------------------------------------------- */

#container {
	width: 962px;
	margin: 0 auto;      
	}

#columns {
	width: 920px;
	padding: 10px 20px 5px 20px;
	float: left;
	background-color: #FFF;
        border-right: 1px solid #a3a3a3;
	border-left: 1px solid #a3a3a3;
	}
	

/* 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-10b, 
div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16 {
	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-3b  { width: 142px; }
.span-3  { width: 166px; }
.span-4  { width: 224px; }
.span-5  { width: 282px; }
.span-6  { width: 340px; }
.span-7  { width: 398px; }
.span-8b  { width: 446px; }
.span-8  { width: 456px; }
.span-9  { width: 514px; }
.span-10b  { width: 537px; }
.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-15b { width: 848px; }
.span-16 { width: 920px; margin: 0; }

/* add empty columns after. */
.append-0  { padding-right: 8px; }  
.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-black-pad { border: 0px solid #333; padding:10px; background: #d1d4d3; }
.border-black-pad-nob { border: 1px solid #cdcdcd; padding:10px;  }
.border-black-pad-margin { border: 1px solid #333; padding:10px; background: #ffffff; margin-top: 20px;}
.border-black-pad-margin-round { border: 1px solid #333; border-radius: 10px; padding:10px; background: #ffffff; margin-top: 20px;}
.border-black-nb { border: 0px solid #333; background: #f3f3f3; padding-left: 10px;}
.border-gray { border: 1px solid #cdcdcd; }
.border-peach { padding-left:10px;padding-top:5px;}
.border-peach-search { padding-left:10px;}
.border-peachimg1 { padding-left:0px;padding-top:0px; padding-bottom:0px;}
.border-peachimg { padding-left:10px;padding-top:0px; padding-bottom:0px;}



/* positioning */
.relative { position: relative; }
.absolute { position: absolute; }

img .left, div .left { float: left; margin: .5em 1.5em .5em 0; }
img .right, div .right { float: right; margin: .5em 0 .5em 1.5em; }

.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(../images/header-bg.jpg) no-repeat;
	border-bottom: 3px solid #666;
	}

/* logo */
#wordmark {
	background: url(/_global-assets/images/wordmarks/clemson.png) no-repeat;
	height: 110px;
	width: 420px;
	position: absolute;
	top: 16px;
	left: 20px;
	}

#wordmark 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
-------------------------------------------------------------- */

.department_name {
	width: 920px;
	height: 34px;
	padding: 0 20px;
	background-color: #f3f3f3;
	font-size: 1.4em;
	line-height: 34px;
	color: #000;
	border-bottom: 1px solid #CECECE;
	}
	
.breadcrumb {
	width: 928px;
	padding: 2px 16px;
	background-color: #fff;
	}


/* Left Column
-------------------------------------------------------------- */

#leftcol { 
	width: 142;
	padding-right: 20px;
	font-size: 1.05em;
	text-align: left;
	}

/* primary nav */
#leftcol ul { list-style-type: none; padding: 5px 0px 0px 0px; margin: 0px; }
#leftcol ul li { padding: 0px; border-left: 3px solid #fff;}
#leftcol ul li a { display: block; color: #333; padding: 2px; border-left: 3px solid #fff;}
#leftcol ul li a:hover { color: #f60; background-color: #ededed; text-decoration: none; border-left: 3px solid #f60;}
#leftcol ul li .hover { color: #f60; background-color: #ededed; text-decoration: none; border-left: 3px solid #f60; }


/* sub nav */
#leftcol ul li ul { padding: 0px 0px 0px 5px; margin: 0px; border-left: 3px solid #fff;}
#leftcol ul li ul li { padding: 0px; font-size: .90em; border-left: 3px solid #fff; }
#leftcol ul li ul li a { color: #333; border-left: 3px solid #fff; }
#leftcol ul li ul li a:hover {color: #f60; background-color: #ededed; border-left: 3px solid #f60; }
#leftcol ul li ul li .hover { color: #f60; background-color: #ededed; border-left: 3px solid #f60; }

/* sub sub nav */
#leftcol ul li ul li ul { padding: 0; margin: 2px 0 2px 0; }
#leftcol ul li ul li ul li { font-size: .95em; padding: 0; }
#leftcol ul li ul li ul li a { color: #555; padding: 0; }
#leftcol ul li ul li ul li a:hover { color: #f60; background-color: #ededed; border-left: 3px solid #f60;}


/* Left Column 2
-------------------------------------------------------------- */

#leftcol2 { 
	width: 142;
	font-size: 1em;
	text-align: left;
	padding: 20px 0px 0px 0px;
	}

/* primary nav */
#leftcol2 ul { list-style-type: none; padding: 5px 0px 0px 0px; margin: 0; }
#leftcol2 ul li { padding: 2px; border-left: 3px solid #fff;}
#leftcol2 ul li a { display: block; color: #333; padding: 2px; border-left: 3px solid #fff;}
#leftcol2 ul li a:hover { color: #f60; background-color: #ededed; text-decoration: none; border-left: 3px solid #f60;}
#leftcol2 ul li .hover { color: #f60; background-color: #ededed; text-decoration: none; border-left: 3px solid #f60; }


/* sub nav */
#leftcol2 ul li ul { padding: 0px 0px 0px 5px; margin: 0; border-left: 3px solid #fff;}
#leftcol2 ul li ul li { font-size: .90em; border-left: 3px solid #fff; }
#leftcol2 ul li ul li a { color: #000000; padding: 0; border-left: 3px solid #fff; }
#leftcol2 ul li ul li a:hover { color: #f60; background-color: #FFF; text-decoration: underline; border-left: 3px solid #f60;}

/* sub sub nav */
#leftcol2 ul li ul li ul { padding: 0; margin: 2px 0 7px 0; }
#leftcol2 ul li ul li ul li { font-size: .95em; padding: 0; }
#leftcol2 ul li ul li ul li a { color: #555; padding: 0; }
#leftcol2 ul li ul li ul li a:hover { color: #9C9D97; background-color: #FFF; text-decoration: underline; }


/* 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: 920px;
	margin: 0px auto 0px;
	background-color: #f3f3f3;
	float: left;
	padding: 20px 20px 0 20px;
	border: 1px solid #a3a3a3;
	border-top: none;
	}

#footer h5 {
	font-weight: normal;
	}

.footer-col {
	width: 230px;
	float: left;
	}

.footer-col-last {
	width: 227px;
	float: left;
	}

.copyright {
	text-align: center;
	border-top: 1px solid #d5d5d5;
	margin-top: 8px;
	padding: 7px 0;
	width: 920px;
	float: left;
	color: #a8a8a8;
	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; }

.h-underline {padding-bottom:3px;border-bottom:solid 3px #888}


/* Float Clearing
 ---------------------------------------------------------------------*/

.module:after
{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/* float clearing for IE6 */
* html .module
{
	height: 1%;
	overflow: visible;
}

/* float clearing for IE7 */
* + html .module
{
	min-height: 1%;
}

/* Breadcrumb Styles
 ---------------------------------------------------------------------*/

.breadCrumb
{
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	height: 18px;
	width: 920px;
	overflow: hidden;
	padding:2px;
	/*border:solid 1px #dedede;*/
	background:#fff;
}
.breadCrumb ul
{
	margin: 0;
	padding: 0;
	height: 18px;
	display: block;
}
.breadCrumb ul li
{
	display: block;
	float: left;
	position: relative;
	height: 18px;
	overflow: hidden;
	line-height: 18px;
	margin: 0px 6px 0px 0;
	padding: 0px 10px 0px 0;
	font-size: .9167em;
	background: url(../images/breadcrumbs/arrow.gif) no-repeat 100% 0;
}
.breadCrumb ul li div.chevronOverlay
{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.breadCrumb ul li span
{
	display: block;
	overflow: hidden;
}
.breadCrumb ul li a
{
	display: block;
	position: relative;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	float: left;
}
.breadCrumb ul li.first a
{
	height: 16px !important;
	text-indent:-1000em;
        width:16px;
	padding: 0;
	margin-top: 2px;
	overflow: hidden;
	background:url(../images/breadcrumbs/breadcrumb-home.gif) no-repeat 0 0;
}
.breadCrumb ul li.first a:hover
{
	background-position: 0 -16px;
}
.breadCrumb ul li.last
{
	background: none;
	margin-right: 0;
	padding-right: 0;
}
.chevronOverlay
{
	display: none;
	background: url(../images/breadcrumbs/arrow-overlay.png) no-repeat 100% 0;
	width: 13px;
	height: 18px;
}

.image-with-caption {
	border: 1px solid #AAA;
	background-color: #ffffff;
	padding: 5px;
}

.image-with-caption p {
	position: relative;
	bottom: 0px;
	margin: 0;
	width: 100%;
	padding-top: 3px;
	color: #333;
	background-color: #ffffff;
	font-size: 10px;
}




.css3button a { background: url(../images/button-background.gif) center repeat-x #f66733; padding: 2px 8px 4px 8px; text-align: center; font: Arial;font-weight: normal; color: #fff; text-decoration: none; border-top: inset 1px #f66733; border-left: inset 1px #f66733; border-bottom: solid 1px #000; border-right: 1px solid #f66733; margin-right: 10px; font-size:12px;}
.css3button a:hover { background: #f66733;}	
.css3button a { -webkit-border-radius: 3px; width: auto;
	    -moz-border-radius: 3px;  
	    -khtml-border-radius: 3px;  
	    border-radius: 3px;
		-moz-box-shadow: 1px 1px 5px #111;  
		-webkit-box-shadow: 0px 1px 2px #666;  
		box-shadow: 1px 1px 1px #666; }

.clear {clear: both}

/* *********** COLORED BOXES ************* */
.box { padding: 10px; border:2px solid; }
.colline { padding: 10px; border-left: 1px solid #F66733; }
div .box { margin-bottom: 15px; }

/* Anna's Lace */
[class~=box][class~=annaslace] { border-color:#F9E498; background-color: #fef6d9; }
[class~=box][class~=annaslace][class~=half] { background-color: #fefaec; }

/* Blue Ridge */
[class~=box][class~=blueridge] { border-color:#3A4958; background-color: #9ba4ab; }
[class~=box][class~=blueridge][class~=half] { background-color: #cdd1d5; }

/* Bowman Field */
[class~=box][class~=bowmanfield] { border-color:#566127; background-color: #a3ae8e; }
[class~=box][class~=bowmanfield][class~=half] { background-color: #d1d6c4; }

/* Centennial Oak */
[class~=box][class~=centennialoak] { border-color:#562E19; background-color: #a89580; }
[class~=box][class~=centennialoak][class~=half] { background-color: #d3cabf; }

/* Clemson Orange */
[class~=box][class~=orange] { border-color:#F66733; background-color: #f4b793; }
[class~=box][class~=orange][class~=half] { background-color: #f9dbc9; }

/* Hartwell Moon */
[class~=box][class~=hartwellmoon] { border-color:#D4C99E; background-color: #f0eacf; }
[class~=box][class~=hartwellmoon][class~=half] { background-color: #f7f4e7; }

/* Howards Rock */
[class~=box][class~=howardsrock] { border-color:#685C53; background-color: #b4aca4; }
[class~=box][class~=howardsrock][class~=half] { background-color: #d9d5d1; }

/* Innovation */
[class~=box][class~=innovation] { border-color:#86898C; background-color: #ccccce; }
[class~=box][class~=innovation][class~=half] { background-color: #e5e5e6; }

/* Regalia */
[class~=box][class~=regalia] { border-color:#522D80; background-color: #9e8ab7; }
[class~=box][class~=regalia][class~=half] { background-color: #cec4db; }

/* Tillman Brick */
[class~=box][class~=tillmanbrick] { border-color:#A25016; background-color: #cea48c; }
[class~=box][class~=tillmanbrick][class~=half] { background-color: #e6d1c5; }

/* ---- END MAIN ---- */

/* mini header */
#miniheader {
    width: 100%; min-width: 992px;
    height: 25px;
    background: #606060 url(http://www.clemson.edu/_template-assets/homepage-2011/images/combo-sprite.png) repeat-x;
    background-position: -0px -68px;
    overflow: hidden;
    }

#miniheader-shadow {
    width: 100%; min-width: 992px;
    height: 3px;
    background: url(http://www.clemson.edu/_template-assets/homepage-2011/images/combo-sprite.png) repeat-x;
    background-position: -0px -322px;
    margin-bottom: -3px;
    position: absolute; top: 25px; left: 0px;
    }

#miniheader-content {
    width: 962px;
    margin: 0 auto;
    }

.miniheader-sep {
    border-left: 1px solid #333;
    border-right: 1px solid #666;
    display: inline-block;
    height: 15px;
    width: 0px;
    margin: 0px 5px -4px;
    line-height: 13px;
    }

#miniheader-links {
    float: right;
    color: #bdbdbd;
    text-align: right;
    }

#miniheader-links a {
    color: #bdbdbd;
    line-height: 2.5em;
    font-size: 10px;
    }
#minisearch-container{
	position:relative;
	float:right;
	margin-right: 20px;
}
#miniheader-wordmark {
    background: url(http://www.clemson.edu/_template-assets/homepage-2011/images/combo-sprite.png) no-repeat;
    background-position: -0px -94px;
    height: 25px;
    width: 182px;
    float: left; margin-left: 20px;
    }

#miniheader-wordmark a {
    display: block;
    text-indent: -9999px;
    width: 182px;
    height: 25px;
    outline: none;
    }
#miniheader-search {
    text-align: left;
	width: 45px;
	opacity: .3;
	font-size:10px;
	margin-top: 4px;
	height: 10px;
    }
#wordmark {
    display:inline;
	background: url(http://www.clemson.edu/_global-assets/images/wordmarks/extension.png) no-repeat;
	height: 110px;
	width: 430px;
	position: absolute;
	top: 16px;
	left: 20px;
}
#wordmarkextension {
    display:inline;
	background: url(http://www.clemson.edu/_global-assets/images/wordmarks/extension.png) no-repeat;
	height: 110px;
	width: 430px;
	position: absolute;
	top: 16px;
	left: 20px;
}
#wordmarkextension a {
	display: block;
	text-indent: -9999px;
	width: 420px;
	height: 110px;
	}

#wordmarkextension-print {
	display: none;
	}



body { background: #eaeaea url(http://www.clemson.edu/template-assets/brand-2009/images/body-bg-withmini.jpg) repeat-x; }

#tagline { position: absolute; top: 107px; right: 25px; font-size: 18px; font-weight: bold; color: white; }
.footer-note { text-align: center }
#columns .span-9 { width: 500px; margin-right: 14px }	

#blockwrapper {float: left; margin: 5px;	clear: right;}

#block1
{ position: relative; width: 215px; float: left; margin: 0; padding: 5px; border-left: 1px solid silver; outline: solid 3px white; }
#block2
{ position: relative; width: 215px; float: left; margin: 0; padding: 5px; border-left: 1px solid silver; outline: solid 3px white; }
#block3
{ position: relative; width: 215px; float: left; margin: 0; padding: 5px; border-left: 1px solid silver; outline: solid 3px white; }
#block4
{ position: relative; width: 215px; float: left; margin: 0; padding: 5px; border-left: 1px solid silver; border-right: 1px solid silver; outline: solid 3px white; outline: solid 3px white; }

div#cline 
{ 
   margin: 0 auto; 
   width: 1px; 
   height: 100%; 
   color: black; 
   background: black; 
} 

div.vlineleft 
{ height: 100%; padding-right: 5px; padding-left: 5px; border-left: 1px solid #b4b4b4; } 

div.vlineright 
{ height: 100%; padding-right: 5px; padding-left: 5px; border-right: 1px solid #b4b4b4; } 

td.vlineleft 
{ height: 100%; padding-right: 5px; padding-left: 5px; border-left: 1px solid #b4b4b4; } 

td.vlineright 
{ height: 100%; padding-right: 5px; padding-left: 5px; border-right: 1px solid #b4b4b4; } 

p.vlineleft 
{ height: 100%; padding-right: 5px; padding-left: 5px; border-left: 1px solid #b4b4b4; } 

p.vlineright 
{ height: 100%; padding-right: 5px; padding-left: 5px; border-right: 1px solid #b4b4b4; } 

/* story photo */
.StoryPhotoBoxLeft
{float:left;width:292px;margin:2px 18px 18px 2px;}

.StoryPhotoBoxRight
{ float:right; width:292px; margin:2px 18px 18px 2px; padding-left: 10px; }

.StoryPhotoBoxLeft img
{display:block}

.StoryPhotoBoxRight img
{display:block}

.StoryPhotoCaptionBox
{border-width:0 1px;border-style:solid;border-color:#e8e8e8;padding:0;margin:0 0 1px;background:#fff; font-size:0.8em;color:#666;}

.StoryPhotoCaptionBox p
{margin:0 0 1px;line-height:1em;padding:1px 9px 0px;}

.ImgChngr
{background:#fff url(http://www.clemson.edu/extension/assets/css/imgchngbg.gif) 0 0 no-repeat}

.ImgChngrf
{background:#fff url(http://www.clemson.edu/extension/assets/css/imgchngbgf.gif) 0 0 no-repeat}


.WireBoxFooter
{height:4px;overflow:hidden;background:#fff url(http://www.clemson.edu/extension/assets/css/corner_wire_br._bg.gif) 100% 0 no-repeat;}

.namelist {
                font-size: 75%;
                float: left;
                margin-right: 1px;
                width: 175px;
}
.rowlist {
                width: 570px;
                margin-left: 5px;
                padding-top: 3px;
                padding-bottom: 3px;
                border-top-width: thin;
                border-right-width: thin;
                border-bottom-width: 1px;
                border-left-width: thin;
                border-bottom-style: groove;
                border-top-color: #CCCCCC;
                border-right-color: #CCCCCC;
                border-bottom-color: #CCCCCC;
                border-left-color: #CCCCCC;
                height: 16px;
}
.rowlist:hover {
                background-color: #F0F8FF;
}
.rowlist a:link {
                border-bottom:solid 1px #ccc
                }
.rowlist a:hover {
                border-bottom:solid 1px #306;background:#FFF5E5
                }
.officelist {
                font-size: 75%;
                margin-left: 15px;
                width: 220px;
                float: left;
}
.phonelist {
                font-size: 75%;
                margin-left: 15px;
                width: 80px;
                float: left;
                text-align: center;
}
.rowlist-title {
                width: 570px;
                margin-left: 5px;
                padding-top: 3px;
                padding-bottom: 3px;
                border-top-width: thin;
                border-right-width: thin;
                border-bottom-width: 1px;
                border-left-width: thin;
                border-bottom-style: double;
                border-top-color: #CCCCCC;
                border-right-color: #CCCCCC;
                border-bottom-color: #999999;
                border-left-color: #CCCCCC;
                height: 38px;
}
.emaillist {
                font-size: 75%;
                margin-left: 12px;
                width: 35px;
                float: left;
                text-align: center;
}
.officelist-white {color: #FFFFFF}


.image-with-caption {
 border: 1px solid #AAA;
 background-color: #ffffff;
}

#content .image-with-caption p {
 position: relative;
 bottom: 0px;
 margin: 0;
 width: 100%;
 padding-top: 3px;
 color: #333;
 background-color: #ffffff;
 font-size: 10px;
}

[class~=image-with-caption][class~=left] { float: left; margin: .5em 1.5em .5em 0; padding: 5px}
[class~=image-with-caption][class~=right] { float: right; margin: .5em 0 .5em 1.5em; padding: 5px}	



/* FEATURES PSA */
.top5 { padding-right: 12px; }
.contentslide { }

.contentslide .contentdiv
{
	display: none;
	background-color: white;
}

.paginationpsa
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	padding-right: 10px;
	border-width: 5px 10px;
}

* html .paginationpsa { /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/ }

.paginationpsa a
{
	padding: 5px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	line-height: 24px;
	background-color: white;
	border: solid 1px silver;
}

.paginationpsa a:hover, .paginationpsa a.selected
{
	color: #000000;
	background-color: #e6e6e6;
}

#flashcontent
{
	border: solid 1px #000;
	float: left;
	margin: 15px 20px;
}

div.psafooter
{
	color: #fff;
	font-style: normal;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

div.extensionfooter
{
	color: #fff;
	font-style: normal;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

div.vlineleft 
{ height: 100%; padding-right: 5px; padding-left: 5px; border-left: 1px solid #b4b4b4; } 

div.vlineright 
{ height: 100%; padding-right: 5px; padding-left: 5px; border-right: 1px solid #b4b4b4; } 

td.vlineleft 
{ height: 100%; padding-right: 5px; padding-left: 5px; border-left: 1px solid #b4b4b4; } 

td.vlineright 
{ height: 100%; padding-right: 5px; padding-left: 5px; border-right: 1px solid #b4b4b4; } 

p.vlineleft 
{ height: 100%; padding-right: 5px; padding-left: 5px; border-left: 1px solid #b4b4b4; } 

p.vlineright 
{ height: 100%; padding-right: 5px; padding-left: 5px; border-right: 1px solid #b4b4b4; } 

/* story photo */
.StoryPhotoBoxLeft
{float:left;width:292px;margin:2px 18px 18px 2px;}

.StoryPhotoBoxRight
{ float:right; width:292px; margin:2px 18px 18px 2px; padding-left: 10px; }

.StoryPhotoBoxLeft img
{display:block}

.StoryPhotoBoxRight img
{display:block}

.StoryPhotoCaptionBox
{border-width:0 1px;border-style:solid;border-color:#e8e8e8;padding:0;margin:0 0 1px;background:#fff; font-size:0.8em;color:#666;}

.StoryPhotoCaptionBox p
{margin:0 0 1px;line-height:1em;padding:1px 9px 0px;}

.ImgChngr
{background:#fff url(http://www.clemson.edu/extension/assets/css/imgchngbg.gif) 0 0 no-repeat}

.ImgChngrf
{background:#fff url(http://www.clemson.edu/extension/assets/css/imgchngbgf.gif) 0 0 no-repeat}

.WireBoxFooter
{height:4px;overflow:hidden;background:#fff url(http://www.clemson.edu/extension/assets/css/corner_wire_br._bg.gif) 100% 0 no-repeat;}

#topnav
{
margin:0;
padding:0;
margin-top:5px;
margin-bottom:10px;
background-color:#f99672;
background-image:url('http://www.clemson.edu/extension/assets/images/topnav_bg.gif');
background-position:bottom;
background-repeat:repeat-x;
}

a.topnav:link,a.topnav:visited {color:#555555;text-decoration:none; font-size: 11px; font-weight: bold;}
a.topnav:hover,a.topnav:active {color:#F66733;text-decoration:none; font-size: 11px; font-weight: bold;}




#lw {width:100%;background-color:white;font-family:arial;overflow:hidden;}
#lw ul {list-style:none; margin-left: 0px; }
#lw li.lwe {padding:0px;border-bottom: 1px dotted #ccc;}
.lwn {font-weight:bold;color:#222;font-size:1.2em;line-height:19px;overflow:hidden;}
.lwn0 {font-weight:normal;float:right;font-size:1em;color:#444;}
.lwd {padding-top: 5px;color:#222;font-size:1em;line-height:15px;overflow:hidden;}
.lwi0 {float:left;padding:2px 6px 0px 0px;margin:0;}
.lwi1 {float:left;padding:0px 6px 0px 0px;margin:0;}
.lwl{ font-weight:bold;padding-top:5px;color:#222;font-size:10px;line-height:14px;overflow:hidden;clear:both;}
.lwl a{ color: #666; }
.lwl0 {font-weight:normal;padding-right:3px;}
.lwi { padding:2px; border: 1px solid #ccc; }



.hangingindent {
    padding-left: 22px ;
    text-indent: -22px ;
}




#directorySlider 
{
height:678px;
width:904px;
overflow:hidden;
}
#directorySlider img
{
max-width:100%; 
max-height:100%;
margin:auto;
display:block;
}


