/* $Id: zen.css,v 1.14.2.1 2009/02/13 07:46:04 johnalbin Exp $ */

/*
 * ZEN STYLES
 *
 * This is an example stylesheet. Sub-themes should NOT include the zen/zen.css
 * file, but instead copy this CSS to their own stylesheets.
 *
 * In this stylesheet, we have included all of the classes and IDs from this
 * theme's tpl.php files. We have also included many of the useful Drupal core
 * styles to make it easier for theme developers to see them.
 *
 * Many of these styles are over-riding Drupal's core stylesheets, so if you
 * remove a declaration from here, the styles may still not be what you want
 * since Drupal's core stylesheets are still styling the element. See the
 * drupal6-reference.css file for a list of all Drupal 5.x core styles.
 *
 * In addition to the style declarations in this file, other Drupal styles that
 * you might want to override or augment are those for:
 *
 *   Book Navigation  See line 74  of Zen's drupal6-reference.css file
 *   Forum            See line 197 of Zen's drupal6-reference.css file
 *   Menus            See line 667 of Zen's drupal6-reference.css file
 *   News Aggregator  See line 20  of Zen's drupal6-reference.css file
 *   Polls            See line 287 of Zen's drupal6-reference.css file
 *   Search           See line 320 of Zen's drupal6-reference.css file
 *   User Profiles    See line 945 of Zen's drupal6-reference.css file
 */


/** body **/

 #imgArea {height: 250px; width: 960px; margin: 0 auto; display: block;}
 .section-gallery #imgArea .rotate, .section-calendar #imgArea .rotate, .section-slce .rotate {display: none;}
  .section-gallery #imgArea, .section-calendar #imgArea, .section-slce #imgArea {height: 0px;}
 
  body
  {
    margin: 0; padding: 0;
		text-align: left;
		background-color: #F2F6F5;
    font-size: 0.857em; /* 16px x .875 = 14px */
    line-height: 1.286em; /* 14px x 1.286 = 18px */
	}
	
body#tinymce {background: #fff; color: #000; font-size: 12px; padding: 0px 10px;}

  #page
  {
  }

  #page-inner
  {
  }

/** header **/
  #header
  {
	height: 148px;
	background: #00483A url('images/home/bg_header.png') 0 100% repeat-x;
  }

  #header-inner
  {
	width: 980px;
	margin: 0 auto;
	position: relative;
	text-align: center;
  }

  #logo-title /* Wrapper for logo, website name, and slogan */
  {
  }

  #logo /* Wrapper for logo */
  {
    margin: 10px 0 0 22px;
    padding: 0;
  }

  #logo-image /* The actual logo image */
  {
  }

  h1#site-name, div#site-name /* The name of the website */
  {
		display: none;
  }

  #site-name a:link,
  #site-name a:visited
  {
    color: #000;
    text-decoration: none;
  }

  #site-name a:hover
  {
    text-decoration: underline;
  }

  #site-slogan /* The slogan (or tagline) of a website */
  {
  }

  #header-blocks /* Wrapper for any blocks placed in the header region */
  {
  }

/** main (container for everything else) **/
  #main
  {
	background: url('images/home/bg_main.png') repeat-x;
  }

  #main-inner
  {
	width: 980px;
	margin: 0 auto;
	background: url('images/home/bg_main-inner.png') repeat-y;
	position: relative;
  }

/** content **/

	#content
  {
  }

  #content-inner
  {
  }
  
  .not-front #content-inner 
  {
    padding-top: 10px;
    margin-left: 50px;
  }

  #mission /* The mission statement of the site (displayed on homepage) */
  {
  }

  #content-top /* Wrapper for any blocks placed in the "content top" region */
  {
  }

  #content-header /* Wrapper for breadcrumb, title, messages, tabs, and help */
  {
  }

  .breadcrumb /* The path to the current page in the form of a list of links */
  {
    padding-bottom: 0; /* Undo system.css */
		font-size: 10px;
  }

  h1.title, /* The title of the page */
  h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
  h3.title /* Comment title */
  {
    margin: 0;
  }
	
	h1 {font-size: 18px;}
	h2 {font-size: 14px;}
	h3 {font-size: 14px;}
	
	.block .content h2 {font-size: 12px;}

  div.messages /* Important messages (status, warning, and error) for the user */
  {
	margin: 0 0 10px 0;
  }
	
	.front .messages {display: none;}

  div.status /* Normal priority messages */
  {
  }

  div.warning, tr.warning /* Medium priority messages */
  {
    /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
  }

  div.error, tr.error /* High priority messages. See also the .error declaration below. */
  {
  }

  div.tabs /* See also the tabs.css file. */
  {
  }

  .help /* Help text on a page */
  {
    margin: 1em 0;
  }

  .more-help-link /* Link to more help */
  {
    font-size: 0.85em;
    text-align: right;
  }

  .not-front #content-area /* Wrapper for the actual page content */
  {
	padding-bottom: 25px;
  }
	

  .section-admissions #content-area /* Wrapper for the actual page content */
  {
	padding-bottom: 0;
  }

  .pager /* A list of page numbers when more than 1 page of content is available */
  {
    clear: both;
    margin: 1em 0;
    text-align: center;
  }

  .pager a, .pager strong.pager-current
  {
    padding: 0.5em;
  }

  .feed-icons /* The links to the RSS or Atom feeds for the current list of content */
  {
    margin: 1em 0;
  }

  #content-bottom /* Wrapper for any blocks placed in the "content bottom" region */
  {
  }

/** navbar **/
  #navbar
  {
	display: none;
  }

  #navbar-inner
  {
  }

  #search-box /* Wrapper for the search form */
  {
	width: 249px;
	height: 24px;
	position: absolute; top: 0; right: 0;
	background: url('images/home/bg_search.png') 0 0 no-repeat;
	text-align: right;
  }
  
  body.front #search-box /* Wrapper for the search form */
  {
	width: 249px;
	height: 24px;
	position: absolute; top: 0; right: -40px;
	background: url('images/home/bg_search.png') 0 0 no-repeat;
	text-align: right;
	z-index: 11;
  }
 	
	#search-box #edit-submit, #search-box #edit-submit-1, #search-box #edit-submit-2, #search-box #edit-submit-3 {display: none;}
	#search-box #edit-search-theme-form-1 {font-size: 11px; margin: 1px 4px 0 0; width: 130px; background: #fff url('images/home/mag_glass.gif') 96% 50% no-repeat; padding-right: 20px; padding-left: 2px;}

  #edit-search-theme-form-1-wrapper label /* Label that says "Search this site:" */
  {
    display: none;
  }

  #primary /* Primary links */
  {
  }

  #secondary /* Secondary links */
  {
  }

/** sidebar-left **/
  .logged-in #sidebar-left .region-count-1 {
  background:url("images/sidebar_bot.png") no-repeat scroll left bottom transparent;
  margin: 0 0 15px;
  padding:0 0 13px;
  position:relative;
  z-index:2;
  }

  #sidebar-left .region-count-1 {
  background:url("images/sidebar_bot.png") no-repeat scroll left bottom transparent;
  margin:-12px 0 15px;
  padding:0 0 13px;
  position:relative;
  z-index:2;
  }

  #sidebar-left-inner
  {
  }
  
   #sidebar-left-curve
  {
    background-image:url(images/sidebar-left-curve.png);
    height:215px;
    left:15px;
    margin-bottom:-235px;
    position:absolute;
    top:24px;
    width:250px;
  }

/** sidebar-right **/
  #sidebar-right
  {
  }

  #sidebar-right-inner
  {
  }

/** footer **/
  #footer
  {
		font-size: 11px;
		color: #ddd;
  }
	
	#footer p {padding: 0; margin: 0;}
	
		#footer a, #footer a:visited {color: #ddd;}
		#footer a:hover {color: #ECCF65;}
	
	#footer {width: 980px; margin: 0 auto 5px auto; background: url('images/home/bg_footer.png') 0 100% no-repeat; padding: 0 0 23px 0;}
	#footer-inner {height: auto !important; height: 75px; min-height: 50px; padding-top: 12px; background: url('images/home/bg_footer-inner.png') repeat-y;}

	
	#footer .left {float: left; width: 425px;}
		#footer .left .inner {height: auto !important; height: 53px; min-height: 53px; padding-right: 15px text-align: left;}
		/*#footer .left .inner p {padding-left: 170px;}*/

	#footer .right {float: right; width: 525px;}
		#footer .right .inner {height: auto !important; height: 55px; min-height: 55px; border-left: 1px solid #8AA8A2; padding-left: 15px;}

		.best_colleges {float: right; margin: 0 25px 0 0;}
		.coplac_logo{float: left; margin: 0 25px 0 15px;}

  #footer-inner
  {
  }

	#footer ul.links li {border-right: 1px solid #f0f0f0; padding: 0px 6px 1px 3px; margin: 0; color: #ddd;}
		#footer ul.links li.last {border-right: 0px solid #f0f0f0;}
		#footer ul.links li.first, li.first {padding-left: 0;}
		
		#footer a, #footer a:visited {text-decoration: none;}

  #footer-message /* Wrapper for the footer message from Drupal's "Site information"
                     and for any blocks placed in the footer region */
  {
  }

/** closure **/
  #closure-blocks /* Wrapper for any blocks placed in the closure region */
  {
    width: 980px;
  }

/** Drupal nodes **/
  .node /* Node wrapper */
  {
  }

  .node-inner /* Additional wrapper for node */
  {
  }

  .sticky /* A sticky node (displayed before others in a list) */
  {
  }

  .node-unpublished /* Unpublished nodes */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
  .comment-unpublished div.unpublished
  {
    height: 0;
    overflow: visible;
    color: #d8d8d8;
    font-size: 75px;
    line-height: 1;
    font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

  .node-mine /* A node created by the current user */
  {
  }

  .node-teaser /* A node displayed as teaser */
  {
  }

  /* All nodes are given a node-type-FOO class that describes the type of
   * content that it is. If you create a new content type called
   * "my-custom-type", it will receive a "node-type-my-custom-type" class.
   */
  .node-type-page /* Page content node */
  {
  }

  .node-type-story /* Story content node */
  {
  }

  .node h2.title /* Node title */
  {
  }

  .marker /* "New" or "Updated" marker for content that is new or updated for the current user */
  {
    color: #c00;
  }

  .node .picture /* The picture of the node author */
  {
  }

  .node.node-unpublished .picture,
  .comment.comment-unpublished .picture
  {
    position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
  }

  .node .meta /* Wrapper for submitted and terms data */
  {
  }

  .node .submitted /* The "posted by" information */
  {
  }

  .node .terms /* Node terms (taxonomy) */
  {
  }

  .node .content /* Node's content wrapper */
  {
  }

  .node div.links /* Wrapper for node links */
  {
    margin: 1em 0;
  }

  ul.links /* Taxonomy links, node links, comment links */
  {
    margin: 0;
    padding: 0;
  }

  ul.links.inline
  {
    display: inline;
  }

  ul.links li
  {
    display: inline;
    list-style-type: none;
    padding: 0 0.5em;
  }

  .preview .node /* Preview of the content before submitting new or updated content */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal comments **/
  #comments /* Wrapper for the list of comments and its title */
  {
    margin: 1em 0;
  }

  #comments-title /* Heading for the list of comments */
  {
  }

  .comment /* Wrapper for a single comment */
  {
  }

  .comment-inner /* Additional wrapper for a single comment */
  {
  }

  .comment-preview /* Preview of the comment before submitting new or updated comment */
  {
  }

  .comment.new /* A new comment since the user last viewed the page. */
  {
  }

  .comment.odd /* An odd-numbered comment in the list of comments */
  {
  }

  .comment.even /* An even-numbered comment in the list of comments */
  {
  }

  .comment.first /* The first comment in the list of comments */
  {
  }

  .comment.last /* The last comment in the list of comments */
  {
  }

  .comment-unpublished /* Unpublished comments */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .comment-unpublished div.unpublished /* The word "Unpublished" displayed beneath the content. See also the div.unpublished declaration in the node section above. */
  {
  }

  .comment-published /* Published comments */
  {
  }

  .comment-by-anon /* A comment created by an anonymous user */
  {
  }

  .comment-by-author /* A comment created by the node's author */
  {
  }

  .comment-mine /* A comment created by the current user */
  {
  }

  .comment h3.title /* Comment title */
  {
  }

  .new /* "New" marker for comments that are new for the current user */
  {
    color: #c00;
  }

  .comment .picture /* The picture of the comment author */
  {
  }

  .comment .submitted /* The "posted by" information */
  {
  }

  .comment .content /* Comment's content wrapper */
  {
  }

  .comment .user-signature /* The user's signature */
  {
  }

  .comment div.links /* Wrapper for comment links. See also the ul.links declaration in the node section above. */
  {
    margin: 1em 0;
  }

  .indented /* Nested comments are indented */
  {
    /* margin-left: 25px; */ /* Drupal core uses a 25px left margin */
  }

  .preview .comment /* Preview of the comment before submitting new or updated comment */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal blocks **/
  .block /* Block wrapper */
  {
    margin-bottom: 1em;
  }

  .block.region-odd /* Zebra striping for each block in the region */
  {
  }

  .block.region-even /* Zebra striping for each block in the region */
  {
  }

  .block.odd /* Zebra striping independent of each region */
  {
  }

  .block.even /* Zebra striping independent of each region */
  {
  }

  .region-count-1 /* Incremental count for each block in the region */
  {
  }

  .count-1 /* Incremental count independent of each region */
  {
  }

  .block-inner /* Additional wrapper for block */
  {
  }

  .block h2.title /* Block title */
  {
  }

  .block .content /* Block's content wrapper */
  {
  }

  #block-aggregator-category-1 /* Block for the latest news items in the first category */
  {
  }

  #block-aggregator-feed-1 /* Block for the latest news items in the first feed */
  {
  }

  #block-block-1 /* First administrator-defined block */
  {
  }

  #block-blog-0 /* "Recent blog posts" block */
  {
  }

  #block-book-0 /* "Book navigation" block for the current book's table of contents */
  {
  }

  #block-comments-0 /* "Recent comments" block */
  {
  }

  #block-forum-0 /* "Active forum topics" block */
  {
  }

  #block-forum-1 /* "New forum topics" block */
  {
  }

  #block-menu-2 /* "Primary links" block */
  {
  }

  #block-node-0 /* "Syndicate" block for primary RSS feed */
  {
  }

  #block-poll-0 /* "Most recent poll" block */
  {
  }

  #block-profile-0 /* "Author information" block for the profile of the page's author */
  {
  }

  #block-search-0 /* "Search form" block */
  {
  }

  #block-statistics-0 /* "Popular content" block */
  {
  }

  #block-user-0 /* "User login form" block */
  {
  }

  #block-user-1 /* "Navigation" block for Drupal navigation menu */
  {
  }

  #block-user-2 /* "Who's new" block for a list of the newest users */
  {
  }

  #block-user-3 /* "Who's online" block for a list of the online users */
  {
  }

/** Drupal boxes **/
  /* Wrapper for Comment form, Comment viewing options, Menu admin, and
   * Search results.
   */
  .box /* Wrapper for box */
  {
  }

  .box-inner /* Additional wrapper for box */
  {
  }

  .box h2.title /* Box title */
  {
  }

  .box .content /* Box's content wrapper */
  {
  }

/** Miscellaneous Drupal styles **/
  .error /* Errors that are separate from div.messages status messages (see above.) */
  {
    /* color: #e55; */ /* Drupal core uses a #e55 background */
  }

  .warning /* Warnings that are separate from div.messages status messages (see above.) */
  {
    /* color: #e09010; */ /* Drupal core uses a #e09010 background */
  }

  .more-link /* Aggregator, blog, and forum more link */
  {
    text-align: right;
  }

  #user-login-form /* Drupal's default login form */
  {
    text-align: left;
  }

  tr.even /* Some tables have rows marked even or odd. */
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  tr.odd
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  li a.active /* The active item in a Drupal menu */
  {
    color: #000;
  }


/** Drupal forms **/
  .form-item, /* Wrapper for a form element (or group of form elements) and its label */
  .form-checkboxes,
  .form-radios
  {
    margin: 1em 0;
  }

  .form-item input.error, /* Highlight the form elements that caused a form submission error */
  .form-item textarea.error,
  .form-item select.error
  {
    border: 2px solid #c00;
  }

  .form-item label /* The label for a form element */
  {
    display: block;
    font-weight: bold;
  }

  .form-item label.option /* The label for a radio button or checkbox */
  {
    display: inline;
    font-weight: normal;
  }

  .form-required /* The part of the label that indicates a required field */
  {
    color: #c00;
  }

  .form-item .description /* The descriptive help text (separate from the label) */
  {
    font-size: 0.85em;
  }

  .form-checkboxes .form-item, /* Pack groups of checkboxes and radio buttons closer together */
  .form-radios .form-item
  {
    margin: 0.4em 0;
  }

  .form-submit /* The submit button */
  {
  }

  .container-inline div, .container-inline label /* Inline labels and form divs */
  {
    display: inline;
  }

  .tips /* Tips for Drupal's input formats */
  {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
  }

/** OpenID **/
  /* The default styling for the OpenID login link seems to assume Garland's
   * styling of list items.
   */
  #user-login-form ul /* OpenID creates a new ul above the login form's links. */
  {
    margin-bottom: 0; /* Position OpenID's ul next to the rest of the links. */
  }

  #user-login-form li.openid-link, /* The "Log in using OpenID" links. */
  #user-login li.openid-link
  {
    margin-top: 1em;
    margin-left: -20px; /* Un-do some of the padding on the ul list. */
  	padding-left: 20px;
  	background-position: left center;
  }

  #user-login-form li.user-link, /* The "Cancel OpenID login" links. */
  #user-login li.user-link
  {
    margin-top: 1em;
  	list-style-type: disc;
  	list-style-position: outside;
  }

  #user-login li.openid-link, /* The OpenID links on the /user form. */
  #user-login li.user-link
  {
    margin-left: -2em; /* Un-do all of the padding on the ul list. */
  }

/** Drupal admin tables **/
  /* We overrode these styles in html-elements.css, but restore them for the
   * forms on the site.
   */
  form tbody
  {
    border-top: 1px solid #ccc;
  }

  form th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  form tbody th
  {
    border-bottom: 1px solid #ccc;
  }

  form thead th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }


/** James Cyrus css patch techniques **/

