body {
	margin: 0;
	padding: 0;
	color: #000;
	text-align: center;
    font: 0.68em "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	background: #503B26 url(/cms_support/images/uca_common_bg.jpg);
}
/**********************************/
/*** undohtml ***/
ul,ol { list-style:none; }
:link,:visited { text-decoration:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }

/*** Generic styles ***/
a 
{
    color: #09F;
}
a:hover
{
	text-decoration: underline;
}
.clearFloat 
{ 
	clear: both; 
}

table
,td
,th
{
	border-color: #CCC;
}

/* grid table style */
.grid
{
	width: 100%;
	border-collapse: collapse;
}
.grid td
,.grid th
{
	margin: 0;
	padding: 4px 5px 5px 5px;
}
.grid tr
{
	margin: 0;
}
.grid thead tr
{
}
.grid tbody tr
{
	background-color: #e5e5e5;
}
.grid tbody tr.alt
{
	background-color: #fff;
}

/* make form buttons look nicer */
.textBox
,textarea
,select
{
	background-color: #fff;
	border: 1px solid #969696;
	vertical-align: baseline;
}
.submitButton
,.cancelButton
,.submitButtonHover
,.cancelButtonHover
{ 
	background: #FFF url(/cms_support/images/bkgrd_button.gif) repeat-x left bottom;
	font-weight: normal;
	cursor: pointer;
	border: 1px solid #575757;
	vertical-align: baseline;
	margin: 1px 0;
	padding: 0 2px;
}
.submitButtonHover
,.cancelButtonHover
{
	border: 1px solid #EFCF86;
}
.textInput
,.textbox
,textarea
{
	padding: 0 2px;
}
fieldset
{
	border: none;
	padding: 0;
	margin: 0;
}
label.checkboxlabel
,label.radiobuttonlabel
{
	float: none;
	display: inline;
	width: auto;
	padding: 0px;
	margin: 0px 2px 5px 0px;
	text-align: left;
}
span.checkbox input
,span.radiobutton input
{
	display: inline;
	height: 14px;
	width: 14px;
	background-color: transparent;
	border:none;
	padding: 0px;
	margin:0px 0px 0px 110px;
	z-index:-1;
}
.invalidfieldindicator
{
	color: #ff3300;
	display: inline;
}
input.required
{
	background-color: #ffefef !important;
}
span.errorMessage
{
	float: left;
	clear: left;
}
.arrow
{
	font-size: 1.3em;
	line-height: 1em;
}

/*** Shadow ***/
.wrap0, .wrap1, .wrap2, .wrap3
{
	display:block;
}
.wrap0
{
	background:transparent url(/cms_support/images/shadow_8c8c8c.gif) no-repeat scroll right bottom;
	float:left;
}
.wrap1
{
	background:transparent url(/cms_support/images/shadow180_8c8c8c.gif) no-repeat scroll left top;
}
.wrap2
{
	background:transparent url(/cms_support/images/corner_bl_8c8c8c.gif) no-repeat scroll left bottom;
}
.wrap3
{
	background:transparent url(/cms_support/images/corner_tr_8c8c8c.gif) no-repeat scroll 100% top;
	padding:10px;
}

/***** UserContent (redo styles) *****/
.userContent ul {
  display: block;
  list-style-type: disc;
  margin: 1em 0 1em 1em;
  padding: 0 0 0 2em;
}
.userContent ol {
  display: block;
  list-style-type: decimal;
  margin: 1em 0 1em 1em;
  padding: 0 0 0 2em;
}
.userContent li {
  display: list-item;
}
/* nested lists have no top/bottom margins */
.userContent ul ul
,.userContent ul ol
,.userContent ul dl
,.userContent ol ul
,.userContent ol ol
,.userContent ol dl
,.userContent dl ul
,.userContent dl ol
,.userContent dl dl
{
  margin-top: 0;
  margin-bottom: 0;
}
/* 2 deep unordered lists use a circle */
.userContent ol ul
,.userContent ul ul
{
  list-style-type: circle;
}
/* 3 deep (or more) unordered lists use a square */
.userContent ol ol ul
,.userContent ol ul ul
,.userContent ul ol ul
,.userContent ul ul ul
{ 
  list-style-type: square;
}

