@charset "UTF-8";
/* CSS Document */

/***********************************************/
/*              Global Color Codes             */
/***********************************************/ 
/*	#46166B - Purple
	#2D0C49 - Dk. Purple
  	#DB9F11 - Gold
	#8E6912 - Dk. Gold
  	#5F6062 - Grey
*/


/***********************************************/
/*                Reset Styles                 */
/***********************************************/ 
/* purpose: undo some of the default styling of common (X)HTML browsers */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul { list-style: none; }


/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: collapse; border-spacing: 0; }


/***********************************************/
/*          Global Layout formatting           */
/***********************************************/ 

html { overflow-y: scroll; } /* always display scroll bars in Firefox */

/*body { min-width: 1000px; }*/

a { outline: none; text-decoration: underline; }
/* Purple */
a:link { color: #46166B; }
a:visited { color: #46166B; }
a:hover { color: #46166B; text-decoration:none; }
a:active { color: #DB9F11; }

#page { background-color: #5F6062; }


/* Layout */
#header, #content, #footer { width: 762px; margin: 0 auto; padding: 10px 0 10px 0; z-index: -1; }


/***********************************************/
/*                Header Styles                */
/***********************************************/ 
/* Header */

#header-container { height: 63px; background-color: #46166B; border-top: solid 5px #DB9F11; border-bottom: solid 7px #2D0C49; }
#header-topics { background-color: #5F6062; }
#header { height: 63px; font-family: Verdana, Arial, Helvetica, sans-serif; }


/***********************************************/
/*                Logo Styles                  */
/***********************************************/ 
/* Logo Formatting */

#logo-container { width: 762px; margin: 0 auto; z-index: 100; }
#logo { float: left; margin-top: -75px; margin-right: 3px; }
#logo h1 { display: none; }


/***********************************************/
/*                Quick Nav Styles             */
/***********************************************/ 
/* this is the navigation at the very top of the page in the header */

#quick-nav { text-align: right; margin-top: -7px; }
#quick-nav a { outline: none; text-transform: uppercase; text-decoration:none; font-size: 0.5em; /* 16x0.5=8 */ font-weight: bold; }
#quick-nav a:link { color: #FFF; }
#quick-nav a:visited { color: #FFF; }
#quick-nav a:hover { color: #DB9F11;}
#quick-nav a:active { color: #DB9F11;}
#quick-nav ul li { display:inline; padding-right: 5px; /*border-right: solid 1px #FFF;*/ }

#quick-nav .directory { font-size: 1.125em; /* 8x1.125=9 */ color: #DB9F11; padding-right: 7px; }
#quick-nav .directory a:link { color: #DB9F11; padding-right: 15px; }
#quick-nav .directory a:visited { color: #DB9F11; padding-right: 15px; }
#quick-nav .directory a:hover { color: #FFF; padding-right: 15px; }
#quick-nav .directory a:active { color: #FFF; padding-right: 15px; }


/***********************************************/
/*           Outbound Link Styles              */
/***********************************************/ 
/* these are the links directly under the logo */

#outbound { float:left; text-align: center; margin: 78px 0 0 2px; color: #949494; padding-bottom: 10px; }
#outbound ul li a { font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; font-size: 0.9375em; font-variant:small-caps; text-decoration:none; line-height: 21px;}
#outbound a:link { color: #949494; }
#outbound a:visited { color: #949494; }
#outbound a:hover { color: #CCC;}
#outbound a:active { color: #CCC;}


/* this styles the 'History in the Making' image in the header oddly enough! */
#apply-now { margin: 0 0 0 170px; float: left; z-index: 50; }


/* this styles the departmental contact boxes in the sidebar */
#dept-contact { border: solid 1px #5F6062; background-color: #eee; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 10px; text-align:center; padding: 7px; color: #5F6062;}


/***********************************************/
/*                  Nav Styles                 */
/***********************************************/ 
/* this styles the nav bar */

#nav { background-image:url("http://www.una.edu/global-files/images/nav-bkg.gif"); background-repeat: no-repeat; float:left; margin: 0 0 0 -14px; padding: 6px 10px 7px 5px; width: 620px; }
#nav ul { list-style: none; text-align:right; }
#nav ul li { list-style: none; display: inline; padding: 0 5px 0 5px; }
#nav ul li a { font-family:Georgia, "Times New Roman", Times, serif; font-size: 12px; color: #5F6062; font-variant:small-caps; text-decoration: none; font-weight: bold;}
#nav ul li a:hover { color: #DB9F11;}


/***********************************************/
/*                Footer Styles                */
/***********************************************/ 
/* Footer */

#footer-container { background: #DB9F11; border-top: solid 10px #8E6912; padding-bottom: 15px; }
#footer { background-color: #DB9F11; color: #fff; font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 0.625em; line-height: 1.5em; }
#footer ul { float: left; }
#footer ul li { display: inline; padding-right: 10px; }
#footer ul li.last { padding-right: 0; }

#footer .copyright { float:right; text-align: right; }
#footer .copyright ul { text-align: right; margin-bottom: 15px; }

#footer .sitemap a:link { color: #46166B; }
#footer .sitemap a:visited { color: #46166B; }
#footer .sitemap a:hover { color: #FFF;}
#footer .sitemap a:active { color: #FFF;}

#footer .established { float: right; margin: 0 0 0 30px; }


/***********************************************/
/*                Search Styles                */
/***********************************************/ 
/* Forms */

.search { font-size: 8px; font-family:Verdana, Arial, Helvetica, sans-serif; font-weight:bold; text-transform:uppercase; color: #5F6062; background-color: #FFFFFF; border: 1px solid #5F6062; margin-top: 10px; padding: 5px; }
form .input label { display: block; margin: 8px 0; }
form .input strong { display: block; }
form .input.button strong { display: none; }


