@charset "UTF-8";
body  {
	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 #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #EBEBEB;
}

h1 {
	font-size: 120%;
	color: #AE222B;
	margin-bottom: 20px;
	padding-top: 25px;
}

h2 {
	font-size: 110%;
	color: #947E14;
	font-weight: bold;
}

a:link {
	color: #1A1A1A
} /* unvisited link */
a:visited {
	color: #669
} /* visited link */
a:hover {
	color: #9D302D
} /* mouse over link */
a:active {
	color: #1A1A1A
} /* selected link */

a[href$=".pdf"] {
background:url(../design/pdf.png) no-repeat right top;
padding-right:20px;
padding-bottom:2px;
}

a[href$=".doc"] {
background:url(../design/word.png) no-repeat right top;
padding-right:20px;
padding-bottom:2px;
}

a[href$=".exl"] {
background:url(../design/excel.png) no-repeat right top;
padding-right:20px;
padding-bottom:2px;
}
.thrColFixHdr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
} 
.thrColFixHdr #header {
	background-color: #FFF;
	background-image: url(../design/IPSheaderbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.thrColFixHdr #container #header img {
	margin-left: 22px;
}
.thrColFixHdr #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 */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #banner {
	background-color: #FFF;
	background-image: url(../design/philosopherStrip.jpg);
	background-repeat: repeat-x;
	background-position: 10px 0px;
	height: 43px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 

.thrColFixHdr #subheader {
	background-color: #EDF1F4;
	height: 35px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #E9E9E9;
} 
.thrColFixHdr #subheader #breadcrumb {
	padding-top: 10px;
	font-size:75%;
	margin-left: 260px;
	color: #9F9D9D;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 215px; /* padding keeps the content of the div away from the edges */
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* padding keeps the content of the div away from the edges */
	background-color: #F4F8FB;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-top: 0px;
}
.thrColFixHdr #sidebar2 h2 {
	font-size:90%;
	font-weight: normal;
	color: #B31E28;
	margin-top: 0px;
}
.thrColFixHdr #sidebar2 h3 {
	font-size:90%;
	font-weight: normal;
	color: #FFF;
	background-color: #9D9123;
	padding: 3px;
}
.thrColFixHdr #sidebar2 h3.darkgreenbg {
	font-size:90%;
	font-weight: normal;
	color: #FFF;
	background-color: #867100;
	padding: 3px;
}
.thrColFixHdr #sidebar2 p {
	font-size:80%;
}
.thrColFixHdr #mainContentHome {
	margin-top: 0;
	margin-right: 235px;
	margin-bottom: 0;
	margin-left: 235px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 45px;
	background-color: #FFF;
} 

.thrColFixHdr #mainContentHome p {
	font-size:90%;
	line-height: 22px;
	color: #525151;
}
.thrColFixHdr #mainContentHome p.caption {
	font-size:80%;
	font-style:italic;
	color: #949494;
}

.thrColFixHdr #mainContentHome .greybox {
	background-color:#eef1f1;
	padding: 5px;
}

.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 100px;
	margin-bottom: 0;
	margin-left: 235px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 45px;
} 

.thrColFixHdr #mainContent p {
	font-size:90%;
	line-height: 22px;
	color: #525151;
}
.thrColFixHdr #mainContent p.caption {
	font-size:80%;
	font-style:italic;
	color: #949494;
}

.thrColFixHdr #mainContent .greybox {
	background-color:#eef1f1;
	padding: 5px;
}

.thrColFixHdr #pagesubmenu {
	background-color:#FFF;
}

.thrColFixHdr #pagesubmenu a{
	display: block;
	cursor: pointer;
	background-color: #EDF1F4;
	padding: 0.5em 0.75em;
	color: #204780;
	text-decoration: none;
	font-size:85%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1A4882;
}
#pagesubmenu a:hover {
	color: #FFF;
	background-color: #204780;
}
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #DDDDDD;
	background-image: url(../design/IPSFooterbg.gif);
	background-repeat: repeat-x;
	background-image: url(../design/homepageCelticDesign2.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height:80px;
} 
.thrColFixHdr #footer p {
	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 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.thrColFixHdr #footer #footertext {
	padding-top: 40px;
	font-size:75%;
	margin-left: 230px;
	color: #9F9D9D;	
	
}
.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;
}
/* Actual menu CSS starts here */
	.menu,
	.menu ul {
		margin:0;
		padding:0;
		list-style:none;
		font-size: 85%;
	}
	.menu {
	width:215px;
}
	.menu li {
		display:block;
		margin:0;
		padding:0;
		margin-bottom:1px;
	}
	
	.menu a {
	display: block;
	cursor: pointer;
	background-color: #D4D29B;
	padding: 0.5em 0.75em;
	color: #151515;
	text-decoration: none;
	}
	.menu a:hover,
	.menu a:focus,
	.menu a:active {
	background-color: #AE222B;
	color: #FFF;
}
	.menu ul li {
}
	.menu ul a {
	background:#ced174;
	background:#986a00;
	background:#988400;
	background:#fff;
	color: #AE222B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D0D0D2;
	font-size: 100%;
}
.hidden {display:none;}

ul.menu a.selected
{
	background-color: #1A1A1A;
	color: #FFF;
	background-image: url(../SpryAssets/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
ul.menu ul a.selected
{
	background-color: #fff;
	color: #333;
	font-weight:bold;
	background-image: url(../SpryAssets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.menu a.MenuBarItemSubmenuHover
{
	background-image: url(SpryAssets/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
.commitee {
	width: 100%;
	
}

.commitee img{
	float: right;
}
.thrColFixHdr #sidebar2 h3.orangebg {
	font-size:90%;
	font-weight: normal;
	color: #FFF;
	background-color: #604D19;
	padding: 3px;
}
.thrColFixHdr #container #mainContent img {
	border: 5px solid #D3D29D;
}