/***** Main Layout *****/
#wrapper
{
	margin: 0;
	padding: 13px 0;
	background: transparent url(/cms_support/images/uca_common_bg.jpg) repeat-x left top;
}
#content
{
	position: relative;
	width: 946px;
	margin: 0 auto;
	background: transparent url(/cms_support/images/bg_white.gif) repeat-y 9px top;
	text-align: left;
}
#contentLiner
{
	width: 916px;
	margin: 0 auto;
	padding-bottom: 5px;
	/* padding: 0 15px 20px 15px; */
	/* background: transparent url(/cms_support/images/ftr_shadow.jpg) no-repeat 9px bottom; */
}

/*** Header ***/
#header
{
	position: relative;
	z-index: 1000;/* necessary for suckerfish in IE */
	float: left;
	width: 100%;
	height: 87px;
	background: #000 url(/cms_support/images/hdr_bg.gif) repeat-x left top;
}
#header #headerLogo
{
	position: absolute;
	left: -6px;
	top: 0;
}
#header h1
{
	float: left;
	display: inline;
	margin: 0 20px 5px 70px;
}
#header h1 a
{
	display: block;
	width: 461px;
	height: 52px;
	text-indent: -5000px;
	overflow: hidden;
	background: transparent url(/cms_support/images/hdr_02_logo.gif) no-repeat left top;
}
#header #siteNav
{
	position: relative;
	float: left;
	width: 865px;
	width: 655px;
	width: 773px; /* added PS link */
	left: 60px;
	left: 258px;
	left: 143px; /* added PS link */
	clear: left;
	color: #FFF;
}
#header #siteNav li
{
	position: relative;
	float: left;
	display: inline;
}
#header #siteNav li a
{
	float: left;
	display: inline;
	/*text-indent: -3000px;*/
	overflow: hidden;
	/*background: transparent url(/cms_support/images/tbm.gif) no-repeat;*/
	height: 21px;
	text-align: center;
	color: #fff;
	padding-top: 9px;
	font-size: 105%;
}
#header #siteNav li a:hover
{
	text-decoration: none;
	color: #616161;
}
#header #siteNav li a:active,#header #siteNav li a.selected
{
	color: #fc0;
}