.sidebar ul {font-size: 11px; margin: 2px auto 5px auto;}
	.sidebar ul a, .sidebar ul a:visited {text-decoration: none;}
	.sidebar ul a:hover {color: #004236; text-decoration: underline;}

	dl {font-size: 13px;}
		dl dt {font-weight: bold;}
		dl dt a {text-decoration: none;}
			dl dd {margin: 0 0 10px 0;}
	
	.compact-link {font-size: 11px; text-transform: lowercase;}

.section-admin TABLE {font-size: 12px;}
.section-admin TABLE TD, .section-admin TABLE TH {padding: 1px 5px;}	
	.section-admin TABLE TD a {text-decoration: none;}
	.section-admin TABLE TD a:hover {text-decoration: underline;}

input, textarea {font-size: .9em;}

#block-system-0 {display: none;}

#sitecredits {padding: 0 0 25px 0; font-size: 11px; text-align: center;}

.not-front #sitecredits {display: none;}

/** template changes **/

p {text-align:left;}

.not-front #main-inner
  {
	width: 980px;
	margin: 0 auto;
	background: url('images/bg_main-inner-nosidebar.png') repeat-y;
	position: relative;
  }
  
#block-block-13 .sidebar-left-curve {position: relative; top: -227px; left: 0px; background-image: url('images/sidebar-left-curve.png'); height: 215px; margin-bottom: -235px; width: 182px;}

.section-admissions #sidebar-left, .section-prospective-students #sidebar-left {background: none;}

#bg_internal
{
  background: url('images/bg_content-top-right.png') no-repeat 680px -18px;
}

h1.pane-title, h2.pane-title {text-align: left;}

/*.section-search {background: url('images/bg_main-inner-content-noside.png') repeat-y;}*/

.section-gallery #bg_internal, .section-news #bg_internal{background: none;}

.not-front #footer {width: 980px; margin: 0 auto 5px auto; background: url('images/bg_footer-content.png') 0 100% no-repeat; padding: 0 0 23px 0;}
	.not-front #footer-inner {height: auto !important; height: 75px; min-height: 50px; padding-top: 12px; background: url('images/bg_footer-inner-content.png') repeat-y;}

.field-field-image .field-label {display: none;}

.imagecache-news_column_full {float: right; padding: 0 10px 10px 0;}

/** Main Navigation **/

#toolbar ul.links {width: 960px; height: 20px; background: url('images/home/toolbar.png') no-repeat; margin: 0; padding: 0; overflow: hidden; position: absolute; left: 10px; top: 128px; }
		#toolbar ul.links li {margin: 0; padding: 0; list-style: none; display: block; position: absolute; height: 20px;}
		
		#toolbar ul.links li a {display: block; height: 20px; text-indent: -9999px; font-size: 0;}
		
			#toolbar ul.links .menu-339  {width: 49px;  left: 4px;   top: 0;}
			#toolbar ul.links .menu-341  {width: 134px; left: 54px;  top: 0;}
			#toolbar ul.links .menu-733  {width: 80px;  left: 189px; top: 0;}
			#toolbar ul.links .menu-7906 {width: 113px; left: 270px; top: 0;}
			#toolbar ul.links .menu-7905 {width: 73px;  left: 384px; top: 0;}
			#toolbar ul.links .menu-470  {width: 61px;  left: 458px; top: 0;}
			#toolbar ul.links .menu-554  {width: 46px;  left: 520px; top: 0;}
			#toolbar ul.links .menu-471  {width: 69px;  left: 567px; top: 0;}
			#toolbar ul.links .menu-472  {width: 94px;  left: 637px; top: 0;}
			#toolbar ul.links .menu-473  {width: 52px;  left: 732px; top: 0;}
			#toolbar ul.links .menu-474  {width: 42px;  left: 785px; top: 0;}
			#toolbar ul.links .menu-475  {width: 68px;  left: 828px; top: 0;}
			#toolbar ul.links .menu-476  {width: 54px;  left: 897px; top: 0;}
			
			#toolbar ul.links a:hover, #toolbar ul.links a.active, .section-news #toolbar ul.links .menu-554 a {background: url('images/home/toolbar.png') no-repeat;}
			
			#toolbar ul.links .menu-339 a:hover, #toolbar ul.links .menu-339 a.active {background-position: -4px -20px;}
			#toolbar ul.links .menu-341 a:hover, #toolbar ul.links .menu-341 a.active {background-position: -54px -20px;}
			#toolbar ul.links .menu-733 a:hover, #toolbar ul.links .menu-733 a.active {background-position: -189px -20px;}
			#toolbar ul.links .menu-7906 a:hover, #toolbar ul.links .menu-7906 a.active {background-position: -270px -20px;}
			#toolbar ul.links .menu-7905 a:hover, #toolbar ul.links .menu-7905 a.active {background-position: -384px -20px;}
			#toolbar ul.links .menu-470 a:hover, #toolbar ul.links .menu-470 a.active {background-position: -458px -20px;}
			#toolbar ul.links .menu-554 a:hover, #toolbar ul.links .menu-554 a.active, .section-news #toolbar ul.links .menu-554 a {background-position: -520px -20px;}
			#toolbar ul.links .menu-471 a:hover, #toolbar ul.links .menu-471 a.active {background-position: -567px -20px;}
			#toolbar ul.links .menu-472 a:hover, #toolbar ul.links .menu-472 a.active {background-position: -637px -20px;}
			#toolbar ul.links .menu-473 a:hover, #toolbar ul.links .menu-473 a.active {background-position: -732px -20px;}
			#toolbar ul.links .menu-474 a:hover, #toolbar ul.links .menu-474 a.active {background-position: -785px -20px;}
			#toolbar ul.links .menu-475 a:hover, #toolbar ul.links .menu-475 a.active {background-position: -828px -20px;}
			#toolbar ul.links .menu-476 a:hover, #toolbar ul.links .menu-476 a.active {background-position: -897px -20px;}



a, a:visited {color: #00483A;}
a:hover {color: #3C6E64;}

.front #hlogin {text-decoration: none; cursor: text;}
.front #hlogin:hover {text-decoration: none; color: #DDDDDD;}

/** User Interface **/

#block-nice_menus-1 {height:0; position:absolute; top:-163px;}

/** HOME **/

.main-tl, .main-tr {position: absolute; display: block; width: 10px; height: 30px;}

	.main-tl {top: 0; left: 0; background: transparent url('images/home/main-tl.png') top left no-repeat;}
	.main-tr {top: 0; right: 0px; background: transparent url('images/home/main-tr.png') top right no-repeat;}


/** Viewbook Area **/
body.front DIV#imgArea {height: 321px; width: 960px; position: relative; margin: 0; display: block; margin-top: -321px;}
	body.front #main #tsh {background: url('images/home/top_bg-slice_tsh.png') 0 0 no-repeat; height: 3px; width: 960px; position:absolute; left:0; top:0;}
	body.front #main #ls {background: url('images/home/top_bg-slice_ls.png') 0 0 no-repeat; height: 282px; width: 104px; position:absolute; left:0; top:3px;}
	body.front #main #rs {background: url('images/home/top_bg-slice_rs.png') 0 0 no-repeat; height: 230px; width: 165px; position:absolute; left:795px; top:3px;}
	body.front #main #lb {background: url('images/home/top_bg-slice_lb.png') 0 0 no-repeat; height: 36px; width: 211px; position:absolute; left:0; top:285px;}
	body.front #main #bm {background: url('images/home/top_bg-slice_bm.png') 0 0 no-repeat; height: 24px; width: 460px; position:absolute; left:211px; top:297px;}
	body.front #main #rb {background: url('images/home/top_bg-slice_rb.png') 0 0 no-repeat; height: 88px; width: 289px; position:absolute; left:671px; top:233px;}
	
	.page-news #imgArea {display: block; float: right;}
	.page-news #content-inner {padding-top: 25px;}

	#tsh, #ls, #rs, #lb, #bm, #rb {z-index: 1;}

	.view-viewbook .view-content { position: absolute; top: 0;}
	.view-viewbook .view-content .views-row {position: absolute; top: 0; left: 0;}

	
	

DIV#home-bottom {
	width: 960px;
	background: url('images/home/bg_home_bot.png') 0 0 repeat-y;
	padding-bottom: 5px;
	position: relative;
}

	img#home_bot_border {position: absolute; bottom: 0; left: 0;}

		#home-bottom #leftCol {width: 420px; background: url('images/home/bg_home_curve_top.png') 100% 0 no-repeat; float: left; height: auto !important; height: 80px; min-height: 80px;}
		#home-bottom-inner {background: url('images/home/bg_home_curve_bot.png') 398px 100% no-repeat;
				/* this code controls the height of the bottom news/testimonials holder
				 * a height/min-height of 180px ensures the curves of the bottom section have enough room to be established
				 */
				height: auto !important; height: 180px; min-height: 180px;
				}
	
		#home-news .content {margin: 8px 20px 10px 10px; font-size: 12px; line-height: 14px; color: #fff; text-align: left;}
			#colA {float: left; width: 232px; margin-left: 10px;}
			.windows.os-2000.browser-ie6 #colA {float: left; width: 232px; margin-left: 4px;}

		#home-bottom #rightCol {width: 540px; float: right;}


#block-views-News-block_8 .views-field-view-node {margin-bottom: 15px; font-size: 11px;}
	#block-views-News-block_8 .views-field-view-node a, #block-views-News-block_8 .views-field-view-node a:visited {color: #EEDC94;}
		#block-views-News-block_8 .views-field-view-node a:hover {color: #fff;}

	
#testimonials {width: 294px;  background: url('images/home/bg_testimonial.png') 0 0 repeat-y; float: right; margin-right: 3px; position: relative;}
.windows.os-2000.browser-ie6 #testimonials {width: 294px;  background: url('images/home/bg_testimonial.png') 0 0 repeat-y; float: right; margin-right: 1px; position: relative;}

	#testimonials-inner {background: url('images/home/bg_testimonial_bot.png') 0 100% no-repeat; height: auto !important; height: 137px; min-height: 80px; padding-bottom: 65px;}
		#testimonials-inner .content {padding: 0px 22px 0 22px;
		color: #A8AAAA; font-weight: bold; text-align: left;
		font-size: 14px; line-height: 18px;
		}
		
	#testimonials-inner .content .views-field-title {font-weight: normal; font-size: 11px;}
	
	img#testimonial-person-01 {position: absolute; right: 0; bottom: 15px;}

		.topQuote {position: absolute; display: block; width: 40px; height: 18px;
			top: 0; left: 0px; background: transparent url('images/home/bg_top_quote.png') top left no-repeat;}
			
.front .menu-1639 {display: none;}

/** ADMISSIONS **/

body.section-admissions,
body.section-prospective-students {background-color: #CAC2A1;}

body.section-admissions #grunge,
body.section-prospective-students #grunge
 {
	background: url('images/admissions/bg_body_admissions_2.jpg') 50% 100% no-repeat fixed;
	}

body.section-admissions #grunge-inner,
body.section-prospective-students #grunge-inner
 {
	background: url('images/admissions/bg_grunge-inner.png') 50% 100% no-repeat ;
	padding-bottom: 41px;
	}

  body.section-admissions #main,
  body.section-prospective-students #main
  {
	background: url('images/admissions/admissions_bg_main.png') repeat-x;
  }

  .section-admissions #main-inner,
  .section-prospective-students #main-inner
  {
	background: url("images/bg_main-inner-nosidebar_trans.png") repeat-y 0 0 transparent;
	width: 980px;
	margin: 0 auto;
	/*background: url('images/admissions/bg_main-inner.png') repeat-y;*/
	position: relative;
  }
	

 
.section-admissions #imgArea,
.section-prospective-students #imgArea
 {height: 250px; background: url('images/admissions/imgArea_admissions_01.jpg') 0 0 no-repeat; width: 960px; margin: 0 auto; display: block;}
 

 
.section-prospective-students #imgArea
 {height: 240px; background: url('images/prospective_students/bg_ps_header.jpg') 0 0 no-repeat; width: 960px; margin: 0 0 0 9px;}
 
 .section-prospective-students #imgArea .rotate {display: none;}
 
.section-prospective-students #imgArea #search-box {right: 11px;}
.not-front #imgArea #search-box {right: 0px;}
.section-news #imgArea #search-box {right: 10px;}

  body.section-admissions #main-inner,
  body.section-prospective-students #main-inner
	{padding-top: 0;}
	
body.section-admissions .main-tl, body.section-admissions .main-tr,
body.section-prospective-students .main-tl, body.section-prospective-students .main-tr
 {display: none;}

	body.section-admissions #footer,
	body.section-prospective-students #footer
	{width: 960px; margin: 0 auto; background: url('images/admissions/admissions_bg_footer.png') 0 100% no-repeat; padding: 0 0 15px 0;}
	
	body.section-admissions #footer-inner,
	body.section-prospective-students #footer-inner
	{background: url('images/admissions/admissions_bg_footer-inner.png') 0 0 repeat-y; width: 960px; margin: 0 auto;}
	
	
	.section-admissions #bg_internal {background: url('images/admissions/bg_admissions_internal.jpg') 12px 0 repeat-y;}
	
	 body.section-admissions .field-label {display: none;}

	.section-admissions #sidebar-left ul {margin: 0 4px 0 0; padding: 0; background-color: #DFDDCD; width: 250px;}
	.section-admissions #sidebar-left ul li {background-color: #F3F2EB; border-bottom: 1px dotted #B0AEA8; text-indent: 6px; margin: 0 0 0 23px;}
	.section-admissions #sidebar-left ul li ul li {margin: 0; text-indent: 12px;}
		.section-admissions #sidebar-left ul li ul li.last {border-bottom-width: 0px;}

		.section-admissions #sidebar-left ul li.first, .section-admissions #sidebar-left ul li ul li.first {border-top: 1px dotted #B0AEA8;}
		
		.section-admissions #sidebar-left-curve
		  {
		    background-image:url(images/sidebar-left-curve_admissions.png);
		    height:215px;
		    left:12px;
		    margin-bottom:-235px;
		    position:absolute;
		    top:35px;
		    width:250px;
		  }
		  
		  .section-admissions #sidebar-left .region-count-1 {
		    background: none;
		  }
		  
		  .section-admissions #content {
		    margin-left:227px;
		    margin-right:-665px;
		    width:450px;
		    }


	
/** PROSPECTIVE STUDENTS **/

.section-prospective-students #sidebar-left .region-count-1 {
  background: none;
  margin: 0 13px;
}
	
	.section-prospective-students #bg_internal {background: url('images/prospective_students/bg_ps_inner.png') 9px 0 repeat-y;}
	
	.section-prospective-students #sidebar-left-curve {display: none;}


#block-block-2 {padding: 25px 0 0 20px;}
ul#getMoreDone {width: 224px; height: 254px; background: url('images/get_more_done.png') no-repeat; margin: 0; padding: 0; overflow: hidden; position: relative;}
		#getMoreDone li {margin: 0; padding: 0; list-style: none; display: block; position: absolute; height: 40px; width: 136px;}
		
		#getMoreDone li a {display: block; height: 40px; text-indent: -9999px; font-size: 0; width: 136px;}
		
			#getMoreDone .link-1 {left: 56px; top: 53px;}
			#getMoreDone .link-2 {left: 56px; top: 96px;}
			#getMoreDone .link-3 {left: 56px; top: 141px;}
			#getMoreDone .link-4 {left: 56px; top: 185px;}
			
			#getMoreDone a:hover, #getMoreDone .active {background: url('images/get_more_done.png') no-repeat;}
			
			#getMoreDone .link-1 a:hover, #getMoreDone .link-1 a.active {background-position: -56px -307px;}
			#getMoreDone .link-2 a:hover, #getMoreDone .link-2 a.active {background-position: -56px -350px;}
			#getMoreDone .link-3 a:hover, #getMoreDone .link-3 a.active {background-position: -56px -395px;}
			#getMoreDone .link-4 a:hover, #getMoreDone .link-4 a.active {background-position: -56px -439px;}
			

#block-block-3 {margin: 0;}
ul#representativeMap {width: 283px; height: 150px; background: url('images/representative_map.png') no-repeat; margin: 20px 0 0 0; padding: 0; overflow: hidden; position: relative; position: absolute; bottom: 0; right: 15px;}
		#representativeMap li {margin: 0; padding: 0; list-style: none; display: block; position: absolute;}
		
		#representativeMap li a {display: block; text-indent: -9999px; font-size: 0;}
		
			#representativeMap .link-1 {width: 190px; height: 90px; left: 10px; top: 30px;}
			#representativeMap .link-2 {width: 65px; height: 60px; left: 73px; top: 68px;}
			#representativeMap .link-3 {width: 65px; height: 40px; left: 205px; top: 85px;}

			#representativeMap li.link-1 a {width: 190px; height: 90px;}
			#representativeMap li.link-2 a {width: 65px; height: 60px;}
			#representativeMap li.link-3 a {width: 65px; height: 40px;}

			
			#representativeMap a:hover, #representativeMap  .active {background: url('images/representative_map.png') no-repeat;}
			
			#representativeMap .link-1 a:hover {background-position: -10px -191px;}
			#representativeMap .link-2 a:hover {background-position: -74px -391px;}
			#representativeMap .link-3 a:hover {background-position: -205px -565px;}



/** END PROSPECTIVE STUDENTS **/



/** MENUS **/

#sidebar-left ul {margin: 0 4px 0 0; padding: 0; background-color: #00362b;}
#sidebar-left ul li {background-color: #00362b;  text-indent: 6px; margin: 0 0 0 18px; list-style: none;}
	#sidebar-left ul li ul li {margin: 0; text-indent: 12px;}
		#sidebar-left ul li ul li.last {border-bottom-width: 0px;}

		#sidebar-left ul li.last, #sidebar-left ul li ul li.last {padding-bottom: 15px;}

#sidebar-left ul li a {display: block; padding: 3px 0; color: #9db89f;}

.section-admissions #sidebar-left ul li a {display: block; padding: 3px 0; color: #0e5510;}

.section-admin #sidebar-left , .section-node-add #sidebar-left, #sidebar-left {width: 270px;}
.section-prospective-students #sidebar-left ul li, .section-prospective-students #sidebar-left ul li.first, #sidebar-left ul li ul li.first {border: none;}

.section-news #sidebar-left{width: 180px;}

/* Steven Brown CSS */

.middle-left, .middle-center, .middle-right {float: left; width: 244px;}

	.middle-left-inner {margin: 0 16px 0 0;}
	.middle-center-inner {margin: 0;}
	.middle-right-inner {margin: 0 0 0 16px;}

.middle-top {margin-bottom: 20px;}
.middle-top-inner {padding-right: 15px;}

.section-news .views-row-odd .views-field-view-node .field-content a, .section-news .views-row-even .views-field-view-node .field-content a,
.section-news .view-footer .view-all 
 {font-size: 11px;}
 
.section-news .views-row-odd .views-field-view-node .field-content a, .section-news .views-row-even .views-field-view-node .field-content a,
	.section-news .views-row-odd .views-field-view-node .field-content a:visited, .section-news .views-row-even .views-field-view-node .field-content a:visited,
	.section-news .view-footer .view-all a, .section-news .view-footer .view-all a:visited 
 {text-decoration: none;}
 
