/* @override 
	http://www.cs.vt.edu/sites/all/themes/vtcs/css/site.css
*/

body {
	padding: 0;
	border: 0;
	color: #000;
	line-height: normal;
	/* Peekaboo safety net for pages with broken links to ie.css. See Position is Everything, http://www.positioniseverything.net/explorer/peekaboo.html */
	font-size: 80%;
	/*font-size: 62.5%;*/
	font-family: Arial, Verdana, sans-serif;
	margin: 0;
	background: #9D9879 url(../images/body_bg.jpg) repeat-x top center;
}

/* @group Generic */

/* @group Anchors and Images */

a:link {
	color: #660000;
	text-decoration: none;
}

a:visited {
	color: #660000;
	text-decoration: none;
}

a:hover {
	color: #660000;
	text-decoration: underline;
}

a:active {
	color: #660000;
	text-decoration: none;
}

#main-content a,
#sub-content a {
	text-decoration: underline;
}

#main-content a:hover,
#sub-content a:hover {
	text-decoration: none;
}

#main-content a:active,
#sub-content a:active {
	text-decoration: underline;
}

img {
	margin: 0;
	padding: 2px;
	border: 1px solid #9d9879;
	display: block;
	background-color: #fff;
}

img.left {
	float: left;
}

img.right {
	float: right;
}

/* @end */

/* @group Headers */

h1, h2, h3, h4, h5, h6 {
	margin: 15px 15px 0px 18px;
	padding: 0 0 5px;
	border: 0;
	clear: left;
	color: #600;
	font-family: Times, 'Times New Roman', serif;
	font-weight: normal;
}

h1 {
	font-size: 1.8em;


/*

equivalent to 180% */
}

h2 {
	font-size: 1.8em;


/*

equivalent to 180% */
}

h3 {
	font-size: 1.5em;
/*

equivalent to 150% */
}

h4, h5, h6 {
	margin-bottom: 0;
	color: #333;
	font-size: 1.2em;


/*

equivalent to 120% */
}

/*

 @end */

/* @group Divisions, Paragraphs, Lists and Blockquotes */

div, p, ul, ol, li, dl, dt, dd, blockquote {
	margin: 0;
	padding: 0;
	border: 0;
}

/* @end */

/* @group Paragraphs and Lists */

p, ul, ol, dl {
	margin: 5px 15px 10px 18px;
}

p, li, dt, dd {
	line-height: 1.5em;
}

/* @end */

/* @group Lists */

ul ul, ol ol, ul ol, ol ul,
ul h1, ul h2, ul h3, ul h4, ul h5, ul h6, ul p,
ol h1, ol h2, ol h3, ol h4, ol h5, ol h6, ol p {
	margin-left: 0;
	margin-right: 0;
}

ul, ol {
	list-style: none;
}

ul {
	list-style-image: url(../images/list_bullet_fw.gif);
}

ul ul {
	margin-bottom: 0;
}

ol ul {
	list-style-type: none;
	list-style-image: url(../images/list_bullet_fw.gif);
}

ol {
	list-style-type: decimal;
}

ol ol {
	list-style-type: lower-alpha;
	margin-bottom: 0;
}

ol ol ol {
	list-style-type: lower-roman;
}

ul ol {
	list-style-image: none;
	list-style-type: decimal;
}

li {
	margin-bottom: 5px;
	margin-left: 15px;


/*

List margin safety net for pages with broken links to ie.css. */
}

ul>li {
	margin: 0 0 5px 15px;


/*

Also see ie.css. */
}

ol>li {
	margin: 0 0 5px 18px;


/*

Also see ie.css. */
}

/* @end */

/* @group Definition Lists */

dl dt {
	margin: 5px 0 0 0;
	font-style: italic;
}

dl dd {
	margin: 0 0 5px 15px;
}

dd ul, dd p, dd table {
	margin-left: 0;
}

/* @end */

/* @group Blockquotes */

blockquote {
	margin: 5px 15px 10px 40px;
}

/* @end */

/* @group Tables */

table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

table {
	margin: 10px 0 15px 18px;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0;
	width: 90%;
	font-size: inherit;
}

tr, th, td {
	vertical-align: top;
}

th, td {
	padding: 10px 5px 10px 0;
	border-bottom: 1px solid #c2c1ba;
}

th h3,
td h3
{
	margin-top: 0px;
}

th {
	background: #d7d1ae;
	color: #333;
	text-align: left;
	font-weight: bold;
}

td h1, td h2, td h3, td h4, td h5, td h6,
td p, td ul, td ol, td dl {
	margin-left: 0;
}

table tr.last td,
table tr.last th {
	border: none;
}

#main-content table img {
	margin-top: 2px;
	margin-left: 0;
}

table.two-col th
{
	width: 50%;
}

table.two-col th,
table.two-col td
{
	padding: 5px 12px 5px 6px;
}

/* @end */

/* @group Forms */

form {
	margin: 15px 15px 10px 18px;
	padding: 0;
	border: 0;
}

form fieldset {
	margin: 0;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px #c2c1ba solid;
	clear: both;
}

form fieldset legend {
	margin: 0;
	padding: 0 5px;
	clear: both;
	color: #333;
	font-size: 1.2em;
	font-family: Times, 'Times New Roman', serif;
}

form p,
form ul,
form ol {
	margin: 0 15px 5px 5px;
}

form p {
	clear: both;
}

form ul,
form ol {
	list-style: none;
	list-style-image: none;
	list-style-type: none;
}

