/* import browser reset css */
@import "/socialwork/display/css/global/reset.css";

/* foundational properties for site-wide styles */
body.red, body.red #global-header, body.red #global-footer {
	
	background: #f4ce74 url("/socialwork/display/images/gsswBG.gif") repeat-y top center; height: 100%; 
	color: #000;}
* html { height: 100.02%; }
/*global css overrides */
#global-inside-header { margin: 0 auto; /*background: #6d0c0c;*/ width: 961px;}
#global-header h1 { padding-left: 3px;}
#global-search { padding-right: 5px; }
body.red #global-searchBtn {background: transparent url("/display/images/global/black/global-go.gif") top left no-repeat;}
#local-footer { float: left; clear: both; background: url("/socialwork/display/images/localFooterBG.gif") repeat-x; 
margin: 15px auto 0 auto; height: 31px; color: #333333; }
#local-footer p, #local-footer p a:link, #local-footer p a:visited, #local-footer p a { color: #333333;}
#local-footer p {width: 960px; margin: 3px auto 0 auto; font-weight: bold;}
#local-footer a { color: #333333; text-decoration: none; } 
#global-footer { float: left; clear: both}
#global-footer a, #global-footer a:link, #global-footer a:visited {color: #333333;}
#global-footer-nav {background: #f4ce74;}
#global-footer p {border-bottom: 0px /*1px solid #dedede*/; color: #333333;}
#global-footer p a, #global-footer p a:link, #global-footer p a:visited {font-weight: bold;}
#inner-wrapper {background: #fff;}
#internal-search ul { margin: 11px 0 0 0; }
* html #side-nav ul li a { height:1em; }
a:active, a:focus {outline: none;} 
a, a:link, a:active, a:visited { color: #990000; text-decoration: none; }
img {
	border: none;
}

/*styles for the topics archive*/
dl {
	margin: 10px 20px;
	} 
dt {
	margin: 10px 0 5px 0;
	font-size: 110%;
	color: #462b22;
	font-weight: bold;
}
dd, dd a, dd a:link, dd a:visited {
	margin: 0 0 20px 10px;
	padding: 0;
	line-height: 18px;
	font-size: 95%;
	color: #990000;
	text-decoration: none;  
}

#content-wrapper{  
	width: 960px; 
	margin: 0 auto; 
	padding: 0 0 0 0;
	height: 100%;
	background: url("/socialwork/display/images/contentBG.jpg") repeat-y;
	float: left;
} 
 
/* TOP GLOBAL NAVIGATION */
#top-nav {
	border-top: 1px solid #cbcbd0;
	border-bottom: 1px solid #cbcbd0;
	margin: 0 auto;
	padding: 0; 
	width: 960px;
	float: left;
	clear: both;
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background: #ccc url("/socialwork/display/images/level1NavBackground.gif") repeat center;
}
#top-nav .logo {
	float: left;
	background: #fff url("/socialwork/display/images/gsswLogo.jpg") no-repeat center bottom;
	width: 240px;
	height: 53px;
	cursor: hand;
} 
#top-nav ul {
	float: left;
	margin: 1px 0;
	padding: 0;
	font-size: 10px; 
}
#top-nav li{
	float: left;
	margin: 0;
	list-style: none;
	width: 115px;
	text-align: center;
	display: block;
	background: url("/socialwork/display/images/level1NavBackground.gif") repeat center;
}

#top-nav li a{
	color: #5a5030;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 15px 9px 11px 9px;
	height: 26px;
	line-height: 26px;
	text-align: center;
}
#top-nav li.selected a, #top-nav li.selected a:link, #top-nav li.selected a:visited, #top-nav li a:hover {
	background: #990000 url("/socialwork/display/images/level1NavHighlight.gif") repeat center;
	color: #fff; 
	display: block; 
}
#top-nav li a.double-line {
	line-height: 13px;
	text-align: center;
}

#top-nav li a.single-line {
	line-height: 26px;
	text-align: center;
}
#top-nav li.single {
	line-height: 26px;
}

/* LEFT NAV WITHIN MASTHEAD WRAPPER AS INLUCDE FOR WIDGET */
#news-box {
	width: 220px;
	margin: 20px auto;
	background: #f8db95;
}
#news-box h1 {
	margin: 0;
	padding: 5px 10px;
	width: 200px;
	background: #591501;
	color: #f8db95;
	font-size: 110%;
	font-weight: 600;
}
#news-box ul {
	border: 0px;
	margin: 5px 0;
}
#news-box li {
	margin: 0 10px 5px 0;
	font-size: 95%;
}
#news-box li a:link, #news-box li a:visited, #news-box li a {
	text-decoration: underline !important;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 500 !important;
}
#news-box li a:hover { 
	background:#f8db95;
}
#news-box li.more-news {text-transform:uppercase; text-decoration:none; background:url("/socialwork/display/images/arrowDark.gif") no-repeat 0 7px; margin:5px 0 10px 10px; padding-left:8px; width: 200px;}

