﻿@charset "utf-8"; 
/* Styles for the GVS VSCMS admin theme frame around content (header and footer essentially) */

body
{
	background:#66CCCC;
}

#starweb-content-area
{
	/*width:960px;
	margin:0 auto;
	border:1px solid #cccccc;
	*/
	padding:20px;
	padding-top:50px;
}


#template-header {
	width: 100%;
	background: url(images/starwebbg-top-bg.jpg) 0 0 repeat-x; /* repeat-x;*/
	height:137px; }
 
#template-header-title {
	background:url(images/starwebbg-top.jpg) 0 0 no-repeat;
	border-top: 0px solid white;
	height:137px;
	/*color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 34px;
	letter-spacing: 2px;
	padding-left: 24px;
	padding-top:80px; */
}

#footer {
	clear:both;
	color:#000000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:60%;
	font-weight:bold;
	text-align: center;
	width: 100%; }
 
#footer-address {
	background: #00355f;
	color: white;
	padding-bottom:10px;
	padding-top:10px;
	text-align:center;
	width: 100%; }
 
#footer-links { padding-top:10px; }
 
#footer-copyright {
	padding-bottom:10px;
	padding-top:10px; }
 
#footer ul {
	list-style:none outside none;
	margin:0px;
	padding:0px; }
 
#footer li {
	display:inline;
	line-height:1.7em;
	margin:0px; }
 
#footer a { position:static; }


.right-sidebar
{
float:right;

}

/* Added by Taeil 5/12/09 */
.faculty-directory
{
	
	text-align:left;
	background:#7095a7;
	height:100%;
}
.faculty-directory-container
{
    padding:10px;
    background:#7095a7;
}
.faculty-directory ul
{
	margin:0;
	padding:10px;
	list-style-type: none;
}

.faculty-directory li
{
	color:#FFFFFF;
}


.faculty-directory a
{
	font-size:10pt;
	color:#ffffff;
	/*font-variant:small-caps;*/
	text-decoration: none;
}

.faculty-directory a:hover
{
	font-size:10pt;
	color:#FFFF00;
}



/* 	
	The container for the faculty info box.
	Controls width, center alignment of box, 
	and font family.
*/
.faculty-container
{
	margin-top:20px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

/*
	The faculty info box.
	Specifies border and background.
*/
.faculty-box
{
	text-align:left;
	padding:10px;
	border:1px #7095a7 solid;
	background:#F9FFFE;
}

/*
	How the faculty's name is displayed.
*/
.faculty-name
{
	font-weight:bold;
	font-size:12pt;
}

/*
	How the faculty's title (name plus credientials) is displayed.
*/
.faculty-title
{
	padding-bottom:5px;
	font-size:11pt;
	border-bottom:1px #7095a7 dotted;
}

/*
	How the faculty's description is displayed.
*/
.faculty-desc
{
	padding-top:5px;
	color:#666666;
}

/*
	Faculty box link section, below faculty description.
*/
.faculty-links
{
	margin:0;
	text-align:left;
	margin-right:auto;
	border:0px #CCCCCC solid;
	border-top: 0px;
	background: #7095a7;
}

.faculty-links ul
{
	margin:0;
	padding:10px;
	white-space:nowrap;
}

.faculty-links li
{
	display:inline;
	color:#FFFFFF;
}


.faculty-links a
{
	font-size:10pt;
	color:#ffffff;
	font-variant:small-caps;
	text-decoration: none;
}

.faculty-links a:hover
{
	font-size:10pt;
	color:#FFFF00;
}
/* End of add */