form li {
	margin: 0 0 3px 0;
}

form input,
form select,
form option {
	font-size: 1.1em;
}

/* @end */

/* @group Horizontal Rules */

hr {
	margin: 15px 15px 10px 18px;
	border-color: #c2c1ba;
	position: relative;
	clear: both;
}

/* @end */

/* @group Utility */

.clear {
	height: 0;
	clear: both;
	background: transparent none;
}

.clear span {
	display: none;
}

.hide, .skip {
	display: none;
	/

*position: absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
*/
}

/* @end */

/*

 @end */

/* @group Layout */

/* @group Page Wrappers */

#page-wrapper1 {
	background: transparent url(../images/page_wrapper1.gif) repeat-y top center;
}

#page-wrapper2 {
	background: transparent url(../images/page_wrapper2.jpg) no-repeat top center;
}

#page-wrapper3 {
	background: transparent url(../images/page_wrapper3.jpg) no-repeat bottom center;
}

#page-wrapper4 {
	background: transparent none;
}

.fluid #page-wrapper1,
.fluid #page-wrapper2, 
.fluid #page-wrapper3,
.fluid #page-wrapper4 {
	background: none;
}

/* @end */

/* @group Page Area */

#page-area {
	margin: 0px auto;
	padding: 0px;
	border: 3px solid #fff;
	border-top: 0px;
	width: 970px;
	background: #f5f5eB url(../images/pgarea_vnav.gif) repeat-y top left;
}

.horizontal #page-area {
	background: #f5f5eB url(../images/pgarea_hnav.gif) repeat-y top left;
}

.fluid #page-area {
	background: #f5f5eB url(../images/pgarea_hnav.gif) repeat-y top left;
	width: 940px;
}

/* @end */

/* @group Header */

#header {
	padding: 0;
	border-bottom: 1px #fff solid;
	width: auto;
	height: 97px;
	position: relative;
	background: #5e0000 url(../images/unit_header_fluid_bg.jpg) repeat-x 105px 0;
	overflow: hidden;
	color: #fff;
}

#header-inside {
	padding: 10px;
	width: auto;
	height: 77px;
	background: transparent url(../images/unit_header_screen.jpg) no-repeat top left;
}

#header ul,
#header li {
	margin: 0;
	padding: 0;
	list-style-image: none;
}

#header a {
	color: #fff;
}

#header img {
	margin: 0;
	padding: 0;
	border: 0;
}

/* @end */

/* @group VT and Unit Header */

#vt-header,
#coe-header,
#unit-header {
	position: absolute;
	top: 33px;
	overflow: hidden;
	background: #5e0000;
}

#vt-header a,
#unit-header a {
	color: #600;
}

#vt-header-screen,
#unit-header-screen {
	display: block;
	position: absolute;
}

#vt-header {
	left: 30px;
	width: 172px;
	height: 39px;
}

#vt-header-screen {
	top: -33px;
	left: -30px;
}

#coe-header {
	left: 348px;
        top: -5px;
	width: 198px;
	height: 40px;
}

#coe-header-screen {
	display: block;
	position: absolute;
	top: 5px;
	left: -348px;
}

#unit-header {
	left: 252px;
	width: 476px;
	height: 39px;
}

#unit-header-screen {
	top: -33px;
	left: -252px;
}

#unit-header-print {
	display: none;
}

/* @end */

/* @group Sub Header */

#sub-header {
	border-bottom: 1px #fff solid;
	background: #666;
	color: #fff;
}

.horizontal #sub-header {
	float: left;
	display: inline;
	background: #3c5b6f url(../images/search_bg.jpg) repeat-y top left;
}

.fluid #sub-header {
	padding-bottom: 10px;
	border: 0;
	width: 100%;
	float: none;
	display: block;
	background: transparent url(../images/sub_header_fluid_shadow.gif) repeat-x bottom left;
}

.horizontal #sub-header-inside {
	border-left: 1px solid #fff;
	float: right;
}

.fluid #sub-header-inside {
	border-left: 0;
	border-bottom: 1px #fff solid;
	float: none;
	background: #666 url(../images/sub_header_fluid_bg.jpg) repeat-x top left;
}

#sub-header p {
	margin: 0;
	padding: .6em 10px;
	letter-spacing: 1px;
	text-align: right;
	font-size: 2.0em;
	font-family: Times, 'Times New Roman', serif;
	font-weight: normal;
}

#sub-header a {
	color: #fff;
}

#sub-header img {
	border: 0;
	padding: 0;
	display: block;
}

/* @end */

/* @group Nav */

#nav {
	width: 191px;
	float: left;
	display: inline;
	background: #42657b url(../images/nav_bg.gif) repeat-y top left;
	color: #fff;
}

.horizontal #nav {
	width: 758px;
	float: none;
	clear: both;
}

#nav h2, #nav h3, #nav h4,
#nav h5, #nav h6 {
	color: #12252C;
	font-family: Arial, Verdana, sans-serif;
	margin: 0;
	padding: 10px 0 2px 10px;
}

#nav ul {
	margin: 0 0 0 8px;
	padding: 10px 10px 5px;
	list-style-image: none;
}

.horizontal #nav ul {
	margin: 0;
	padding: 0 0 0 20px;
	float: left;
	clear: both;
	width: auto;
}

#nav ul li {
	margin: 0;
	padding: 0 0 5px;
	line-height: 1.1em;
}

