﻿/* body tags */
html,body{margin:0;padding:0}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
}
p{
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
a:link, a:visited{
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;	
}
a:hover {color: #666666; text-decoration: underline;}
block a:hover {display:block;color: #666666;padding:10px}
h5 {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	margin-top: 0px;
}
h3 {
	color: #660000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
dl, dt, dd, ul, li {
list-style-type: none;
}
.smallfonts{
font-size:85%;
}
/* containers */
#wrapper{
	width: 744px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#logo{
width: 231px;
height: 108px;
float: right;
}
#header_container{
	width: 744px;
	height: 190px;
	clear: both;
}
#left_header{
	width: 177px;
	height: 190px;
	float:left;
}
#right_header{
	width: 567px;
	height: 190px;
	float:left;
}
#content_container{
	width: 542px;
	margin-left: 177px;
	margin-top: 30px;
	margin-right: 25px;
	margin-bottom: 25px;
	z-index: -1;
}
#content p{line-height:1.4}
#footer{
	width:744px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
#global_menu {
	width: 744px;
	height: 45px;
}
/* structural styles and offsets */
ul.horizontal, ul.horizontal li, ul.horizontal ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 100%;
}

ul.horizontal {
  position: relative;
  left: 0;
  width: 100%;
  cursor: default;
  z-index: 2000;
  top: 1em;
  border: none;
  height: 35px;
  
}
/*top menu set up*/
ul.horizontal li {
	
	width: 124px;
	padding-top: 3px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px; 
	float: left;
	position: relative;
	cursor: pointer;
	cursor: hand;
	text-align: left;
	border: none
}

* html ul.horizontal li {
  margin: 0 -1px 0 1px;
  left: 0;
}

ul[class^="horizontal"] li {
  margin: 0 -1px 0 1px;
  left: 0;
}

ul.horizontal ul {
	z-index: 2020;
	cursor: default;
	position: absolute;
	left: -100em;
	top: 15px;
	width: 124px;/*sub menu width*/
	height:auto;
}

ul.horizontal ul li {
	width: 124px; /*sub sub menu width*/
	float: none;
	left: auto;
}

ul.horizontal ul ul {
  margin: 0 0 0 10em; /*sub sub menu location*/
}

/* design styles */
ul.horizontal ul {
  background-color:#fff;/*menu bg*/
}
ul.horizontal a, ul.horizontal a:visited { /*menu control*/
	display: block;
	cursor: hand;
	cursor: hand;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 5px;
	text-align: left;
	vertical-align: middle;
}
ul.horizontal a:hover, ul.horizontal a:focus, ul.horizontal a:active,
ul.horizontal a.rollover:link, ul.horizontal a.rollover:visited {
	color: #4F2700;
}
/* Each bg menu design styles */
ul.horizontal ul.news{
background-color:#D7D6B9;
}
ul.horizontal ul.resources {
  background-color:#F8F1D8;
}
ul.horizontal ul.education {
  background-color:#C3CB8B;
}
ul.horizontal ul.people {
  background-color:#DEE5D7;
}
ul.horizontal ul.iveynav {
  background-color:#EDE3C3;
}
ul.horizontal ul.aboutus {
  background-color:#D9D2B0;
}
ul.horizontal li.news {
  background-color:#D7D6B9;
}
ul.horizontal li.resources {
  background-color:#F8F1D8;
}
ul.horizontal li.education {
  background-color:#C3CB8B;
}
ul.horizontal li.people {
  background-color:#DEE5D7;
}
ul.horizontal li.iveynav {
  background-color:#EDE3C3;
}
ul.horizontal li.aboutus {
  background-color:#D9D2B0;
}
/* browser hacks */
ul.horizontal a { float: none; }/* browser change */
@media Screen, Projection { ul.horizontal a { float: none; } }
ul.horizontal ul a { float: none !important; }
@media screen, projection {
  * html ul.horizontal li {
	display: inline;
	f\loat: left;
	background-color: #fff; /* ie browser top menu bg */
  }
}
* html ul.horizontal li { position: static; }
* html ul.horizontal a { position: relative; }
/* iframe layer */
ul iframe {
  position: absolute;
  z-index: 1010;
  border: none;
}