@charset "utf-8";
/* CSS Document */

.iucrimson {
color:#900000;
font-weight:bold;
}

.wysiwyg h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight:normal;
	padding:0px;
	margin:13px 0px;
}
.wysiwyg h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight:normal;
	padding:0px;
	margin:13px 0px;
}
.wysiwyg h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight:normal;
	padding:0px;
	margin:13px 0px;
}
.wysiwyg h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:normal;
	color:#000000;
	padding: 0px;
	margin:13px 0px;
}
.wysiwyg h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:normal;
	padding:0px;
	margin:13px 0px;
}
.wysiwyg h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight:normal;
	padding:0px;
	margin:13px 0px;
}



body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #e8d2a1;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the selector */
	color: #000000;
}
#header {
	width:850px;
	background: #FFFFFF; 
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
}
#footer {
	padding: 10px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ebdabe;	
        background:#E8D2A1;
	margin:0;
	width: 850px;
	border-top: 1px solid #000000;
	font-weight:normal;
} 

#footer p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 6px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer img {
	padding:4px 4px 4px 10px;
}
#footer p a:link {
	color:#990000;
	text-decoration:none;
}
#footer p a:visited {
	color:#990000;
	text-decoration:none;
}
#sidebar1 {
	/*border-right: 1px solid #52433c;*/
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	float: left; 
	width: 201px; /* since this element is floated, a width must be given */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 35px 0 0 0; /* top and bottom padding create visual space within this div */
	min-height:500px;
	margin:0;
}
#sidebar2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	float: right;
	width: 199px; /* since this element is floated, a width must be given */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 13px 0 0 0; /* top and bottom padding create visual space within this div */
	/*border-left: 1px solid #52433c;
	border-bottom: 1px solid #52433c;*/
	margin:0;
}
#sidebar2.awards{
	padding: 40px 0 0 0; /* top and bottom padding create visual space within this div */
}
#sidebar2 h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:20px;
	padding:5px 13px;
	margin:0;
	color:#000000;
	font-weight:normal;
}
#sidebar2 p {
	padding:5px 13px 5px 13px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#000000;
	margin:0;
}
#sidebar2 a:link {
	color:#990000;
	text-decoration:none;
}
#sidebar2 a:visited {
	color:#990000;
	text-decoration:none;
}

#large-bar {
	background:url("../img/large-bar.png") no-repeat scroll left top transparent;
	float:left;
	height:39px;
	margin:0;
	padding:0;
	position:absolute;
	right:0;
	width:850px;
	top:121px;
}
* html #large-bar {
    background: transparent url('../img/large-bar.gif') top left no-repeat;
}
#feature {
	float:left;
	width:648px;
}
#nav-top {
	width: 850px;
	background: #726656;
        z-index:100;
}
#nav-top ul#content-navigation-top {
	margin: 0px;
	padding: 3px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	white-space:nowrap;
	background: #726656;
	text-transform:uppercase;
	float:left;
	width:850px;
}

#nav-top ul#content-navigation-top li ul{
	/*display:none;*/
}
#nav-top ul#content-navigation-top li {
	/*margin:0 15px 12px 8px;*/
	margin:0; /* 0 15px 0 5px; <- old values */
	list-style-type: none;
	display: inline-block;
	float:left;	
}
* html #nav-top ul#content-navigation-top li a {
    width: 10px;
}
#nav-top  ul#content-navigation-top li a:link {
	color:#FFFFFF;
	text-decoration:none;
}

#nav-top ul#content-navigation-top li a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#nav-top ul#content-navigation-top li a:hover {
	color:#E7DCBC;
	text-decoration:none;
}
#nav-top ul#content-navigation-top li a:active {
	color:#E7DCBC;
	text-decoration:none;
}
#sidebar1 p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color:#000000;
	margin:7px 13px;
}
#sidebar1 ul {
	color:#990000;
	margin:0px 13px;
	padding:13px 0px 150px 0px;
}
#sidebar1 ul li ul {
	margin:0px 13px;
	padding:7px 0px 0px 0px;
}
#sidebar1 li.level1 {
	font-weight:bold;
	margin:0px;
	padding:3px 0px;
	font-size:14px;
	list-style-type:none;
}
#sidebar1 li {
	font-weight:normal;
	list-style-type:none;
	padding:3px 0px;
	font-size:12px;
	margin:0px;
}
#sidebar1 li ul li {
	font-weight:normal;
	list-style-type:circle;
	padding:1px 0px;
	margin-left:10px;
	font-size:10px;
}
#sidebar1 li ul li ul li {
	font-weight:normal;
	list-style-type:square;
	padding:1px 0px;
	margin-left:10px;
	font-size:10px;
}
#sidebar1 a:link {
	color:#990000;
	text-decoration:none;
}
#sidebar1 a:visited {
	color:#990000;
	text-decoration:none;
}