.horizontal #nav ul li {
	margin-right: 15px;
	padding: 0;
	float: left;
	width: auto;
	display: inline;
	line-height: 2.5em;
	text-align: center;
}

/* @group Anchors */

#nav a {
	color: #fff;
}

#nav ul li a {
	margin: 0;
	padding-left: 12px;
	display: block;
	background: transparent url(../images/nav_bullet_fw.gif) no-repeat 0px 2px;
	text-decoration: none;
}

.horizontal #nav ul li a {
	padding-left: 10px;
	background-position: 0 50%;
}

#nav ul li a:hover {
	background: transparent url(../images/nav_bullet_fw_hv.gif) no-repeat 0px 2px;
}

.horizontal #nav ul li a:hover {
	background-position: 0 50%;
}

#nav .back a:link,
#nav .back a:visited {
	background: transparent url(../images/nav_bullet_bk.gif) no-repeat 2px 0px;
}

#nav .back a:hover,
#nav .back a:active {
	background: transparent url(../images/nav_bullet_bk_hv.gif) no-repeat 0px 0px;
}

.vertical #nav .back .last a:link,
.vertical #nav .back .last a:visited {
	background: transparent url(../images/nav_bullet_dn.gif) no-repeat 0px 2px;
}

.vertical #nav .back .last a:hover,
.vertical #nav .back .last a:active {
	background: transparent url(../images/nav_bullet_dn_hv.gif) no-repeat 0px 2px;
}

/* @end */

/* @group Main Nav */

#main-nav {
	background: #497381 url(../images/main_nav_vnav.jpg) repeat-y top left;
	font-size: 1em;
	clear: both;
}

.horizontal #main-nav {
	border-bottom: 1px #fff solid;
	float: left;
	width: 100%;
	background: #557082 url(../images/main_nav_hnav.gif) repeat-x top left;
}

#main-nav ul {
	background: transparent url(../images/nav_separator.jpg) no-repeat top right;
}

.horizontal #main-nav ul {
	background: none;
}

/* @end */

/* @group Sub Nav */

.sub-nav {
	margin: 0;
	padding: 0;
	overflow: hidden;
	color: #12252C;
	background: #93a7b3 url(../images/sub_nav.gif) repeat-y top left;
}

.sub-nav-top {
	background: transparent url(../images/sub_nav_top.gif) repeat-x 0px 0px;
}

.sub-nav-mid {
	background: transparent url(../images/sub_nav_mid.gif) no-repeat top left;
}

.sub-nav-bot {
	padding-left: 8px;
	/

*background: transparent url(../images/sub_nav_bot.gif) no-repeat bottom left;
*/
}

#main-nav .sub-nav ul {
	margin-left: 0;
	background: transparent url(../images/sub_nav_separator.gif) no-repeat top right;
}

#main-nav .sub-nav a {
	color: #12252C;
	background: transparent url(../images/sub_nav_bullet_fw.gif) no-repeat 0 0;
}

#main-nav .sub-nav a:hover {
	background: transparent url(../images/nav_bullet_fw_hv.gif) no-repeat 0 0;
}

/* @end */

/* @group Post Nav */

.post-nav {
	background: transparent url(../images/post_nav_bg.gif) no-repeat 0 0;
	padding: 24px 10px 10px 18px;
	height: 246px;
}

.post-nav img.feed {
	margin-bottom: 2px;
	padding: 0;
	border: none;
}

/* @end */

/* @group Drupal Menu Nav */

#block-user-1 {
	border: 2px solid #a40000;
}

#main-nav li {
	list-style-type: none;
	list-style-image: none;
}

#main-nav .menu ul {
	background-image: none;
}

#main-nav .menu a {
	background: transparent none;
}

#main-nav .menu li.leaf,
#main-nav .menu li.collapsed,
#main-nav .menu li.expanded {
	list-style: none;
}

#main-nav .menu li.leaf a,
#main-nav .menu li.collapsed a,
#main-nav .menu li.expanded li a {
	background: transparent url(../images/sub_nav_bullet_fw.gif) no-repeat 0 3px;
}

#main-nav .menu li.leaf a:hover {
	background: transparent url(../images/nav_bullet_fw_hv.gif) no-repeat 0 3px;
}

#main-nav .menu li.collapsed a:hover,
#main-nav .menu li.expanded li a:hover {
	background: transparent url(../images/nav_bullet_fw_hv.gif) no-repeat 0 3px;
}

#main-nav .menu li.expanded a {
	background: transparent url(../images/sub_nav_bullet_dn.gif) no-repeat 0 3px;
}

#main-nav .menu li.expanded a:hover {
	background: transparent url(../images/nav_bullet_dn_hv.gif) no-repeat 0 3px;
}

#main-nav #block-user-1 .menu li.leaf a {
	background: transparent url(../images/nav_bullet_block.gif) no-repeat 0 3px;
}

#main-nav #block-user-1 .menu li.leaf a:hover {
	background: transparent url(../images/nav_bullet_block_hv.gif) no-repeat 0 3px;
}

/* @end */

/* @end */

/* @group Content */

#content {
	width: 778px;
	float: right;
}

.horizontal #content,
.fluid #content {
	float: none;
	clear: both;
}

.horizontal #content {
	width: 758px;
}

.fluid #content {
	margin-bottom: 10px;
	width: 100%;
}

#main-content {
	padding-top: 1px;
	/

