﻿@charset "utf-8";
/* NOTE: The numbers after the elements denote the section in which it will take affect. 
(1) => Future Students
(2) => Current Students
(3) => Faculty / Staff
(4) => UHV Alumni
/* MainNav Master Div Control */
div#mainNav
{
	position: relative;
	color: #FFFFFF;
	background: transparent url(http://www.uhv.edu/newdesign/images/mainNav/borders/bottom.gif) no-repeat bottom left;
	height: 150px;
	width: 776px;
	padding: 0 0 12px 0; /*top right bottom left*/
	margin: 0px;
}
/* End MainNav Div Control */
/* ------------------------------------------------------------------------------------------------------------------------------------ */
/* Controls the left side of the MainNav. The width of the div element must match the width of the images used. */
div#mainNav div.leftMainNav
{
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	padding-left: 8px;
	background-image: url(http://www.uhv.edu/newdesign/images/mainNav/borders/leftSecondary.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
/* Left mainNav Button / Link List Control */
#buttonContainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1.0em;
	/*letter-spacing: 0.1em;*/
}

#buttonContainer li 
{ 
	margin: 0px;
	text-align: center;
}

#buttonContainer a
{
	display: block;
	width: 150px;
	height: 37px;
	background-image:url(http://www.uhv.edu/newdesign/images/mainNav/buttons/leftbuttonupIndex.jpg);
	color: #FFFFFF;
}

#buttonContainer a:link,
#buttonList a:visited
{
	text-decoration: none;
}

div#mainNav div.left a:hover,
div#mainNav.navButton1 a#navButton1,
div#mainNav.navButton2 a#navButton2,
div#mainNav.navButton3 a#navButton3,
div#mainNav.navButton4 a#navButton4
{
	background-image:url(http://www.uhv.edu/newdesign/images/mainNav/buttons/leftbuttondownIndex.jpg);
}
div.buttonText {
	padding-top: 0.7em;
	font-weight: bold;
}
/* End Left mainNav Button / Link List Control */
/* End Left Area of MainNav */
/* ------------------------------------------------------------------------------------------------------------------------------------ */
/* Main Nav Right Area, The width of the div element should match the width of the images used. */
div#mainNav div.rightMainNav
{
	position: absolute;
	/*top: -1px;*/
	right: 11px;
	width: 600px;
	height: 150px;
	padding-right: 8px;
	background-image: url(http://www.uhv.edu/newdesign/images/mainNav/borders/rightSecondary.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
/* Right Side Content Images Control */
div#navContent
{
	position: relative;
	width: 600px;
	height: 150px;
	background-color: #FFFFFF;
	background-position: bottom left;
	background-repeat: no-repeat;
}
/* Right Side Content Images Pseudo-Rollover Control */
div#mainNav.navButton1 div#navContent
{
	background-image: url(http://www.uhv.edu/newdesign/images/mainNav/contentImages/futureSecondary02.jpg); 
}
div#mainNav.navButton2 div#navContent
{
	background-image: url(http://www.uhv.edu/newdesign/images/mainNav/contentImages/currentSecondary02.jpg);
}
div#mainNav.navButton3 div#navContent
{
	background-image: url(http://www.uhv.edu/newdesign/images/mainNav/contentImages/facultySecondary02.jpg);
}
div#mainNav.navButton4 div#navContent
{
	background-image: url(http://www.uhv.edu/newdesign/images/mainNav/contentImages/alumniSecondary02.jpg);
}
/* End Right Area of MainNav */
/* ------------------------------------------------------------------------------------------------------------------------------------ */
/* Small Buttons - all small buttons need to be class="button". */
div#navContent a.button
{
	display: none;
	position: absolute;
	width: 68px;
	height: 24px;
	background-position: top left;
	background-repeat: no-repeat;
}
/** Each button then needs an ID, position, and graphic information defined. Build selector to control what/where the button displays per view **/
/* Future Student Buttons */
div#mainNav.navButton1 a#learnMoreBtn
{
	display: block;
	top: 95px;
	right: 170px;
	background-image: url(http://www.uhv.edu/newdesign/images/mainNav/buttons/learnbuttonup.gif);
}
div#mainNav.navButton1 a:hover#learnMoreBtn
{
	background-image: url(http://www.uhv.edu/newdesign/images/mainNav/buttons/learnbuttondown.gif);
}
div#mainNav.navButton1 a#helpBtn
{
	display: block;
	top: 95px;
	right: 90px;
	background-image: url(http://www.uhv.edu/newdesign/images/mainNav/buttons/helpbuttonup.gif);
}
div#mainNav.navButton1 a:hover#helpBtn
{
	background-image: url(http://www.uhv.edu/newdesign/images/mainNav/buttons/helpbuttondown.gif);
}
div#mainNav.navButton1 a#applynowBtn
{
	display: block;
	top: 95px;
	right: 10px;
	background-image: url(http://www.uhv.edu/newdesign/images/mainNav/buttons/applybuttonup.gif);
}
div#mainNav.navButton1 a:hover#applynowBtn
{
	background-image: url(http://www.uhv.edu/newdesign/images/mainNav/buttons/applybuttondown.gif);
}
/* End Future Student Buttons */
/* Current Student Buttons */
div#mainNav.navButton2 a#webctBtn2
{
	display: block;
	top: 95px;
	right: 250px;
	background-image: url(http://www.uhv.edu/newdesign/images/mainNav/buttons/OnlineButtonUp.gif);
}
div#mainNav.navButton2 a:hover#webctBtn2
{
	background-image: url(http://www.uhv.edu/newdesign/images/mainNav/buttons/OnlineButtonDown.gif);
}
div#mainNav.navButton2 a#emailBtn2
{
	display: block;
	top: 95px;
	right: 170px;
	background-image: url(http://www.uhv.edu/newdesign/images/mainNav/buttons/emailbuttonup.gif);
}
div#mainNav.navButton2 a:hover#emailBtn2
{
	background-image: url(http://www.uhv.edu/newdesign/images/mainNav/buttons/emailbuttondown.gif);
}
div#mainNav.navButton2 a#mypeoplesoftBtn2
{
	display: block;
	top: 95px;
	right: 90px;
	background-image: url(http://www.uhv.edu/newdesign/images/mainNav/buttons/MyUHVbuttonup.gif);
}
div#mainNav.navButton2 a:hover#mypeoplesoftBtn2
{
	background-image: url(http://www.uhv.edu/newdesign/images/mainNav/buttons/MyUHVbuttondown.gif);
}
div#mainNav.navButton2 a#studentSolutionsBtn2
{
	display: block;
	top: 95px;
	right: 10px;
	background-image: url(http://www.uhv.edu/newdesign/images/mainNav/buttons/studentbuttonup.gif);
}
div#mainNav.navButton2 a:hover#studentSolutionsBtn2
{
	background-image: url(http://www.uhv.edu/newdesign/images/mainNav/buttons/studentbuttondown.gif);
}
/* End Current Student Buttons */
/* Faculty Staff Buttons */
div#mainNav.navButton3 a#webctBtn3
{
	display: block;
	top: 95px;
	right: 200px;
	background-image: url(http://www.uhv.edu/newdesign/images/mainNav/buttons/OnlineButtonUp.gif);
}
div#mainNav.navButton3 a:hover#webctBtn3
{
	background-image: url(http://www.uhv.edu/newdesign/images/mainNav/buttons/OnlineButtonDown.gif);
}
div#mainNav.navButton3 a#emailBtn3
{
	display: block;
	top: 95px;
	right: 120px;
	background-image: url(http://www.uhv.edu/newdesign/images/mainNav/buttons/emailbuttonup.gif);
}
div#mainNav.navButton3 a:hover#emailBtn3
{
	background-image: url(http://www.uhv.edu/newdesign/images/mainNav/buttons/emailbuttondown.gif);
}
div#mainNav.navButton3 a#mypeoplesoftBtn3
{
	display: block;
	top: 95px;
	right: 40px;
	background-image: url(http://www.uhv.edu/newdesign/images/mainNav/buttons/MyUHVbuttonup.gif);
}
div#mainNav.navButton3 a:hover#mypeoplesoftBtn3
{
	background-image: url(http://www.uhv.edu/newdesign/images/mainNav/buttons/MyUHVbuttondown.gif);
}
/* End Faculty Staff Buttons */
/* Alumni Buttons */
div#mainNav.navButton4 a#givetouhvBtn4
{
	display: block;
	top: 95px;
	right: 120px;
	background-image: url(http://www.uhv.edu/newdesign/images/mainNav/buttons/givebuttonup.gif);
}
div#mainNav.navButton4 a:hover#givetouhvBtn4
{
	background-image: url(http://www.uhv.edu/newdesign/images/mainNav/buttons/givebuttondown.gif);
}
div#mainNav.navButton4 a#uhvconnectBtn4
{
	display: block;
	top: 95px;
	right: 40px;
	background-image: url(http://www.uhv.edu/newdesign/images/mainNav/buttons/connectbuttonup.gif);
}
div#mainNav.navButton4 a:hover#uhvconnectBtn4
{
	background-image: url(http://www.uhv.edu/newdesign/images/mainNav/buttons/connectbuttondown.gif);
}
/* End Alumni Buttons */
/* ------------------------------------------------------------------------------------------------------------------------------------ */
/** Quicklink selector **/
form#quickLinks
{
	position: absolute;
	top: 40px;
	right: 40px;
	width: 200px;
	height: 15px;
	margin: 0;
	padding: 25px 0 0 5px; /*top right bottom left*/
	background-image: url(http://www.uhv.edu/newdesign/images/mainNav/comboboxLabels/popularpages.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
form#quickLinks select
{
	display: none;
	width: 200px;
	font-size: 1.0em;
}
div#mainNav.navButton1 form#quickLinks select.navButton1,
div#mainNav.navButton2 form#quickLinks select.navButton2,
div#mainNav.navButton3 form#quickLinks select.navButton3,
div#mainNav.navButton4 form#quickLinks select.navButton4
{
	display: block;
}
/*If needed, the QuickLink can be moved anywhere per ad*/ 
div#mainNav.navButton2 form#quickLinks
{ /* Current Students */
	top: 40px;
	right: 40px;
	background-image: url(http://www.uhv.edu/newdesign/images/mainNav/comboboxLabels/popularpages.gif);
}
div#mainNav.navButton3 form#quickLinks
{ /* Faculty and Staff */
	top: 40px;
	right: 40px;
	background-image: url(http://www.uhv.edu/newdesign/images/mainNav/comboboxLabels/popularpages.gif);
}
div#mainNav.navButton4 form#quickLinks
{ /* Alumni */
	top: 40px;
	right: 40px;
	background-image: url(http://www.uhv.edu/newdesign/images/mainNav/comboboxLabels/popularpages.gif);
}
/* ------------------------------------------------------------------------------------------------------------------------------------ */
/*  The classes below control the Div Elements that contain the text for each Content Area. */
div#navContent div.text
{
	position: absolute;
	display: none;
	text-align: center;
}

div#mainNav.navButton1 div#future
{
	display: block;
	width: 335px;
	height: 60px;
	top: 10px;
	right: 3px;
}

div#mainNav.navButton2 div#current
{
	display: block;
	width: 335px;
	height: 60px;
	top: 10px;
	right: 3px;
}

div#mainNav.navButton3 div#faculty
{
	display: block;
	width: 335px;
	height: 60px;
	top: 10px;
	right: 3px;
}
div#mainNav.navButton4 div#alumni
{
	display: block;
	width: 335px;
	height: 60px;
	top: 10px;
	right: 3px;
}

.title
{
	color: #660099; 
	font-size: 1.0em;
	font-weight: bold;
}

.copyText 
{
	color: #696969;
	font-size: 1.0em;
}

.caption 
{
	color: #800080;
	font-size: .9em;
}