#sidebar-box {
	width: 225px;
	margin: 5px 20px 10px 20px;
	padding: 0 0 10px 0;
	background: #591501;
	float: right;
	clear: right;
	display: inline;
	color: #f9ebcb;
}
#sidebar-box h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130% !important; 
	color: #f9ebcb;
	padding: 5px 10px 5px 10px; 
	margin: 0 0 5px 0 !important;
	font-weight: 400;
	background: #400f01;
	text-align: left;
	display: block;
}

#sidebar-box h3, #sidebar-box h3 a:link, #sidebar-box h3 a:visited, #sidebar-box h3 a {
	margin: 0;
	padding: 10px 10px 5px;
	width: 200px;
	background: #400f01;
	color: #f9ebcb;
	font-size: 110%;
}
#sidebar-box h4 {
	margin: 5px 20px;
	color: #f9ebcb !important;
}
#sidebar-box ul {
	border: 0px;
	margin: 0 10px 0px 10px !important;
	padding: 0;
	list-style:none;
	display: block;
}
#sidebar-box ul li {
	margin: 0;
	text-decoration: none;
	padding: 0px 5px 2px 15px;
	font-size: 95%;
	color: #f9ebcb;
	display: block; 
}

#sidebar-box a{
	color: #f9ebcb;
	text-decoration: underline;
}
#sidebar-box ul li a, #sidebar-box ul li {
	line-height: 1em;
	margin: 0;
	padding: 3px 5px 3px 12px !important;
}

#sidebar-box ul li a, #sidebar-box ul li a:link, #sidebar-box ul li a:visited  {
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	color: #f9ebcb;
	display: block; 
}
#sidebar-box li.arrowLight {
	background: url("/socialwork/display/images/arrowLight.gif") no-repeat 0 10px;
	margin: 0 0 0 10px;
	list-style: none;
}
#sidebar-box li.arrowText {
	background: url("/socialwork/display/images/arrowLight.gif") no-repeat 0 5px;
	margin: 0 0 0 10px;
	list-style: none;
}
#sidebar-box p{
	margin: 0 30px 15px 20px;
}

/* MASTHEAD */
#masthead {
	width: 720px;
}

#main-content {
	background: #f4ce74;
	width: 720px;
	float: left;
	min-height: 450px;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
}

#body-text {
	margin: 0 10px 0 10px;
}	
/*IE min-height hack*/
* html #main-content {height: 450px;}
#main-content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 220%;
	color: #591501;
	margin: 15px 20px 7px 20px; 
	font-weight: 400;
}
#main-content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	color: #591501;
	margin: 15px 20px 7px 20px; 
	font-weight: 400;
}
#main-content h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
	color: #591501;
	margin: 15px 20px 7px 20px; 
	font-weight: 400;
}
#main-content h2 a, #main-content h3 a, #main-content h4 a {
	color: #591501;
	text-decoration: underline;
}
#main-content h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #591501;
	margin: 15px 20px 7px 20px; 
	font-weight: 400;
}

 p {
	font-size: 90%;
	line-height: 16px;
	margin: 0 30px 10px 20px;
	padding: 0;
}
.larger-type {
	font-size: 110%; 
	line-height: 20px;
}

/*Classes for styles within body copy */
.teasertext {
	margin: 5px 15px;
	padding: 0px; 
	font-size: 80%;
	color: #222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*Styles for content images and caption boxes */
#caption-box {
	width: 225px;
	margin: 5px 20px 10px 20px;
	padding: 0px 0 10px 0px;
	float: right;
	background: #591501;
	text-align-left;
	display: inline;
	clear: right;
	
}
#caption-box p {
	margin: 4px 0 0 0;
	padding: 0 10px 10px 10px;
	font-size: 95%;
	color:#f9ebcb;
}

#caption-box a:link, #caption-box a:visited, #caption-box a{ 
	margin: 0;
	padding: 0;
	color:#f9ebcb;
	font-size: 95%;
	text-decoration: underline;
}
#caption-box img {
	margin: 0 10px 5px 10px;
}
#caption-box h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130% !important; 
	color:#f9ebcb;
	padding: 5px 10px !important; 
	margin: 0 0 5px 0 !important;
	background: #400f01;
	text-align: left;
	display: block;
}
#caption-box h2, #caption-box h2 a:link, #caption-box h2 a:visited, #caption-box h2 a {
	font-size: 120% !important;
	color:#f9ebcb;
	margin: 0; 
	padding: 0;
	text-decoration: none;
	text-align: left;
	display: block;
}

