html,body,div,h1,h2,p,a,img,strong,form,table,td
{
	border: 0;
	font-family: inherit;
	font-style: normal;
	font-weight: 400;
	margin: 0;
	padding: 0;
	text-align: left;
}

:focus { outline: 0; }

body
{
	background: #eae9e1 url(/idp/shib_img/bodybg.gif) 0 0 repeat-x;
	color: #474740;
	font: 10px Verdana,sans-serif;
	height: 100%;
	voice-family: inherit;
}

table
{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

td
{
	font-weight: 400;
	text-align: left;
	vertical-align: top;
}

a
{
	color: #155f83;
	outline: none;
	text-decoration: none;
}

a:hover
{
	color: #20364c;
	text-decoration: underline;
}

div#hide
{
	display: none;
	visibility: hidden;
}

#footer
{
	cursor: default;
	color: #bebeb6;
	text-decoration: none;
	border: none;
}

/* end SIFR */
div#content h2
{
	color: #7f3735;
	letter-spacing: 1px;
	font-size: 32px;
	font-family: 'ProximaNova-Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: normal;
	height: 32px;
	margin: 28px 0 14px 0;
	height: auto;
}

#wrapper
{
	background: #f7f6ee url(/idp/shib_img/maincontentbg.gif) 0 0 no-repeat;
	clear: both;
	margin: 0 auto 0;
	padding: 0 16px 16px 16px;
	width: 922px;
}

#masthead
{
	height: 96px;
	margin: 0 auto;
	width: 920px;
	padding: 0 16px;
}

div#wordmarkprint, #masthead p,#masthead p a
{
	display: none;
	visibility: hidden;
}

#masthead h1
{
	padding: 22px 0 0 0px; /* 3.20.09 nfisher changed left padding to 0px to fix alignment */
	text-indent: -9999px;
}

a#wordmark
{
	background: transparent url(/idp/shib_img/ucidp_uc_wordmark.gif) 0 0 no-repeat;
	display: block;
	height: 53px;
	text-decoration: none;
	width: 246px;
	float: right;
}

#content p
{
	font-size: 1.1em;
	line-height: 1.65em;
	margin-bottom: 1.15em;
}

table
{
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #eaeae2;
}

table td
{
	font-size: 1.1em;
	line-height: 1.65em;
	margin-bottom: 1.65em;
}

table td { padding: 0 8px 8px 0; }
#content h2+h3 { margin-top: 0; }



#shib-power
{
        margin: 0 auto 155px;
        float: right;
}

#footerwrapper
{
	background: #5a5952 url(/idp/shib_img/outsidefooterbg.gif) 0 0 repeat-x;
	clear: both;
	height: 105px;
	width: 100%;
}

#footer
{
	background: #5e5d56 url(/idp/shib_img/insidefooterbg.gif) 0 0 repeat-x;
	height: 105px;
	margin: 0 auto;
	width: 954px;
}

#footer p
{
	display: block;
	float: left;
	font-size: 1em;
	line-height: 200%;
	margin: 10px 0 0 16px;
	width: 218px;
}

#footer a
{
	color: #bebeb6;
	text-decoration: underline;
}

strong { font-weight: 700; }

#content
{
	float: left;
	margin: 32px 0;
	width: 688px;
}

#footer a:hover { color: #fff; }

#spname
{
font-size: 15px;
}


/*
The following information must not be removed:
Awesome Form v2.01 CSS
Written by: Paul Armstrong, Paul Armstrong Designs
Site: http://paularmstrongdesigns.com
Example & Documentation: http://paularmstrongdesigns.com/examples/css/awesome-form.html
Thu Jun 22 22:38:39 2006
Special thanks to Zach Johnson for helping and pushing me to make the changes.
Site: http://tech.no.logi.es (those aren't dots, they are diamonds)
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License
http://creativecommons.org/licenses/by-sa/2.5/
*/

/*
In the following section, many of the values must be changed in reference to another.
Items labeled as 'subjective' are not dependent and may be easily changed as you see fit.
*/

form.awesome label
{
	width: 140px;
	/* label width */
	/* label margin = (input left margin) - (label width) */
	margin-right: 10px;
	/* label margin */
	font-weight: 700;
}

form.awesome label.long, form.awesome p.label
{
	margin-left: 120px;
	/* subjective */
	width: 390px;
	/* (textarea width) + (label width) + (label margin) - (left margin) */
}

form.awesome label span
{
	color: #8f3931;
	/* color of required asterisk */
	font-weight: 700;
}

form.awesome input, form.awesome textarea, form.awesome select
{
	margin-left: 150px;
	/* (label width) + (label margin) */
	width: 300px;
	/* subjective */
}

form.awesome input.short, form.awesome select.short { width: inherit; }

form.awesome textarea
{
	width: 300px;
	/* subjective, recommend: (3/2)(input width) */
}

form.awesome p.desc
{
	margin: 0px 0 10px 150px!important;
	/* (label width) + (label margin) */
}

body#searchresults #content form.awesome p.desc
{
	margin-left: 261px!important;
	width: auto;
}

body#searchresults #content form.awesome p.desc2 { width: auto; }

form.awesome .checks label
{
	margin-left: 160px;
	/* (label width) + 2(label margin) */
}

form.awesome .checks label.noncheck
{
	margin-left: 150px;
	text-align: left;
}

form.awesome .checks input.noncheck
{
	margin-left: 150px;
	text-align: left;
}

form.awesome .checks input
{
	margin-left: 150px;
	/* (label width) + (label margin) */
}

form.awesome .checks_nomargin label
{
	margin-left: 160px;
	/* (label width) + 2(label margin) */
}

form.awesome .checks_nomargin input
{
	margin-left: 150px;
	/* (label width) + (label margin) */
}

legend em, label em, .required
{
	color: #8f3931;
	font-weight: 700;
}

form.awesome p.instr
{
	margin-top: 3px;
	font-size: 10px !important;
	line-height: 100% !important;
}

form.awesome #domain, form.awesome #domains, form.awesome #sortby, form.awesome #relevance { display: inline!important; }

form.awesome #domain, form.awesome #sortby, form.awesome #relevance
{
	margin-left: 0;
	width: auto;
}

form.awesome #relevance, form.awesome #domains { margin-left: 16px; }
form.awesome #domains { width: 183px; }
form.awesome #relevance, form.awesome #sortby { margin-bottom: 16px; }

/*********************************************************************************
DO NOT EDIT BELOW THIS LINE
*********************************************************************************/

form.awesome { margin: 0 0 1em; }
body.directoryresults div#searchform { width: 922px; }

body.directoryresults form.awesome
{
	width: 686px;
	margin: 0 auto;
}

form.awesome legend, table#searchresults caption
{
	color: #474740;
	font-size: 1.2em;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 6px;
}

form.awesome legend span
{
	font-size: .9em;
	line-height: 1.4em;
	letter-spacing: normal;
	text-transform: none;
	color: #474740;
	display: block;
	width: 600px;
	padding-bottom: 8px;
}

form.awesome fieldset
{
	margin-bottom: 18px;
	padding: 0 10px 8px;
	border-color: #DFDED6;
	border-style: solid;
	border-width: 1px;
}

form.awesome fieldset fieldset
{
	margin: 16px 10px;
	padding: 0 !important;
	border: none !important;
}

form.awesome fieldset fieldset legend
{
	color: #474740;
	font-size: 10px;
	letter-spacing: 0;
	text-transform: none;
	font-weight: bold;
	margin-left: 4px;
	padding: 0 2px;
	margin-bottom: 6px;
}

form.awesome label
{
	/*
A label must precede the form element in the HTML
You must keep the top padding for some browsers to keep the label and the form element looking on the same line
*/
	float: left;
	display: inline;
	text-align: right;
	padding-top: 0.2em;
	font-size: 1em;
}

form.awesome label:after
{
	/*
Creates a ":" after LABELs. This only works in some browsers
*/
	content: ":";
}

form.awesome label.long
{
	/*
If your label text does not fit in the left-hand side, consider this class
*/
	float: none;
	display: block;
	text-align: left;
}

form.awesome label.long:after { content: ""; }

form.awesome input, form.awesome textarea, form.awesome select
{
	/*
These items must immediately follow the LABEL item associated with it and followed by a BR (see below).
The following width must be 10pixels wider than the width of the LABEL.
*/
	display: block;
	margin-bottom: 0;
}

form.awesome select[multiple="multiple"]
{
	/*
Mozilla has some weird concept of how to display multiple select boxes.
For some reason, display: block; does not affect it.
For more information, see https://bugzilla.mozilla.org/show_bug.cgi?id=342531
This fixes that problem. DON'T FORGET YOUR BR TAG AFTER SELECT!
*/
	margin-left: 0px;
}

form.awesome br
{
	/*
Always include a BR tag at the end of a line of items -- generally immediately following one of an INPUT, SELECT or TEXTAREA.
Within div.checks, include the BR after the LABEL
*/
	clear: left;
}

form.awesome input[type="radio"], form.awesome input[type="checkbox"],
form.awesome input[type="hidden"]
{
	/*
Keeps Mozilla browsers (and others) from making the RADIO and CHECKBOXES too wide and/or tall.
Also removes unnecessary borders from these browsers (They don't respond as expected)
*/
	width: auto;
	border: 0;
}

form.awesome input[type="hidden"]
{
	/*
Firefox doesn't want to make them actually hidden, so I'll force it.
*/
	display: none;
}

form.awesome p.desc
{
	/*
Use this immediately following an item that needs a longer description than can be handled by the LABEL.
The left margin should be the same as INPUT, TEXTAREA and SELECT objects.
*/
	display: block;
	position: relative;
	font-style: italic;
}

/*
The following section is for reversing the display of CHECKBOX and RADIO INPUTs.
Surround the section of items with <fieldset class="checks"></fieldset> or <div class="checks"></div>.
It is highly recommended to use FIELDSET over DIV when there are multiple items.
In the section, the INPUT precedes the LABEL and the BR comes last (after the label).
*/

form.awesome .checks label, form.awesome .checks_nomargin label
{
	/*
Overrides for previously defined stuff and changes.
Left margin must be 10pixels more than "form.awesome input, form.awesome select" etc.
*/
	float: none;
	width: auto;
	clear: none;
	display: block;
	text-align: left;
	padding-top: 2px;
	margin-bottom: 0;
}

form.awesome .checks label:after, form.awesome .checks_nomargin label:after
{
	/*
Makes the ":" not generated after the LABEL.
*/
	content: "";
}

form.awesome .checks input, form.awesome .checks_nomargin input
{
	/*
Left margin is the same value as "form.awesome input, form.awesome select" etc.
*/
	float: left;
	display: inline;
	text-align: right;
	width: auto;
}

/*
End reverse checks/radios section
*/

/*
I found my own IE CSS display bug. I call it the "IE sucks, so it redraws the top border all over the fieldset like a jerk bug."
*/

* html form.awesome input, * html form.awesome textarea, * html form.awesome select,
* html form.awesome .checks input, * html form.awesome .checks label
{
	margin-top: 0;
	margin-bottom: 0;
}

* html form.awesome p.desc { margin-top: -1em; }

* html form.awesome fieldset br
{
	/*
Hooray! We have a fix!
For some crazy reason, IE lets me style its BR tag.
*/
	line-height: 0.5em;
	font-size: 0.5em;
}

html { height: 100%; }
body { height: 100%; }

#container
{
	background: url(/idp/shib_img/containerbg.gif) top center no-repeat;
	position: relative;
	min-height: 100%;
}

* html #container { height: 100%; }

#footerwrapper
{
	position: relative;
}
