@charset "utf-8";
/* CSS Document */
body {
	font-family: Tahoma, Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:.75em;
	margin:0;
	background-image:url(/templatemedia/bg_image.gif);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#0D1723;
}
blockquote {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right:0px;
  padding-left: 15px;
  border-left: 2px solid #02C1DC;
  color:#FFFFFF;
  line-height:1.75em;
} 
h1{
padding:0;
margin:15px 0 10px 0;
font-weight:100;
color:#FFFFFF;
font-size:2em;
}
h1.blue{
color:#02C1DC;
}
h2{
padding:0;
margin:15px 0 10px 0;
font-weight:100;
color:#FFFFFF;
font-size:1.4em;
padding-left:30px;
background-image:url(/templatemedia/h2_bullet.gif);
background-position:left;
background-repeat:no-repeat;
}
ul{
margin:5px 0px 5px 0px;
list-style:none;
padding:0;
}
li{
color:#8CA4C2;
line-height:1.75em;
list-style-type:none;
padding-left:20px;
margin:0;
background-image:url(/templatemedia/link_arrow.gif);
background-position:0px 7px;
background-repeat:no-repeat;
}
div.hr {
clear:both;
	height:10px;
	background: #0D1723 url(/templatemedia/dotted_line.gif) repeat-x scroll center;}

div.hr hr {display: none}
span.white{
color:#FFFFFF;
}
#project_info{
width:120px;
float:left;
clear:right;
}
p{
color:#8CA4C2;
text-align:justify;
line-height:1.75em;
margin:6px 0 6px 0;
}
p.right{
text-align:right;
color:#FFFFFF;
}
p.white{
color:#FFFFFF;
}
p.footer{
color:#FFFFFF;
margin:20px 0 20px 0;
font-size:.9em;
text-align:left;
}
#iip{
position:relative;
top:20px;
float:right;
}
#container{
	position:absolute;
	width:760px;
	left:50%;
	margin-left:-380px;
	background-color:#0D1723;
	}

#header{
	height:86px;
}
#logo{position:absolute; top:34px; left:40px;
padding:0;}

#top_links{
position:absolute;
top:34px; right:40px;
margin:0;
padding:0;
text-align:right;
}
#nav{
	height:33px;
	float:right;
	width:452px;
	}
ul.nav { /* remove bullets and list indents */
	list-style: none;
	text-align:center;
	margin: 0;
	padding: 0;
	font-size:1.1em;
}
ul.nav li{
	position:relative;
	right:40px;
	float:left;	
	background-image:none;
	padding:0;
}
ul.nav li a{
	display:block;
	width:113px;
	height:33px;
	line-height:33px;
	background-image:url(/templatemedia/tabs.gif);
	background-position:right;
	text-decoration:none;
	color:#FFFFFF;
}
ul.nav li a:hover{
	background-image:url(/templatemedia/tabs.gif);
	background-position:left;
}
#flash{
	width:760px;
	height:220px;
	float:left;
	border-bottom:2px solid #02C1DC;
	border-top:2px solid #02C1DC;
	}
#left{
	float:left;
	clear:left;
	position:relative;
	left:40px;
	width:188px;
	margin:10px 0 0 0;
	}
#right{
	float:right;
	position:relative;
	right:40px;
	width:452px;
	margin:10px 0 0 0;
	}
#footer{
	float:left;
	width:452px;
	height:90px;
	}
	
div.article{
padding-bottom:10px;
clear:both;
}
div.rightarticle{
padding-bottom:10px;
clear:both;
}
a.arrow{
background-image:url(/templatemedia/link_arrow.gif);
background-repeat:no-repeat;
background-position:0 3px;
padding-left:20px;
}
a{
	color:#02C1DC;
}
a:hover {
	color:#00FFFF;
}
div.spacer {
	clear:both;
	}
img.thumbnail{
position:relative;
	padding:2px;
	background-color:#FFFFFF;
	clear:right;
	border:#0D1723 1px solid;
	margin:1px;
	top:6px;
}
img.right{
float:right;
margin:8px 0 8px 12px;
clear:right;
	padding:2px;
	background-color:#FFFFFF;
}
	
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #162E48;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;

}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font:16px Tahoma;
line-height: 2em;
letter-spacing:1px;
color: white;
padding: 5px 0 5px 0;
text-align: right;
background-image:url(/templatemedia/close_button.gif);
background-repeat:no-repeat;
background-position:right;

}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: #162E48;
color:#FFFFFF;
line-height:1.5em;
text-align:left;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}