/*used for faculty listing pages*/
#listing {
	margin: 0 0 10px 0;
}
#listing a, #listing a:link, #listing a:visited {
	margin: 0;
	padding: 0;
}

#listing dl {
	margin: 0 20px 5px 15px;
	padding: 5px 0;
	clear: left;
}
#listing dt {
	font-size: 100%;
	line-height: 14px;
}

#listing dt a:link, #listing dt a:visited  {
	color: #462b22;
	text-decoration: underline;
	margin: 0;
	padding: 0;
}
#listing dt.sub {
	font-size: 100%;
	font-weight: normal;
}
#listing dd, #courses dd, #programs dd {
	margin: 5px 15px 15px 0;
	color: #333;
}

#listing h2 {
	margin: 30px 0 0 15px;
}
#listing ul {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}
#listing li, #listing li a {
	display: block;
	margin: 0;
	padding: 0;
}
#courses dt a:hover{
	text-decoration: none;
}
/* used for program descriptions */
#programs dt{
	margin: 15px 0 0 0;
}

/* used for archives */

ul#archive-list  {
	font-size: 95%;
	float: left;
	margin: 0;
	padding: 0;
	width: 200px;
	display: inline;
}

#archive {
	float: left;
	margin: 20px 10px 0 10px;
	clear: both;
	width: 600px;
}
#archive dl {
	margin: 0 0 20px 0;
}
#archive dt a:link, #archive dt a:visited, #archive dt{
	clear: both;
	color: #462b22;
	text-decoration: none;
	margin: 10px 5px 5px 20px;
} 
#archive dd a {
	text-decoration: underline;
}

#archive a, #archive a:hover {
	color: #462b22;
	text-decoration: none;
}
.top-link {
	font-size: 75%;
	font-weight: 300;
	margin: 0 0 0 -20px;
	padding: 0;
	display: block;
}

/*UPCOMING EVENTS STYLES */
#events {  }
#events h2 {
	font-size: 180%;
	margin: 25px 20px 20px 20px;
}
#events dl {
	margin: 10px 25px 0;
}
#events dt {
	font-size: 130%;
	}
#events dd, #events dd a, #events dd a:link, #events dd a:visited  {
	color:#591501;
	margin: 0 0 5px 0;
	display: block;
	line-height: 22px;
}
#events dd a, #events dd a:link, #events dd a:visited  {
	text-decoration: underline;
}
#events dd.title a{
	font-size: 110%;
	text-decoration: none;
}
#events dd.title a:hover {
	text-decoration: underline;
}
#events dd.teaser {
	color: #000;
}
/*STYLES SPECIFIC FOR THE EVENTS DETAIL PAGES */
#events-detail h1 {
	font-size: 170%;
	display: block;
	margin: 20px 30px;
	line-height: 26px;
}


/*Body Images Styles*/
.image-right {
	float: right;
	margin: 5px 20px 10px 5px;
	padding: 0;
	border: 10px solid #591501;
}
.image-left {
	float: left;
	margin: 5px 20px 5px 5px;
	padding: 0;
	border: 10px solid #591501;
}

.image-left-larger {
	float: left;
	margin: 5px 10px 15px 5px;
	padding: 0;
	border: 10px solid #591501;
}

.photo-credit {
	margin: 0 auto;
	padding: 10px 5px 7px 8px;
	text-align: left;
	background: #591501;
}

/* jQuery lightBox plugin - Gallery style */
/*Styles for content images and caption boxes */
#gallery {
	float: right;
	margin: 5px 20px 10px 10px;
	padding: 10px 0 10px 10px;
	background: #591501;
	text-align-left;
	display: inline;
	clear: right;
	width: 216px;
}
#gallery p {
	margin: 4px 0 0 0;
	padding: 0 4px 0 0;
	font-size: 85%;
	color:#f9ebcb;
}
#gallery h1, #gallery h1 a:link, #gallery h1 a:visited, #gallery h1 a {
	font-size: 125%;
	color:#f9ebcb;
	margin: 5px 0 0 0px; 
	padding: 0;
	text-decoration: none;
	text-align: left;
}

#gallery a:link, #gallery a:visited, #gallery a{ 
	margin: 0;
	padding: 0;
	color:#f9ebcb;
	font-size: 85%;
	text-decoration: underline;
}