* Makes Firefox and Netscape 7 happy. */
	width: 100%;
	clear: both;
	background: transparent url(../images/mainc_top.gif) no-repeat top left;
}

.fluid #main-content {
	width: 100%;
	background: none;
}

/* @end */

/* @group Sub Content */

/* @group Page Area */

#page-area {
/*	background: #f5f5eB url(../images/pgarea_vnav_subc.gif) repeat-y 0 0;*/
}

.horizontal #page-area {
	background: #f5f5eB url(../images/pgarea_hnav_subc.gif) repeat-y 100% 0;
}

#main-content {
	width: 100%;
	float: left;
	clear: none;
}

.horizontal #main-content {
	width: 596px;
	float: left;
}

#sub-footer {
	width: 100%;
}

/* @end */

/* @group Sub Content */

#sub-content {
	float: right;
	width: 161px;
}

/* @end */

/* @group Sub Section */

.sub-section {
	background: transparent url(../images/subc_left.gif) no-repeat top left;
	padding: 0px 0px 8px 8px;
}

.sub-section * {
	margin-right: 8px;
	margin-left: 3px;
}

.sub-section * * {
	margin-right: 0;
	margin-left: 0;
}

.sub-section h2 {
	margin: 0;
	padding: 10px 10px 10px 3px;
	line-height: 1.1em;
	background: transparent url(../images/subc_header.gif) repeat-x top left;
	font-size: 1.3em;
	font-weight: bold;
}

.sub-section h3,
.sub-section h4,
.sub-section h5,
.sub-section h6 {
	line-height: 1.1em;
	font-size: 1.1em;
	font-weight: bold;
}

.sub-section ul li {
	margin-left: 15px;
}

.sub-section ol li {
	margin-left: 18px;
}

/* @end */

/* @group Home */

#node-445 {
	display: none;
}

#content {
	position: relative;
}

#food {
	width: 72px;
	height: 77px;
	position: absolute;
	right: 20px;
	top: 416px;
}

#food img {
	background-color: transparent;
	margin: 0;
	padding: 0;
	border: none;
}

#cs-events-panel {

}

#department-news-panel {

}

.front-page-two-column-panel {

}

#front-page-main-content {
	position: relative;
	height: 820px;
}

#department-news-list {
	right: 0;
	bottom: 0;
	position: absolute;
}

.tan-box {
        background: #dbd8bc url(../images/sub_content_header_bg.gif) repeat-x 0 0;
        width: 277px;
        float: right;
}

.interests {
	background: #dbd8bc url(../images/sub_content_header_bg.gif) repeat-x 0 0;
	width: 277px;
	float: right;
}

.interests {
	width: 230px;
	margin: 12px;
	padding: 0 0 8px 0;
}

.interests h5 {
	font-size: 1.5em;
	color: #660000;
}

.tan-box p,
.tan-box li,
.interests li {
	line-height: 1.2em;
}

.shadow-left {
	background: transparent url(../images/shadow_vert.png) repeat-y 0 0;
	padding: 1px 1px 1px 16px;
}

.shadow-left h2 {
	margin-left: 0;
}

.tan-box table {
	margin: 0 15px 0 0;
	width: auto;
}

.tan-box table td {
	padding: 0 10px 15px 0;
	border: none;
}

#main-content a.title {
	background: transparent url(../images/list_bullet_fw.gif) no-repeat 0 2px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	padding-left: 12px;
}

#main-content a.title:hover {
	text-decoration: underline;
}

#main-content a.red {
	color: #660000;
}

.news {
	font-size: 1em;
}

#main-content table.news img {
	margin: 0;
}

#main-content table.news td.news-img {
	width: 88px;
	padding: 0 8px 8px 0;
}

#main-content .callout table.news {
	margin: 0;
}

#main-content table.news td.news-content {
	width: 120px;
	padding: 0 0 8px;
}

#main-content .callout table.news td.news-content {
	width: auto;
}

.news p {
	line-height: 1.2em;
	margin: 0;
	padding-left: 12px;
}

#main-content .news img {
	margin: 0 0 0 18px;
}

#main-content .news ul {
	margin-bottom: 0;
}

#main-content .news ul > li {
	margin-left: 12px;
}

#main-content .news td {
	border-bottom: none;
}

#main-content ul li {
	line-height: 1.2em;
}

#main-content ul li a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}

#main-content ul li a:hover {
	text-decoration: underline;
}

/* @end */

/* @group Callout */

.callout {
	width: 237px;
	padding: 5px 20px;
}

.callout h2 {
	background: transparent url(../images/list_bullet_fw.gif) no-repeat 0 6px;
	padding-left: 8px;
	left: -8px;
	margin-left: 0;
	position: relative;
}

.callout-noarrow h2 {
  background-image: none;
}

.callout h2 span.more {
	position: absolute;
	bottom: 9px;
	right: 0;
}

.callout h2 span.more,
.callout h2 span.more a {
	color: #660000;
	font-family: Arial, Verdana, sans-serif;
	font-size: .6em;
}

.callout ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.callout ul li {
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 0 0 8px;
}

.callout p {
	margin: 0;
	padding: 0;
}

/* @end */

/* @group Tag Cloud */

#main-content #tag-cloud ul {
	background: transparent url(../images/mainc_top.gif) no-repeat top left;
	text-align: center;
	margin: 0 0 10px;
	padding: 20px 10px 10px;
	list-style-image: none;
}

#main-content #tag-cloud ul li {
	color: #003f81;
	margin: 0 4px;
	height: 30px;
	display: inline;
}