/****************************************
 * Skip Navigation Container
 ****************************************/

#skipnav {
	left: -9999em;
	position: absolute;
	top: -9999em;
}
#skipnav hr {
	display: none;
}

/****************************************
 * Branding Bar
 ****************************************/

#identity {
	background-color: #7d110c;
	color: #fff;
	font-size: 0.625em; /* 10px */
	height: 44px;
	line-height: 1em; /* 10px */
	width: auto;
}
#identity a {
	color: #fff;
	text-decoration: underline;
}
#identity hr {
	display: none;
}
#identity #signature {
	height: 44px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 850px;
}
#identity #signature a.iu {
	background: url(../img/iu_crimson.gif) no-repeat 20px 0;
	display: block;
	height: 44px;
	left: 0px;
	position: relative;
	top: 0;
	width: 250px;
}
#identity #signature a.iu img {
	display: none;
}

/* PLEASE NOTE: The rest of the styles in this section ("Branding Bar")
   can be removed if the optional search function will not be used. */

/* Search Form */

#identity form {
	height: 44px;
	position: absolute;
	right: 0;
	top: 0;
}
#identity fieldset {
	border: none;
	float: left;
	margin: 0;
	padding: 0;
}

/* Fieldset 1 */

#identity fieldset#set1 {
	left: 0;
	position: relative;
	top: 17px;
}
#identity ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#identity li {
	float: left;
	margin: 0 10px 0 0; 
}
#identity input#search1, #identity input#search2 {
	left: 0;
	float: left;
	height: 13px;
	margin: 0;
	padding: 0;
	position: relative;
	top: -2px;
	width: 13px;
}

/* Fieldset 2 */

#identity fieldset#set2 {
	left: 2px;
	position: relative;
	top: 12px;
	width:150px;
}
#identity #searchtxt {
	border: 1px solid #c59d9a;
	color: #616364;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em; /* 10px */
	height: 1.500em; /* 15px */
	line-height: 1.100em; /* 11px */
	margin: 0 6px 0 0;
	min-height: 13px;
	padding: 2px 4px 0 4px;
	width: 9.300em; /* 93px */
}
#identity #go {
	margin: 1px 0 0 0;
}


/****************************************
 * Footer
 ****************************************/

#footer hr {
	display: none;
}
#footer #copyright {
	font-size: 0.688em; /* 11px */
	line-height: 1.364em; /* 15px */
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 760px;
}
#footer #copyright a {
	color: #900;
	text-decoration: none;
}
#footer #copyright a:hover {
	text-decoration: underline;
}
#footer #copyright p {
	margin: 0;
	padding: 7px 0 0 8px;
}
#footer #copyright #blockiu {
	background: url(../img/blockiu_white.gif) no-repeat;
	display: block;
	float: left;
	height: 28px;
	left: -8px;
	position: relative;
	top: -7px;
	width: 22px;
}
#footer #copyright #blockiu img {
	display: none;
}	



#container {
        position:relative;
        top:0;
        left:0;
	font-size: 12px;
	width: 850px;
	background-color:#ebdabe;
	margin: 0 auto;  /*the auto margins (in conjunction with a width) center the page if needed */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the "#sidebar1 p" rule.
*/
#content {
	float:left;
	width:648px;
}
#sidebar1 #adtp img {
	margin:30px 57px 20px auto;
}
/* Tips for mainContent:
1. If you give this #mainContent div a font-size value different than the #sidebar1 div, the margins of the #mainContent div will be based on its font-size and the width of the #sidebar1 div will be based on its font-size. You may wish to adjust the values of these divs.
2. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
3. To avoid float drop, you may need to test to determine the approximate maximum image/element size since this layout is based on the user's font sizing combined with the values you set. However, if the user has their browser font size set lower than normal, less space will be available in the #mainContent div than you may see on testing.
4. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs that may occur.
*/
 