/*-----future students-----*/
#header #siteNav li.futureStudents a, #header #siteNav li.prospectiveStudents a
{
	width: 116px;
}
/*-----current students-----*/
#header #siteNav li.currentStudents a
{
	width: 125px;
}
/*-----parents and families-----*/
#header #siteNav li.parentsAndFamilies a
{
	width: 132px;
}
/*-----alumni and friends-----*/
#header #siteNav li.alumni a
{
	width: 126px;
}
/*-----academics-----*/
#header #siteNav li.academics a
{
	width: 92px;
}
/*-----faculty and staff-----*/
#header #siteNav li.facultyAndStaff a
{
	width: 125px;
}
/*-----quick links-----*/
#header #siteNav li#quickLinks a
{
	/*text-indent:-3000px;*/
	width: 140px;
	width: 105px;
	background: transparent url(/cms_support/images/qldrop.gif) no-repeat 198px 0;
	background: transparent url(/cms_support/images/qldrop.gif) no-repeat 0 0;
	text-transform: uppercase;
	/*background-position: -716px 0;*/
	text-align: left;
	padding-left: 230px;
	padding-left: 32px;
}
/*
#header #siteNav li a
{
	float: left;
	display: inline;
	text-indent: -3000px;
	overflow: hidden;
	background: transparent url(/cms_support/images/tbm.gif) no-repeat;
	height: 30px;
}
#header #siteNav li.futureStudents a{width: 116px;background-position: 0 0;}
#header #siteNav li.futureStudents a:hover{background-position: 0 -30px;}
#header #siteNav li.futureStudents a:active
,#header #siteNav li.futureStudents a.selected{background-position: 0 -60px;}
#header #siteNav li.currentStudents a{width: 125px;background-position: -116px 0;}
#header #siteNav li.currentStudents a:hover{background-position: -116px -30px;}
#header #siteNav li.currentStudents a:active
,#header #siteNav li.currentStudents a.selected{background-position: -116px -60px;}
#header #siteNav li.parentsAndFamilies a{width: 132px;background-position: -241px 0;}
#header #siteNav li.parentsAndFamilies a:hover{background-position: -241px -30px;}
#header #siteNav li.parentsAndFamilies a:active
,#header #siteNav li.parentsAndFamilies a.selected{background-position: -241px -60px;}
#header #siteNav li.alumni a{width: 126px;background-position: -373px 0;}
#header #siteNav li.alumni a:hover{background-position: -373px -30px;}
#header #siteNav li.alumni a:active
,#header #siteNav li.alumni a.selected{background-position: -373px -60px;}
#header #siteNav li.academics a{width: 92px;background-position: -499px 0;}
#header #siteNav li.academics a:hover{background-position: -499px -30px;}
#header #siteNav li.academics a:active
,#header #siteNav li.academics a.selected{background-position: -499px -60px;}
#header #siteNav li.facultyAndStaff a{width: 125px;background-position: -591px 0;}
#header #siteNav li.facultyAndStaff a:hover{background-position: -591px -30px;}
#header #siteNav li.facultyAndStaff a:active
,#header #siteNav li.facultyAndStaff a.selected{background-position: -591px -60px;}
#header #siteNav li#quickLinks a{width: 140px;background-position: -716px 0;}
#header #siteNav li#quickLinks a:hover{background-position: -716px -30px;}
#header #siteNav li#quickLinks a:active
,#header #siteNav li#quickLinks a.selected{background-position: -716px -60px;}
*/
/*** Quick Links handling ***/
#header #siteNav ul ul 
{
	background: #333;
	margin: 0;
	width: 139px;
	position: absolute;
	top: -3000px;
	left: 199px;
	left: 0;
	z-index: 1000;
}
#header #siteNav ul li:hover ul,
#header #siteNav ul li.sfHover ul {
	top: 30px;
}
#header #siteNav li li
{
	float: none;
	display: block;
	width: 138px;
	height: auto;
	margin: 0;
	padding: 0;
}
#header #siteNav li#quickLinks li a
,#header #siteNav li#quickLinks li a:hover
{
	float: none;
	display: block;
	width: 122px;
	height: auto;
	background: transparent;
	text-indent: 0;
	overflow: visible;
	color: #fff;
	padding: 4px 3px 4px 13px;
	margin: 0;
	text-align: left !important;
	font-weight: normal !important;
	text-transform: none !important;
}
#header #siteNav li#quickLinks li a:hover
{
	background: #000;
	color: #fc0;
	text-decoration: none;
}
#header #topLogin
{
	position:absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	width: 425px;
	height: 52px;
}
#header #topLoginLiner
{
	position: absolute;
	top: 5px;
	right: -30px;
}
#header #topLogin h4
{
	width: 75px;
	height: 52px;
	background: url(/cms_support/images/hdr_login.jpg) no-repeat left top;
	text-indent: -3000px;
	overflow: hidden;
	float: left;
	cursor: pointer;
}
#header #topLoginContent
{
	height: 52px;
	background: url(/cms_support/images/hdr_login_bg.jpg) repeat-x left top;
	float: left;
	padding-right: 20px;
}
#header #topLoginContent form
{
	position: relative;
	margin: 5px 0 0 0;
	width: 155px;
	height: 52px;
	background: none; /*url(/cms_support/images/hdr_ursa_login.jpg) no-repeat left top;*/
}
#header #topLoginContent form strong.fieldName
,#header #topLoginContent form h5
{
	position: absolute;
	text-indent: -3000px;
	overflow: hidden;
}
#header #topLoginContent form .textBox
{
	background: transparent;
	border: 0;
	color: #fff;
	font-size: 0.82em;
	width: 86px;
	position:absolute;
	top: 23px;
}
#header #topLoginContent form .instructions
{
	color: #AE82BB;
}
#header #topLoginContent form .ursaLoginUser
{
	left: 9px;
}
#header #topLoginContent form .ursaLoginPass
{
	left: 115px;
}
#header #topLoginContent form .buttons input
{
	position:absolute;
	top: 20px;
	left: 215px;
}


/*** Main Content ***/
#mainContent
{
	clear: both;
	background: #EEE;
}

/*** Page Content ***/
#pageContent
{
	position: relative;
	width: 900px;
	clear: left;
	padding: 10px;
}