#main-content #tag-cloud a {
	color: #003f81;
	font-weight: normal;
	line-height: 1.2em;
	white-space: nowrap;
}

#main-content #tag-cloud .xsmall {
	font-size: 1em;
}

#main-content #tag-cloud .small {
	font-size: 1.6em;
}

#main-content #tag-cloud .medium {
	font-size: 2em;
}

#main-content #tag-cloud .large {
	font-size: 2.4em;
}

#main-content #tag-cloud .xlarge {
	font-size: 2.8em;
}

/* @end */

/* @group Research */

#research div.arrow {
  background: transparent url(../images/nav_bullet_fw.gif) no-repeat center center;
  height: 22px;
}

#research div.downarrow {
  background: transparent url("../images/sub_nav_bullet_dn.gif") no-repeat center center;
  height: 22px;
}

#research div.arrow a {
  display: block;
  height : 100%;
}

#research div.area {
  margin: 0;  
}

#research div.area h4 {
  margin: 0 0 4px 0;  
  padding: 0;
  font-weight: bold;
  cursor: pointer;
}

#research ul.labs {
  margin: 10px 0 10px 10px;
}

#research ul.labs li {
  margin: 2px 0 4px;  
}

#research ul.labs li a {
  color: #111111;
  line-height: 18px;
}

#research ul.labs li a.faculty {
  color: #687F8F;
}

#researchbuttons a {
  float: left;
  width: 200px;
  margin: 0 0 0 20px;
  border: 1px solid #000000;
  line-height: 22px;
  height: 22px;
  color: #12252C;
  background-color: #8CA4B1;
  text-align: center;
}

.wl, .wr, .wc {
  overflow: hidden;
  word-wrap: break-word;
}

.wl .wll, .wl .wlr,
.wr .wrl, .wr .wrr {
  float: left;
  display: inline;
}

.wl .wlr, .wr .wrl {
  width: 100%;
}                

.wl .wll, .wr .wrr {
  width: auto;
}

/* @end */

/* @group Breadcrumb */

#breadcrumb {
	background: #557082 url(../images/breadcrumb_bg_top.gif) repeat-x 0 0;
}

#breadcrumb .breadcrumb-inside {
	background: transparent url(../images/shadow_left.png) repeat-y 0 0;
}

#breadcrumb ul {
	margin: 0;
	padding: 5px 5px 5px 15px;
}

#breadcrumb li {
	font-size: 1em;
	margin: 5px 15px;
	list-style-image: url(../images/nav_bullet_fw.gif);
	float: left;
}

/* @end */

/* @group Feature */

#feature h2 {
	font-size: 2.2em;
}

#feature p {
	font-size: 1.2em;
	margin-top: 10px;
}

/* @end */

/* @group Tabs */

#tabs {
	background: #e2dfc6 url('../images/shadow_top_darktan.gif') repeat-x 0 0;
	clear: both;
}

#tabs .tabs-inside {
	background: transparent url(../images/shadow_left.png) repeat-y 0 0;
}

#tabs .tabs-bottom {
	background: transparent url(../images/shadow_bottom_darktan.gif) repeat-x 0 100%;
}

#tabs.tabs-aligntop {
	position: relative;
	top: -16px;
	margin-bottom: -19px;
}

.node #tabs.tabs-aligntop,
.user-profile #tabs.tabs-aligntop {
	position: static;
	top: 0;
	margin-bottom: 12px;
}

.user-profile-top td {
	border-bottom: 0 none;
}

.user-profile td h3 {
	margin-top: 0;
}

.user-profile td {
	padding: 10px 0;
}

#tabs h1 {
	font-size: 1.8em;
	margin-bottom: -2px;
	padding-top: 20px;
}

#tabs ul {
	margin: 0 0 0 10px;
	width: 100%;
	height: 48px;
}

#tabs li {
	text-align: center;
	margin: 16px 0 0;
	list-style: none;
	float: left;
}

#main-content #tabs li a {
	background: transparent url(../images/tab_bg_stripe.gif) no-repeat 3px 3px;
	color: #660000;
	font-family: Times, 'Times New Roman', serif;
	font-size: 1em;
	line-height: 1.2em;
	padding-top: 10px;
	width: 125px;
	height: 22px;
	display: block;
}

#tabs li.selected {
	margin-left: 1px;
	margin-right: 1px;
}

#main-content #tabs li.selected a {
	background: transparent url(../images/tab_bg_solid.gif) no-repeat 0 0;
}

#tab-about {
	padding: 8px 0 0 0;
}

/* @end */

/* @group Alphabetical Link List */

#alphabetical {
	background: transparent url(../images/mainc_top.gif) no-repeat 0 100%;
	color: #660000;
	font-size: .9em;
	text-align: center;
	height: 50px;
}

#alphabetical ul {
	padding-top: 14px;
}

#alphabetical li {
	margin: 0 3px;
	list-style: none;
	display: inline;
}

#main-content #alphabetical li a {
	color: #333;
	text-decoration: underline;
}

#main-content #alphabetical li a:hover {
	text-decoration: none;
}

/* @end */

/* @group People Info Block */

table.people {
	font-size: 0.8em;
}

table.people th,
table.people td {
	padding: 15px 0;
}

#tab-people table.people {
	font-size: 0.8em;
	margin-top: 0;
	position: relative;
	top: -12px;
}

