@charset "utf-8";
body  {
	font: 11px Verdana, Geneva, sans-serif;
	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: #8C6C64;
	background: #000 url(../images/bg-body.png) no-repeat center 65px;
}
#container {
	width: 960px;
	margin: 25px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 800px;
	position: relative;
	padding: 0px;
} 
.about #container {
	background: url(../images/bg-cont-about.jpg) 0px 40px;
	height: 800px;
}

#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 70px;
	margin: 0px;
} 
#header h1 {
	margin: 0px; /* 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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background: url(../images/logo.png) no-repeat 7px 0px;
	height: 70px;
}
#navbar1 {
	float: right; /* since this element is floated, a width must be given */
	width: auto; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* padding keeps the content of the div away from the edges */
	text-align: right;
	position: absolute;
	top: 6px;
	left: 490px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
#mainContent {
	margin: 0px 0px 0 100px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 40px 0 0 13px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 600px;
	position: relative;
} 
.contact #mainContent {
	margin: 0px 0px 0 100px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 40px 0 0 13px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 600px;
	position: relative;
	background: url(../images/bg-contact-mainContent.jpg) no-repeat 15px center;
}

#footer {
	padding: 0 10px 0 20px;
	position: absolute;
	left: 0px;
	bottom: 0px;
} 
#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;
	color: #999;
	font-size: 0.9em;
}
.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: 15px;
	margin-top: 25px;
	margin-right: 55px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 25px;
	margin-top: 18px;
}
.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;
}
#container #navbar1 #mainNav {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
#container #navbar1 #mainNav li {
	float: left;
	margin-left: 0px;
	width: auto;
	background: url(../images/bg-nav-li.png) no-repeat 8px top;
	height: 55px;
	padding-left: 15px;
	padding-top: 6px;
}
#container #navbar1 #mainNav li a:link {
	display: block;
	color: #C0C0C0;
	text-decoration: none;
}
#container #navbar1 #mainNav li a:visited {
	display: block;
	color: #C0C0C0;
	text-decoration: none;
}
#container #navbar1 #mainNav li a:hover {
	display: block;
	color: #BFB094;
	text-decoration: underline;
}
#container #navbar1 #mainNav li a:active {
	display: block;
	color: #C0C0C0;
	text-decoration: none;
}


#container #navbar1 #mainNav li.first {
	background: url(../none);
}
.base #mainContent h1 {
	background: url(../images/hx.png) no-repeat left 70px;
	text-indent: -9999px;
	margin: 0px 0px 45px;
	padding: 0px;
	height: 100px;
}
.about #mainContent h1 {
	background: url(../images/hx.png) no-repeat left -30px;
	text-indent: -9999px;
	margin: 0px 0px 45px;
	padding: 0px;
	height: 45px;
}

.about #container #mainContent {
	margin-right: 500px;
}
.port #mainContent h1 {
	background: url(../images/hx.png) no-repeat left -60px;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	height: 45px;
}
.exhibit #mainContent h1 {
	background: url(../images/hx.png) no-repeat left -130px;
	text-indent: -9999px;
	margin: 0px 0px 45px;
	padding: 0px;
	height: 45px;
}
.edu #mainContent h1 {
	background: url(../images/hx.png) no-repeat left -100px;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
	height: 45px;
}
.contact #mainContent h1 {
	background: url(../images/hx.png) no-repeat left -170px;
	text-indent: -9999px;
	margin: 0px 0px 45px 0px;
	padding: 0px;
	height: 45px;
}
.tech #mainContent h1 {
	background: url(../images/hx.png) no-repeat left -205px;
	text-indent: -9999px;
	margin: 0px 0px 0px;
	padding: 0px;
	height: 45px;
}

#contactWrap a {
	color: #666;
	text-decoration: underline;
}
.contact  #contactWrap {
	margin-left: 205px;
}
#contactWrap p {
	font-weight: bold;
	text-align: right;
}







#mainContent p {
	margin: 0px;
	padding: 8px 0px 0px;
	line-height: 1.8em;
}


.base div.imgWrap {
	float: right;
	margin-left: 25px;
}
.base ul.imgUl {
	list-style: none;
	float: right;
	margin: 0px 60px 0px 75px;
	padding: 0px;
}
.base .imgUl li {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 15px;
	padding-top: 25px;
}
#mainContent p.rAli {
	text-align: right;
	padding-right: 80px;
}
#container ul.subnav {
	list-style: none;
	margin: 0px 30px 0px 0px;
	padding: 0px 0px 25px;
}
a img {
	border-width: 0px;
	border-style: none;
}

#container .subnav li {
	float: right;
	margin-left: 0px;
	width: auto;
	background: url(../images/bg-nav-li.png) no-repeat 8px -12px;
	padding-top: 0px;
	padding-left: 15px;
	padding-bottom: 2px;
}
#container ul.subnav li.first {
	background: url(../none);
}
.subnav li a:link {
	display: block;
	color: #666;
	text-decoration: none;
}
.subnav li a:visited {
	display: block;
	color: #666;
	text-decoration: none;
}
.subnav li a:hover {
	display: block;
	color: #BFB094;
	text-decoration: underline;
}

.subnav li a:active {
	display: block;
	color: #666;
	text-decoration: none;
}
.port ul.imgUl {
	list-style: none;
	margin: 0px 60px 0px 75px;
	padding: 0px;
}
.port .imgUl li {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 15px;
	padding-top: 25px;
	float: right;
}
    	
    	#flashcontent {
	height: 100%;
	margin-top: 25px;
	padding: 0;
    	}
.subNavWrap {
	padding-bottom: 15px;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
}

.port #container #mainContent p {
	padding-right: 500px;
}
.contact #container #mainContent #contactWrap form {
}
#tabContact tr {
	font-weight: bold;
}
#container #mainContent ul.bold {
	line-height: 1.8em;
	font-weight: bold;
}
.edu #container #mainContent h3 {
	margin-left: 270px;
	width: auto;
}

ul.bold {
	line-height: 1.8em;
	font-weight: bold;
}

.edu #container #mainContent {
	margin-right: 100px;
}
h3  {
	font-size: 1em;
	margin: 0px;
	padding: 8px 0px;
	border-bottom: 1px solid #D2D1CF;
}
.tech #container #mainContent h3 {
	width: 38%;
}
.tech #container #mainContent p {
	width: 38%;
}
#container #mainContent a {
	color: #666;
	text-decoration: none;
}
ul.spread { line-height: 2em; font-weight: bold; 
}
#container #mainContent h2  {
	font-size: 1em;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 5px;
}
#footer a {
	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;
	color: #999;
	text-decoration: none;
}
.port #container #mainContent .headRoom {
	padding-top: 70px;
}