.section-news .views-row-odd .views-field-view-node .field-content a:hover,
	.section-news .views-row-odd .views-field-view-node .field-content a:hover,
	.section-news .view-footer .view-all a:hover
 {text-decoration: underline;}

	.middle-left h2.title, .middle-center h2.title, .middle-right h2.title {background-color: #00483A; color: #fff; padding: 3px 5px; font-size: 12px;}
	.middle-top h2.title {display: none;}
	
	

.section-news #content-area {padding: 0 0 15px 0;}

.view-News .views-field-view-node {text-align: right; padding: 0 0 0 0;}
.view-News .view-footer {text-align: right; padding: 0 0 0 0;}

/* News Archive Page */
.view-news-archive .views-field-created {float: left; margin-right: 20px;}
.not-front .view-news-archive .views-row-odd, .not-front .view-news-archive .views-row-even {margin-bottom: 15px; clear: both; padding-top: 15px; border-top: dotted 1px;}
.page-news .view-news-archive .views-row-odd, .not-front .view-news-archive .views-row-even {margin-bottom: 15px; clear: both; padding-top: 15px; border: none;}

/* News page Worx */
.page-news #content-header h1.title {display: none;}


#block-views-News-block_8 {padding-top: 1px;}
#block-views-News-block_8 h2.title {display: none;}

#block-views-News-block_8 .views-field-title {font-weight: bold; margin: 0;}
	#block-views-News-block_8 .views-field-title a, #block-views-News-block_8 .views-field-title a:visited {text-decoration: none; color: #fff;}

#block-views-News-block_8 .field-content p {margin-top: 5px;}

.not-front #content, .not-front #sidebar-left, .not-front #sidebar-right {padding-top: 0px;}


ul#quick_links {width: 214px; height: 190px; background: url('images/home/b_quick_links.jpg') no-repeat; margin: 0; padding: 0; overflow: hidden; position: relative;}
		#quick_links li {margin: 0; padding: 0; list-style: none; display: block; position: absolute; top: 0; left: 0;}
		
		#quick_links li a {display: block; height: 30px; text-indent: -9999px; font-size: 0;}
		
			#quick_links .quicklink1 {width: 98px; left: 0px; top: 10px;}
			#quick_links .quicklink2 {width: 98px; left: 0px; top: 50px;}
			
			#quick_links .quicklink5 {width: 94px; left: 115px; top: 102px;}
				#quick_links .quicklink5 a {height: 88px; width: 99px;}
			
			#quick_links .quicklink3 {width: 105px; left: 115px; top: 0px;}
				#quick_links .quicklink3 a {height: 88px; width: 99px;}

			#quick_links .quicklink4 {width: 94px; left: 0px; top: 102px;}
				#quick_links .quicklink4 a {height: 88px; width: 99px;}

			
			
			#quick_links a:hover, #quick_links .active {background: url('images/home/b_quick_links.jpg') no-repeat;}
			
			#quick_links .quicklink1 a:hover, #quick_links .quicklink1 a.active {background-position: -0px -200px;}
			#quick_links .quicklink2 a:hover, #quick_links .quicklink2 a.active {background-position: -0px -240px;}
			#quick_links .quicklink5 a:hover, #quick_links .quicklink5 a.active {background-position: -115px -292px;}
			#quick_links .quicklink3 a:hover, #quick_links .quicklink3 a.active {background-position: -115px -190px;}
			#quick_links .quicklink4 a:hover, #quick_links .quicklink4 a.active {background-position: -0px -292px;}
			


.section-prospective-students #content-inner {background: url('images/prospective_students/bg_prospective_video.jpg') 100% 0 no-repeat; height: 570px; position: relative;}

#node-2, #content-area .node-type-prospective-students {width: 475px; height: 285px; position: absolute; top: 184px; right: 32px;}
#node-2 .field-label, #content-area .node-type-prospective-students .field-label {display: none;} 


#block-block-5 {padding: 0 0 15px 15px;}
#block-block-5 ul.links {width: 230px; height: 476px; background: url('images/prospective_students/subnav_prospective_students.jpg') no-repeat; margin: 0; padding: 0; overflow: hidden; position: relative;}
		#block-block-5 ul.links li {margin: 0; padding: 0; list-style: none; display: block; position: absolute; background-color: transparent;}
		
		#block-block-5 ul.links li a {display: block; text-indent: -9999px; font-size: 0; width: 100%; height: 100%;}
		
			#block-block-5 ul.links .menu-703 {height: 56px; width: 230px; left: 0; top: 0;}
			#block-block-5 ul.links .menu-704 {height: 33px; width: 230px; left: 0; top: 71px;}
			#block-block-5 ul.links .menu-705 {height: 36px; width: 230px; left: 0; top: 122px;}
			#block-block-5 ul.links .menu-706 {height: 41px; width: 230px; left: 0; top: 173px;}
			#block-block-5 ul.links .menu-707 {height: 35px; width:	230px; left: 0; top: 229px;}
			#block-block-5 ul.links .menu-708 {height: 41px; width: 230px; left: 0; top: 281px;}
			#block-block-5 ul.links .menu-7922 {height: 40px; width: 230px; left: 0; top: 389px;}
			#block-block-5 ul.links .menu-710 {height: 37px; width: 230px; left: 0; top: 435px;}

	  #block-block-5 ul.links a:hover, #block-block-5 ul.links a.active {background: url('images/prospective_students/subnav_prospective_students.jpg') no-repeat;}
			
			#block-block-5 ul.links .menu-703 a:hover, #block-block-5 ul.links .menu-703 a.active {background-position: 0 -478px;}
			#block-block-5 ul.links .menu-704 a:hover, #block-block-5 ul.links .menu-704 a.active {background-position: 0 -551px;}
			#block-block-5 ul.links .menu-705 a:hover, #block-block-5 ul.links .menu-705 a.active {background-position: 0 -602px;}
			#block-block-5 ul.links .menu-706 a:hover, #block-block-5 ul.links .menu-706 a.active {background-position: 0 -653px;}
			#block-block-5 ul.links .menu-707 a:hover, #block-block-5 ul.links .menu-707 a.active {background-position: 0 -709px;}
			#block-block-5 ul.links .menu-708 a:hover, #block-block-5 ul.links .menu-708 a.active {background-position: 0 -761px;}
			#block-block-5 ul.links .menu-7922 a:hover, #block-block-5 ul.links .menu-7922 a.active {background-position: 0 -869px;}
			#block-block-5 ul.links .menu-710 a:hover, #block-block-5 ul.links .menu-710 a.active {background-position: 0 -915px;}
						

			
#imgArea-blocks {position: absolute; top: 35px; right: 12px; width: 218px; text-align: left; font-size: 11px; color: #563F1E;}


.view-News .views-field-view-node {text-transform: lowercase;}

#node-9 {display: none;}
.block-views .block-inner h2.title {margin-bottom: 15px;}
.block-views .block-inner .content .views-field-title {margin-bottom: 5px; font-weight: bold; text-align: left;}




span.img_apply_now {display: none;}

.section-prospective-students span.img_apply_now {position: absolute; top: 160px; right: 0; display: inline; z-index: 80; background: url('images/prospective_students/b_apply_now.png') 0 0 no-repeat; height: 175px; width: 160px;}
.section-prospective-students span.img_apply_now:hover {background: url('images/prospective_students/b_apply_now_f2.png') 0 0 no-repeat;}


.page-admissions h1.title {text-indent: -9999px; height: 48px; background: url('images/admissions/h_admissions.png') 0 0 no-repeat; margin: 0 0 5px 0;}

.page-admissions .#sidebar-right {margin-bottom: 160px;}

pre {border: 2px solid #333; background: #ddd; font-size: 11px; line-height: 16px; padding: 8px; overflow-x: scroll;}


fieldset.admissions {border: 1px dotted #ccc;}
	fieldset.admissions legend {color: #92875B; font-weight: bold; padding: 0 4px; font-size: 13px;}
	
	fieldset.admissions img {float: left; margin: 4px 0 0 4px;}

fieldset.admissions .content  {margin-left: 198px; font-size: 11px; padding: 0 10px 5px 0;}
	fieldset.admissions .content p {margin-top: 0;}
	
	.read-more {text-align: right; display: block;}
	
	.node-type-admissions .field-field-image {display: none;}
	
	
	#content-area .view {margin-top: 10px;}
	

#block-views-Testimonials-block_1 .views-field-field-picture-fid img {position: relative; z-index: 11;}

.windows.os-vista.browser-firefox3 #block-views-Testimonials-block_1 .views-field-field-picture-fid {
	font-size: 0; line-height: 0;
	position: absolute;
	top: -258px; right: -3px;
/*	top: -272px; right: -25px; */
	}

.windows.os-2000.browser-ie6 #block-views-Testimonials-block_1 .views-field-field-picture-fid {
	font-size: 0; line-height: 0;
	position: absolute;
	top: -262px; right: 1px;
	float: right;
	}

.windows.browser-firefox3 #block-views-Testimonials-block_1 .views-field-field-picture-fid {
	font-size: 0; line-height: 0;
	position: absolute;
	top: -258px; right: 0px;
	}

#block-views-Testimonials-block_1 .views-field-field-picture-fid {
	font-size: 0; line-height: 0;
	position: absolute;
	top: -258px; right: -3px;
	}
	


.front #navbar {display: none;}

span.b_quicklink {display: block; float: left;}


#siteQuicklinks {position: absolute; top: 24px; right: 0px; width: 232px;}
body.front #siteQuicklinks {position: absolute; top: 24px; right: 0px; width: 232px;}
.section-admissions #siteQuicklinks,
.section-prospective-students #siteQuicklinks {position: absolute; top: 24px; right: 0px; width: 232px;}

.section-news #siteQuicklinks {position: absolute; top: 24px; right: 10px; width: 232px;}



#block-menu-menu-quick-links {margin: 0; padding: 0; position: relative; z-index: 100;}
#block-menu-menu-quick-links ul.menu {background: #FFD457; color: #3B6D64; list-style-type: none; list-style-image: none; margin: 0; padding: 0;
	opacity: .92;
	filter: alpha(opacity=92);	/* for IE5-7 */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=92)";	/* for IE8 */

	border: 0px solid #CBCDCE; border-width: 0 0 2px 0;
	border-bottom-color: #CCAA46;
}

#block-menu-menu-quick-links ul.menu li.leaf {border: 1px solid #CCAA46; border-width: 0 0 1px 1px; list-style-type: none; list-style-image: none; display: block;}

#block-menu-menu-quick-links ul li a {color: #3B6D64; display: block; padding: 2px 5px; text-decoration: none; font-weight: bold; font-size: 10px;}
	#block-menu-menu-quick-links ul li a:hover {color: #00483A; background-color: #E6C25B;}


span.b_quicklink a {text-indent: -9999px; background: url('images/b_quicklinks.png') 0 0 no-repeat; width: 66px; height: 11px; display: block; position: absolute; top: 6px; left: 12px;}

span.b_quicklink a:hover {background: url('images/b_quicklinks_f2_new.png') 0 0 no-repeat; width: 77px; height: 32px; display: block; position: absolute; top: -5px; left: 7px;}



DIV#s3 {overflow: hidden; height: 321px; width: 960px; }
#content-area .view-viewbook {margin-top: 0;}





		.section-admin .sidebar ul.menu
			{
				margin: 0;
				padding: 0;
			}

		.section-admin .sidebar ul.menu li.leaf, 	.section-admin .sidebar ul.menu li.collapsed,		.section-admin .sidebar ul.menu li.leaf, 	.section-admin .sidebar ul.menu li.expanded
			{
				margin: 0 0 0 0;
				padding: 0;
				list-style-type: none;
				list-style-image: none;
			}
			
		.section-admin #sidebar-left ul li {margin: 0 0 0 0px;}
		


.section-news .views-field-field-news-image-fid, .section-news .node-type-news .field-field-news-image  {float: right; margin: 0 0 15px 15px;}

.section-prospective-students h1.title {display: none;}

#block-views-Testimonials-block_1 .views-field-view-node a {font-size: 11px;}

/* Steven Brown CSS */

/* In The Spotlight Nodequeue Block */
#block-views-nodequeue_1-block .view-content .item-list li {margin-bottom: 15px; list-style-type: none;}
#block-views-nodequeue_1-block a,
#block-views-nodequeue_1-block a:hover {color: #FFF;}

#block-block-7, #block-block-7 p {margin: 0; padding: 0;}


.noscriptWarning {text-align: center; width: 705px; padding-top:  104px;}


#block-views-News-block_6 .view-footer {display: block; clear: both; border-top: 1px solid #ccc; padding-top: 5px;}
#block-views-News-block_6 .views-row-odd, #block-views-News-block_6 .views-row-even {border-bottom-width: 0;}
 
 /* ART GALLERY */

  .page-gallery-schedule #imgArea {background: url('images/art_gallery/art_background.png') no-repeat 20px -1px; height: 707px; width: 957px; display: block; margin: 0 auto;}
  .page-gallery-about #imgArea {background: url('images/art_gallery/art_about_background.png') no-repeat 20px -1px; height: 707px; width: 957px; display: block;}
  .page-gallery-driving-directions #imgArea {background: url('images/art_gallery/art_driving_background.png') no-repeat 20px -1px; height: 717px; width: 957px; display: block; margin: 0 auto;}
  .page-gallery-links #imgArea {background: url('images/art_gallery/art_links_background.png') no-repeat 20px -1px; height: 717px; width: 957px; display: block; margin: 0 auto;}
  .page-gallery-contacts #imgArea {background: url('images/art_gallery/art_contacts_background.png') no-repeat 20px -1px; height: 717px; width: 957px; display: block; margin: 0 auto;}

  .section-gallery h1.title, .section-gallery h2.title {display: none;}
  
  .section-gallery p {color: white;}

  .section-gallery #main-inner
  {
	width: 980px;
	margin: 0 auto;
	background: url('images/art_gallery/bg_main-inner-art_gallery.png') repeat-y;
	position: relative;
  }
  
  .section-gallery .node-inner .content {position: absolute; left: 270px; top: 295px; width: 500px;}

  body.section-gallery #footer
	{width: 980px; margin: 0 auto 5px auto; background: url('images/art_gallery/bg_footer-art_gallery.png') 0 100% no-repeat; padding: 0 0 23px 0;}

  body.section-gallery #footer-inner
	{height: auto !important; height: 75px; min-height: 50px; padding-top: 12px; background: url('images/art_gallery/bg_footer-inner-art_gallery.png') repeat-y;}
	

  ul#artGalleryMenu {width: 625px; height: 20px; background: url('images/art_gallery/art_gallery_menu.png') no-repeat; margin: 0; padding: 0; overflow: hidden; position: absolute; top: 260px; left: 25px;}
		#artGalleryMenu li {margin: 0; padding: 0; list-style: none; display: block; position: absolute; height: 40px; width: 125px;}
		
		#artGalleryMenu li a {display: block; height: 40px; text-indent: -9999px; font-size: 0;}
		
			#artGalleryMenu .link-1 {width: 67px; left: 0px; top: 0px;}
			#artGalleryMenu .link-2 {width: 123px; left: 110px; top: 0px;}
			#artGalleryMenu .link-3 {width: 125px; left: 270px; top: 0px;}
			#artGalleryMenu .link-4 {width: 45px; left: 430px; top: 0px;}
			#artGalleryMenu .link-5 {width: 80px; left: 500px; top: 0px;}
			
			#artGalleryMenu a:hover, #artGalleryMenu .active {background: url('images/art_gallery/art_gallery_menu.png') no-repeat;}
			
			#artGalleryMenu .link-1 a:hover, #artGalleryMenu .link-1 a.active {background-position: 0px -24px;}
			#artGalleryMenu .link-2 a:hover, #artGalleryMenu .link-2 a.active {background-position: -110px -24px;}
			#artGalleryMenu .link-3 a:hover, #artGalleryMenu .link-3 a.active {background-position: -270px -24px;}
			#artGalleryMenu .link-4 a:hover, #artGalleryMenu .link-4 a.active {background-position: -430px -24px;}
			#artGalleryMenu .link-5 a:hover, #artGalleryMenu .link-5 a.active {background-position: -500px -24px;}
		
/* Davis-Waldorf */
  
  .page-davis-waldorf-performing-arts-series-2009-2010 h1.title {background-image: url('http://www.usao.edu/home/sites/default/files/Davis-Waldorf-Series-Logo.png'); text-indent: -9999px; height:200px; width:397px;}
  
  .page-davis-waldorf-performing-arts-series-2009-2010 p {margin: 0 4px;}
  
/* Davis-Waldorf 2010-11 */

  .page-davis-waldorf-performing-arts-series #main-inner
  {
	width: 980px;
	margin: 0 auto;
	background: url('images/bg_main-inner-dwpas10-11.jpg') repeat-y;
	position: relative;
  }
  
  .page-davis-waldorf-performing-arts-series h1.title {background-image: url('images/dwpas_logo.jpg'); text-indent: -9999px; height:297px; width:195px;}
  .page-davis-waldorf-performing-arts-series .pane-1 {margin:-316px 0 60px 220px; width:440px;}
  .page-davis-waldorf-performing-arts-series .pane-2, .page-davis-waldorf-performing-arts-series .pane-3,
  .page-davis-waldorf-performing-arts-series .pane-4,
  .page-davis-waldorf-performing-arts-series .pane-5 {border:2px solid #F3E2A7; margin:10px 0 0 0; padding:0 10px 60px 0;}
  
  
/* Information Services */

.vpn_button_1 {background: url('/home/sites/all/themes/worx/images/vpn_web.png') no-repeat; height: 100px; width: 100px; position: relative; float: left; list-style: none;}
.vpn_button_2 {background: url('/home/sites/all/themes/worx/images/vpn_client.png') no-repeat; height: 100px; width: 100px; position: relative; float: left; list-style: none;}

a:hover .vpn_button_1 {background-position: 0px -105px;}
a:hover .vpn_button_2 {background-position: 0px -105px;}

/* Calender */

.section-calendar #sidebar-left-curve, .field-field-flag-for-news {display: none;}

.section-calendar #main-inner
  {
	width: 980px;
	margin: 0 auto;
	background: url('images/bg_main-inner-nosidebar.png') repeat-y;
	position: relative;
  }
  
  .node-inner h2.title {font-size: 1.2em;}

.section-calendar #bg_internal
{
  background: url('/home/sites/all/themes/worx/images/bg_main-inner-calendar.jpg') no-repeat 60px 0px;
}

.calendar-calendar div.date-nav {
background-color:#00483a;
border:1px solid #00483a;
color:#ffffff;
padding:0.2em;
width:auto;
}

.calendar-calendar ul.links li a {color: #000000; }

.calendar-calendar div.date-nav a, .calendar-calendar div.date-nav h3 {color:#9DB89F;}
.calendar-calendar div.date-nav h3 {font-size: 2em;}

.calendar-calendar td.empty {
background:#9DB89F none repeat scroll 0 0;
border-color:#9DB89F;
}

thead.tableHeader-processed {background-color: #00483a;}
th.calendar-legend{color:#9db89f;}

th.calendar-legend, .calendar-legend td {padding-left: 3px;}

.view-filters {margin-bottom: -30px;}

div#calpopup {background-color: #9db89f; }

.add-calendar-link a:link, .add-calendar-link a:visited {
color: transparent;
text-decoration:none;
border:none;
}
.add-calendar-link a:hover {
color:#fff;
background:none repeat scroll 0 0 #4B85AC;
padding: 0.1em 0.3em 0.25em 0.3em;
text-align:center;
width:1.5em;
}
.calendar-empty {
display:none;
}

#cal_updated {text-align: center; color: red;}

/* Giles Symposium */

.section-giles-symposium .panel-2col-bricks .panel-col-top {
clear:both;
height:230px;
width:99.9%;
border-bottom: solid 2px;
}

.section-giles-symposium .panel-2col-bricks .panel-col-middle{
clear:both;
height:290px;
width:99.9%;
border-bottom: solid 2px;
border-top: solid 2px;
}

.section-giles-symposium .panel-2col-bricks .panel-col-bottom{
clear:both;
width:99.9%;
border-top: solid 2px;
}

.section-giles-symposium .panel-2col-bricks .panel-col-first {
float:left;
width:50%;
margin-top: 10px;
}

.section-giles-symposium .panel-2col-bricks .panel-col-last {
float:left;
width:50%;
margin-top: 10px;
}

.section-giles-symposium .node-type-news .field-field-news-image {float: left; margin: 0 15px 15px 0;}



#giles_stream {background: url('http://www.usao.edu/home/sites/default/files/giles-stream-button.jpg') no-repeat;overflow: hidden;width: 513px;height: 59px;position: absolute;top: 170px;left: 400px;z-index: 10}
#giles_stream li {margin: 0; padding: 0; list-style: none; display: block; position: absolute; height: 59px; width: 513px;}

#giles_stream li a {display: block; height: 59px; text-indent: -9999px; font-size: 0;}

#giles_stream .link-1 {width: 513px; left: 0px; top: 0px;}

#giles_stream .link-1 a:hover {background: url('http://www.usao.edu/home/sites/default/files/giles-stream-button.jpg') no-repeat;}

#giles_stream .link-1 a:hover {background-position: 0 -61px;}

.section-giles-symposium #sidebar-left .region-count-1 {
background:none repeat scroll 0 0 transparent;
}

.section-giles-symposium #sidebar-left
  {
     background: url('images/sidebar_bot.png') no-repeat left bottom;
     margin-bottom: 15px;
  }
  
.section-giles-symposium #sidebar-left-curve
  {
    background-image:url(images/sidebar-left-curve.png);
    height:215px;
    left:15px;
    margin-bottom:-235px;
    position:absolute;
    top:36px;
    width:250px;
  }

/** Emerson-Wier **/

.section-emerson-wier-symposium .panel-2col-bricks .panel-col-top {
clear:both;
height:260px;
width:99.9%;
border-bottom: solid 2px;
}

.section-emerson-wier-symposium .panel-2col-bricks .panel-col-middle {
clear:both;
height:320px;
width:99.9%;
border-bottom: solid 2px;
}

 .section-emerson-wier-symposium .meta,
 .section-emerson-wier-symposium .field-field-published {display: none;}
 

 .section-emerson-wier-symposium #sidebar-left .region-count-1
  {
     background: none;
  }
  
   .section-emerson-wier-symposium #sidebar-left
  {
     background: url('images/sidebar_bot_emerson.png') no-repeat left bottom;
     margin-bottom: 15px;
  }
  
  .section-emerson-wier-symposium #sidebar-left ul {
    background-color:#000;
    margin:0 4px 0 0;
    padding:0;
    }
    
  .section-emerson-wier-symposium #sidebar-left ul li {
      background-color:#000;
      margin:0 0 0 18px;
      text-indent:6px;
      }
      
  .section-emerson-wier-symposium  #sidebar-left-curve
  {
    background-image:url(images/sidebar-left-curve_emerson.png);
    height:215px;
    left:15px;
    margin-bottom:-235px;
    position:absolute;
    top:35px;
    width:250px;
  }
  
#emerson_stream {background: url('http://www.usao.edu/home/sites/all/themes/worx/images/liveStream.png') no-repeat;overflow: hidden;width: 227px;height: 68px;position: absolute;top: 145px;left: 466px;z-index: 10}
#emerson_stream li {margin: 0; padding: 0; list-style: none; display: block; position: absolute; height: 68px; width: 513px;}

#emerson_stream li a {display: block; height: 68px; text-indent: -9999px; font-size: 0;}

#emerson_stream .link-1 {width: 227px; left: 0px; top: 0px;}

#emerson_stream .link-1 a:hover {background: url('http://www.usao.edu/home/sites/all/themes/worx/images/liveStream.png') no-repeat;}

#emerson_stream .link-1 a:hover {background-position: 0 -80px;}
  
  /** NEWS AND EVENTS**/

.section-news #sidebar-left-curve {display: none;}

body.page-news #content {
  margin: 0;
  padding: 0;
  width: 762px;
}

.section-news #content {
  margin: 10px 0 0 50px;
  padding: 0;
  width: 870px;
}

