/* CSS Document */

body {
	margin:0;
	padding:0;
	text-align:center;
	font-family: Georgia,Helvetica,sans-serif;
	font-size:11px;
	color: #333333;
	background-color: #4D4837;
	}

html, body, #wrapper {
	min-height: 400px;  /* WRAPPER 1: To fix a major bug in #wrapper being relative instead of float */
	}

a {
	color:#339933;
	text-decoration:none;
	}

a:hover {
	color:#339933;
	text-decoration:none;
	}

h1, h2 {
	font-size: 18px;
	color: #2D523D;
	font-weight: normal;
	}

#container-irm {

	/*  NOTE: Inherits margin and padding from body tag  */
	width:710px;
	margin:16px;
	float:left;
	display:inline;  /* DOUBLE MARGIN BUG - When a float and margin size are on same id# creates double margin add this to fix  */
	border: 1px solid #CCCCCC;
	background-image: url(/res_images/irm_navigation_sub.jpg);
	background-repeat: repeat-y;
	background-color: #FBF9ED;
}


h3, h4 {
	font-size: 15px;
	color: #2D523D;
	font-weight: normal;
	
	}

h5, h6 {
	font-size: 12px;
	font-weight: normal;
	color: #2D523D;
	
	}

#wrapper {
	text-align:left;  /* CENTER PAGE 3: Fixes text centering that occurs because of IE6- fix in body  */
	width:741px;
	margin:25px auto 0 auto;  /* CENTER PAGE 1: Set the right and left margin to "auto" and bottom to "0"  */
	position:relative;
	background-color:#EFF1E2;
	border-top-width: 0px;
	border-right-width: 3px;
	border-bottom-width: 0px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C2C8B8;
	border-left-color: #C2C8B8;
	background-image: url(/res_images/univ_masthead_bkgnd.jpg);
	background-repeat: repeat-x;
	}

#header {
	/*  NOTE: Inherits margin and padding from body tag  */
	background-image: url(/res_images/banner_about.jpg);
	width:741px;
	float:right;
	display:inline;  /* DOUBLE MARGIN BUG - When a float and margin size are on same id# creates double margin add this to fix  */
	height: 254px;
	margin:0px 4px 0px 0px;
	background-position: right bottom;
	background-repeat: no-repeat;
	}
	
#visiting #header {
	background-image: url(/res_images/banner_visiting.jpg);
}

#homepage #header {
	background-image: url(/res_images/bannerhomepage.jpg);
}

#relocating #header {
	background-image: url(/res_images/banner_relocating.jpg);
}

#hpct #header {
	background-image: url(/res_images/banner_hpct.jpg);
}

#newsevents #header {
	background-image: url(/res_images/banner_newsevents.jpg);
}

#contact #header {
	background-image: url(/res_images/banner_contact.jpg);
}

#onecolumn #header {
	background-image: url(/res_images/banner_contact.jpg);
}

#business #header {
	background-image: url(/res_images/banner_business.jpg);
}
	
#travel #header {
	background-image: url(/res_images/banner_about.jpg);
}

#container {
	/*  NOTE: Inherits margin and padding from body tag  */
	width:710px;
	margin:16px;
	float:left;
	display:inline;  /* DOUBLE MARGIN BUG - When a float and margin size are on same id# creates double margin add this to fix  */
	border: 1px solid #CCCCCC;
	background-image: url(/res_images/univ_navigation_sub.jpg);
	background-repeat: repeat-y;
	background-color: #FBF9ED;
	}

#container-header {
	/*  NOTE: Inherits margin and padding from body tag  */
	width:710px;
	height:54px;
	float:right;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(/res_images/univ_container-header.jpg);
	background-repeat: no-repeat;
	text-align: right;
	}

#navigation {
	left:-38px;
	top:-15px;
	width:239px;
	position: absolute;
	}

#navigation-sub {
	width:151px;
	float:left;
	padding-top:28px;
	}

/* #navigation-sub ul li a {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	list-style-type: none;
	}
	
#navigation-sub ul li.active a {
	background-color: #F6F8F2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	list-style-type: none;
	}   */

#navigation-sub ul {
	width:150px;
	margin:0;
	list-style-type: none;
	}

#navlist {
	padding-left:0;
	margin-left:0;
	border-bottom: 1px solid #CCCCCC;
	width:150px;
	}
	
#navlist2 {
	padding-left:10px;
	margin-left:0;
	width:115px;
	border: none;
	}
	
#navlist2 li {
	padding-left:10px;
	margin-left:0;
	width:123px;
	border: none;
	}

#navlist li {
	border-top: 1px solid #CCCCCC;
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding-top: 0.25em;
	padding-right: 0.75em;
	padding-bottom: 0.25em;
	padding-left: 0.75em;
	}
	
#navlist li a {
	text-decoration:none;
	}

#navlist li.onpage {
	background-color: #FFFFFF;
	}

#navlist li.lititle {
	font-size: 1.1em;
	color: #945020;
	}

#content-outer {
	width:556px;
	float:right;
	}
	
#sidebar {
	float:left;
	width:172px;

	}
	
	/* This is the class that puts the grey background for highlighting certain cells in sidebar*/
.tdhighlight {
	background-color: #EEEFE6;
	}

#sidebartable {
	padding-top: 24px;
	text-align: center;
	
}
#sidebartable td {
	border-top-width: 1pt;
	border-top-style: solid;
	border-top-color: #CECDC8;
	border-right-color: #CECDC8;
	border-bottom-color: #CECDC8;
	border-left-color: #CECDC8;
}
.sidebarpadding{
	padding-top: 6px;
	padding-bottom: 6px;
}
	
#content {
	padding:15px;
	float:left;
	width:354px;
	}

#footer-clear {
	clear:both;
	}
	
#footer {
	width:741px;
	font-size:11px;
	color:#989F8D;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	}

#footer a {
	color: #989F8D;
	text-decoration:none;
	}

#footer a:hover {
	color:#989F8D;
	text-decoration:underline;
	}

.float-right {
	float:right;
	}

#content p {
	line-height:140%;
	}

#feature-container {
	width:90%;
	margin:auto;
	}

#feature-container table {
	border: 1px solid #CCCCCC;
	margin-top: 15px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	}

#feature-container th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding:5px;
	}

#feature-container td {
	padding:5px;
	}
	
#feature-container th, #feature-container th a, #feature-container th a:hover {
	font-size: 10px;
	color: #3A694F;
	text-decoration:none;
	font-weight: normal;
	text-align: left;
	}

#feature-container #fea-right {
	float:left;
	}

#feature-container #fea-center {
	float:left;
	}

#feature-container #fea-left {
	float:left;
	}

.clearfix:after {  /*  WRAPPER 2: Also required to fix #wrapper issue */
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

