/* colors */

body {
	background:#ccc; 
}

#container, #content, #footer {
	background:#fff;	
}
#footer {
	border-top:solid 2px #ccc;	
}
#title {
}
#nav {
	background:#446699; 
}
#searchfield {
	border: solid 1px #ccc;	
}
#submitbutton {
	color: #446699;
	background:white;
	border: solid 1px #446699;
}
#nav li ul {
  background:#AACCFF;
}
#nav li:hover {
	background:#AACCFF;
}
#nav a, #nav a:hover {
}
a:hover {
	color:#AACCFF;
}
a:visited {
	color:#002266;
}
h1 {
	border-bottom:solid #CABBAC 1px;
}
h2 {
	border-bottom:solid #CABBAC 1px;
}
.bar {
	color:#AAAAAA;
}
#nav a, #nav a:hover {
	color:white;
}


.advisors th, .advisors td {
	border-bottom:dotted #CABBAC 1px;
}

.big {
	font-size:14pt;
}
.small {
	font-size:8pt;
}

/* other */

a img {
	margin:0px;
	border:0px;
}

body {
	margin:0px;
	padding:0px;
	font-family:sans-serif;
}

html,body {
	height:100%;
}

img {
	border:0px;
}

#container {
	position:relative; 
	min-height:100%;
	margin-left:30px;
	margin-right:30px;
	margin-top:0px;
	width:auto;

	/* terrible hack for IE. */
	voice-family: "\"}\"";
	voice-family: inherit;
	height: auto;
	width:94%;
	}
html>body #container {
	width:auto;
}


	

#content {
	line-height:130%;
	padding-top:20px;
	padding-left:40px;
	padding-right:20px;
	padding-bottom:100px;
}

#title {
	height:56px;
}


#footer {
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
	font-size:12px;
	line-height:125%;
	position:absolute;
	bottom:0;
	clear:both;
}

#logo {
	float:left;
	margin-bottom:10px;
	margin-top:10px;
	margin-left:10px;
	margin-right:20px;
}

#nav {
	font-size:14px;
	font-family:sans-serif;
	padding-left:4px;
	height:33px;
	z-index: 100; /*stupid IE*/
}

/********* for misc. page layout ***********/


.smallbox {
	float:left;
	text-align:center;
	height:200px;
	width:240px;
	padding:20px;
}

.smallbox2 {
	float:left;
	text-align:center;
	height:300px;
	padding:20px;
	padding-top:0px;
	border-bottom:dashed 1px;
}

.advisors th, .advisors td {
	padding-left:10px;
	padding-top:5px;
}


/********* forms ***********/

#searchbox {
	margin:0px;
	padding:0px;
	margin-top:10px;
	width:160px;
	float:right;
}

#searchfield {
	font-size: 0.8em;
	background-color: white;
	height: 15px;
}
#submitbutton {
	font-size: 0.8em;
	font-weight: bolder;
	padding: 1px;
	cursor: pointer;
}
/****************************/

/************ drop downs ******************/

#nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 1000;
}
#nav li {
  float: left;
  position: relative;
  padding:7px;
  padding-top:11px;
  z-index: 1000;
}

#nav ul ul li {
	float:left;
	width:186px;
	z-index: 1000;
}
#nav ul ul li:hover {
	z-index: 1000;
}

#nav li ul {
  z-index:10;
  width:200px; 
  display: none;
  position: absolute; 
  top: 32px;
  left: 0;
  z-index: 1000;
 }

#nav li:hover {
  z-index: 1000;
}

#nav li:hover ul { 
	display: block;
	z-index: 1000;
}

#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
	display: block;
	z-index: 1000;
}

li>ul { /* fix ie */
	top: auto;
	left: 0;
	z-index: 1000;
}

/************************************/

#nav a, #nav a:hover {
	z-index: 1000;
}




a {
	text-decoration:none;
}

#content a {
}

#frontpage a {
}

a:hover {
	text-decoration:underline;
}

h1 {
	padding:0px;
	margin:0px;
	padding-top:10px;
	margin-left:-10px;
	margin-bottom:20px;
}

h2 {
	width:75%;
	padding:0px;
	margin:0px;
	padding-top:20px;
	margin-left:-10px;
	margin-bottom:20px;
}

#content li {
	padding-bottom:10px;
}

#smalltoplinks {
	margin-top:3px;
	font-size:12px;
}

.bar {
}


#content:after, #title:after, #searchbox:after, .smallboxes:after {
	content: "."; 
	display: block; 
	height: 0; 
	width:0px;
	clear:both;
	visibility: hidden; 
}

/***************/


#frontimage {
	float:left;
	width:49%;
}

#frontpage ul {
	margin-left:0px;
	padding-left:0px;
}

#frontpage {
/*	margin-left:30px; */
/*	letter-spacing:2px; */
	float:right;
	width: 49%;
	line-height:150%;
}

#quicklinks {
	line-height:200%;
}
#directors {
	text-align: center;
}
#directors div {
	padding-top:20px;
}

#support {
	position: relative;
	padding-top:20px;
}

#mission {
/*	position: relative;
	letter-spacing: auto;
	text-align: justified; 
	line-height: 100%;
	width: 300px; */
	padding-bottom: 15px;
	border-bottom: solid 2px #ccc;
}