#hiddenThumb {
	display: none;
}

/*for faculty directory individual pages */
#faculty-info {
	float: right;
	margin: 5px 20px 0 0;
	display: inline;
	width: 410px;
}
#faculty-info p {
	line-height: 20px !important;
}
#faculty-info p.title {
	font-weight: 600;
}

#faculty-info ul {
	margin: 5px 20px 10px 15px !important;

}

/*pull quote styles*/
#quote {
	font: 16px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #591501;
	width: 225px;
	clear: left;
	float: left;
	padding: 0px 0px 0 10px;
	margin: 0 20px 5px 25px;
	line-height: 20px;
	display: inline;
	background: url("/socialwork/display/images/pullquote.jpg") top left no-repeat;
	min-height: 140px;
}
* html quote {
	height: 140px;
}




#main-content ol li {
	list-style-type: decimal !important;
	list-style:outside;
	margin: 0;
	padding: 0 20px 5px 0;
}
#main-content ul {
	list-style: none;
	list-style-position: outside;
	margin: 0px 10px 10px 17px;
	padding: 0;
}
#main-content li {
	/*font-size: 90%;*/
	line-height: 15px;
	/*background: url("/socialwork/display/images/bulletSquare.gif") no-repeat 0 20%;*/
	list-style-type: square;
	margin: 0 20px;
	padding: 5px 0 0 0px;
	list-style-position: outside;
}
/*Email Form */

.contact-form {
	width: 100px;
	float: left;
	text-align: left;
	display: block;
	margin: 5px 0 0 15px;
	padding: 2px;
	
}
label {
	font-size: 90%;
	}
input { 
	margin: 0 0 10px 0;
	padding: 0;
	width: 175px; 
}
select { 
	margin: 0 0 10px 0;
	padding: 0;
	width: 175px; 
}
.submit {
	width: 65px;
	margin: 10px 15px;
	float: right;
}
textarea {
	margin: 0 0 30px 0;
} 

/*table data styles*/
table {
  background: #F8DB95;
  border-collapse: collapse;
  border: 1px solid #333;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  color: #333;
  margin: 20px;
  }
caption {
  text-align: center;
  font: bold 18px arial, helvetica, sans-serif;
  background: transparent;
  padding:6px 4px 8px 0px;
  color: #03476f;
  text-transform: uppercase;
  }
td, th {
  border: 1px dotted #333;
  padding: .4em;
  color: #363636;
  }

thead th, tfoot th {
  font: bold 11px helvetica, arial, sans-serif;
  border: 1px solid #03476f;
  text-align: left;
  background: #4591ad;
  color: #fff;
  padding-top:3px;
  }
tbody td a {
  background: transparent;
  text-decoration: none;
  color: #333;
  }
tbody th a {
  font: normal 11px helvetica, arial, sans-serif;
  background: transparent;
  text-decoration: none;
  font-weight:normal;
  color: #333;
  }
tbody th, tbody td {
  vertical-align: top;
  text-align: right;
  }
tbody td p { 
	text-align: left; 
	margin: 0; 
	padding: 0 3px;
	line-height: 12px; 
	}
tfoot td {
  border: 1px solid #03476f;
  background: #4591ad;
  padding-top:3px;
  color: #fff;
  }
.odd {
  background: #AEE239;
  }
  
/*Form Styles */

form fieldset {
  clear: both;
  font-size: 100%;
  border-color: #462b22;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  padding: 10px;
  margin: 0 20px;
}

form fieldset legend {
  font-size: 110%;
  font-weight: normal;
  color: #462b22;
  margin: 0 0 10px 0;
  padding: 0 5px;
}
label.radio {
	text-align: left;
	margin: 9px 0 0 5px;
	padding: 0;
	display: inline;	
}

input.radio { 
	margin: 7px 0 0 0;
	padding: 0;
	width: 20px; 
	display: inline;
}

.contact-form {
	width: 100px;
	float: left;
	text-align: left;
	display: block;
	margin: 5px 0 0 15px;
	padding: 2px;	
}
label {
	font-size: 90%;
	}
input { 
	margin: 0 0 10px 0;
	padding: 0;
	width: 175px; 
}
select { 
	margin: 0 0 10px 0;
	padding: 0;
	width: 175px; 
}
.submit {
	width: 65px;
	margin: 10px 290px 10px 15px;
	float: right;
	display: inline;
}
textarea {
	margin: 0 0 30px 0;
} 
#playerWindow{
	margin:20px;
}

.video-caption {  width: 600px; margin: 5px 60px 30px 0px;  }

