/* The Center's magic CSS!
   (c) SiBer, 2006 */

* {
  margin: 0; padding: 0;
}

body {
  background-color: #dbc4a2;
  font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
  text-align: center;
}

p {
	font-size: .8em;
	margin-top: 8px;
	line-height: 1.2em;
}

h1 {
	font-size: 1.1em;
	line-height: 30px;
	font-variant: small-caps;
	padding-right: 5px;
	color: #ffffff;
	font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
}

h2 {
	font-size: .7em;
	color: #ffffff;
	text-align: left;
}

a:link {
	color: #ffffff;
	text-decoration: none;
}

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

a:visited {
	color: #345862;
	text-decoration: none;
}

div#wrap {
  width: 800px;
  margin: 0 auto;
  padding:0;
}

div#header {
  width: 800px;
  height: 88px;
  overflow: hidden;
  background-image: url("2008_spring/images/header.jpg");
  background-position: center top;
  background-repeat: no-repeat;
}

div#header h1 {
  text-indent: -9999px;
}

/* @group main menu */

div#mainmenu {
  background: #bc9b6a url("images/menu.jpg") no-repeat;
  width:800px;
  height:20px;
  font-size:.9em;
  margin: 0;
  padding:0;
}

div#mainmenu ul {
  margin:0;
  padding:0;
  border:0;
  text-align:center;
  white-space: nowrap;
}

div#mainmenu ul li {
  float: left;
  list-style-type:none;
  padding: 0;
  margin: 0;
  clear:none;
  width:98px;
}

/* commented backslash hack v2 (hides rules from IE5 Mac) \*/
div#mainmenu ul li {
  width:auto;
}
/* end hack */

div#mainmenu ul li a {
  display: block;
  padding: 0;
  margin:0 0 0 30px;
  text-decoration:none;
  color:#FFFFFF;
  letter-spacing: 1px;
  text-align:left;
}

div#mainmenu a:hover {
  color:#000000;
}

* html div#mainmenu {
  float:left;
}

div#mainmenu ul li ul {
  margin:0;
  padding:0;
  position:absolute;
  width:220px;
  text-align:left;
  z-index: 1;
}

div#mainmenu ul li ul li {
  width:100%;
  border-left:1px solid black;
  border-bottom:1px solid black;
  border-right:1px solid black;
  background-color:#c19d6d;
}

div#mainmenu ul li ul li a {
  padding: 0;
  margin:0;
}

div#mainmenu ul li ul li:first-child {
  border-top:1px solid black;
}

body div#mainmenu ul li ul {
  display:none;
}

div#mainmenu ul li:hover ul, div#mainmenu ul li ul:hover {
  display:block;
}

/* @end */

/* @group headerphotos */

#headerphotos {
	position: relative;
	width: 100%;
	height: 129px;
	overflow: hidden;
}

#headerphotos a:link{
	border: none;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

#headerphotos img{
	border: none;
	position: relative;
	float: left;
	margin-top: 7px;
	width: 115px;
	height: 115px;
}

div.pica img{
	position: relative;
}

div.picb img {
	position: relative;
	margin-left: 22px;
	width: 115px;
}


/* @end */

/* @group Dropinbox */

#dropinboxv2cover{
width: 420px; /*change width to desired */
/*height: 220px;  change height to desired. REMOVE if you wish box to be content's natural height */
position:absolute; /*Don't change below 4 rules*/
z-index: 100;
overflow:hidden;
visibility: hidden;
}

#dropinboxv2{
width: 400px; /*change width to above width-20. */
/*height: 200px; change height to above height-20. REMOVE if you wish box to be content's natural height*/
border: 4px solid white; /*Customize box appearance*/
background-color: #dbc4a2;
padding: 4px;
position:absolute; /*Don't change below 3 rules */
left: 0;
top: 0;
}

#dropinboxv2 p{
	font-size: .8em;
	text-align: justify;
	width: 370px;
	margin: 10px auto;
}

#dropinboxv2 h1{
	color: #345862;
	line-height: 1em;
	margin-top: 10px;
}

#dropinboxv2 a:link{
	color: #345862;
}

#dropinboxv2 a:hover{
	color: #b1c0c3;
}

#dropinboxv2 a:visited{
	color: #345862;
}

/* @end */



div#maincontent {
 	background-color:#b1c0c3;
  	background-image: url("images/mainbkg.gif");
  	background-repeat: repeat-y;
  	background-position: top left;
  	width: 800px;
	position: relative;
	float: left;
	text-align: left;
}

/* @group sidebar */

#sidebar {
	width: 197px;
	float: left;
	padding: 0;
	text-align: left;
	overflow: hidden;
}

#sidebar p{
	width: 170px;
	padding: 0 10px;
	text-align: justify;
}