#tab-people table.people th,
#tab-people table.people td {
	padding: 15px 0 0;
	margin: 0 0 15px;
}


table.people h3 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 2em;
	font-weight: bold;
	margin: 0;
}

table.people h3 span {
	color: #333;
	font-size: .6em;
}

table.people p.positions {
	font-size: 1.2em;
	margin-top: 2px;
}

table.people p.positions b,
table.people p.positions i {
	margin-right: 10px;
}

table.people th {
	background-color: transparent;
}

table.people td {
	
}

table.people table {
	margin: 0;
	width: auto;
}

table.people table td,
table.people table th {
	font-size: 1.2em;
	border: none;
	padding: 3px 6px 3px 0;
}

table.people table th {
	font-size: 1.2em;
}

#main-content table.people img {
	margin-right: 0;
}

table.people table.contact-info {
	float: left;
}

table.people table.office-hours {
	float: left;
	width: 260px;
}

table.people table.office-hours th {
	white-space: nowrap;
	width: 90px;
}

table.people ul.links {
	margin: 15px 0 0;
	padding: 0;
}

table.people ul.links li {
	padding: 0;
	padding: 0 5px 0 0;
	list-style: none;
	float: left;
}

#main-content table.people ul.links a {
	color: #660000;
	font-size: 1em;
}

table.people ul > li {
	margin-left: 0;
}

/* @end */

/* @group Right Sidebar */

#col-sidebar {
	width: 161px;
	overflow: hidden;
}

#col-sidebar .news
{
	margin-bottom: 1em;
}

#col-sidebar h3 {
	font-size: 1.2em;
}

#col-sidebar .block,
#col-sidebar .photos {
	padding-right: 10px;
}

#col-sidebar .block {
	margin-bottom: 5px;
	border-top: 1px solid #b9b59a;
}

#col-sidebar .photos p {
	line-height: 1.2em;
}

#col-sidebar .photos img {
	margin-left: 10px;
}

#col-sidebar p,
#col-sidebar li {
	font-size: .9em;
}

#col-sidebar #header-dark {
	background: transparent url(../images/sidebar_hdr_dark.gif) no-repeat 0 0;
}

#col-sidebar ul {
	list-style-image: url(../images/list_bullet_tan.gif);
	margin-left: 8px;
	padding-left: 0;
}

#col-sidebar li.red-bullet {
	list-style-image: url(../images/list_bullet_fw.gif);
}

#col-sidebar p,
#col-sidebar h3 {
	margin-left: 10px;
}

/* @end */

/* @group Degree Tracks */

#degree-tracks,
.field-field-degreetracks {
	background: transparent url(../images/divider_tan.gif) repeat-x 0 100%;
	margin: 0 18px 0;
}

#degree-tracks h3,
.field-field-degreetracks h3 {
	margin-left: 0;
}

#degree-tracks ul,
.field-field-degreetracks ul {
	margin: 5px 0 10px;
	list-style-image: none;
}

#degree-tracks ul li,
.field-field-degreetracks ul li {
	background: transparent url(../images/degree_track_bg.gif) no-repeat 0 0;
	margin: 0 3px 4px 0;
	padding-bottom: 10px;
	width: 113px;
	height: 60px;
	float: left;
}

#degree-tracks li img,
#main-content .field-field-degreetracks li img {
	margin: 10px 5px 0 7px;
	padding: 0;
	vertical-align: middle;
	border: none;
}

#main-content #degree-tracks li,
#content #main-content .field-field-degreetracks li {
	line-height: .8em;
}

#main-content #degree-tracks li a,
#content #main-content .field-field-degreetracks li a {
	color: #660000;
	font-size: .8em;
	margin: 10px 0 0;
	display: block;
}

#track-content .image-attach-body img
{
	margin: 5px 15px 20px;
	padding: 1px;
}

/* @end */

/* @group Flash Spotlight */

#flash-spotlight {
	width: 778px;
	height: 437px;
}

.rule-vertical {
	background: transparent url(../images/divider_tan.gif) repeat-y 50% 0;
	margin: 20px 0;
}

/* @end */

/* @group Research */

/* @group Current Projects */

#current-projects {
	background: transparent url(/sites/all/themes/vtcs/images/flash_placeholder2.jpg) no-repeat 0 0;
	height: 129px;
	width: 778px;
	padding-top: 1px;
}

#current-projects h2 {
	margin-top: 8px;
}

/* @end */

/* @end */

/* @end */

/* @group Footer */

#footer,
#sub-footer {
	clear: both;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
}

#footer {
	margin: 0 auto 0 auto;
	padding: 15px 0;
	width: 990px;
	background: transparent url(../images/footer_top.jpg) no-repeat top left;
	color: #333;
	font-weight: bold;
}

.fluid #footer {
	background: none;
	width: 90%;
}

#sub-footer {
	padding-top: 5px;
	width: 100%;
	background: #edeada url(../images/related_links_top.gif) no-repeat top left;
	color: #666;
}

#sub-footer-inside {
	padding: 5px 0 10px 0;
	background: transparent url(../images/related_links_left.gif) repeat-y top left;
}

.fluid #sub-footer-inside {
	background: none;
}

#footer ul,
#footer p,
#sub-footer ul,
#sub-footer p {
	margin: 0;
	padding: 3px 0;
}

#footer ul li,
#sub-footer ul li {
	margin: 0;
	padding: 0px 6px;
	border-right: 1px #333 solid;
	display: inline;
	list-style: none;
}