/*** Footer ***/
#footer
{
	position: relative;
	z-index: 1000;
	background: #E5E3E4 url(/cms_support/images/ftr_curl.jpg) no-repeat right bottom;
	padding: 5px 15px;
	font-size: 1em;
	color: #333;
	border-top: 5px solid #FFF;
}
#footer #quickContact
{
	float: left;
	width: 360px;
}
#footer #secondarySiteNav
{
	padding-left: 390px;
	text-align: right;
}
#footer li a
{
	white-space: nowrap;
}
#footer #secondarySiteNav li
,#footer #legalLinks li
{
	margin: 0;
	padding: 0 2px 0 5px;
	display: inline;
	border-left: 1px solid #999;
}
#footer #secondarySiteNav li.first-child
,#footer #legalLinks li.first-child
{
	padding-left: 0;
	border-left: 0;
}
#footer #legalLinks
{
	float: right;
}
#footer #copyright
{
	border-top: 1px solid #C0BEBF;
}
#footer #quickContact
,#footer #secondarySiteNav
,#footer #legalLinks
,#footer #copyright
{
	padding: 10px 0;
}
#footer .designSugar1 /* footer shadow */
{
	position: absolute;
	bottom: -20px;
	left: -6px;
	width: 932px;
	height: 20px;
	z-index:10;
}
/*** Search/Newsletter controls ***/
.search
{
	position: relative;
}
.search h3
,.newsletterSignup h3
{
	margin: 10px 0 4px 0;
}
.search h3
{
	margin-top: 5px;
}
.search h4
{
	padding: 5px 10px;
}
.search form
,.newsletterSignup form
{
	display: block;
	width: 195px;
	height: 56px;
	margin-bottom: 10px;
	position: relative;
	background: url(/cms_support/images/bg_search.jpg) no-repeat left top;
}
.newsletterSignup form
{
	background-image: url(/cms_support/images/bg_search.jpg);
}
.search .searchTypeSelector
{
	display: none;
	position: absolute;
	top: 23px;
	left: 10px;
	color: #09f;
	text-transform: uppercase;
	font-size: 0.95em;
	z-index: 1000;
}
.search .searchTypeSelector input
{
	margin: 0;
	width: 15px;
	height: 15px;
}
.newsletterSignup h4
{
	position: absolute;
	top: 8px;
	left: 10px;
	text-transform: uppercase;
	color: #09f;
	font-size: 0.95em;
	font-weight: normal;
}
.search .searchTypeSelector input
,.search .searchTypeSelector label
{
	vertical-align: middle;
}
.search #stPeople
{
	margin-left: 10px;
}
.search .textBox
,.newsletterSignup .textBox
{
	position: absolute;
	top: 30px;
	left: 20px;
	border: 0;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
	background: transparent;
	vertical-align: text-top;
	line-height: 15px;
}
.search .instructions
,.newsletterSignup .instructions
{
	color: #999;
}
.search .submitButton
,.newsletterSignup .submitButton
{
	position: absolute;
	top: 25px;
	left: 158px;
	border: 0;
	padding: 0;
}
.houseAd
{
	margin: 12px 0;
}
.houseAd img
{
	border: 1px solid #bbb;
}
/*** Admissions Map ***/
.admissionsMap
{
	background: url(/cms_support/images/admissionsMap/all.jpg) no-repeat left top;
	width: 209px;
	height: 175px;
	position: relative;
}
.admissionsMap a
{
	position: absolute;
	display: block;
	overflow: hidden;
	text-indent: -3000px;
}
.admissionsMap a:hover
{
	background: url(/cms_support/images/admissionsMap/all.jpg) no-repeat left top;
}
.admissionsMap a.northeast
{
	top: 36px;
	left: 100px;
	width: 106px;
	height: 64px;
}
.admissionsMap a.northeast:hover
{
	background-position: -100px -386px;
}
.admissionsMap a.northwest
{
	top: 51px;
	left: 51px;
	width: 48px;
	height: 51px;
}
.admissionsMap a.northwest:hover
{
	background-position: -51px -227px;
}
.admissionsMap a.central
{
	top: 84px;
	left: 84px;
	width: 35px;
	height: 29px;
}
.admissionsMap a.central:hover
{
	background-position: -84px -784px;
}
.admissionsMap a.south
{
	top: 102px;
	left: 0;
	width: 144px;
	height: 69px;
}
.admissionsMap a.south:hover
{
	background-position: 0 -627px;
}

/*** Event Listing component ***/
.eventListing h3
{
	font-size: 1.5em;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.4em;
	color: #76157c;
}
.eventListing .event
{
	margin: 12px 0 15px 0;	
}
.eventListing .event .dates
{
	text-transform: uppercase;
}
.eventListing .event a
{
	font-weight: bold;
}
.eventListing .allEvents
{
	margin: 15px 0;
	font-weight: bold;
	text-transform: none;
}

/*** Resource Links component ***/
.resourceLinks
{
	margin: 12px 0;
}
.resourceLinks li a
{
	display: block;
	width: 165px;
	height: 21px;
	margin: 4px 0;
	padding: 8px 20px 0 10px;
	background: url(/cms_support/images/standard/button_bg.gif) no-repeat left top;
	color: #494949;
	text-transform: uppercase;
	font-weight: bold;
}
.resourceLinks li a:hover
{
	text-decoration: none;
}