.node-type-news #content {
  margin: 10px 0 0 50px;
  padding: 0;
  width: 870px;
}

.section-news #content-area .view, .page-news #content-inner {
  margin-left: 0;
  padding-top: 0;
}

.page-news h1.title, .page-news h2.title {display:none;}
  
  .section-news .main-tl, .section-news .main-tr  {display: none;}
  
.section-news .rotate {display: none;}
.section-news #imgArea {height: 0;}
  

  body.section-news #main
  {
	background: url( "/home/sites/all/themes/worx/images/news/news_tile_bg.png" ) repeat-y center;
        width: 1000px;
        height: auto;
        margin: 0 auto;
  }

  .section-news #main-inner
  {
	background: transparent -10px 0 no-repeat;
        width:1000px;
        height:auto;
        margin: 0 auto;
  }
	
        body.section-news #footer {width: 970px; margin: 0 auto 5px auto; background: url('images/admissions/admissions_bg_footer.png') 0 100% no-repeat; padding: 0 0 15px 0;}
	body.section-news #footer-inner {height: auto !important; height: 75px; min-height: 50px; padding-top: 12px; background: url('images/admissions/admissions_bg_footer-inner.png') repeat-y;}
        
	body.section-news #footer-fluff
	{
          background: url('images/news/news_footer_mug.png') 0 0 no-repeat;
          width: 375px;
          height: 279px;
          margin: 0 auto;
          float: right;
          position: relative;
          top: -230px;
          left: 245px;
        }
	
	.section-news .view-footer .view-all {font-size: 11px;}

/*********************************************** Layout Top *********************************************/
.date
{
  left:143px;
  margin:0 0;
  padding:0 4px 0 0;
  position:relative;
  text-align:right;
  top:-33px;
}

.weather
{
  left:107px;
  margin:0;
  padding:0 4px 0 0;
  position:relative;
  text-align:right;
  top:-43px;
}

.weather li {list-style:none;}

/*********************************************** Layout Center Top *********************************************/
.top-top
{
  background: url('images/news/top_top.png') no-repeat;
  position:relative;
  left:-200px;
  top:0;
  height: 116px;
  width: 729px;
}

.page-news .view-display-id-block_6 .view-content
{
  background: url('images/news/int_bg.png') repeat-y;
  position:relative;
  left:31px;
  top:0;
  width: 500px;
  margin-bottom: -33px
}

.top-bot
{
  background: url('images/news/int_bot.png') no-repeat;
  position:relative;
  left:31px;
  top:18px;
  height: 24px;
  width: 500px;
  padding-bottom: 25px;
}

#Top-Story
{
  width: 470px;
}

#Top-Story .lead_image
{
  width: 1px;
  float:left;
  padding: 0 0 10px 9px;
}

#Top-Story .lead_image img
{
  display: block;
  border: solid #f3ece2 2px;
}

#Top-Story .node_title
{
  float:left;
  width:470px;
  margin:0 1em 0 12px;
  font-size:1.2em;
}

#Top-Story .node_title a
{
  color:#37534a;
  text-decoration: none;
}

#Top-Story .node_title a:hover
{
  color:#000000;
}

#Top-Story .node_body
{
  float:left;
  width:459px;
  margin:0 1.5em 0 12px;
  padding:0;
  text-align: left;
}

.section-news .view-dom-id-5 .view-footer .view-all a {margin: 0 25px 0 0;}



/********************************************* Layout Center Bottom ********************************************/

.int-top
{
  background: url('images/news/int_top.png') no-repeat;
  position:relative;
  left:26px;
  top:1px;
  height: 61px;
  width: 503px;
}

.page-news .view-display-id-block_1 .view-content
{
  background: url('images/news/int_bg.png') repeat-y;
  position:relative;
  left:31px;
  top:0;
  width: 500px;
}

.int-bot
{
  background: url('images/news/int_bot.png') no-repeat;
  position:relative;
  left:31px;
  top:-15px;
  height: 24px;
  width: 500px;
}

#In-the-News
{
  width: 490px;
}

#In-the-News .lead_image
{
  float:left;
  padding: 0 .5em 25px 1em;
  width:1px;
}

#In-the-News .lead_image img
{
  display: block;
  border: solid #f3ece2 2px;
}
#In-the-News .node_title
{
  float:right;
  width:345px;
  margin:0 1em 0;
  font-size:1.2em;
}

#In-the-News .node_title a
{
  color:#37534a;
  text-decoration: none;
}

#In-the-News .node_title a:hover
{
  color:#000000;
}

#In-the-News .node_body
{
  float:right;
  width:340px;
  margin:0 1.5em 0;
  padding:0;
  text-align: left;
}

.section-news .view-dom-id-6 .view-footer .view-all a {margin: 0 25px 0 0;}

/*********************************************** Layout Left Top **************************************/
.panel-3col .panel-col-first {
float:left;
padding-top:135px;
width:25%;
}

.trip-top
{
  background: url('images/news/trips_top.png') no-repeat;

  height: 44px;  
  width: 190px;
}

.page-news .view-display-id-block_4 .view-content
{
  background: url('images/news/tripsHeadlines_bg.png') repeat-y;
  position: relative;
  left: 0;
  top: 0;
  height: auto;
  width: 190px;
  clear: both;
}

.trip-bot
{
  background: url('images/news/tripsHeadlines_bot.png') no-repeat;
  position: relative;
  left: 0;
  top: -19px;
  height: 22px;
  width: 190px;
}

#Trips-Tours
{
  width: 125px;
  position: relative;
  left: 0;
  top: 0;
  line-height: 1em;
}

#Trips-Tours .lead_image
{
  width: 1px;
  float:left;
  padding: 0 0 10px 47px;
}

#Trips-Tours .lead_image img
{
  display: block;
  border: solid #f3ece2 2px;
}

#Trips-Tours .node_title
{
  float:left;
  width:125px;
  margin:-5px 0 10px 50px;
  font-size:.9em;
  text-align: right;
  font-weight: bold;
}

#Trips-Tours .node_title a
{
  color:#37534a;
  text-decoration: none;
}

#Trips-Tours .node_title a:hover
{
  color:#000000;
}

#Trips-Tours .node_body
{
  float:left;
  width:125px;
  margin:0 .9em 0;
  padding:0;
  font-size:.8em;
}

.section-news .view-dom-id-1 .view-footer .view-all a {margin: 0 10px 0 0;}

/************************************** Layout Left Bottom ***************************************/

.contest-top
{
  background: url('images/news/contests_top.png') no-repeat;
  position: relative;
  left: 0;
  top: 0;
  height: 47px;
  width: 190px;
}

.page-news .view-display-id-block_2 .view-content
{
  background: url('images/news/eventsContests_bg.png') repeat-y;
  position: relative;
  left: 190px;
  top: 0;
  height: auto;
  width: 205px;
}

.contest-bot
{
  background: url('images/news/tripsHeadlines_bot.png') no-repeat;
  position: relative;
  left: 0;
  top: -19px;
  height: 22px;
  width: 190px;
}

#Contests
{
  width: 140px;
  position:relative;
  left: 45px;
  line-height: 1em;
}

#Contests .node_title
{
  width:130px;
  margin:0;
  padding: 0;
  font-size:.9em;
  text-align: left;
  font-weight: bold;
}

#Contests .node_title a
{
  color:#37534a;
  text-decoration: none;
}

#Contests .node_title a:hover
{
  color:#000000;
}

#Contests .node_body, #Contests .node_upload
{
  width:135px;
  margin:0;
  padding:0;
  font-size:.9em;
}

#Contests .node_body p
{
  margin:10px 0 0 0;
  padding:0;
  text-align: left;
}

.section-news .view-dom-id-2 .view-footer .view-all a {margin: 0 10px 0 0;}

/************************************************ Layout Right Top *************************************/
.page-news #block-weather-3 
{
  padding-bottom: 30px;
}

.page-news #block-weather-3 ul
{
  list-style: none;
}

.page-news #block-weather-3 h2.title
{
  display:none;
}

.page-news .panel-3col .panel-col-last {
float:left;
margin-top:93px;
width:25%;
}

.event-top
{
  background: url('images/news/events_top.png') no-repeat;
  position: relative;
  left: 174px;
  top: 0;
  height: 63px;
  width: 219px;
}

.page-news .view-display-id-block_3 .view-content
{
  background: url('images/news/eventsContests_bg.png') repeat-y;
  position: relative;
  left: 190px;
  top: 0;
  height: auto;
  width: 205px;
}

.event-bot
{
  background: url('images/news/eventsContests_bot.png') no-repeat;
  position: relative;
  left: 190px;
  top: -15px;
  height: 24px;
  width: 214px;
}

#Upcoming-Events
{
  width: 170px;
}

#Upcoming-Events .node_title
{
  width:170px;
  margin: 0 0 0 20px;
  padding: 0;
  font-size:.9em;
  text-align: left;
  font-weight: bold;
}

#Upcoming-Events .node_title a
{
  color:#37534a;
  text-decoration: none;
}

#Upcoming-Events .node_title a:hover
{
  color:#000000;
}

#Upcoming-Events .node_body
{
  width:170px;
  height:auto;
  margin:0 0 0 25px;
  padding:0 0 .5em 0;
  font-size:.8em;
}

#Upcoming-Events .node_body p
{
  margin:0 0 .5em 0;
  padding:0;
}

.section-news .view-dom-id-3 .view-footer .view-all a {margin: 0 10px 0 0; position:relative; top: -15px;}

/******************************************* Layout Right Bottom ***************************************/

.head-top
{
  background: url('images/news/headlines_top.png') no-repeat;
  position: relative;
  left: 182px;
  top: 8px;
  height: 45px;
  width: 212px;
}

.page-news .view-display-id-block_5 .view-content
{
  background: url('images/news/tripsHeadlines_bg.png') repeat-y ;
  position: relative;
  left: 0;
  top: 0;
  height: auto;
  width: 190px;
}

.head-bot
{
  background: url('images/news/eventsContests_bot.png') no-repeat;
  position: relative;
  left: 190px;
  top: -15px;
  height: 24px;
  width: 214px;
}

#Headlines
{
  width: 170px;
}

#Headlines .node_title
{
  width:170px;
  margin: 0 0 0 20px;
  font-size:.9em;
  text-align: left;
  font-weight: bold;
}

#Headlines .node_title a
{
  color:#37534a;
  text-decoration: none;
}

#Headlines .node_title a:hover
{
  color:#000000;
}

#Headlines node_body
{
  width:170px;
  margin:0 0 0 15px;
  padding:0 0 .5em 0;
  font-size:.8em;
}

#Headlines .node_body p
{
  margin:0 0 .5em 25px;
  padding:0;
  text-align: left;
}


.section-news .view-dom-id-4 .view-footer .view-all a {margin: 0 10px 0 0;}

/***************************** News Story Pages **************************************/

.field-field-byline
{
  clear:left;
  font-size:.8em;
  margin:0;
  padding:0;
}

.field-field-byline .field-item
{
  left:19px;
  position:relative;
  top:-16px;
}

.field-field-photo-credit 
{
  float:right;
  color:#555555;
  clear:both;
  font-size:.8em;
  font-style:italic;
  margin:0 4px 0 25px;
  padding:0 0 0 1em;
  width: 300px;
}

.field-field-photo-credit .field-label, .field-field-photo-credit .field-item
{
  float: left;
}

.field-field-photo-cut
{
  color:#333333;
  font-style: italic;
  clear:both;
  float:right;
  margin:0 0 15px 15px;
  width:300px;
}

.field-field-photo-cut .field-label, .field-field-lightbox-gallery {display: none;}

.section-news .field-field-ai-checkbox, .node-type-panel .field-field-ai-checkbox {display: none;}

.section-news .views-row-last {padding: 0 0 17px 0;}

/**************************** End News Story Pages **************************************/

  
/** NEWS MENUS **/
#sidebar-left ul#news_nav li {background-color: transparent; border: none; margin: 0; padding: 0;}
#sidebar-left ul#news_nav {margin: 0; padding: 0;}

.page-news #block-block-9 {margin: 99px 0 0 45px; padding-bottom: 15px;}
.node-type-news #block-block-9 {margin: 0 0 0 15px; padding-bottom: 15px;}
ul#news_nav {width: 155px; height: 218px; background: url('images/news/news_nav.png') no-repeat; margin: 0; padding: 0; overflow: hidden; position: relative;}
		#news_nav li {margin: 0; padding: 0; list-style: none; display: block; position: absolute; height: 30px;}
		
		#news_nav li a {display: block; height: 30px; text-indent: -9999px; font-size: 0;}
		
			#news_nav .link-1 {width: 85px; left: 60px; top: 0;}
			#news_nav .link-2 {width: 82px; left: 70px; top: 45px;}
			#news_nav .link-3 {width: 140px; left: 35px; top: 85px;}
			#news_nav .link-4 {width: 118px; left: 85px; top: 120px;}
			#news_nav .link-5 {width: 155px; left: 0; top: 160px;}
			#news_nav .link-6 {width: 61px; left: 85px; top: 195px;}
			
			#news_nav a:hover, #news_nav a.active {background: url('images/news/news_nav.png') no-repeat;}
			
			#news_nav .link-1 a:hover, #news_nav .link-1 a.active {background-position: -216px 0px;}
			#news_nav .link-2 a:hover, #news_nav .link-2 a.active {background-position: -225px -45px;}
			#news_nav .link-3 a:hover, #news_nav .link-3 a.active {background-position: -190px -85px;}
			#news_nav .link-4 a:hover, #news_nav .link-4 a.active {background-position: -240px -120px;}
			#news_nav .link-5 a:hover, #news_nav .link-5 a.active {background-position: -155px -160px;}
			#news_nav .link-6 a:hover, #news_nav .link-6 a.active {background-position: -240px -195px;}
                        
ul#news-social {width: 165px; height: 32px; background: url('images/news/news_social.png') no-repeat; margin: -10px 0 0 270px; padding: 0; overflow: hidden; position: relative; left: -175px; top: 8px;}
		#news-social  li {margin: 0; padding: 0; list-style: none; display: block; position: absolute; height: 27px;}
		
		#news-social li a {display: block; height: 27px; text-indent: -9999px; font-size: 0;}
		
			#news-social .link-1 {width: 28px; left: 0px; top: 0px;}
			#news-social .link-2 {width: 28px; left: 44px; top: 0px;}
			#news-social .link-3 {width: 28px; left: 88px; top: 0px;}
			#news-social .link-4 {width: 28px; left: 133px; top: 0px;}
			
			#news-social a:hover, #news-social a.active {background: url('images/news/news_social.png') no-repeat;}
			
			#news-social .link-1 a:hover, #news-social .link-1 a.active {background-position: 0px -34px;}
			#news-social .link-2 a:hover, #news-social .link-2 a.active {background-position: -44px -34px;}
			#news-social .link-3 a:hover, #news-social .link-3 a.active {background-position: -88px -34px;}
			#news-social .link-4 a:hover, #news-social .link-4 a.active {background-position: -133px -34px;}
                        
ul#news-info {width: 167px; height: 35px; background: url('images/news/news_info.png') no-repeat; margin: -27px 360px 10px 0; padding: 0; overflow: hidden; position: relative; left: 279px;}
		#news-info li {margin: 0; padding: 0; list-style: none; display: block; position: absolute; height: 11px;}
		
		#news-info li a {display: block; height: 13px; text-indent: -9999px; font-size: 0;}
		
			#news-info .link-1 {width: 82px; left: 21px; top: 2px;}
			#news-info .link-2 {width: 148px; left: 21px; top: 19px;}
			
			#news-info a:hover, #news-info a.active {background: url('images/news/news_info.png') no-repeat;}
			
			#news-info .link-1 a:hover, #news-info .link-1 a.active {background-position: -192px 0px;}
			#news-info .link-2 a:hover, #news-info .link-2 a.active {background-position: -192px -18px;}
			
ul#news-best {width: 59px; height: 70px; background: url('images/news/news_best.png') no-repeat; margin: 25px 0px 0 0; padding: 0; overflow: hidden; position: relative; float: right; left: 207px; top: -130px;}
		#news-best li {margin: 0; padding: 0; list-style: none; display: block; position: absolute; height: 70px;}
		
		#news-best li a {display: block; height: 70px; text-indent: -9999px; font-size: 0;}
		
			#news-best .link-1 {width: 59px; left: 10px; top: 10px;}
			
			
			#news-best a:hover, #news-best a.active {background: url('images/news/news_best.png') no-repeat;}
			
			#news-best .link-1 a:hover, #news-best .link-1 a.active {background-position: -73px -10px;}
			
/** Christmas Under the Dome **/

.section-christmas-under-dome .field-field-news-image {float: right; margin: 0 0 15px 15px;}

#dome_buy_link {background: url('http://www.usao.edu/home/sites/default/files/dome_tickets.png') no-repeat;overflow: hidden; width: 320px;height: 51px;position: absolute;top: 222px;left: 630px;z-index: 10}
#dome_buy_link li {margin: 0; padding: 0; list-style: none; display: block; position: absolute; height: 51px; width: 320px;}

#dome_buy_link li a {display: block; height: 51px; text-indent: -9999px; font-size: 0;}

#dome_buy_link .link-1 {width: 320px; left: 0px; top: 0px;}

#dome_buy_link .link-1 a:hover {background: url('http://www.usao.edu/home/sites/default/files/dome_tickets.png') no-repeat;}

#dome_buy_link .link-1 a:hover {background-position: 0 -51px;}
			
/* --- PROFESSIONAL ---------------------- */			
.section-faculty #content
  {
    width: 547px;
    margin-left: 13px; /* The width of #sidebar-left */
    margin-right: -559px; /* Negative value of #content's width + left margin. */
  }

.section-faculty #sidebar-right {padding-top: 21px;}
	.section-faculty #sidebar-right h2.title {display: block; margin: 0 0 10px 0; font-size: 18px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; color: #F9E397;}
	
.section-faculty #sidebar-right ul {margin: 0 0 10px 0; padding: 0 0 0 15px;}
.section-faculty #sidebar-right ul li {list-style-type: none; background: url('images/faculty/sb_li.gif') 0 7px no-repeat; margin: 0; padding: 0 0 0 12px;}
.section-faculty .emvideo {margin: 0 -24px;}
		
.section-faculty #imgArea_curve
  {
    background:transparent url(images/faculty/bg_imgArea.png) no-repeat scroll 0 0;
    height:250px;
    margin-right:-155px;
    position:absolute;
    top: 0px;
    width:155px;
  }

.section-faculty #bg_internal {background: url('images/faculty/bg_faculty.png') 13px 0 repeat-y; position: relative;}
.section-professionals #bg_internal {background: url('images/faculty/bg_faculty.png') 13px 0 repeat-y; position: relative;}

