/* idealiconic.com css */

* {
  margin: 0;
  padding: 0;

}

body
{
	font-family: MisoRegular;
} 

#wrapper {
  margin: 0 auto;
  width: 922px;
}

ul#navlist
{
text-align: center;
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
font-family: HighlandGothicFLF;
color: #808080;
background-color: #FFF;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #000033;
text-decoration: none;
}

#header {
  border: 1px solid #cccccc;
  margin: 0px;
  padding: 10px;
  background: #ffffff none repeat scroll 0% 50%;
  color: #333333;
  width: 900px;
  float: left;
  height: 100px;
  text-align: center;
}
#navigation {
  border: 1px solid #ffffff;
  margin: 0px;
  padding: 10px;
  background: #ffffff none repeat scroll 0% 50%;
  float: left;
  width: 900px;
  color: #ffffff;
}
#navigation2 {
  border: 1px solid #65cbff;
  margin: 0px;
  padding: 10px;
  background: #65cbff none repeat scroll 0% 50%;
  float: left;
  width: 900px;
  color: #cccccc;
}
#leftcolumn {
  border: 1px solid #65cbff;
  margin: 0px;
  padding: 10px;
  background: #65cbff none repeat scroll 0% 50%;
  color: #000066;
  height: 450px;
  width: 200px;
  float: left;
}
#content {
  border: 1px solid #65cbff;
  margin: 0px;
  padding: 10px;
  background: #65cbff none repeat scroll 0% 50%;
  float: left;
  color: #808080;
  height: 450px;
  width: 456px;
  display: inline;
}
#rightcolumn {
  border: 1px solid #65cbff;
  margin: 0px;
  padding: 10px;
  background: #65cbff none repeat scroll 0% 50%;
  color: #999999;
  height: 450px;
  width: 200px;
  float: left;
}
#footer {
  border: 1px solid #65cbff;
  margin: 0px;
  padding: 10px;
  background: #65cbff none repeat scroll 0% 50%;
  width: 900px;
  clear: both;
  color: #ffffff;
}

a:link {
  color: #ffffff;
  text-decoration: none;
}
a:visited {
  color: #ffffff;
  text-decoration: none;
}
a:hover {
  color: #666666;
  text-decoration: underline;
}
a:active {
  color: #ffffff;
  text-decoration: none;
}  

a.topic:link {
  color: #000033;
  text-decoration: none;
}

a.topic:visited {
  color: #999999;
  text-decoration: none;
}

a.topic:hover {
  color: #ffffff;
  text-decoration: underline;
}
a.topic:active {
  color: #000033;
  text-decoration: none;
} 

@font-face {
	font-family: MisoRegular;
	src: url('miso.eot');
	src: local('Miso Regular'), local('Miso'), url('miso.ttf') format('truetype');
}

h1.style1 {
  	font-family: MisoRegular, Arial,sans-serif;
  font-size: 2em; color: #000033;
}

p.style1 {
  	font-family: MisoRegular, Arial,sans-serif;
  font-size: 1.25em; 
}

p.style2 {
  	font-family: MisoRegular, Arial,sans-serif;
  font-size: 1.25em; color: #000033;
}

p.style3 {
  	font-family: MisoRegular, Arial,sans-serif;
  font-size: .8em; color: #65cbff;
}

p.style4 {
  	font-family: MisoRegular, Arial,sans-serif;
  font-size: 2em; color: #FFF;
}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #FFF;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