#sidebar a:visited{
	color: #b1c0c3;
}

#sidebar h2 {
	font-size: .9em;
	color: #dbc4a2;
	margin-top: 10px;
	margin-left: 5px;
}

#sidebar h2 a {
	color: #dbc4a2;
}

#sidebar h2 a:hover {
	color: #b1c0c3;
}

#sidebar h3 {
	font-size: .7em;
	color: #ffffff;
	margin-left: 5px;
}

/* @end */

/* @group sm header */

.smheader {
	background: #bc9b6a;
	width: 197px;
	height: 30px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	border-bottom: 2px solid #dbc4a2;
}

.smheader1 {
	background: #bc9b6a;
	width: 197px;
	height: 30px;
	margin: 0 auto;
	border-top: 7px solid #dbc4a2;
	position: relative;
	text-align: center;
	border-bottom: 2px solid #dbc4a2;
}

/* @end */

/* @group in this issue */

#iti {
	width: 197px;
	margin: 0 auto 8px auto;
	position: relative;
	top: 2px;
}

#iti a{
	text-decoration: none;
	color: #b1c0c3;
}

#iti a:hover{
	color: #ffffff;
}

#iti ul {
	list-style-type: none;
}

#iti ul li {
	padding: 2px 5px;
}

/* @end */

div#past{
	width: 197px;
	margin: 0 auto 8px auto;
	position: relative;
	top: 10px;
}

div#past ul {
	list-style-type: none ;
}

#past ul li {
	padding-left: 10px;
}

div#past a{
	font-size: .8em;
	color: #dbc4a2;
}

div#past a:hover{
	color: #b1c0c3;
}

/* @group events */

#events {	
	background: #345862 url("images/events.jpg");
	width: 200px;
	margin: 0 auto 10px auto;
	position: relative;
	top: 2px;
}

#events a:hover {
	color: #b1c0c3;
}

#events p{
	font-size: .7em;
}

#events p a:link {
	color: #b1c0c3;
}

#events p a:hover {
	color: #ffffff;
}

/* @end */

div#content {
	position: relative;
	float: left;
	left: 6px;
	width: 597px;
	margin: 0 auto;
	overflow: hidden;
}

div#content a:link {
	color: #345862;
}

div#content a:hover {
	color: #ffffff;
}

div#content p{
	width: 550px;
	margin: 10px auto;
	text-align: justify;
}

div#content h1{
	text-align: center;
}

/* @group lg header */

.lgheader {
	background: #bc9b6a;
	width: 597px;
	height: 30px;
	position: relative;
	text-align: right;
	border-bottom: 2px solid #dbc4a2;
}

.lgheader1 {
	background: #bc9b6a;
	width: 597px;
	height: 30px;
	position: relative;
	border-top: 7px solid #dbc4a2;
	text-align: right;
	border-bottom: 2px solid #dbc4a2;
}

/* @end */

/* @group main articles */

.mainarticles {
	background: #b1c0c3;
	width: 575px;
	height: 150px;
	margin: 2px 0 6px 10px;
	position: relative;
}

.mainarticles img {
	margin: 0px 10px 5px 5px;
	float: left;
	clear: both;
	width: 115px;
	height: 115px;
	display: inline;
}

.mainarticles p{
	//display: inline;
	//padding: 10px 5px 5px 5px;
	text-align: justify;
}

.support {
	background: #b1c0c3;
	width: 575px;
	margin: 2px 0 6px 10px;
	position: relative;
}

/* @end */

div#footer {
	position: relative;
  	clear:both;
  	color:white;
 	border-top:20px solid #c19d6d;
	text-align:center;
	font-size:.8em;
	margin: 0 auto;
}

div#footer a:link{
	text-decoration: underline;
	color:white;
}

div#footer a:visited {
	text-decoration:underline;
	color:white;
}

div#w3c {
	margin-top: 10px;
}

/* W3C Certification stuff */

div#w3c a {
	display:block;
	width: 57px;
	height: 20px;
	margin: 3px 20px;
}

div#w3c img {
	border: 0;
}

#xhtml {
	float: left;
	background-image: url(images/xhtml.gif);
}

#xhtml:hover {
	background-image: url(images/xhtmlhov.gif);
}

#css {
	float: right;
	background-image: url(images/css.gif);
}

#css:hover {
	background-image: url(images/csshov.gif);
}

/* End the w3c certification stuff */

p#opentracker {
	font-size:.4em;
	margin:3px 0 0 0;
}

p#opentracker a:link {
	color:#FFFFFF;
	text-decoration:none;
}

div.clearfloats {
  clear:both;
  height: 0;
  line-height: 0;
  border-top: 5px solid #dbc4a2;
}