.section-faculty #bg_watermark {background: url('images/faculty/bg_faculty_content.jpg') 13px 100% no-repeat; position: relative;}
.section-faculty #course_materials {background: url('images/faculty/course_materials_bg.jpg') -2px 100% no-repeat; position: relative; min-height: 547px;}
.section-faculty #course_materials .view-display-id-page_8 .views-field-title {font-size: 16px; font-family: Georgia, "Times New Roman", Times, serif; margin: 0 0 5px 0; color: #00364B; text-align: left;}
.section-faculty #course_materials .view-display-id-page_8 .views-field-body {margin: 0 25px 0 0;}
.section-faculty #course_materials {color:#00362B; margin: 0 0 0 15px;}
.section-faculty #course_materials .view-display-id-attachment_2 h2.title {display: block; margin: 0 0 10px 0; font-size: 18px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal; color: #F9E397;}
.section-faculty .view-display-id-attachment_1 h2.title {font-size: 16px; font-family: Georgia, "Times New Roman", Times, serif; margin: 0 0 5px 0; color: #00364B; text-align: left;}

.section-faculty .view-display-id-attachment_2 .view-header h2.title {
  color:#F9E397;
  display:block;
  font-family:Georgia,"Times New Roman",Times,serif;
  font-size:18px;
  font-weight:normal;
  margin: 10px 0 5px 10px;
  }
.section-faculty .view-display-id-attachment_2 {position: absolute; top: 0; left: 555px; width: 350px;}
.section-faculty .view-display-id-attachment_2 ul {margin: 0 0 10px 0; padding: 0 0 0 15px;}
.section-faculty .view-display-id-attachment_2 ul li {list-style-type: none; background: url('images/faculty/sb_li.gif') 0 7px no-repeat; margin: 0; padding: 0 0 0 12px;}
.section-faculty .view-display-id-attachment_2 .views-field-title .field-content {color: #fff; font-family:Tahoma,Verdana,Arial,Helvetica,"Bitstream Vera Sans",sans-serif; font-size: 11px;}
.section-faculty .view-display-id-attachment_2 .more-link {clear: both; font-size: 11px;}
.section-faculty .view-display-id-attachment_2 .more-link a, .section-faculty .view-display-id-attachment_2 .more-link a:visited {color: #F2F6F5; text-decoration: none;}
.section-faculty .view-display-id-attachment_2 .more-link a:hover {color: #fff; text-decoration: underline;}
.section-faculty .view-display-id-attachment_2 a, .section-faculty .view-display-id-attachment_2 a:visited {color: #F2F6F5; text-decoration: none;}
.section-faculty .view-display-id-attachment_2 a:hover {color: #FFF; text-decoration: underline;}

.section-faculty .view-dom-id-3 {
  margin:0 15px;
  width:500px;
  }

.section-faculty #content-header h1.title {font-size: 16px; font-family: Georgia, "Times New Roman", Times, serif; margin: 10px 0 5px 10px; color: #00364B; text-align: left;}

.section-faculty .views-field-nothing {margin: 0 0 20px 0;}

.section-faculty #content {padding-top: 0; position: relative;}

.section-faculty #sidebar-right .block {background: url('images/faculty/bg_sb_block_border.gif') 0 100% repeat-x; padding-bottom: 5px;}


	.section-faculty #faculty-body-1 {background: url('images/faculty/bg_faculty_inner.png') 0 0 no-repeat; height: 92px; font-size: 11px; color: #00483a;}
		.section-faculty #faculty-body-1 #location {position: absolute; top: 40px; left: 233px;}
		.section-faculty #faculty-body-1 #phone {position: absolute; top: 40px; left: 410px;}
		
		.section-faculty #faculty-body-1 #email {position: absolute; top: 65px; left: 233px;}
	
	
	
	.section-faculty #faculty-body-2 {background: #E3E1DC; padding: 15px; color: #00362b; text-align: left;}
		.section-faculty #faculty-body-2 h2 {font-size: 16px; font-family: Georgia, "Times New Roman", Times, serif; margin: 0 0 5px 0; color: #00364B; text-align: left;}
	
	
	.section-faculty #faculty-body-3 {padding: 0 10px; height: auto !important; height: 370px; min-height: 370px; margin-top: 10px; background: url('images/faculty/bg_h.gif') 0 0 repeat-x;}
		.section-faculty #faculty-body-3 h3 {font-size: 16px; font-family: Georgia, "Times New Roman", Times, serif; margin: 10px -10px; padding: 4px 10px 6px 10px; background: url('images/faculty/bg_h.gif') 0 100% repeat-x;}

.section-faculty #faculty-info-block {position: absolute; top: -217px; left: 0px; height: 263px; }

.section-faculty #faculty-info-image {width: 202px; height: 263px; position: absolute; top: 0; left: 20px; background: url('images/faculty/bg_faculty_staff_image.png') 0 0 no-repeat; z-index: 100;}
	.section-faculty #faculty-info-image img {width: 186px; height: 244px; margin: 8px 0 0 8px;}
	
	.section-faculty #faculty-title-info h1 {color: #00362b; font-family: Georgia, "Times New Roman", Times, serif; padding-top: 6px; margin: 0;}
	.section-faculty #faculty-title-info span.title-desc {color: #00362b; font-size: 10px;}
	
	.section-faculty #faculty-titlebar {height: 62px; background: url('images/faculty/bg_titlebar.png') 0 0 repeat-x; position: relative; z-index: 50; padding-left: 232px; margin-top: 181px;}
	
	
.tlb_l, .tlb_r {position: absolute; display: block;}
	.tlb_l {width: 20px; height: 62px;}
	.tlb_r {width: 33px; height: 62px;}

	.tlb_l {top: 0; left: -14px; background: transparent url('images/faculty/l_titlebar.png') top left no-repeat;}
	.tlb_r {top: 0; right: -33px; background: transparent url('images/faculty/r_titlebar.png') top left no-repeat;}


	.section-faculty #sidebar-right {color: #fff;}
	.section-faculty  #sidebar-right{float: left; width: 407px; margin-left: 559px; margin-right: -970px; padding: 0;}
	.section-faculty #sidebar-right-inner{ margin: 10px 15px; padding: 0;}
	
	.section-faculty .views-table {margin: 0px;}
	.section-faculty .views-table caption {margin: 0 15px; text-align: left;}
	
/**************************************************************************************/
.section-staff #content {padding-top: 0; position: relative;}
.section-staff #content-area {
padding-bottom:0;
}

.section-staff #imgArea_curve
  {
    background:transparent url('images/staff/curve.png') no-repeat scroll 0 0;
    height:250px;
    margin-right:-155px;
    position:absolute;
    top: 0px;
    width:399px;
  }
  
.section-staff #bg_internal {background: url('images/staff/bg_main_inner_staff.jpg') 0 0 repeat-y; position: relative;}
.section-staff #bg_watermark {background: transparent; position: relative;}  
.section-staff #faculty-body-2 {
  background: #E3E5C6;
  padding: 15px;
  color: #00362b;
  text-align: left;
  position: absolute;
  top: 93px;
  left: 275px;
  width: 525px;
  max-height: 119px;
  overflow: hidden;
  }
.section-staff #faculty-body-2 p { display: inline-block;}
.section-staff #crop {position: absolute; top: 227px; left: 762px; background-color: #E3E5C6; width: 51px;}
.section-staff .selector {color:#00483A; left:749px; position:absolute; top:245px; width:67px; cursor: pointer;}
.section-staff .selector:hover {color: #3C6E64;}
.section-staff #faculty-title-info h1 {color: #f3e2a7; font-family: Georgia, "Times New Roman", Times, serif; padding-top: 30px; margin: 0;}
.section-staff #faculty-title-info span.title-desc {color: #f3e2a7; font-size: 10px;}  
.section-staff #faculty-titlebar {height: 95px; background: url('images/staff/bg_titlebar2.png') 0 0 repeat-x; position: relative; z-index: 50; padding-left: 294px; margin-top: 195px; margin-left: -4px;}
.section-staff #faculty-info-image img {width: 186px; height: 244px; margin: 8px 0 0 8px;}
.section-staff .tlb_l {display: none;}
.section-staff .tlb_r {top: 0; right: -82px; background: transparent url('images/staff/r_titlebar2.png') top left no-repeat; height: 94px; width: 82px;}  
.section-staff #faculty-body-1 {background: url('images/staff/curve.png') -18px -249px no-repeat #e3e5c6; height: 300px; font-size: 11px; color: #00483a; width: 954px;}
.section-staff #faculty-body-1 #location {position: absolute; top: 79px; left: 290px;}
.section-staff #faculty-body-1 #phone {position: absolute; top: 78px; left: 420px; width: 106px;}		
.section-staff #faculty-body-1 #email {position: absolute; top: 77px; left: 550px; width: 50px;}
.section-staff #faculty-info-image {width: 202px; height: 263px; position: absolute; top: 111px; left: 25px; background: url('images/staff/bg_faculty_staff_image.png') 0 0 no-repeat; z-index: 100;}
.section-staff #education {display: none;}
.section-staff #faculty-info-block {position: absolute; top: -217px; left: 0px; height: 263px; }
.section-staff #faculty-body-2 h2 {font-size: 14px; font-family: Georgia, "Times New Roman", Times, serif; margin: 0 0 5px 0; color: #00364B; text-align: left;}
.section-staff #faculty-body-3 {padding: 0; height: auto !important; background: transparent; min-height: 0px; margin-top: 0px;}
.section-staff #faculty-body-3 {position: relative; left: 282px; padding: 0 10px; height: auto !important; height: 370px; background: url('images/faculty/bg_h.gif') 0 0 repeat-x;}
.section-staff #faculty-body-3 h3 {font-size: 16px; font-family: Georgia, "Times New Roman", Times, serif; margin: 10px -10px; padding: 4px 10px 6px 10px; background: url('images/faculty/bg_h.gif') 0 100% repeat-x;}
.section-staff #faculty-body-3 ul {padding: 0; margin: 0; list-style: none;}
.section-staff #faculty-body-3 .views-field-title {margin-bottom: -10px;}
.section-staff #faculty-body-3 a {text-decoration: none;}
.section-staff #content {margin-left:13px; margin-right:-559px; width:547px;}
.section-staff #sidebar-left-inner {margin: 312px 20px 0 0; padding: 0;}
.section-staff #block-views-b1c419a0c5ab58ea51807f45dbb34097, .logged-in.section-staff #block-views-b1c419a0c5ab58ea51807f45dbb34097 {background:none repeat scroll 0 0 #bbcfc6; left:-3px; margin:0; padding:0; width: 247px;}
.section-staff div.tabs {float: right; position: relative; z-index: 100;}
.section-staff #block-views-b1c419a0c5ab58ea51807f45dbb34097 ul, .section-staff #block-views-b1c419a0c5ab58ea51807f45dbb34097 li {background: #bbcfc6;}
.section-staff #sidebar-left ul {background-color:#bbcfc6; margin:0 4px 0 0; padding:0;}
.section-staff #sidebar-left ul li {background:url("images/faculty/sb_li.gif") no-repeat scroll 0 7px transparent; list-style-type:none; margin:0 0 0 17px; padding:0 0 0 7px;}
.section-staff #sidebar-left #block-views-32138f617db8bda1c4b16f973b703a28 ul li {background:none; list-style-type:none; margin:0 0 0 17px; padding:0 0 0 7px;}
.section-staff #sidebar-left h2.title { color:#004236; display:block; font-family:Georgia,"Times New Roman",Times,serif; font-size:18px; font-weight:normal; margin:0 0 10px 8px; padding: 0 0 0 8px; border-bottom: dotted 2px black; width: 221px;}
.section-staff #sidebar-left ul li a {color: inherit;}
.section-staff #block-views-32138f617db8bda1c4b16f973b703a28 {background:none repeat scroll 0 0 #bbcfc6; left:-3px; margin:0; padding:0; width: 244px; position: relative; }
.section-staff #block-views-17eed6174743135079d1ed7d7cf0323c {background:none repeat scroll 0 0 #bbcfc6; left:-3px; margin:0; padding:0; width: 244px; position: relative; float: left;}
.section-staff #block-views-17eed6174743135079d1ed7d7cf0323c ul, .section-staff #block-views-17eed6174743135079d1ed7d7cf0323c ul li {background:none repeat scroll 0 0 #bbcfc6;}
.section-staff #block-views-17eed6174743135079d1ed7d7cf0323c object {margin: 0 0 10px -22px;}
.section-staff #block-views-32138f617db8bda1c4b16f973b703a28 li.views-row-odd img, .section-staff #block-views-32138f617db8bda1c4b16f973b703a28 li.views-row-even img {border:4px solid #C4D7D3; margin:0 5px 0 -12px;}
.section-staff #block-views-32138f617db8bda1c4b16f973b703a28 li.views-row-odd,
.section-staff #block-views-32138f617db8bda1c4b16f973b703a28 li.views-row-even { margin-right: 8px; font-size: 10px;}
.section-staff #block-views-32138f617db8bda1c4b16f973b703a28 li.views-row-odd img,
.section-staff #block-views-32138f617db8bda1c4b16f973b703a28 li.views-row-even img {float: left; border: 4px solid #c4d7d3; margin: 0 16px 0 -16px;}
.section-staff #block-views-32138f617db8bda1c4b16f973b703a28 li.views-field-title {text-align: center; font-size: 9px; font-weight: normal;}
.section-staff #block-views-32138f617db8bda1c4b16f973b703a28 li.views-field-title a, .section-staff #block-views-32138f617db8bda1c4b16f973b703a28 li.views-field-title a:visited {color: #fff; text-decoration: none;}
.section-faculty #sidebar-right #block-views-32138f617db8bda1c4b16f973b703a28 ul li {background: none;}
.section-staff #sidebar-left .more-link {clear:both; font-size:11px; margin: 0 11px 10px 0;}
.section-staff #sidebar-left .more-link a, .section-section-staff #sidebar-left .more-link a:visited {text-decoration:none;}
block-views-32138f617db8bda1c4b16f973b703a28

/* Overlays */
.ui-dialog-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-dialog-overlay { background: #666666 url(/home/sites/all/themes/worx/images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50; filter: Alpha(Opacity=50); }

/* Dialog
----------------------------------*/
.ui-dialog {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana, Arial, sans-serif;
	background: #E3E5C6;
	color: #222222;
	border: 4px solid #d3d3d3;
	position: relative;
	width: 400px;
	overflow: scroll;
	padding-right: 13px;
}
.ui-dialog-content {
	border: 1px solid #d3d3d3;
	background: #E3E5C6;
	color: #222222;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	z-index: 99999;
}
.ui-resizable .ui-resizable-handle {
	display: block; 
}
body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
.ui-resizable-n { 
	cursor: n-resize; 
	height: 7px; 
	width: 100%; 
	top: -5px; 
	left: 0px;  
}
.ui-resizable-s { 
	cursor: s-resize; 
	height: 7px; 
	width: 100%; 
	bottom: -5px; 
	left: 0px; 
}
.ui-resizable-e { 
	cursor: e-resize; 
	width: 7px; 
	right: -5px; 
	top: 0px; 
	height: 100%; 
}
.ui-resizable-w { 
	cursor: w-resize; 
	width: 7px; 
	left: -5px; 
	top: 0px; 
	height: 100%;
}
.ui-resizable-se { 
	cursor: se-resize; 
	width: 13px; 
	height: 13px; 
	right: 0px; 
	bottom: 0px; 
	background: url(/home/sites/all/themes/worx/images/staff/222222_11x11_icon_resize_se.gif) no-repeat 0 0;
}
.ui-resizable-sw { 
	cursor: sw-resize; 
	width: 9px; 
	height: 9px; 
	left: 0px; 
	bottom: 0px;  
}
.ui-resizable-nw { 
	cursor: nw-resize; 
	width: 9px; 
	height: 9px; 
	left: 0px; 
	top: 0px; 
}
.ui-resizable-ne { 
	cursor: ne-resize; 
	width: 9px; 
	height: 9px; 
	right: 0px; 
	top: 0px; 
}
.ui-dialog-titlebar {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	padding: .5em 1.5em .5em 1em;
	color: #555555;
	background: #e6e6e6 url(/home/sites/all/themes/worx/images/staff/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	border-bottom: 1px solid #d3d3d3;
	font-size: 1.1em;
	font-weight: bold;
	position: relative;
}
.ui-dialog-title {

}
.ui-dialog-titlebar-close {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	background: url(/home/sites/all/themes/worx/images/staff/888888_11x11_icon_close.gif) 0 0 no-repeat;
	position: absolute;
	right: 8px;
	top: .7em;
	width: 11px;
	height: 11px;
	z-index: 100;
}
.ui-dialog-titlebar-close-hover, .ui-dialog-titlebar-close:hover {
	background: url(/home/sites/all/themes/worx/images/staff/454545_11x11_icon_close.gif) 0 0 no-repeat;
}
.ui-dialog-titlebar-close:active {
	background: url(/home/sites/all/themes/worx/images/staff/222222_11x11_icon_close.gif) 0 0 no-repeat;
}
.ui-dialog-titlebar-close span {
	display: none;
}
.ui-dialog-content {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	background: #E3E5C6;
	color: #222222;
	padding: 0 0 0 12px;
	overflow: scroll;
}
.ui-dialog-buttonpane {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: left;
	border-top: 1px solid #d3d3d3;
	background: ;
}
.ui-dialog-buttonpane button {
	margin: .5em 0 .5em 8px;
	color: #555555;
	background: #e6e6e6 url(/home/sites/all/themes/worx/images/staff/e6e6e6_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	font-size: 1.1em;
	border: 1px solid #d3d3d3;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	line-height: 1.4em;
}
.ui-dialog-buttonpane button:hover {
	color: #212121;
	background: #dadada url(/home/sites/all/themes/worx/images/staff/dadada_40x100_textures_02_glass_75.png) 0 50% repeat-x;
	border: 1px solid #999999;
}
.ui-dialog-buttonpane button:active {
	color: #222222;
	background: #ffffff url(/home/sites/all/themes/worx/images/staff/ffffff_40x100_textures_02_glass_65.png) 0 50% repeat-x;
	border: 1px solid #dddddd;
}
.ui-dialog.ui-draggable .ui-dialog-titlebar,
.ui-dialog.ui-draggable .ui-dialog-titlebar {
	cursor: move;
	width: 624px;
	color:#00364B;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:16px;
	margin:0;
	text-align:left;
}


.bold {
	color: red !important;
}
.ui-hidden {
	left:-10000px;
	position:absolute;
	top:-10000px;
	visibility:hidden;
}
/* --- MAJORS ---------------------- */			

.section-majors {}
	.section-majors h1.title {background-color: #00483A; color: #fff; padding: 5px 10px; font-size: 16px; font-weight: normal;}

	.section-majors #sidebar-right h2.title {display: block; margin: 0 0 10px 0; font-size: 12px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal;}
	
.section-majors #imgArea {height: 250px; background: transparent 0 0 no-repeat; width: 960px; margin: 0 auto; display: block;}

.section-majors #bg_internal {background: url('images/majors/bg_majors.png') 13px 0 repeat-y;}

		.section-majors #sidebar-right {background: #F2F6F5 url('images/majors/bg_sb_shadow.png') 0 0 repeat-x; margin-top: -226px; position: relative; z-index: 50; height: auto !important; height: 250px; min-height: 250px;}
		
		
.section-majors #content, 
.section-majors #sidebar-left {padding-top: 0; background: none;}

.section-majors #content-inner, .section-faculty #content-inner, .section-staff #content-inner {
  margin-left:0;
  padding-top:0;
}

.section-majors #sidebar-left {padding-bottom: 15px;} 

.breadcrumb {display: none;}

	.section-majors h1.title {margin-left: 1px;}
	.section-majors h1.title a, .section-majors h1.title a:visited {color: #fff; text-decoration: none;}
		.section-majors h1.title a:hover {color: #FFD457;}
	
	.section-majors h1.title span.active {color: #FFD457; text-decoration: none;}
	
	.section-majors #content-header DIV.tabs {margin: 5px 0;}
	.section-majors #content-area {padding: 0 10px 10px;}
	
	.section-majors #sidebar-left {margin-top: -12px;}
	.section-majors #sidebar-left #main-title {margin-top: -15px; position: relative; z-index: 100;}
	
	.section-majors #sidebar-left #sb_l_bot {position: absolute; bottom: 0; left: 13px;}
	
.section-majors .division {font-weight: bold; padding: 0 10px; margin: 8px 0 5px 0; color: #fff; text-align: left;}
	
	.section-majors .contact-small {padding: 0 10px; margin: 8px 0 15px 0; color: #fff; font-size: 10px; text-align: left;}
	
	.section-majors .career-possibilities {background: #DFE9E7; padding: 10px 10px 15px; margin: 0 1px;}
		.section-majors .career-possibilities h2.title {margin: 0 -10px 8px; display: block; height: 16px; text-indent: -9999px; background: url('images/majors/t_career_possibilities.png') 0 0 no-repeat;}
		
		.small-title {font-style: italic; font-size: 11px;}
		.page-professionals #content-area .view-display-id-page_1 .item-list ul {list-style-type: square;}
			.page-professionals #content-area .view-display-id-page_1 .item-list ul li {margin-bottom: 5px;}
			
		.page-professionals h1.title {margin: 10px 0 10px 10px; font-family: Georgia, "Times New Roman", Times, serif;}


#block-views-73c1681932b42a38292f18aa61a3dab4 li.views-row-odd,
#block-views-73c1681932b42a38292f18aa61a3dab4 li.views-row-even {float: left; font-size: 10px;}

#block-views-73c1681932b42a38292f18aa61a3dab4 li.views-row-odd img,
#block-views-73c1681932b42a38292f18aa61a3dab4 li.views-row-even img {border: 4px solid #c4d7d3; margin: 0 25px 0 -25px;}

#block-views-73c1681932b42a38292f18aa61a3dab4 li.views-row-1,
#block-views-73c1681932b42a38292f18aa61a3dab4 li.views-row-2 {margin-right: 8px;}

#block-views-73c1681932b42a38292f18aa61a3dab4 li.views-field-title {text-align: center; font-size: 9px; font-weight: normal;}
	#block-views-73c1681932b42a38292f18aa61a3dab4 li.views-field-title a, #block-views-73c1681932b42a38292f18aa61a3dab4 li.views-field-title a:visited {color: #fff; text-decoration: none;}
	
	.section-faculty #sidebar-right #block-views-73c1681932b42a38292f18aa61a3dab4 ul li {background: none;}
	
	.section-faculty #sidebar-right .more-link {clear: both; font-size: 11px; width:316px;}
		.section-faculty #sidebar-right .more-link a, .section-faculty #sidebar-right .more-link a:visited {color: #F2F6F5; text-decoration: none;}
				.section-faculty #sidebar-right .more-link a:hover {color: #fff; text-decoration: underline;}
	
	.section-faculty #sidebar-right a, .section-faculty #sidebar-right a:visited {color: #F2F6F5; text-decoration: none;}
		.section-faculty #sidebar-right a:hover {color: #FFF; text-decoration: underline;}
		
		.section-majors #block-user-1 {display: none; list-style: none; margin: 0px; padding: 0px;}
		
.section-majors #sidebar-left .region-count-1 {
background: none;
margin:0 0 0 15px;
padding:0;
position:relative;
z-index:2;
}		
	
.section-majors #sidebar-left-inner {
margin:-8px 10px 0 0;
padding:0;
}	
		
#block-views-majors_sideblocks-block_1 h2.title {height: 17px; text-indent: -9999px; background: url('images/majors/t_required_courses.jpg') 0 0 no-repeat; margin: 0;}
#block-views-majors_sideblocks-block_2 h2.title, #block-block-22 h2.title {height: 17px; text-indent: -9999px; background: url('images/majors/t_elective_courses.jpg') 0 0 no-repeat; margin: 0;}
#block-views-majors_sideblocks-block_3 h2.title {height: 17px; text-indent: -9999px; background: url('images/majors/t_related_video.jpg') 0 0 no-repeat; margin: 0;}
#block-views-majors_sideblocks-block_4 h2.title {height: 17px; text-indent: -9999px; background: url('images/majors/t_faculty.png') 0 0 no-repeat; margin: 0 0 5px 0; display: block;}
#block-views-majors_sideblocks-block_5 h2.title {height: 17px; text-indent: -9999px; background: url('images/majors/t_emphasis.jpg') 0 0 no-repeat; margin: 0;}
.section-majors #block-block-15 h2.title {height: 17px; text-indent: -9999px; background: url('images/majors/t_interdisciplinary_studies.jpg') 0 0 no-repeat; margin: 0;}
#block-views-division_chair-block_1 h2.title {height: 17px; text-indent: -9999px; background: url('images/majors/t_chair.png') 0 0 no-repeat; margin: 0 0 5px 0; display: block;}

	#block-views-majors_sideblocks-block_4 {margin: 0 0 0 10px;}
		#block-views-majors_sideblocks-block_4 .view-majors-sideblocks, #block-views-majors_sideblocks-block_4 .view-majors-sideblocks .view-content {padding: 0;}
		#block-views-majors_sideblocks-block_4 .view-majors-sideblocks TABLE.views-table {margin: 0; background-color: transparent;}
		#block-views-majors_sideblocks-block_4 .view-majors-sideblocks TABLE.views-table TR {background-color: transparent; border-width: 0;}
		#block-views-majors_sideblocks-block_4 .view-majors-sideblocks TABLE.views-view-grid TD {vertical-align: top; padding-bottom: 10px;}

		#block-views-majors_sideblocks-block_4 .view-majors-sideblocks .views-field-field-last-name-value {background: url('images/majors/bg_faculty_sep.gif') 0 0 repeat-x;}

			#block-views-majors_sideblocks-block_4 .view-majors-sideblocks .views-field-field-photo-fid {margin-right: 8px;}
			#block-views-majors_sideblocks-block_4 .view-majors-sideblocks .views-field-field-photo-fid img {border: 2px solid #fff; float: left;}

			#block-views-majors_sideblocks-block_4 .view-majors-sideblocks .views-field-field-last-name-value {font-size: 11px; text-align: left; font-weight: normal; color: #fff; margin: 0px 5px 0 59px; padding-top: 5px;}
			#block-views-majors_sideblocks-block_4 .view-majors-sideblocks .views-field-title {font-size: 11px; text-align: left; font-weight: normal; color: #fff; margin: 0px 5px 10px 59px; padding: 0;}
			
			
				#block-views-majors_sideblocks-block_4 .view-majors-sideblocks .views-field-field-last-name-value,
				#block-views-majors_sideblocks-block_4 .view-majors-sideblocks .views-field-field-last-name-value a,
				#block-views-majors_sideblocks-block_4 .view-majors-sideblocks .views-field-field-last-name-value a:visited {font-weight: bold; color: #FFD457; text-decoration: none;}

	#block-views-division_chair-block_1 {margin: 0 0 0 10px;}
		#block-views-division_chair-block_1 .view-division-chair, #block-views-division_chair-block_1 .view-division-chair .view-content {padding: 0;}
		#block-views-division_chair-block_1 .view-division-chair TABLE.views-table {margin: 0; background-color: transparent;}
		#block-views-division_chair-block_1 .view-division-chair TABLE.views-table TR {background-color: transparent; border-width: 0;}
		#block-views-division_chair-block_1 .view-division-chair TABLE.views-view-grid TD {vertical-align: top; padding-bottom: 10px;}
	
		#block-views-division_chair-block_1 .view-division-chair .views-field-field-last-name-value {background: url('images/majors/bg_faculty_sep.gif') 0 0 repeat-x;}
	
			#block-views-division_chair-block_1 .view-division-chair .views-field-field-photo-fid {margin-right: 8px;}
			#block-views-division_chair-block_1 .view-division-chair .views-field-field-photo-fid img {border: 2px solid #fff; float: left;}

			#block-views-division_chair-block_1 .view-division-chair .views-field-field-last-name-value {font-size: 11px; text-align: left; font-weight: normal; color: #fff; margin: 0px 5px 0 59px; padding-top: 5px;}
			#block-views-division_chair-block_1 .view-division-chair .views-field-title {font-size: 11px; text-align: left; font-weight: normal; color: #fff; margin: 0px 5px 10px 59px; padding: 0;}
	
	
				#block-views-division_chair-block_1 .view-division-chair .views-field-field-last-name-value,
				#block-views-division_chair-block_1 .view-division-chair .views-field-field-last-name-value a,
				#block-views-division_chair-block_1 .view-division-chair .views-field-field-last-name-value a:visited {font-weight: bold; color: #FFD457; text-decoration: none;}


#block-views-37af1696fa07e22a37085a1669ab04ee .content {text-align: left;}

.views-field-field-major-url-url, .majors-ids, .majors-ids-number {background-color: transparent; border-width: 0; font-size: 10px; text-align: left;}
.views-field-field-major-url-url a {font-weight: normal; text-transform: none;}

#block-views-majors_sideblocks-block_1 TABLE.views-table,
#block-views-majors_sideblocks-block_2 TABLE.views-table, #block-block-22 table.views-table {background-color: transparent; margin: 3px 0 5px 0;}

#block-views-majors_sideblocks-block_1 TABLE.views-table TR.odd,
#block-views-majors_sideblocks-block_1 TABLE.views-table TR.even,
#block-views-majors_sideblocks-block_2 TABLE.views-table TR.odd,
#block-views-majors_sideblocks-block_2 TABLE.views-table TR.even,
#block-block-22 TABLE.views-table TR.odd,
#block-block-22 TABLE.views-table TR.even {background-color: transparent; border-width: 0; font-size: 10px; text-align: left;}
	
#block-views-majors_sideblocks-block_1 TABLE.views-table a,
#block-views-majors_sideblocks-block_2 TABLE.views-table a {font-weight: normal; text-transform: none;}
	
#block-views-majors_sideblocks-block_1 TABLE.views-table TD.views-field-title,
#block-views-majors_sideblocks-block_2 TABLE.views-table TD.views-field-title {padding-right: 8px;}
	
#block-views-majors_sideblocks-block_1 TABLE.views-table TD.views-field-field-num-hours-value,
#block-views-majors_sideblocks-block_2 TABLE.views-table TD.views-field-field-num-hours-value {text-align: right;}

#block-views-majors_sideblocks-block_1 TR.total-required-hours {border-top: 1px solid #f0f0f0; text-transform: uppercase;}

#block-views-majors_sideblocks-block_1 TR.total-required-hours {font-size: 10px; font-weight: bold; text-transform: uppercase;}
	#block-views-majors_sideblocks-block_1 TR.total-required-hours TD.label {}
	#block-views-majors_sideblocks-block_1 TR.total-required-hours TD.total-hours {text-align: right;}
	
	
#block-views-majors_sideblocks-block_2 TR.total-required-hours {border-top: 1px solid #f0f0f0;}

#block-views-majors_sideblocks-block_2 TR.total-required-hours {font-size: 10px; font-weight: bold; text-transform: uppercase;}
	#block-views-majors_sideblocks-block_2 TR.total-required-hours TD.label {}
	#block-views-majors_sideblocks-block_2 TR.total-required-hours TD.total-hours {text-align: right;}
	
	
		.majors-admissions-link {text-align: right;}
		
		.front .feed-icons {display: none;}
		
		.section-majors DIV#block-block-1 {}
		
		.majors-content-links {padding: 0 10px; margin-top: 15px;}
		
.node-type-professionals .messages {margin: 5px 5px 10px;}
a.curriculum_vita, a.curriculum_vita:visited {text-decoration: none; font-weight: bold;}


.views-field-view-node {text-align: right;}
#block-views-f5d4bb61cac44544b7132325e89d9a56 .views-row-odd, #block-views-f5d4bb61cac44544b7132325e89d9a56 .views-row-even {border-bottom: 1px dashed #E3E1DC; padding-bottom: 10px; margin-bottom: 10px;}

/** Professionals Course Content **/
.node-type-resources .field-type-nodereference,
.section-resource .field-field-weight {display: none;}

/* IDS SIDEBLOCK */
.majors-ids-hours {float: right;}
.majors-ids-number {float: right; margin: -28px 0;}

/* Majors - Address */
#block-views-majors_address-block_1 {margin-left: 10px;}
#block-views-majors_address-block_1 .view-content {font-size: 11px; color: #fff;}

/** Service Learning **/

.section-slce #page {
  font-size: .9em;
}

.section-slce #sidebar-left {margin: 0 0 30px 15px;}

.section-slce #content-inner {
  margin-top:40px;
  padding:0;
}

.section-slce h2.title {
  color: #9DB891;
  font-size:13px;
  text-decoration:underline;
}

.section-slce #sidebar-left-curve {display: none;}

/** Photo Fun **/

.year_section {float: left; margin: 0 20px 20px 0;}

.year_group {float: left; width: 200px;}


/* Majors Landing Page */

.section-find-your-major .panel-flexible-8-inside {
padding-left:0;
padding-right:0;
}
.section-find-your-major .panel-flexible-8-left  {
margin-left:0;
}
.section-find-your-major .panel-flexible {
width:980px;
}

 .section-find-your-major h1.title {
    background:url("images/findYourMajorTop.png") no-repeat scroll 0 100% transparent;
    color:#007161;
    height:30px;
    left:-21px;
    padding:13px 0 0 25px;
    position:relative;
    top:-8px;
    width:213px;
    }
 .section-find-your-major .node h2.pane-title {text-align: left; color: #ffd457;}
 .section-find-your-major #education,
 .section-find-your-major #art,
 .section-find-your-major #business,
 .section-find-your-major #science,
 .section-find-your-major #ids {height: 615px; clear: both;}
 .section-find-your-major h2.title {display: block;}
 
 .section-find-your-major #imgArea
 {border-bottom: 3px solid #fff;}
 
 .section-find-your-major #content {margin: -45px 0 0 -20px;}
 
 .section-find-your-major #content a {text-decoration: none;}
 
  .section-find-your-major .panels-flexible-region-8-education,
  .section-find-your-major .panels-flexible-region-8-art,
  .section-find-your-major .panels-flexible-region-8-science,
  .section-find-your-major .panels-flexible-region-8-business {clear: both;}
  

 
 .section-find-your-major #ids h2 {padding-bottom: 21px;}

 .section-find-your-major #art h2 {margin-top: 28px; padding-bottom: 15px;}
 
 .section-find-your-major #education h2 {padding-bottom: 15px;}

.section-find-your-major #science h2 {padding-bottom: 15px;}

.section-find-your-major #business h2 {padding-bottom: 15px;}

.section-find-your-major #art {margin-bottom: -18px;}

.section-find-your-major .pane-4 h2,
.section-find-your-major .pane-2 h2,
.section-find-your-major .pane-11 h2,
.section-find-your-major .pane-9 h2,
.section-find-your-major .pane-6 h2 {padding-bottom: 20px;}
 
.section-find-your-major #main-inner
  {
	width: 980px;
	margin: 0 auto;
	background: url('images/findYourMajorBG.jpg') repeat-y;
	position: relative;
  }
  
  .section-find-your-major #footer
	{width: 980px; margin: 0 auto; background: url('images/findYourMajorFooterBottom.jpg') 0 100% no-repeat; padding: 0 0 28px 0;}
	
  .section-find-your-major #footer-inner
	{background: url('images/findYourMajorFooterInner.jpg') 0 0 repeat-y; width: 980px; margin: 0 auto;}
	
  #findMajor {
    border-bottom:3px solid #ffd457;
    margin:-3px auto;
    position:relative;
    top:-4px;
    width:956px;
  }
  
    #findMajorTop {
    border-bottom:3px dotted #fff;
    left:0;
    margin:0 auto;
    position:relative;
    top:55px;
    width:919px;
  }
  
    #findMajorBottom {
    border-bottom:3px dotted #fff;
    left:-20px;
    margin:0 auto;
    position:relative;
    top:-234px;
    width:890px;
  }
  
/** User Content Page **/

.view-id-user_content ul li {margin: 0 0 10px 0; border-bottom: 1px dashed; padding: 0 0 10px 0;}

/** Professionals Page Gallery Listing **/

.section-faculty tbody {display:none;}

/** Arts & Ideas **/

.section-art-ideas h1.title {display: none;}

.section-art-ideas #sidebar-left .region-count-1 {
background:none;
margin:o;
padding:0;
position:relative;
z-index:2;
}

.section-art-ideas #grunge
 {
	background: url('images/a&i/bg_body_a&i.jpg') 50% 100% no-repeat fixed;
	}

.section-art-ideas #grunge-inner
 {
	background: url('images/a&i/bg_grunge-inner_a&i.png') 50% 100% no-repeat ;
	padding-bottom: 41px;
	}

  .section-art-ideas #main
  {
	background: url('images/admissions/admissions_bg_main.png') repeat-x;
  }

  .section-art-ideas #main-inner
  {
	width: 980px;
	margin: 0 auto;
	background: url('images/admissions/bg_main-inner.png') repeat-y;
	position: relative;
  }

	.section-art-ideas #footer
	{width: 980px; margin: 0 auto; background: url('images/a&i/bg_footer_a&i.png') 0 100% no-repeat; padding: 0 0 28px 0;}
	
	.section-art-ideas #footer-inner
	{background: url('images/a&i/bg_footer-inner_a&i.jpg') 0 0 repeat-y; width: 960px; margin: 0 auto;}
	
.section-art-ideas #bg_internal {background: url('images/a&i/a&i_tile.jpg') repeat; margin: 0 auto; width: 946px; padding-bottom: 125px; min-height: 530px;}

  
.section-art-ideas .main-tl, .section-art-ideas .main-tr {
background:none;
left:0;
top:0;
}

.section-art-ideas .rotate {display: none;}
.section-art-ideas #imgArea {height: 0;}
  
.section-art-ideas #content-inner{
  margin: 0 10px 0 10px;
}

ul#artsIdeasMenu {width: 932px; height: 75px; margin: 0; padding: 0; overflow: hidden; position: absolute; top: 44px; left: 22px;}
		#artsIdeasMenu li {margin: 0; padding: 0; list-style: none; display: block; position: absolute; height: 78px; width: 125px;}
		
		#artsIdeasMenu li a {display: block; height: 78px; text-indent: -9999px; font-size: 0;}
		
			#artsIdeasMenu .link-1 {background: url('images/a&i/a&i_buttons_art.png') no-repeat; width: 234px; left: 0px; top: 0px;}
			#artsIdeasMenu .link-2 {background: url('images/a&i/a&i_buttons_ideas.png') no-repeat; width: 234px; left: 233px; top: 0px;}
			#artsIdeasMenu .link-3 {background: url('images/a&i/a&i_buttons_music.png') no-repeat; width: 234px; left: 466px; top: 0px;}
			#artsIdeasMenu .link-4 {background: url('images/a&i/a&i_buttons_drama.png') no-repeat; width: 234px; left: 699px; top: 0px;}
			
			#artsIdeasMenu .link-1 a:hover {background: url('images/a&i/a&i_buttons_art.png') no-repeat; background-position: 0px -86px;}
			#artsIdeasMenu .link-2 a:hover {background: url('images/a&i/a&i_buttons_ideas.png') no-repeat; background-position: 0px -86px;}
			#artsIdeasMenu .link-3 a:hover {background: url('images/a&i/a&i_buttons_music.png') no-repeat; background-position: 0px -86px;}
			#artsIdeasMenu .link-4 a:hover {background: url('images/a&i/a&i_buttons_drama.png') no-repeat; background-position: 0px -86px;}
			
			#artsIdeasMenu .link-1 a.active {background: url('images/a&i/a&i_buttons_art.png') no-repeat; background-position: -1px -172px;}
			#artsIdeasMenu .link-2 a.active {background: url('images/a&i/a&i_buttons_ideas.png') no-repeat; background-position: -1px -172px;}
			#artsIdeasMenu .link-3 a.active {background: url('images/a&i/a&i_buttons_music.png') no-repeat; background-position: -1px -172px;}
			#artsIdeasMenu .link-4 a.active {background: url('images/a&i/a&i_buttons_drama.png') no-repeat; background-position: -1px -172px;}
		  	
/** Arts & Ideas Inner Pages **/

.section-art-ideas .ai-nav {position: absolute; top: 130px;}
.section-art-ideas #sidebar-left-curve {display: none;}

.page-art-ideas-art .view-art-ideas-rotator {background-color: #dfdb87; position: absolute; top: 435px; left: 268px;}
.page-art-ideas-ideas .view-art-ideas-rotator {background-color: #ffe189; position: absolute; top: 435px; left: 268px;}
.page-art-ideas-music .view-art-ideas-rotator {background-color: #ebe6bb; position: absolute; top: 435px; left: 268px;}
.page-art-ideas-drama .view-art-ideas-rotator {background-color: #b6d6d3; position: absolute; top: 435px; left: 268px;}

.section-art-ideas .view-content {position: absolute; top: -326px; left: -11px; margin-bottom: -352px;}

.section-art-ideas .view-art-ideas-rotator p {color: #5e5e5e; margin: 33px 10px 0 10px;}

.section-art-ideas #pager_section {position: absolute; top: 119px; left: 256px;}

.section-art-ideas #nav .views-field-field-news-image-fid,
.section-art-ideas #nav .views-field-teaser {
  position: relative;
  margin: -10px 0 0 -1px;
}
.section-art-ideas #nav .views-field-field-news-image-fid {top:10px;}

.section-art-ideas .view-content .views-row {position: absolute; left: 0; top: 0;}

.section-art-ideas #nav .art_photo_bottom,
.section-art-ideas #nav .ideas_photo_bottom, 
.section-art-ideas #nav .music_photo_bottom, 
.section-art-ideas #nav .drama_photo_bottom {top:-46px; left: 1px; position: relative; margin-bottom: -110px;}

.section-art-ideas #nav .views-field-teaser {top:30px; position: relative;}

.section-art-ideas #nav .views-field-title {float: left; text-align: left; position: relative; z-index: 1; top: 12px;}
.section-art-ideas #nav .views-field-title .field-content a {color: #f3e2a7; text-decoration: none; white-space: nowrap;}
.section-art-ideas #nav .views-field-title .field-content {background: url('images/a&i/a&i_pager_title_bg.jpg') 0 0 repeat-x; padding: 5px 0 3px 20px; height: 16px;}
.section-art-ideas #title_right {background: url('images/a&i/a&i_pager_title_bg_right.png') 0 0 no-repeat; height: 24px; width: 17px; float: right; margin: -5px -16px;}

.section-art-ideas #nav {position: absolute; left: -14px; width: 240px; top: -337px;}
.section-art-ideas #nav a {color: #5e5e5e; margin: 0 2px; text-decoration: none;}
.section-art-ideas #nav a.activeSlide {color: #bababa;}
.section-art-ideas #nav #pager {position:relative; left: 12px; top: 337px;}
.section-art-ideas #nav #pager_numbers {background: url('images/a&i/a&i_pager_bg.jpg') 0 0 repeat-x; padding: 5px; height: 15px; float: left; left: -1px; position: relative; z-index: 10;}
.section-art-ideas #pager_left {background: url('images/a&i/a&i_pager_bg_left.png') 0 0 no-repeat; position: relative; height: 25px; width: 17px; float: left; z-index: 10;}
.section-art-ideas #pager_right {background: url('images/a&i/a&i_pager_bg_right.png') 0 0 no-repeat; height: 25px; width: 18px; float:left; z-index: 10; position: relative; left: -2px;}
.section-art-ideas .view-content {float:left;}
  
.page-art-ideas-art #content-inner, .page-art-ideas-ideas #content-inner,
.page-art-ideas-music #content-inner, .page-art-ideas-drama #content-inner {margin: -22px 230px 0 234px;}
  
.page-art-ideas-art #sidebar-left li a, .page-art-ideas-ideas #sidebar-left li a,
.page-art-ideas-music #sidebar-left li a, .page-art-ideas-drama #sidebar-left li a {position: relative; top: 70px; left: 10px; color: #ffefbc; text-decoration: none;}

.page-art-ideas-art #sidebar-left li a:hover, .page-art-ideas-ideas #sidebar-left li a:hover,
.page-art-ideas-music #sidebar-left li a:hover, .page-art-ideas-drama #sidebar-left li a:hover {color: #f1cd44;}

.page-art-ideas-art #sidebar-left ul {background: url('images/a&i/a&i_art_navImage.png') 0 0 no-repeat; height: 412px;}
.page-art-ideas-ideas #sidebar-left ul {background: url('images/a&i/a&i_ideas_navImage.png') 0 0 no-repeat; height: 412px;}
.page-art-ideas-music #sidebar-left ul {background: url('images/a&i/a&i_music_navImage.png') 0 0 no-repeat; height: 505px;}
.page-art-ideas-drama #sidebar-left ul {background: url('images/a&i/a&i_drama_navImage.png') 0 0 no-repeat; height: 412px;}

.page-art-ideas-art #sidebar-left, .page-art-ideas-ideas #sidebar-left,
.page-art-ideas-music #sidebar-left, .page-art-ideas-drama #sidebar-left   {background: none; margin: 125px 0 0 6px;}

.page-art-ideas-art #sidebar-left ul, .page-art-ideas-ideas #sidebar-left ul,
.page-art-ideas-music #sidebar-left ul, .page-art-ideas-drama #sidebar-left  ul {background-color: transparent; list-style: none;}

.page-art-ideas-art #sidebar-left li, .page-art-ideas-ideas #sidebar-left li,
.page-art-ideas-music #sidebar-left li, .page-art-ideas-drama #sidebar-left li
  {
    background: url('images/a&i/a&i_menu_row.png') no-repeat;
    width: 233px;
    height: 97px;
    margin: -60px 0 0 0;
    list-style: none;
  }
  
.page-art-ideas-art #content
  {
    margin:119px 0 -250px 5px;
    padding:0;
    width: 932px;
    background:url('images/a&i/a&i_art_bg.jpg') repeat-y;
    min-height: 545px;
  }
  
 .art_photo_bottom { background-image: url('images/a&i/a&i_art_photo_bottom.png'); width: 471px; height: 86px; position: relative; top: -64px;}
 #art_bottom { background-image: url('images/a&i/a&i_art_bottom.png'); width: 932px; height: 55px; position: absolute; top: 625px; left: 22px;}
 
.page-art-ideas-ideas #artsIdeasMenu .link-2 {left: 0;}
.page-art-ideas-ideas #artsIdeasMenu .link-1 {left: 233px;}
  
.page-art-ideas-ideas #content
  {
    margin:119px 0 -250px 5px;
    padding:0;
    width: 932px;
    background:url('images/a&i/a&i_ideas_bg.jpg') repeat-y;
    min-height: 545px;
  }
  
 .ideas_photo_bottom { background-image: url('images/a&i/a&i_ideas_photo_bottom.png'); width: 471px; height: 86px; position: relative; top: -64px;}
 #ideas_bottom { background-image: url('images/a&i/a&i_ideas_bottom.png'); width: 932px; height: 55px; position: absolute; top: 625px; left: 22px;}
 
.page-art-ideas-music #artsIdeasMenu .link-3 {left: 0;}
.page-art-ideas-music #artsIdeasMenu .link-1 {left: 233px;}
.page-art-ideas-music #artsIdeasMenu .link-2 {left: 466px;}
 
 .page-art-ideas-music #content
  {
    margin:119px 0 -250px 5px;
    padding:0;
    width: 932px;
    background:url('images/a&i/a&i_music_bg.jpg') repeat-y;
    min-height: 545px;
  }
  
 .music_photo_bottom { background-image: url('images/a&i/a&i_music_photo_bottom.png'); width: 471px; height: 86px; position: relative; top: -64px;}
 #music_bottom { background-image: url('images/a&i/a&i_music_bottom.png'); width: 932px; height: 55px; position: absolute; top: 625px; left: 22px;}
 
.page-art-ideas-drama #artsIdeasMenu .link-4 {left: 0;}
.page-art-ideas-drama #artsIdeasMenu .link-1 {left: 233px;}
.page-art-ideas-drama #artsIdeasMenu .link-2 {left: 466px;}
.page-art-ideas-drama #artsIdeasMenu .link-3 {left: 699px;}
 
 .page-art-ideas-drama #content
  {
    margin:119px 0 -250px 5px;
    padding:0;
    width: 932px;
    background:url('images/a&i/a&i_drama_bg.jpg') repeat-y;
    min-height: 545px;
  }
  
 .drama_photo_bottom { background-image: url('images/a&i/a&i_drama_photo_bottom.png'); width: 471px; height: 86px; position: relative; top: -64px;}
 #drama_bottom { background-image: url('images/a&i/a&i_drama_bottom.png'); width: 932px; height: 55px; position: absolute; top: 625px; left: 22px;}
 
 .page-art-ideas-art .views-field-teaser, .page-art-ideas-ideas .views-field-teaser,
.page-art-ideas-music .views-field-teaser, .page-art-ideas-drama .views-field-teaser {margin: -100px 10px 0 10px;}

/** Spring Triad Regestration Form **/
#webform-client-form-7303 {height: 400px;}
#webform-client-form-7303 .webform-component-select {float: right; white-space: nowrap; width: 355px;}
#webform-client-form-7303 .form-submit {margin: 55px 0 20px 0;}

/** Information Services **/
.page-infoservices-mailserverchanges .field-label {font-size: 18px;}

/**Current Students **/

.page-current-students #bg_internal
{
  background: url('images/current_students/cs_bottom_bg.jpg') no-repeat 482px bottom;
}

.page-current-students #sidebar-left ul li {list-style: none;}

.page-current-students #content-inner {padding-left: 0; padding-top: 13px; margin: 0;}

.page-current-students #sidebar-left .count-2 {background:  url('images/sidebar-under-bottom.png') 0 bottom no-repeat; position:relative; top: -90px; z-index: 1; padding: 50px 0;}
.page-current-students #sidebar-left .count-2 .block-inner {margin:0 0 -24px 0; padding: 60px 0 30px 0; background-color: #ffffee;}
.page-current-students #sidebar-left .count-2 .block-inner .content {margin: 15px 15px 0 15px;}
.page-current-students #sidebar-left .count-2 .block-inner .content .views-field-title {color: #00483a; margin-bottom: -11px; font-size: 12px;}
.page-current-students #sidebar-left .count-2 .block-inner .content ul {background-color: #ffffee;}
.page-current-students .sidebar h2.title {
border-bottom:#575757 2px dotted;
border-top:#575757 2px dotted;
color: #575757;
margin:0 1px;
padding:5px 14px;
font-size: 18px;
}
.page-current-students #sidebar-left .view-content ul li {text-indent: 0; margin: 0 14px 20px 0; border-bottom: dotted 2px; color: #575757; font-size: 12px; background-color: #ffffee;}
.page-current-students #sidebar-left .view-content ul li a {color: #575757; font-size: 12px; width: 33px;}

.page-current-students h1.title {display: none;}

.page-current-students .view-resources .field-content a {position: relative; top: -5px; left: 180px;}
.page-current-students .view-resources .field-content a:hover {text-decoration: underline; color: #000;}

.page-current-students .panels-flexible-region-13-center_ .views-field-title {position: relative; top: -80px; z-index: 2; font-size: 18px; color: #00483a; left: 20px;}
.page-current-students .panels-flexible-region-13-center_ .views-field-view-node {position: relative; top: -100px; left: -29px; z-index: 2; float: right;}
.page-current-students .imagecache-ss_cs_template_large {position: relative; left: -6px; margin: -77px 0 0 0; z-index: 1;}
.page-current-students .panels-flexible-region-13-center_ .views-field-field-sub-title-value {position: relative; font-size: 12px; color: #ffd457; margin: 10px 0 0 20px;}
.page-current-students .panels-flexible-region-13-center_ .views-field-teaser {margin-bottom: -70px;}

.page-current-students .pane-views-ss-cs-template-block-11,
.page-current-students .pane-views-ss-cs-template-block-6,
.page-current-students .pane-views-ss-cs-template-block-12 {
  padding: 0 55px;
  margin-top: -20px;
  cursor: pointer;
  left: 267px;
  position: relative;
  top: -63px;
  width: 237px;
  z-index: 2;
}

.page-current-students .panels-flexible-region-13-center_-inside {min-height: 413px; max-height: 413px;}

.page-current-students .panels-flexible-region-13-center_-inside img {
  position: relative;
  left: -5px;
  top: -57px;
  margin-bottom: -344px;
}

.page-current-students .pane-views-ss-cs-template-block-11 .pane-title,
.page-current-students .pane-views-ss-cs-template-block-6 .pane-title,
.page-current-students .pane-views-ss-cs-template-block-12 .pane-title {
  color: #ffeebb;
  border-bottom: 1px solid #ffeebb;
  width: 295px;
  padding: 20px 0 10px 42px;
}

.page-current-students .pane-views-ss-cs-template-block-11 h2.active,
.page-current-students .pane-views-ss-cs-template-block-6 h2.active,
.page-current-students .pane-views-ss-cs-template-block-12 h2.active {
  color: #007161;
}

.page-current-students .pane-views-ss-cs-template-block-11 .views-row .views-field-title,
.page-current-students .pane-views-ss-cs-template-block-6 .views-row .views-field-title,
.page-current-students .pane-views-ss-cs-template-block-12 .views-row .views-field-title {
  color: #007161;
  font-size: 12px;
  position: relative;
  left: 43px;
  top:0px;
}

.page-current-students .pane-views-ss-cs-template-block-11 .views-row .views-field-field-calender-date-value,
.page-current-students .pane-views-ss-cs-template-block-6 .views-row .views-field-field-calender-date-value,
.page-current-students .pane-views-ss-cs-template-block-12 .views-row .views-field-field-calender-date-value {
  color: #575757;
  font-size: 12px;
  position: relative;
  left: 43px;
  top:0px;
}

.page-current-students div.on {background-color: #fffaee; border-bottom: solid #ffeebb; margin: -10px 0; width: 337px;}

.page-current-students .views-row .views-field-title {font-size: 14px; color: #ffd457;}

.page-current-students .pane-views-ss-cs-template-block-7 .views-field-title,
.page-current-students .pane-views-ss-cs-template-block-9 .views-field-title,
.page-current-students .pane-views-ss-cs-template-block-8 .views-field-title,
.page-current-students .pane-views-ss-cs-template-block-10 .views-field-title {position: relative; top: -72px; z-index: 2; font-size: 18px; color: #00483a; left: 20px;}

.page-current-students .pane-views-ss-cs-template-block-7 .views-field-view-node,
.page-current-students .pane-views-ss-cs-template-block-9 .views-field-view-node,
.page-current-students .pane-views-ss-cs-template-block-8 .views-field-view-node,
.page-current-students .pane-views-ss-cs-template-block-10 .views-field-view-node {position: relative; top: -85px; left: -16px; z-index: 2; float: right;}

.page-current-students .pane-views-ss-cs-template-block-7 .views-field-view-node a:link,
.page-current-students .pane-views-ss-cs-template-block-9 .views-field-view-node a:link,
.page-current-students .pane-views-ss-cs-template-block-8 .views-field-view-node a:link,
.page-current-students .pane-views-ss-cs-template-block-10 .views-field-view-node a:link,
.page-current-students .pane-views-ss-cs-template-block-7 .views-field-view-node a:visited,
.page-current-students .pane-views-ss-cs-template-block-9 .views-field-view-node a:visited,
.page-current-students .pane-views-ss-cs-template-block-8 .views-field-view-node a:visited,
.page-current-students .pane-views-ss-cs-template-block-10 .views-field-view-nodea:visited,
.page-current-students .pane-views-ss-cs-template-block-7 .views-field-view-node a:active,
.page-current-students .pane-views-ss-cs-template-block-9 .views-field-view-node a:active,
.page-current-students .pane-views-ss-cs-template-block-8 .views-field-view-node a:active,
.page-current-students .pane-views-ss-cs-template-block-10 .views-field-view-node a:active {
    background: #017262 url('/home/sites/all/themes/worx/images/current_students/cta-btn-arrow.jpg') no-repeat scroll 68px 6px;
    border: 1px solid #017262;
    color: #ffeebb;
    font-size: .9em;
    padding: 4px 22px 4px 7px;
	margin:0 0 4px 95px;
    text-decoration: none;
	font-weight:bold;
	width: 60px;
}

.page-current-students .pane-views-ss-cs-template-block-7 .views-field-view-node a:hover,
.page-current-students .pane-views-ss-cs-template-block-9 .views-field-view-node a:hover,
.page-current-students .pane-views-ss-cs-template-block-8 .views-field-view-node a:hover,
.page-current-students .pane-views-ss-cs-template-block-10 .views-field-view-node a:hover {
    background: #ffeebb url('/home/sites/all/themes/worx/images/current_students/cta-btn-arrow-over.jpg') no-repeat scroll 68px 6px;
    border: 1px solid #ffeebb;
    color: #017262;
    font-size: .9em;
    padding: 4px 22px 4px 7px;
	margin-bottom:4px;
    text-decoration: none;
	font-weight:bold;
}

.page-current-students .imagecache-ss_cs_template_small {position: relative; z-index: 1; margin: -12px 0 0 0;}

.page-current-students .pane-views-ss-cs-template-block-7 .views-field-field-sub-title-value,
.page-current-students .pane-views-ss-cs-template-block-9 .views-field-field-sub-title-value,
.page-current-students .pane-views-ss-cs-template-block-8 .views-field-field-sub-title-value,
.page-current-students .pane-views-ss-cs-template-block-10 .views-field-field-sub-title-value {position: relative; font-size: 14px; color: #ffd457; margin: -20px 0 15px 20px; float: left;}

.page-current-students .pane-views-ss-cs-template-block-7 .views-field-teaser,
.page-current-students .pane-views-ss-cs-template-block-9 .views-field-teaser,
.page-current-students .pane-views-ss-cs-template-block-8 .views-field-teaser,
.page-current-students .pane-views-ss-cs-template-block-10 .views-field-teaser {margin: -12px 0; float: left;}

img, a img, fieldset {
border:medium none;
}

h5 {
color:#A62315;
font-size:.8em;
font-weight:bold;
}

.lg-textImageHoriz img {
float:left;
margin-right: 10px;
}

.lg-textImageHoriz p{
  text-align: left;
}

.page-new-current-students ul {
  list-style: none;
  font-size: .8em;
  text-align: left;
}

.page-current-students .panels-flexible-region-13-center_ {position:relative; left: 50px; margin: 7px 0 15px 0; background: url('images/current_students/cs_large_column_bg.png') 0 top repeat-y;}
.page-current-students .large_header {background: url('images/current_students/cs_large_column_top_bg.png') 0 top no-repeat; margin: 0 -6px; height: 97px; width: 665px; position: relative; z-index: 2;}

.page-current-students .pane-views-ss-cs-template-block-7,
.page-current-students .pane-views-ss-cs-template-block-9,
.page-current-students .pane-views-ss-cs-template-block-8,
.page-current-students .pane-views-ss-cs-template-block-10 {position: relative; left: 52px; margin: 15px 0; float: left; width: 336px; background: url('images/current_students/cs_small_column_bg.png') 0 top repeat-y;}

.page-current-students .small_header {background: url('images/current_students/cs_small_column_top_bg.png') 0 top no-repeat; margin: -13px 0; height: 96px; width: 320px;}

.page-current-students .panels-flexible-region-13-left {position: relative; left: -15px; margin: -15px 0; }
.page-current-students .panels-flexible-region-13-right {position: relative; left: -17px; margin: -14px 0; }

.panels-flexible-row-13-2 {margin-left:7px;}

.page-current-students .pane-views-ss-cs-template-block-7 p, .page-current-students .pane-views-ss-cs-template-block-7 ul,
.page-current-students .pane-views-ss-cs-template-block-9 p, .page-current-students .pane-views-ss-cs-template-block-9 ul,
.page-current-students .pane-views-ss-cs-template-block-8 p, .page-current-students .pane-views-ss-cs-template-block-8 ul,
.page-current-students .pane-views-ss-cs-template-block-10 p, .page-current-students .pane-views-ss-cs-template-block-10 ul {
  margin-right: 35px;
}

.page-current-students #content-area .view {
margin-top:0;
}

.page-current-students .pane-content {padding: 13px 0;}

.page-current-students h2.pane-title {padding: 20px 0 0 20px;}

.page-current-students .panel-pane p img {margin: -10px 0 0 0;}

.page-current-students .panel-pane p {padding: 0 20px 20px 20px; color: #ffeebb;}

.lg-spotlight
{
	margin: 0 0 10px 50px;
}

.lg-spotlight
{
	float:left; width:auto;
}

.lg-spotlight h2
{
    margin:4px 0 0 0;
}

/********************************************************************************************
2. SPOTLIGHT MODULE
********************************************************************************************/
.lg-spotlight #tab-container-over {
	position:relative;
	top: -13px;
	background:#f1cd44;
	width:605px !important;
	height:308px !important;
	margin:0 0 -13px 0;
	padding:25px 30px 0 30px;
}

.lg-spotlight .ui-tabs-panel {
	background:#f47321 none repeat scroll 0%;
	border:none;
	margin:0;
	padding:10px 0 0 10px;
	position:relative;
}

.lg-spotlight .ui-tabs-panel img {
	left:0;
	top:-15px;
	margin:0px;
	padding:0px;
	width:605px;
	height:219px;
	overflow:hidden;
}

.spotlightImg {
	width:600px !important;
	height:219px !important;
	margin:0px !important;
	padding:0px !important;
	overflow:hidden !important;
	background: transparent url('<?php print $node->field_feature_image[0]['filepath'] ?>') no-repeat scroll left top;
}

.views-field-field-image-fid{
  position: relative;
  top: 0;
  left: 0;
}


.lg-spotlight ul.ui-tabs-nav {
	padding:0;
	margin:0 0 0 2px;
	width: 610px;
} 

.lg-spotlight ul.ui-tabs-nav li {
	padding:0;
	margin:0;
	width:151px;
}

.lg-spotlight ul#switch li a {
	background:transparent url('/home/sites/all/themes/worx/images/current_students/spotlight-tab-bg.png') no-repeat left;
	width:151px;
	height:76px;
	border:none;
	display:block;
}

.lg-spotlight ul#switch li.ui-tabs-selected a {
	background:transparent url('/home/sites/all/themes/worx/images/current_students/spotlight-tab-bg.png') no-repeat right;
	border:none;
}

.lg-spotlight ul#switch li.ui-tabs-selected h5 {
	color:#575757;
}

.lg-spotlight ul#switch li a img {
	float:left; 
	width:60px; 
	margin-top:8px;
}

.lg-spotlight ul#switch li h5 {
	color:#575757;
	text-transform:uppercase;
	width:70px;
	padding:0;
	margin-left:65px;
	float:left; 
	margin-top:-50px;
	position:relative;
	text-align:left;
}

.lg-spotlight .tab-content {
	padding: 15px 0 0 0;
	width:222px;
	height:219px;
	background:url('/home/sites/all/themes/worx/images/current_students/spotlight-content-bg.png') no-repeat;
	position:absolute;
	top:0;
	left:408px;
	z-index:30;	
	color:#fff;
}

.lg-spotlight #tab-container-over .tab-content .views-field-title {
	color:#f1cd44 !important;
	text-transform:none;
	font-size: 1em;
	font-weight:bold;
	margin: 0 15px 10px 15px;
	text-align: left;
	margin: 0 7px;
}

.lg-spotlight #tab-container-over .tab-content views-field-teaser {
	margin:10px 25px 0 -5px;
}

.lg-spotlight #tab-container-over .tab-content p {
	font-size: .8em;
	color: white;
	padding: 0 35px 0 8px;
}

/********************************************************************************************
3. EVENTS LARGE HORIZONTAL MODULE
********************************************************************************************/
/* Tabs CSS */
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen {

	.ui-tabs-hide {
			display: none;
	}
}
/* Hide useless elements in print layouts... */
@media print {

	.ui-tabs-nav {
			display: none;
	}
}

/* Skin */
.lg-spotlight .ui-tabs-panel .ui-tabs-nav img {
  margin: 0;
  padding: 0;
  height: auto;
  width: auto;
  position: relative;
  left: 0;
  top: 0;
  overflow: auto;
}

.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 4px 0 0 0;	
}

.ui-tabs-nav:after {
    display: block;
    clear: both;
    content: " ";
}

.ui-tabs-nav li {
    float: left;
    margin: 0 4px 0 0;	
}

.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    padding: 0 10px;
}

.ui-tabs-nav a {
    position: relative;
    top: 0px;
    padding: 0 0 0 0;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border: 1px solid #e0dfd9;
    white-space: nowrap; /* required in IE 6 */
    background: #f47321 url(images/tab-off.gif) repeat-x;
    color: #fff;
}

.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav a:focus, .tabs-nav a:active {
    outline: 0; /* prevent dotted border in Firefox */
}

.ui-tabs-nav a span {
    width: 105px; /* IE 6 treats width as min-width */
    min-width: 105px;
    font-size: 1em;
    height: 20px; /* IE 6 treats height as min-height */
    min-height: 20px;
    padding: 5px 0 0 0;
}

.ui-tabs-nav .last {
    margin-right: 0;
}

.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active {
    cursor: pointer;
}

.ui-tabs-panel {
    border: 1px double #dfdfdf;	
    padding: 1em 0;
    margin: -1px 0 0 0;
    background: #fff;
}

.most-viewed, .most-emailed {
    padding: 0 2px;
}

.ui-tabs-nav .ui-tabs-selected a {
    color: #a62315;
	border: 1px solid #e0dfd9;
	border-bottom: 1px solid #ffffff;
	background:#fff;
}

a.cta-button:link, 
a.cta-button:visited, 
a.cta-button:active  {
    background: #017262 url('/home/sites/all/themes/worx/images/current_students/cta-btn-arrow.jpg') no-repeat scroll 68px 6px;
    border: 1px solid #017262;
    color: #ffeebb;
    font-size: .9em;
    padding: 4px 22px 4px 7px;
	margin:0 0 4px 95px;
    text-decoration: none;
	font-weight:bold;
	width: 60px;
}


a.cta-button:hover {
    background: #ffeebb url('/home/sites/all/themes/worx/images/current_students/cta-btn-arrow-over.jpg') no-repeat scroll 68px 6px;
    border: 1px solid #ffeebb;
    color: #017262;
    font-size: .9em;
    padding: 4px 22px 4px 7px;
	margin-bottom:4px;
    text-decoration: none;
	font-weight:bold;
}

/** IMCE Redesign to look more like CKEDITOR **/

/* Remove IMCE's log display. */

body.imce #log-wrapper {
  display: none;
}

body.imce #log-prv-wrapper #log-resizer.x-resizer {
  display: none;
}

body.imce #log-clearer {
  display: none !important;
}

/* Remove IMCE's display navigation */
body.imce div.navigation-text {
  color: #027AC6;
  font-weight: bold;
}

body.imce .x-resizer {
  
}
body.imce .y-resizer {
  height: 6px;
  background-color: white;
}
body.imce #log-prv-wrapper {
  border: none;
  background-color: #EBEBEB;
}
body.imce #browse-wrapper {
  border: none;

}
body.imce table#file-header td:hover,
body.imce table#file-header td.asc,
body.imce table#file-header td.desc {
  cursor: pointer;
  text-decoration: underline;
  color: #027AC6;
}
body.imce table#file-header td {
  color: #027AC6;
}

