/*Begin navigation menu*/
#navigation{
  padding-top:0px;
  overflow:hidden;
  width:1300px;
}

#navigation a.nav_item{
  display:block;
  float: left;
  background: url("images/inactive_button.png") repeat-x;
  width: 99px; 
  height: 30px;
  line-height: 30px;
  text-align:center;
  text-decoration:none;
  font-size:14px;
  font-weight:bold;
  color:#FFFFFF;
}

#navigation a.nav_item_long{
  display:block;
  float: left;
  background: url("images/inactive_button.png") repeat-x;
  width: 135px; 
  height: 30px;
  line-height: 30px;
  text-align:center;
  text-decoration:none;
  font-size:14px;
  font-weight:bold;
  color:#FFFFFF;
}

#navigation a.nav_item:hover {
  background: #103c8b;
}

#navigation a.nav_item_long:hover {
  background: #103c8b;
}

#navigation a.nav_dept_long:hover {
  background: #103c8b;
}

#navigation a.nav_dept:hover {
  background: #103c8b;
}

#navigation a.nav_dept{
  display:block;
  float: left;
  background: url("images/dept_button.png") repeat-x;
  width: 90px; 
  height: 30px;
  line-height: 30px;
  text-align:center;
  text-decoration:none;
  font-size:14px;
  font-weight:bold;
  color:#FFFFFF;
}

#navigation a.nav_dept_long{
  display:block;
  float: left;
  background: url("images/dept_button.png") repeat-x;
  width: 135px; 
  height: 30px;
  line-height: 30px;
  text-align:center;
  text-decoration:none;
  font-size:14px;
  font-weight:bold;
  color:#FFFFFF;
}

#navigation a#nav_last.nav_item{
  width: 154px;
}

#navigation .nav_delimiter{
  display:block;
  float: left;
  background: url("images/menu_bar.png") repeat-x;
  width: 4px;
  height: 30px;
}


/* Main content */ 

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail:hover {
    position:relative;
    top:-25px;
    left:-35px;
    width:600px;
    height:auto;
    display:block;
    z-index:999;
}

#emailsign {
	font-size: 13px;
}

#emailsign td {
	padding: 10px;
	margin: 0;
	vertical-align: top;
}

#emailsign p {
	float: right;
	line-height: normal;
}

#emailsign a {
	color: #184A17;
	font-weight: bold;
}


.maintable td { 
font:16px Verdana, Arial, Helvetica, sans-serif; line-height: 1.5;
} 



body{margin:1px;font:14px Verdana, Arial, Helvetica, sans-serif; color:#000000; line-height: 1.35;} 

p {margin:1px;font:16px Verdana, Arial, Helvetica, sans-serif; color:#000000; line-height: 1.5;}
p.purple {margin:1px;font:16px Verdana, Arial, Helvetica, sans-serif; color:#400080; line-height: 1.5;}
p.green {margin:1px;font:16px Verdana, Arial, Helvetica, sans-serif; color:#008080; line-height: 1.5;}
p.black {margin:1px;font:16px Verdana, Arial, Helvetica, sans-serif; color:#000000; line-height: 1.5;}
p.market {margin:1px;font:16px Verdana, Arial, Helvetica, sans-serif; color:#400080; line-height: 1.5;}
p.footer {font:12px Verdana, Arial, Helvetica, sans-serif; color:#000000; line-height: 1.35;}

h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	color: #400080;
}

.maincontentpurple {
	margin-left: auto;
    margin-right: auto;
	font:16px Verdana, Arial, Helvetica, sans-serif; color:#400080; line-height: 1.35;
}

.maincontent {
	margin-left: auto;
    margin-right: auto;
	font:16px Verdana, Arial, Helvetica, sans-serif; line-height: 1.5;
}

/*{font-size: 12px;} */

ul{margin:0;padding:0;} 

/* Main Link Properties */ 

A:link { 	color: blue; text-decoration: underline; } 

A:visited { 	color: purple; 	text-decoration: none; } 

A:active { 	color: black; 	text-decoration: underline; } 

A:hover { 	color: red; 	text-decoration: underline; } 