#footer ul li {
	border-right: 1px #333 solid;
}

#sub-footer ul li {
	border-right: 1px #666 solid;
}

#footer li.last,
#sub-footer li.last {
	border-right: 0;
}

#footer a,
#sub-footer a {
	white-space: nowrap;
}

#footer a {
	color: #333;
}

#sub-footer a {
	color: #666;
}

/* @end */

/* @end */

/* @group Search Box */

#search {
	margin: 0;
	padding: 7px 0 10px 20px;
	background: #3c5b6f url(../images/search_bg.jpg) repeat-y top left;
	color: #fff;
	font-size: 85%;
}

.horizontal #search {
	width: 171px;
	float: left;
}

.fluid #search {
	margin-top: 2.0em;
	padding: 0 0 2.0em 20px;
	float: left;
	width: 40%;
	display: inline;
	background: none;
}

#search-criteria input {
	margin-bottom: 5px;
	float: left;
}

#search-criteria label {
	float: left;
	margin-top: 4px;
}

#search form {
	margin: 0;
	color: #fff;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

.fluid #search fieldset {
	margin-right: 10px;
	float: left;
	clear: none;
	display: inline;
}

#search input {
	vertical-align: middle;
}

#search input#search-query {
	padding: 2px;
	border: 1px solid #e3e3e3;
	width: 125px;
	font-size: 90%;
}

#search ul {
	margin: 0;
	padding: 5px 0 0 0;
	height: 1.1em;
	list-style: none;
}

#search li {
	margin: 0;
	float: left;
	line-height: 1.1em;
	font-size: .9em;
}

#main #search ul li a {
	padding: 0 7px;
	background: transparent url(../images/search_bullet.gif) no-repeat 0px 3px;
	color: #fff;
}

#main #search ul li a:hover {
	text-decoration: none;
}

/* @end */

/* @group Columns */

.col-group {
	padding: 10px 0;
	width: 100%;
	clear: both;
}

.fluid .col-group {
	background: none;
}

.col {
	overflow: hidden;
	display: inline;
}

.col h2 {
	margin-top: 5px;
}

.col table {
	margin-left: 18px;
	margin-right: 15px;
	width: auto;
}

#content-cols {
	background: transparent url(../images/sidebar_bg.gif) repeat-y 100% 0;
	padding: 0;
	position: relative;
	width: 100%;
	/*min-height: 1066px; */ /*Modified by Sunshin Lee, Summer 2012*/
	height: auto !important;
	/*height: 1066px;*/ /*Modified by Sunshin Lee, Summer 2012*/
}

#col-content {
	padding-top: 15px;
	width: 617px;
	float: left;
	overflow: hidden;
}

/* @group Two Columns */

.two-col {
	
}

.fluid .two-col {
	background: none;
}

.two-col .first-col {
	float: left;
	width: 49%;
}

.two-col .last-col {
	float: right;
	width: 49%;
}

/* @end */

/* @group Three Columns */

.three-col {
	background: transparent url(../images/three_col_bg.gif) repeat-y  50% 0;
}

.fluid .three-col {
	background: none;
}

.three-col .col {
	float: left;
	width: 33%;
}

.three-col .first-col {
	float: left;
	width: 33%;
}

.three-col .last-col {
	float: right;
	width: 33%;
}

/* @end */

/* @group Related Links */

.related-links {
	padding-top: 5px;
	clear: both;
	background: #edeada url(../images/related_links_top.gif) no-repeat top left;
}

.related-links-inside {
	padding: 5px 0 15px 0;
	background: transparent url(../images/related_links_left.gif) repeat-y top left;
}

.related-links .two-col {
	background: transparent none;
}

.related-links h2 {
	color: #333;
}

/* @end */

/*

 @end */

/* @group Landing Page */

.field-field-section2,
.field-field-section3 {
	width: 290px;
	float: left;
	padding-left: 16px;
	padding-top: 8px;
}

.field-field-section3 h3 {
	margin-top: 0;
}

/* Modified by Sunshin Lee Summer 2012
#node-2609 .field-field-section2,
#node-2609 .field-field-section3 {
	width: 550px;
	padding-right: 16px;
}
*/

.field-field-section2 div.column,
.field-field-section3 div.column {
	width: 159px;
	float: right;
	padding-bottom: 12px;
}

/* Modified by Sunshin Lee, Summer 2012
#node-2609 .field-field-section2 div.column,
#node-2609 .field-field-section3 div.column {
	width: 434px;
}
*/

#content .field-field-section2 img,
#content .field-field-section3 img {
	float: left;
	margin: 0;
}

.field-field-section2 div.column h3,
.field-field-section3 div.column h3,
.field-field-section2 div.column ul,
.field-field-section3 div.column ul {
	margin: 0;
}

.field-field-degreetracks,
.field-field-section6 {
	clear: both;
}

.field-field-degreetracks {
	background: transparent none;
	border: 1px solid #c9c7ba;
	border-width: 1px 0;
	margin: 20px 16px;
	clear: both;
}

