@charset "utf-8";
/* CSS Document */

body,td,th {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body {
	background-color: #FFF;
}
#header	{
	margin-left:20px;
	margin-right:20px;
	font-size:18px;
	color:#333;
	line-height:48px;
}
#nav	{
	background-image:url(images/nav_bkg.png);
	height:43px;
	font-size:12px;
	color:#FFF;

	
}
ul {
  font-family: Arial, Verdana;
  font-size: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  display: block;
  position: relative;
  float: right;

}
li ul { display: none; }
ul li a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  border-top: 1px solid #ffffff;
  padding: 13px 15px 13px 15px;
  background-image: url(images/nav_bkg.png);
  margin-left: 1px;
  white-space: nowrap;
  z-index:4;
}
ul li a:hover { background:  #617F8A; }
li:hover ul {
  display: block;
  position: absolute;
  z-index:4;
}
li:hover li {
  float: none;
  font-size: 11px;
}
li:hover a { background:  #617F8A; }
li:hover li a:hover { background:  #006699; }

#info_bar	{
	font-size:12px;
	color:#FFF;
	line-height:28px;
	margin-right:20px;
}
.main_content	{
	background-image:url(images/bkg.png);
	background-repeat:repeat-x;
	background-color:#525455;
}
.tag	{
	background-image:url(images/tag.gif);
	background-repeat:no-repeat;
	color:#FFF;
	line-height:20px;
	position:relative; left:75px; top:0px; float:left;
	width:295px;
	height:20px;
	z-index:2;
}
#shadow	{
	background-image:url(images/shadow.png);
	background-repeat:repeat-x;
	position:relative; top: 0px;
	z-index:3;	
}
.photo_display	{
	position:relative; float:right; width:761px; height:395px; top:-0px;
	z-index:1;
}
#white_tag	{
	background-image:url(images/white_bar_bkg.png);
	background-repeat:repeat-y;
	line-height:36px;
	color: #333;
	text-decoration:none;
}
#white_tag a:link	{
	color: #333;
	text-decoration:none;
}
#white_tag a:visited	{
	color: #333;
	text-decoration:none;
}
#white_tag a:hover	{
	color:#006699;
	text-decoration:none;
}
#transparent	{
	background-image:url(images/transparent_bkg.gif);
	margin:0px
}
#transparent p	{
	margin-left:75px;
	margin-right:75px;
	text-align:justify;
	line-height:18px;
}
#transparent li	{
	text-align:left;
	margin-left:100px;
}
.blue_txt	{
	font-size:18px;
	color: #069;
}
.copyright	{
	font-size:10px;
	color:#666;
}
.copyright:link	{
	color:#666;
	text-decoration:none;
}
.copyright:visited	{
	color:#666;
	text-decoration:none;
}
.copyright:hover	{
	color:#069;
	text-decoration:none;
}
.copyright:active	{
	color:#666;
	text-decoration:none;
}