#mainContent {
	line-height:25px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	margin-top:0; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */ 
	padding: 13px; /* padding here creates white space "inside the box." */
	float: left;
	width:622px;
	margin:0;
}
#mainContent.awards{
	width:420px;
}
#maincontent-bar {
	float:left;
	width:648px;
	padding:0;
	margin:0;
	background:url('../img/maincontent_bar_small.gif') no-repeat top left;
	height:56px;
}
#mainContent h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight:normal;
	padding:0px;
	margin:13px 0px;
}
#mainContent h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight:normal;
	padding:0px;
	margin:13px 0px;
}
#mainContent h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight:normal;
	padding:0px;
	margin:13px 0px;
}
#mainContent h3.rsvp{
	padding:12px 0 0 0;
}
#mainContent h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:normal;
	color:#000000;
	padding: 0px;
	margin:13px 0px;
}
#mainContent h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:normal;
	padding:0px;
	margin:13px 0px;
}
#mainContent h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight:normal;
	padding:0px;
	margin:13px 0px;
}
#mainContent dl {
	margin:20px 0;
	padding:0;
}
#mainContent dt {
	margin:5px 0;
	padding:0 0px 0px 20px;
}
#mainContent dd {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:14px;
	margin: 5px 0px;
	padding: 0;
}
#mainContent p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height:21px;
padding:0px;
margin:13px 0px;
}
#mainContent a:link {
	color:#990000;
	text-decoration:none;
}
#mainContent a:visited {
	color:#990000;
	text-decoration:none;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.menu {
	width:850px;
	height:32px;
	position:relative;
	z-index:100;
	/*border-right:1px solid #000;*/
}
/* hack to correct IE5.5 faulty box model */
* html .menu {
	width:849px;
	w\idth:850px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu ul ul {
	width:200px;
	position: relative;
	background:#726656;
}
.menu ul ul li{
	background:#726656;
	/*width:200px;*/
	padding:0 10px 0 10px;
}
.menu ul ul li a{
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	/*width:149px;*/
	position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	text-decoration:none;
	color:#fff;
	/*width:138px;*/
	height:29px;
	/*border:1px solid #000;*/
	/*border-width:1px 0 1px 1px;*/
	/*background:#09c;*/
	/*padding-left:10px;*/
	padding: 0 25px 0 15px; /* 0 10px 0 10px; */
	line-height:29px;
	font-weight:normal;
	text-transform:uppercase;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
	width:200px;
	w\idth:200px;
}
/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background-color:#726656;
}
/* style the second level hover */
.menu ul ul a.drop:hover {
	text-decoration:underline;
}
.menu ul ul :hover > a.drop {
	text-decoration:underline;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background-color:#726656;
}
/* style the third level hover */
.menu ul ul ul a:hover {
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
/*	top:31px;*/
top:29px;
	left:0;
	width:200px;
	background-color:#726656;
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:29px;
	t\op:29px;
}
/* position the third level flyout menu */
.menu ul ul ul {
	left:200px;
	top:-1px;
	width:200px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-149px;
}
/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}
/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background-color:#726656;
	color:#000;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width:215px;
	/*border-width:0 1px 1px 1px;*/
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width:200px;
	w\idth:200px;
}
/* style the top level hover */
.menu a:hover, .menu ul ul a:hover {
	color:#000;
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#000;
}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul {
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul {
	visibility:visible;
}

.hidden_description2 {
background-color:#ff0000;
visibility:hidden;
display:none;
}
.hidden_description {
background:#E8D2A1 none repeat scroll 0 0;
border:1px solid #000000;
color:#000000;
font-family:"Verdana",Arial,Helvetica,sans-serif;
font-size:11px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
padding:10px;
position:absolute;
visibility:hidden;
z-index:1;
width:400px;
left:10px;
}

.news-teaser-image {
vertical-align: top;
padding-right: 5px;
float:left;
}