/* Modified by Sunshin Lee, Summer 2012
.field-field-studentnews {
	width: 287px;
	padding-right: 17px;
	border-right: 1px solid #c9c7ba;
	float: left;
}

.field-field-section4,
.field-field-section5 {
	width: 306px;
	float: right;
}

.field-field-section6,
.field-field-section7 {
	width: 287px;
	margin: 8px 0px 0 12px;
	float: left;
	background: #DBD8BC url(../images/sub_content_header_bg.gif) repeat-x scroll 0pt 0pt;
	height: 297px;
}

.field-field-section7 p,
.field-field-section7 ul,
.field-field-section6 ul {
	float: right;
	width: 150px;
	margin: 4px 14px 0 0;
}

.field-field-section7 p {
	width: 135px;
	padding-bottom: 4px;
}

#content .field-field-section6 img,
#content .field-field-section7 img {
	width: 96px;
	float: left;
	margin: 5px 0 10px 18px;
}
*/

/* Modified by Sunshin Lee, Summer 2012
   Added #node-2609,#node-2609 h1, etc
   To make 2377(Undergraduate page) and 2609(Graduate Page) be same. */
#node-2609,
#node-2377 {
	width: 617px;
	float: left;
	padding-top: 16px;
}

#node-2609 h1,
#node-2377 h1 {
	margin-top: 0;
}

#node-2609 p img,
#node-2377 p img {
	margin-right: 0;
}

/* End of Modification Sunshin Lee */

#sidebar-right {
	width: 161px;
	float: right;
}

/* @end */

/* @group Widgets */

/* @group Images */

#main-content img {
	margin: 5px 15px 5px 18px;
}

#sub-content img {
	margin: 0 8px 0 3px;
}

#content .image {
	/*padding-top: 5px;
		padding-bottom: 10px;*/
	padding: 1px;
}

#content .image img {
	margin: 0;
	display: block;
}

#content .image p {
	margin: 5px;
	line-height: normal;
	color: #333;
	text-align: center;
	font-style: italic;
}

#content .image p a {
	margin-left: -5px;
	padding-left: 10px;
	background: transparent url(../images/list_bullet_fw_sm.gif) no-repeat 3px 5px;
	text-decoration: none;
	font-style: normal;
}

#content .image p a:hover {
	text-decoration: underline;
}

#content .image-center {
	clear: both;
}

#content .image-center img {
	margin: 0 auto 0 auto;
}

#main-content .image-left {
	float: left;
	display: inline;
	margin: 0 20px 15px 0;
}

#main-content .image-right {
	float: right;
	display: inline;
	margin: 0 0 15px 20px;
}

/* @end */

/* @group Line */

.line {
	margin: 15px 15px 10px 18px;
	border-color: #c2c1ba;
	position: relative;
	clear: both;
}

/* @end */

/* @group Pretty Forms */

form p.instructions {
	color: #333;
	font-weight: bold;
}

form p.text br,
form p.textarea br,
form p.select br {
	display: none;
}

form p.text label,
form p.textarea label,
form p.checkbox,
form p.radio,
form p.select label {
	margin: 0;
	margin-bottom: 15px;
	width: 28%;
	float: left;
	display: block;
	text-align: right;
}

form p.text input,
form p textarea,
form ul.checkbox,
form ul.radio,
form p select {
	margin: 0;
	margin-bottom: 15px;
	width: 68%;
	float: right;
	display: block;
	text-align: left;
}

form ul.radio input,
form ul.checkbox input {
	margin: 3px 3px 0 0;
	padding: 0;
}

/* @end */

/* @group Pull Outs */

.pull-out {
	margin: 5px;
	width: 150px;
	line-height: normal;
	text-align: center;
	color: #600;
	font-size: 120%;
	font-family: 'Times New Roman', serif;
	font-style: italic;
}

.pull-out-left {
	margin: 0;
	padding: 5px 7px 5px 18px;
	float: left;
}

.pull-out-right {
	margin: 0;
	padding: 5px 15px 5px 7px;
	float: right;
	text-align: right;
}

/* @end */

/* @group Striped Tables */

#main-content tr.odd td {
	background: #e3dfc6;
}

/* @end */

/* @end */

/* @group Drupal Overrides */

.admin-panel h1, .admin-panel h2, .admin-panel h3,
.admin-panel h4, .admin-panel h5, .admin-panel h6 {
	margin-left: 0;
}
.admin .compact-link {
	margin-left: 18px;
}
tbody {
	border: none;
}
ul.primary {
	margin-bottom: 10px;
}
.more-help-link {
	margin-right: 15px;
}
#main-content .profile {
	margin-left: 18px;
}
#main-content .profile h3 {
	margin-left: 0;
}
.messages {
	color: #a40000;
	margin: 0 18px 10px;
}

/* @end */

/* @group Biblio */

.biblio_export {
	margin-right: 18px;
}

.biblio-export {
	padding: 7px 25px 0 0;
}
.biblio_sort {
	margin-left: 18px;
}
.biblio-year,
.biblio-entry {
	margin-right: 18px;
	margin-left: 18px;
}
.field-field-biblio-lab {
	margin-left: 18px;
}

ul.biblio-export {
	border-bottom: 1px solid #ccc;
}
ul.biblio-export,
ul.biblio-export > li {
	margin-top: 0;
	margin-left: 0;
}
ul.biblio-export li {
	font-size: 11px;
	list-style-image: none;
	display: inline;
	padding-left: 0;
	padding-right: 10px;
}

ul.biblio-papers {
	margin-left: 3px;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
ul.biblio-papers li {
	list-style-image: none;
}

.field-field-studentnews table.news
{
	margin-left: 17px !important;
}

/* Modified by Sunshin Lee, Summer 2012
#content-cols #node-2609
{
	width: 585px;
	float: left;
	padding: 16px 0 0;
}
*/
/* @end */
