@charset "UTF-8";

/*
THEME NAME: WVUBI
DESCRIPTION: Custom Template for WVUBI
VERSION: 3.0
AUTHOR: <a href="http://www.livinswell.com">Matt Livengood</a>
*/

/*****************************/
/* Stylesheet for WVUBI Main */
/*****************************/

body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #357ec7;
}

#contain1 {
	padding: 0;
	width: 984px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


/***************************/
/* Masthead aka WVU Header */
/***************************/

#masthead {
	height: 75px;
	margin: 0px;
}

#masthead .wvu {
	margin-top: 15px;
	float: left;
}

#masthead ul.meta {
	float: right;
	margin-top: 2px;
	margin-right: 15px;
}

#masthead ul.meta li {
	float: left;
	background: url(images/bullet.gif) no-repeat left center;
	padding-left: 10px;
	list-style-type: none;
}

#masthead ul.meta a {
	color: #fff;
	text-decoration: none;
	font-size: 10px;
}

#masthead ul.meta li.first {
	background: none;
}

#masthead  ul.meta  li.last a {
	color: #fc0;
}


/*************************************/
/*   Container used for Tenants BG   */
/* This is the Float that is Cleared */
/*************************************/

#contain2 {
	margin: 0px;
	padding: 0px;
	background-image: url(images/tenants_bg.gif);
	background-repeat: repeat-y;
	width: 984px;
}


/***************************/
/*       Left Column       */
/***************************/

#left_nav {
	width: 209px;
	float: left;
}

#building {
	height: 195px;
	width: 209px;
	background-image: url(images/building.jpg);
}

#tenants_header {
	background-image: url(images/tenants_header.gif);
	height: 38px;
	width: 209px;
	font-size: 12px;
	font-weight: bold;
	color: #036;
	text-align: center;
	padding-top: 4px;
}

#tenants {
	float: left;
	width: 209px;
}

#tenants ul {
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 15px;
}

#tenants li {
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

#tenants li a {
	color: #036;
	text-decoration: none;
	font-size: 10px;
	padding-right: 15px;
	padding-left: 15px;
}

#tenants li a:hover {
	text-decoration: underline;
}


/*******************************/
/*      CSS Drop Down Menu     */
/*******************************/

.menu {
	margin-top: 48px;
	margin-left: 450px;
	width: 296px;
	height: 20px;
	font-size: 12px;
	position: relative;
	z-index: 2;
	border: 1px solid #CCCCCC;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.menu ul ul {
	width: 296px;
	list-style-type: none;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float: left;
	width: 296px;
	position: relative;
}

/* style the links for the top level */
.menu a {
	display: block;
	text-decoration: none;
	color: #3f3f3f;
	width: 286px;
	height: 20px;
	background: #fafaee;
	padding-left: 10px;
	line-height: 20px;
	background-image: url(images/nav_arrow.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover {
	color: #fafaee;
	background: #f0b410;
}

.menu :hover > a, .menu ul ul :hover > a {
	color: #fafaee;
	background: #f0b410;
}

/* style the second level background */
.menu ul ul a.drop {
	background: #f0b410;
}

/* style the second level hover */
.menu ul ul a.drop:hover {
	background: #f0b410;
}

.menu ul ul :hover > a.drop {
	background: #f0b410;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 20px;
	left: 0;
	width: 296px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
	position: absolute;
	top: 0; 
	left: 0;
	border-collapse: collapse;
}

/* style the second level links */
.menu ul ul a {
	background: #fafaee;
	color: #3f3f3f;
	padding: 0px 10px;
	width: 276px;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility:visible;
}


/*******************************/
/* Right Column / Main Content */
/*******************************/

#main {
	float: right;
	width: 765px;
	margin: 0px;
	padding: 0px;
}

#header {
	background-image: url(images/header.gif);
	float: right;
	height: 85px;
	width: 765px;
}

#header img {
	float: left;
	padding-top: 18px;
	padding-left: 15px;
}

#feature {
	float: right;
	height: 365px;
	width: 765px;
}

#feature_header {
	background-image: url(images/feature_header.png);
	float: right;
	height: 25px;
	width: 765px;
}

#headlines_footer {
	background-image: url(images/headlines_footer.png);
	height: 15px;
	width: 765px;
	margin: 0px;
	padding: 0px;
	float: right;
}


/***************************/
/*   Used to Clear Float   */
/***************************/

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}


/***************************/
/*      Footer Content     */
/***************************/

#footer_contain {
	height: 145px;
	width: 984px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#footer_contain h2 {
	font-size: 14px;
	color: #f0b410;
	margin: 0px;
}
#footer_contain p {
	color: #fafaee;
	margin: 0px;
}
#footer_contain a {
	color: #f0b410;
	text-decoration: underline;
}
#footer_contain a:hover {
	color: #fafaee;
	text-decoration: underline;
}

#under_tenants {
	background-image: url(images/nbia_footer.png);
	float: left;
	height: 145px;
	width: 209px;
	margin-right: 10px;
}

#under_tenants img {
	padding-top: 45px;
	padding-left: 55px;
}

#ad2 {
	background-image: url(images/sbdc_bg.png);
	height: 63px;
	width: 281px;
	margin-top: 10px;
	float: right;
	padding-top: 72px;
	padding-right: 15px;
	padding-left: 15px;
}

#ad1 {
	background-image: url(images/about_bg.png);
	height: 63px;
	width: 414px;
	float: left;
	margin-top: 10px;
	padding-top: 72px;
	padding-right: 15px;
	padding-left: 15px;
}

#footer {
	height: 25px;
	text-align: center;
	width: 100%;
	margin-top: 15px;
}

#footer   p {
	color: #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}#footer a {
	color: #ccc;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
