@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:#24313F;
}
h1{
padding:0;
margin:15px 0 10px 0;
font-weight:100;
color:#FFFFFF;
font-size:2em;
}
h2{
padding:0;
margin:5px 0 5px 0;
font-weight:100;
color:#FFFFFF;
font-size:1.4em;
padding-right:30px;
background-image:url(/templatemedia/h2_bullet.gif);
background-position:right;
background-repeat:no-repeat;
}
p{
color:#8CA4C2;
text-align:justify;
line-height:1.75em;
margin:10px 0 10px 0;
}
p.white{
color:#FFFFFF;
}
p.footer{
color:#FFFFFF;
margin:5px 0 20px 0;
font-size:.9em;
text-align:left;
}
#iip{
position:relative;
top:5px;
float:right;
}
div.hr {
clear:both;
	height:20px;
	background: #24313F url(/templatemedia/dotted_line.gif) repeat-x scroll center;}

div.hr hr {display: none}
ul{
margin:0px 0px 5px 0px;
list-style:none;
padding:0;
}
li{
position:relative;
color:#8CA4C2;
line-height:1.75em;
list-style-type:none;
padding-left:20px;
margin-left:0px;
background-image:url(/templatemedia/link_arrow.gif);
background-position:0px 6px;
background-repeat:no-repeat;
}

#container{
	position:absolute;
	width:760px;
	left:50%;
	margin-left:-380px;
	}

#header{
	height:100px;
}
#logo{position:absolute; top:14px; left:27px;
padding:0;}

#top_links{
position:absolute;
top:34px; right:40px;
margin:0;
padding:0;
text-align:right;
}
#nav{
	height:33px;
	float:right;
	width:684px;
	}
#nav ul { /* remove bullets and list indents */
	list-style: none;
	text-align:center;
	margin: 0;
	padding: 0;
	font-size:1.1em;
	font-weight:bold;
}
#nav ul li{
	position:relative;
	right:40px;
	float:left;	
	padding:0;
	background-image:none;
}
#nav ul li a{
	display:block;
	width:114px;
	height:27px;
	background-image:url(/templatemedia/tabs.gif);
	background-position:114px 0;
	text-decoration:none;
	color:#FFFFFF;
	padding-top:6px;
}
#nav ul li a:hover{
	background-image:url(/templatemedia/tabs.gif);
	background-position:2px 0;
	background-repeat:no-repeat;
}
#flash{
	width:760px;
	height:220px;
	float:left;
	padding:2px 0px 2px 0px;
	background-image:url(/templatemedia/flash_bg.gif);
	background-repeat:repeat-y;
	}
#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:0;
clear:both;
}
a.arrow{
background-image:url(/templatemedia/link_arrow.gif);
background-repeat:no-repeat;
background-position:0 3px;
padding-left:20px;
}

a{
	color:#99FF00;
	
}
a:hover {
	text-decoration:none;
}
div.spacer {
	clear:both;
	}
img.thumbnail{
position:relative;
	padding:2px;
	background-color:#FFFFFF;
	clear:right;
	border:#0D1723 1px solid;
	margin:2px;
}
img.right {
float:right;
padding:1px;
border:#8CA4C2 1px solid;
margin:12px 0 6px 12px;
}
	
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #19222B;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;

}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font:16px Tahoma;
line-height: 1.1em;
letter-spacing:1px;
color: white;
padding: 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: #19222B;
color:#FFFFFF;
line-height:1.5em;
text-align:center;
}

#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;
}