body.imce ul.secondary li {
  border: none;
}

body.imce #file-list tr:hover,
body.imce tr.highlight {
  background-color: #FFFFCC;
}

body.imce tr.selected td {
  background-color: #fffaad;
}

body.imce table#file-list {
  border-top: 2px solid #C0C0C0;
}

body.imce table.files td {
  border-top: 1px solid #C0C0C0;
  border-bottom: 1px solid #C0C0C0;
  cursor: pointer;
}

body.imce a,
body.imce div {
  outline:none;
}

body.imce ul.secondary li {
  margin:0 0.4em;
  padding: 0px;
}

body.imce #ops-wrapper {
  background: transparent;
  border: none;
  margin-bottom: 20px;
}

body.imce ul#ops-list li a,
body.imce ul#ops-list li a:hover,
body.imce ul#ops-list li a:link,
body.imce ul#ops-list li a:visited,
body.imce ul#ops-list li a:active,
body.imce #help-box {
  -moz-border-radius:5px;
  -webkit-border-radius: 5px;
  background:url("/home/sites/all/themes/worx/images/imce/sprites.png") repeat-x scroll 0 -1069px transparent;
  cursor:pointer;
  padding:5px 10px;
  color:#000000;
  font:12px Arial,Helvetica,Tahoma,Verdana,Sans-Serif;
  text-align:left;
  text-decoration:none;
  white-space:nowrap;
  width:auto;
  vertical-align:baseline;
  height:auto;
  margin:0 15px 0 0;
  border-collapse:collapse;
  border:0 none;
}

