@charset "utf-8";
/* CSS Document */

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
}

/*  Header Styles */
#header h1 /* Department Header  */
{
	color: #7a3241;
	font-size: 16px;
	font-family: "Trajan Pro", Trajan, "Times New Roman", serif;
	text-transform: uppercase;
	margin: 0px;
}

h1 /* Content Header */
{
	font-size: 15px;
	text-transform: uppercase;
	margin: 11px 0px 11px 0px;
}

h2 /* Content Header */
{
	font-size: 14px;
	text-transform: uppercase;
	margin: 11px 0px 11px 0px;
}

h3
{
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	color: #7a3241;
}

/* Paragraph Styles */
p /* Required to fix margin problem on IE at bottom of page */
{
	margin: 12px 0px 12px 0px;
}

p.callout
{
	padding: 10px;
    background-color: #f5eabf;
    border: 1px solid #e7cb90;
}

/* Core Framework */

#framework
{
	min-width: 900px;
}

/* Core Header Styles */

#header
{
	position: relative;
	color: #ffffff;
	background-image: url(/core/images/core_header_bg.jpg);
	background-repeat: repeat-y;
	background-color: #56232f;
	height: 80px;
}

#header a /* White Links */
{
	color: #ffffff;
	text-decoration: none;
	border: none;
}

#header a:hover
{
	border-bottom: #ffc82f 1px solid;
}

#Logo
{
	position: absolute;
	left: 100px;
}

#Logo a, #Logo a:hover /* Turn off underline on logo */
{
	text-decoration: none;
	border: none;
}

#Variables
{
	position: absolute;
	top: 34px;
	right: 225px;
}

#headerLinks
{
	position: absolute;
	top: 34px;
	right: 100px;
}

#coreHeaderGiveLink
{
	font-style:italic;
	position: absolute;
	top: 34px;
	right: 26px;
}

#coreSearchChoice
{
	position: absolute;
	top: 8px;
	right: 185px;
	padding: 0px;
	margin: 0px;
}
	 
#coreSearchWeb, #coreSearchPeople
{
	position: absolute;
	top: 5px;
	right: 30px;
}

#headerNavigation
{
	position: absolute;
	height: 22px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border-top: 1px solid #ffc82f;
	border-bottom: 1px solid #ffc82f;
	padding: 0px 30px 0px 30px;

}

#Navigation
{
	position: absolute;
	top: 4px;
	left: 30px;
}

#Gateways
{
	position: absolute;
	top: 4px;
	right: 30px;
}

/* Core Body Styles */
#Body
{
	position: relative;
	min-height: 550px;
	border-left: 1px solid #ffc82f;
	border-right: 1px solid #ffc82f;
}

/* Content Styles */


#navigationPrimary
{
	position: absolute;
	top: 59px;
	left: 0px;
	bottom: 0px;
	width: 200px;
	background-color: #f0f0e8;
	padding: 20px 10px 10px 30px;
}

#navigationSecondary
{
	position: absolute;
	top: 59px;
	left: 201px;
	bottom: 0px;
	width: 200px;
	background-color: #d9d9d4;
	background-repeat: no-repeat;
	
}
/*  LIST STYLES */

/*  Horizontal Navigation */

ul.horizontalNav
{
	padding: 0px 0px 1px 0px;
	margin: 0px;
}

ul.horizontalNav li
{
	padding: 0px 4px 0px 6px;
	display: inline;
}

ul.horizontalNav li + li
{
	border-left-width: 1px;
	border-left-style: solid;
}

ul.black li /* For lists on light backgrounds */
{
	border-color: #000000;
}

ul.white li /* For lists on dark backgrounds */
{
	border-color: #ffffff;
}

ul.radio li, ul.radio li + li /* For lists of fake radio buttons */
{
	border: none;
	cursor: pointer;
	padding: 0px 4px 2px 16px;
	background-image: url(/core/images/radio_off.jpg);
	background-repeat: no-repeat;
}

ul.radio li.active /* For lists of fake radio buttons */
{
	border: none;
	background-image: url(/core/images/radio_on.jpg);
	background-repeat: no-repeat;
}

/* Primary Navigation */

ul.navigationPrimary
{
	margin: 0px;
	padding: 0px;
}

ul.navigationPrimary li
{
	list-style: none;
	font-size: 13px;
	padding: 0px 0px 5px 0px;
}

ul.navigationPrimary li a, ul.navigationPrimary li a:hover 
{
	color: #7a3241;
	border: none;
}

/* Misc Styles */

.searchBox
{
	border: 1px solid #000000;
	height: 16px;
	width: 125px;
}

#header {
	width:100%;
}

#navigation {
	float:left;
	background-color: #56232f;
	width:100px;
}

#navigation ul {
	padding:0px;
	margin:0px;
	width:100px;
	height:100px;
}
		
#navigation ul li {
	list-style-type:none;
	padding:0px;
	margin:0px;
	height:39px;
}

#navigation img {
	display:inline;
	margin:0px;
	padding:0px;
}

#navigation ul li + li {
	border-top:1px #ffc82f solid;
}

#container {
	background-image:url("core/images/bear.gif");
	background-repeat:no-repeat;
	background-position:left 239px;
	background-color: #56232f;
}

#content {
	margin-left:10px;
	background-color:#FFFFFF;
}

#generic_title {
	background-image:url(/core/v3/images/bar/background/generic.gif);
}

#prospective_students {
	background-image:url(/core/v3/images/bar/background/prospective_students.gif);
}

#transfer_students {
	background-image:url(/core/v3/images/bar/background/transfer_students.gif);
}

#current_students {
	background-image:url(/core/v3/images/bar/background/current_students.gif);
}

#faculty_and_staff {
	background-image:url(/core/v3/images/bar/background/faculty_and_staff.gif);
}

#alumni {
	background-image:url(/core/v3/images/bar/background/alumni.gif);
}

#visitors {
	background-image:url(/core/v3/images/bar/background/visitors.gif);
}

.bar {
	margin:0 0 12px 10px;
	height:54px;
	background-repeat:repeat-x;
}

.bar img {
	float:left;
}

.bar h1 {
	font-size:14px;
	text-transform:none;
	float:left;
	color:#FFFFFF;
	margin:19px;
}

#footer {
	margin:0 auto;
	width:780px;
	clear:both;
}

#footer #footerleft
{
	text-align:left;
	float: left;
	width: 385px;
}

#footer #footerright
{
	text-align:right;
	float: right;
	width: 385px;
}