body.imce ul#ops-list li#op-item-delete a,
body.imce ul#ops-list li#op-item-delete a:hover,
body.imce ul#ops-list li#op-item-delete a:link,
body.imce ul#ops-list li#op-item-delete a:visited,
body.imce ul#ops-list li#op-item-delete a:active,
body.imce #help-box {
  background:url("/home/sites/all/themes/worx/images/imce/sprites.png") repeat-x scroll 0 -1106px transparent;
}

body.imce ul#ops-list li a:hover,
body.imce ul#ops-list li#op-item-delete a:hover {
  background-position:0 -1181px;
}

#help-box {
  left:637px;
  top:8px;
  }
  
/** Directory **/
.section-directory #bg_internal {background: url('images/directory-bg-Inner-Slice.jpg') 0 0 repeat-y; position: relative;}

.section-directory h1.title {
background:url("images/topper.png") no-repeat scroll 0 100% transparent;
color:#007161;
height:36px;
left:-273px;
margin:0;
padding:13px 0 0 25px;
position:relative;
top:-59px;
width:253px;
}

.section-directory #sidebar-left .region-count-1 {
background:url("images/sidebar_bot.png") no-repeat scroll left bottom transparent;
margin:0 0 0 -3px;
padding:0 0 24px;
position:relative;
z-index:2;
}

.section-directory #sidebar-left-curve {display: none;}

.section-directory .dir_photo, .section-directory .dir_name, .section-directory .dir_contact {float: left;}
.section-directory #dir_item {margin: 0 0 0 71px;}
.section-directory table {margin: 0 0 0 142px;}
.section-directory .dir_photo {margin: 0 25px 0 0;}
.section-directory .dir_name a, .section-directory .dir_contact a {text-decoration: none;}
.section-directory .dir_wrapper {padding: 15px 0 0 0;}
.section-directory h3 {margin: 10px 0 10px 143px;}
.section-directory .attachment {margin: -20px 0 24px 141px;}
.section-directory h2.title {color:#00483A; font-size: 18px; font-family: Georgia, "Times New Roman", Times, serif;}

.section-directory td {height: 25px;}
.section-directory td p {margin: 0;}

/** collaborative-creations **/

.section-collaborative-creations #bg_internal {background: url('images/bg_inner-slice-departments.jpg') 0 0 repeat-y; position: relative;}

.section-collaborative-creations h1.title {
background:url("images/topper.png") no-repeat scroll 0 100% transparent;
color:#007161;
height:36px;
left:-273px;
margin:0;
padding:13px 0 0 12px;
position:relative;
top:-59px;
width:253px;
font-size: 16px;
}

.section-collaborative-creations #sidebar-left .region-count-1 {
background:none;
margin:0 0 0 -3px;
padding:0 0 24px;
position:relative;
z-index:2;
}

.section-collaborative-creations #sidebar-left-curve {display: none;}

.section-collaborative-creations #content-area {
margin:-56px 0 0;
padding-bottom:25px;
}

.section-collaborative-creations #sidebar-left ul {
background-color:#6e9c8c;
margin:0 4px 0 1px;
padding:0;
list-style: none;
}

.section-collaborative-creations #sidebar-left ul li  {
background:url("images/faculty/sb_li.gif") no-repeat scroll 0 7px transparent;
background-color:#6e9c8c;
margin:0 0 0 10px;
text-indent:6px;
}

.section-collaborative-creations #sidebar-left ul li a {
color:#d8dcb9;
display:block;
padding:1px 0 5px 5px;
}

.section-collaborative-creations .block-views .block-inner h2.title  {
margin:10px 0 5px 10px;
color: #ffdd78;
}

.section-collaborative-creations #sidebar-left .more-link {clear:both; font-size:11px; margin: 0 11px 10px 0;}
.section-collaborative-creations #sidebar-left .more-link a, .section-collaborative-creations #sidebar-left .more-link a:visited {text-decoration:none; color:#ffdd78;}
.section-collaborative-creations #sidebar-left .more-link a:hover {color:#007161; }

/** Baseball/Softball Reunion code can be used in part for the foundation or other payment pages **/
.section-baseball-softball-reunion #bg_internal, .section-cart #bg_internal, .page-donations #bg_internal, .page-golf-scramble #bg_internal {background: url('images/bg-main-inner_fou.jpg') 0 0 repeat-y; position: relative;}
#uc-product-add-to-cart-form-9891 {background-color: #eee9c3; padding: 40px 15px 15px 15px; margin: 0 15px 0 -16px;}
body.section-baseball-softball-reunion div.panel-pane:nth-child(3) {background-color: #d1cc98; padding: 1px 15px 15px 15px; margin: -11px 15px 0 -16px;}
body.page-golf-scramble div.panel-pane:nth-child(3) {background-color: #d1cc98; padding: 1px 15px 15px 15px; margin: 0 15px 0 -16px;}
.pane-uc-ajax-cart-0 {border: 2px solid #539187; padding: 1px 15px 15px 15px;}
#bbss_text {margin:0 0 -43px; padding:12px 0;}
#bbss_text p {margin: -9px 0;}
.section-baseball-softball-reunion h2.pane-title, .section-cart legend, .page-donations h2.pane-title, .page-donations h1,
.page-golf-scramble h2.pane-title, .page-golf-scramble h1 {color: #539187; font-family: Georgia, "Times New Roman", Times, serif;}
.section-baseball-softball-reunion p, .section-baseball-softball-reunion label, .section-cart td, section-cart th,
.section-cart label, .page-donations label, .page-golf-scramble label {color: #00352b;}
.section-baseball-softball-reunion h1 {display: none;}
.cart-review th {background-color: #eee9c3; padding: 1px 15px 4px 15px;}
.cart-review tbody tr {background-color: #d1cc98; padding: 1px 15px 15px 15px;}
#uc_discounts-pane {background-color: #eee9c3; padding: 1px 15px 4px 15px;}
.section-cart fieldset {border: 2px ridge #d1cc98;}

.section-cart form thead th {
border-bottom:3px solid #CCCCCC;
color:#E7E0A9;
padding:0.5em;
text-align:left;
}

/** Giving Section **/

.section-give #bg_internal {background: url('images/bg_inner-slice-departments.jpg') 0 0 repeat-y; position: relative;}

.section-give h1.title {
  background:url("images/topper.png") no-repeat scroll 0 100% transparent;
  color:#007161;
  height:36px;
  left:-273px;
  margin:0 0 -55px 0;
  padding:13px 0 0 12px;
  position:relative;
  top:-59px;
  width:253px;
  font-size: 16px;
}

.section-give #sidebar-left .region-count-1 {
  margin:0 0 0 -2px;
  padding:0 0 24px;
  position:relative;
  z-index:2;
}

.section-give #sidebar-left-curve {display: none;}

.section-give #give_nav {padding-top: 10px;}

.section-give #title {color: #9DB89F; text-decoration:none; cursor: pointer;}
.section-give #sidebar-left ul li.active{color: #f3e2a7;}

.section-give #sidebar-left ul li {
  background-color:#00362B;
  list-style:none outside none;
  margin:0 0 0 6px;
  text-indent:6px;
}

.section-give #sidebar-left ul li.link-1
{
  background-color:white;
  left:-6px;
  padding-left:6px;
  position:relative;
  width:244px;
}

.section-give #sidebar-left ul li.link-1
{
  background-color:#f3e2a7;
  left:-6px;
  padding-left:6px;
  position:relative;
  width:244px;
}

.section-give #sidebar-left ul li.link-1 a {color: #004236;}

.section-collaborative-creations #sidebar-left ul li  {
background:url("images/faculty/sb_li.gif") no-repeat scroll 0 7px transparent;
background-color:#6e9c8c;
margin:0 0 0 10px;
text-indent:6px;
}

.section-collaborative-creations #sidebar-left ul li a {
color:#d8dcb9;
display:block;
padding:1px 0 5px 5px;
}

.section-collaborative-creations .block-views .block-inner h2.title  {
margin:10px 0 5px 10px;
color: #ffdd78;
}

.section-collaborative-creations #sidebar-left .more-link {clear:both; font-size:11px; margin: 0 11px 10px 0;}
.section-collaborative-creations #sidebar-left .more-link a, .section-collaborative-creations #sidebar-left .more-link a:visited {text-decoration:none; color:#ffdd78;}
.section-collaborative-creations #sidebar-left .more-link a:hover {color:#007161; }

/** Clubs **/

body.section-club  {
background-color:#EBE7BA;
font-size:0.857em;
line-height:1.286em;
margin:0;
padding:0;
text-align:left;
}

.section-club #main {
background:url("images/clubs/CLUBSgradient.jpg") repeat-x scroll 0 0;
}

.section-club #main-inner {
background:url("images/clubs/bg_main-inner-clubs.png") repeat-y scroll 0 0 transparent;
margin:0 auto;
position:relative;
width:980px;
z-index: 1;
}

.section-club #footer {
background:url("images/clubs/bg_footer-clubs.png") no-repeat scroll 0 100% transparent;
margin:0 auto 5px;
padding:0 0 23px;
width:980px;
position: relative;
z-index: 1;
}

.section-club #footer-inner {
background:url("images/clubs/bg_footer-inner-clubs.png") repeat-y scroll 0 0 transparent;
height:auto !important;
min-height:50px;
padding-top:12px;
}

.main-tl {display: none;}

.section-club h1.title {
background:none repeat scroll 0 0 #feee96;
margin:-10px 0 0 -21px;
padding:10px 0 10px 41px;
width:662px;
font-family:Georgia,"Times New Roman",Times,serif;
font-weight: normal;
color: #007161;
}

.section-club #contact_info {
  background:url("images/clubs/club_topper.png") no-repeat scroll 0 100% transparent;
  color:#007161;
  font-size:18px;
  height:36px;
  left:-2px;
  margin:0 0 -65px;
  padding:13px 0 0 12px;
  position:relative;
  top:-49px;
  width:239px;
  font-family:Georgia,"Times New Roman",Times,serif;
}

.section-club #sidebar-left .region-count-1 {
  background: none;
  margin: 10px 0 0 -2px;
  padding:0 0 24px;
  position:relative;
  z-index:2;
}

.section-club #sidebar-left-curve {display: none;}

.section-club #sidebar-left ul li {background-color: #6e9d8d;}

.section-club fieldset { background-color: #FDDD86;}

.section-club #club_info {background-color: #e8f0c2; margin: 0 0 0 -2px; width: 250px; color: #575757;}

.section-club #student_section, .section-club #advisor_section, .section-club #meeting_section {padding: 0 0 15px 16px;}
.section-club #student_section {margin-top: 8px; position: relative;}

.section-club .views-field-title {padding: 0 0 0 16px}
.section-club .views-field-field-calender-date-value {padding: 0 0 10px 16px;}

.section-club #sidebar-left ul li {
  background:url("images/clubs/club_arrow.png") no-repeat scroll 0 7px transparent;
  list-style-type:none;
  margin:0;
  padding:0 0 0 10px;
}

.section-club #block-views-32138f617db8bda1c4b16f973b703a28 li.views-row-odd img,
.section-club #block-views-32138f617db8bda1c4b16f973b703a28 li.views-row-even img {border: 4px solid #c4d7d3; margin-left: -15px;}

.section-club #block-views-32138f617db8bda1c4b16f973b703a28 li.views-row-odd,
.section-club #block-views-32138f617db8bda1c4b16f973b703a28 li.views-row-even {float:left; font-size:10px; background:none repeat scroll 0 0 transparent;}

.section-club #sidebar-left #block-views-17eed6174743135079d1ed7d7cf0323c ul li {background:none repeat scroll 0 0 transparent; margin:0 0 0 3px; padding: 0;}

.section-club #block-views-17eed6174743135079d1ed7d7cf0323c {background:none repeat scroll 0 0 #6E9D8D; width: 244px; position: relative; float: left;}
.section-club #block-views-ss_cs_template-block_6 {background:none repeat scroll 0 0 #6E9D8D; width: 244px; position: relative; float: left;}

.section-club #sidebar-left #block-views-32138f617db8bda1c4b16f973b703a28 ul li {margin:0 0 0 18px; padding: 0;}

.section-club #sidebar-left #block-views-b1c419a0c5ab58ea51807f45dbb34097 ul {margin: 0 4px 0 12px;}

.section-club .more-link {margin: 0 17px;}

.section-club #block-views-ss_cs_template-block_6 .view-content {margin: 0 -7px; color:#F3E2A7; font-size: 12px; width: 245px;}
.section-club #block-views-ss_cs_template-block_6 .view-content a, .section-club .more-link a {color:#F3E2A7; text-decoration: none;}
.section-club #block-views-ss_cs_template-block_6 .view-content a:hover, .section-club .more-link a:hover {color:#004236; text-decoration: underline;}

.section-club #sidebar-left h2.title {
  border-bottom: 2px dotted #575757;
  color:#F9E397;
  display:block;
  font-family:Georgia,"Times New Roman",Times,serif;
  font-size:18px;
  font-weight:normal;
  margin: 0 15px 10px 5px;
}

.section-club #sidebar-left ul {
background-color: #6E9D8D;
margin:0 4px 0 0px;
padding:0;
}

.section-club #sidebar-left ul li a {
color:#F3E2A7;
display:block;
padding:3px 0;
}
.section-club #sidebar-left ul li a:hover {color:#004236;}

.section-club #clubs-body-2 {
background:none repeat scroll 0 0 #feee96;
color:#00362B;
left:-21px;
max-height:131px;
overflow:hidden;
padding: 10px 31px 10px 50px;
position:relative;
text-align:left;
top:-4px;
width:622px;
}

.section-club .readMore {
background:none repeat scroll 0 0 #feee96;
left:-21px;
padding:5px 0;
position:relative;
top:-4px;
width:703px;
}

.section-club .readMore .selector { position: relative; left: 603px; color:#00483A; cursor:pointer;}

.section-club #clubs-body-3 {
background:url("images/faculty/bg_h.gif") repeat-x scroll 0 21px #FFFEEF;
height:auto !important;
padding:25px 10px;
position:relative;
}

.section-club #clubs-body-3 h3 {
color:#575757;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:16px;
margin:10px 0;
padding:4px 10px 6px;
}

.section-club #clubs-body-3 ul {
list-style:none outside none;
margin:0;
padding:0;
}

.section-club #clubs-body-3 a {
  color:#007161;
text-decoration:none;
}

.section-club #clubs-body-3 .views-field-teaser {margin: 0 0 0 17px;}

.section-club #faculty-info-image {
  background:none repeat scroll 0 0 black;
  height:200px;
  margin:-4px 0 0 0;
  width:683px;
}
.section-club .club-image {position: absolute; left: 264px;}

#club_bottom {margin: 0 auto;}
.club_clouds {background: url('images/clubs/CLUBSswirl.png'); width: 1276px; height: 510px; margin-top: -520px; position: relative; z-index: 0;float: left;}
.drover {background: url('images/clubs/CLUBdrover.png'); width: 577px; height: 774px; position: relative; float: right; margin-top: -800px;}