/*---------- InLine Page CSS ----------*/

html, body{ 
margin:0; 
padding:0; 
text-align:center;
background:#000 url(../images/bg.jpg) repeat-x;
font:12px/1.5em Arial, Helvetica, sans-serif; 
} 

#container{ 
position:relative;
width:790px;
margin:0 auto; 
background-image:url(../images/bg_body.jpg);
border:1px solid #555;
border-top:none;
}

#header_top{ 
position:relative;
width:790px;
height:170px;
background-color:#ccc;
}

#header_top img{
float:left;
}

#header_bottom{ 
position:relative;
width:790px;
height:68px;
background-image:url(../images/header_bottom.jpg);
}

#left{ 
position:relative;
float:left;
width:194px;
background-image:url(../images/bg_left.jpg);
}

#left_top{
position:absolute;
width:194px;
height:78px;
background-image:url(../images/left_top.jpg);
top:0;
left:0;
}

#body{
position:relative;
float:right;
text-align:left;
width:550px;
padding:0px 20px 20px 20px;
margin-top:-3px;
background-color:#fff;
}

#footer{ 
position:relative;
width:790px;
height:130px;
background-image:url(../images/footer_new.jpg);
}

#copyright{ 
position:relative;
width:790px;
height:44px;
background-image:url(../images/copyright.jpg);
}

#bottom_spacer{
width:790px;
height:18px;
}

#back_to_top{
position:absolute;
right:11px;
top:14px;
width:23px;
height:18px;
}

/*---------- Home Link ----------*/

#home_link{
position:absolute;
top:6px;
left:32px;
width:162px;
height:52px;
z-index:1000;
}


/*---------- Basic Body Links ----------*/

a:link, a:visited{
color:#039;
}

a:hover, a:active{
color:#900;
}

/*---------- Main Menu ----------*/

div#main_menu{
position:absolute;
top:113px;
left:-15px;
text-align:left;
font:bold 11px/.9 Arial, Helvetica, sans-serif;
z-index:99;
}

#main_menu ul{
list-style-type:none;
}

#main_menu li{
margin-bottom:16px;
}

#main_menu a:link, #main_menu a:visited{
color:#fff;
text-decoration:none;
}

#main_menu a:hover, #main_menu a:active{
color:#ff0;
text-decoration:underline;
}

/*---------- Top Menu ----------*/

div#top_menu{
position:absolute;
top:26px;
right:15px;
text-align:right;
font:bold 10px/.9 Arial, Helvetica, sans-serif;
z-index:100;
}

#top_menu ul{
list-style-type:none;
}

#top_menu li{
display:inline;
}

#top_menu a{
display:block;
float:left;
padding:.2em 1em;
border-right:1px solid #fff;
}

#top_menu a:link, #top_menu a:visited{
color:#222;
text-decoration:none;
}

#top_menu a:hover, #top_menu a:active{
color:#c8082b;
text-decoration:underline;
}

/*---------- Left Menu ----------*/

div#left_menu{
position:absolute;
top:52px;
text-align:left;
color:#c8082b;
font:bold 11px/1.2em Arial, Helvetica, sans-serif;
}

#left_menu ul{
list-style-type:none;
margin-right:5px;
}

#left_menu a{
}

#left_menu li{
background:url(../images/arrow.gif) no-repeat 0 50%;
padding-left:10px;
margin-bottom:20px;
}

#left_menu a:link, #left_menu a:visited{
color:#222;
text-decoration:none;
}

#left_menu a:hover, #left_menu a:active{
color:#c8082b;
text-decoration:underline;
}

/*---------- Left First ----------*/

li.left_first{
color:#222;
font-size:12px;
font-weight:bold;
}

li.left_first a:link, li.left_first a:visited{
color:#222;
font-size:12px;
font-weight:bold;
text-decoration:none;
}

li.left_first a:hover, li.left_first a:active{
color:#c8082b;
text-decoration:underline;
}

/*---------- InGov Left Menu ----------*/

#ingov_leftmenu{
margin-left:32px;
}

#ingov_leftmenu img{
margin-bottom:5px;
}

/*---------- Crumb Trail ----------*/

.crumb_trail{
font-size:9px;
padding-bottom:10px;
border-bottom:1px dashed #ccc;
}

.crumb_trail a:link, .crumb_trail a:visited{
color:#222;
}

.crumb_trail a:hover, .crumb_trail a:active{
color:#c8082b;
text-decoration:underline;
}


/*---------- List Links ----------*/

ul.list_links{
list-style-type:none;
margin:-5px 0 0 15px;
padding:0;
}

ul.list_links ul{
list-style-type:none;
}

.list_links li{
margin-bottom:4px;
}

.list_links li a{
padding-left:10px;
background:url(../images/arrow.gif) no-repeat 0 50%;
}

.list_links li ul{
margin-top:3px;
}

.list_links a:link, .list_links a:visited{
color:#222;
text-decoration:none;
}

.list_links a:hover, .list_links a:active{
color:#c8082b;
text-decoration:underline;
}

/*---------- Site Map ----------*/

ul.site_map ul{
}

.site_map li{
margin-bottom:3px;
}

.site_map li a{
}

.site_map a:link, .site_map a:visited{
color:#039;
text-decoration:none;
}

.site_map a:hover, .site_map a:active{
color:#900;
text-decoration:underline;
}

a:link.site_map_main, a:visited.site_map_main{
color:#c8082b;
font-weight:bold;
font-size:12px;
text-decoration:underline;
}

a:hover.site_map_main, a:active.site_map_main{
color:#900;
text-decoration:underline;
}

a:link.site_map_secondary, a:visited.site_map_secondary{
color:#039;
font-weight:bold;
text-decoration:none;
}

a:hover.site_map_secondary, a:active.site_map_secondary{
color:#900;
text-decoration:underline;
}

/*---------- Back Links ----------*/

.back{
margin-top:60px;
padding-top:10px;
border-top:1px solid #ccc;
clear:left;
font-size:10px;
}

.back a{
padding-left:10px;
background:url(../images/arrowback.gif) no-repeat 0 50%;
}

.back a:link, .back a:visited{
color:#222;
text-decoration:none;
}

.back a:hover, .back a:active{
color:#c8082b;
text-decoration:underline;
}

/*---------- Back2 ----------*/


.back2{
margin-top:-20px;
clear:left;
font-size:10px;
}

.back2 a{
padding-left:10px;
background:url(../images/arrowback.gif) no-repeat 0 50%;
}

.back2 a:link, .back2 a:visited{
color:#222;
text-decoration:none;
}

.back2 a:hover, .back2 a:active{
color:#c8082b;
text-decoration:underline;
}

/*---------- Classes ----------*/

.video_tablehead{
	color: #FFFFFF;
	font-weight: bold;
}

.edit{
color:#000;
background-color:#ffc;
}

.img_left{
float:left;
margin:5px 20px 10px 0;
border:1px solid #555;
}

.img_left_noborder{
float:left;
margin:5px 20px 10px 0;
}

.img_right{
float:right;
margin:5px 0 20px 10px;
border:1px solid #555;
}

.img_right_noborder{
float:right;
margin:5px 0 20px 10px;
}

.currentpage_main{
color:#ff0;
}

.currentpage_aux{
color:#c8082b;
}

.hor_first{
border-left:1px solid #fff;
}

.hor_last{
border-right:none;
}

.subheader{
font:bold 13px/1 Arial, Helvetica, sans-serif;
color:#c8082b;
margin:27px 0 20px;
}

.subsubheader{
font:bold 12px/1 Arial, Helvetica, sans-serif;
color:#5e739c;
margin:30px 0 25px;
}

.solid_border{
border-bottom:1px solid #ccc;
margin:30px 0;
}

.dotted_border{
border-bottom:1px dashed #ccc;
margin:30px 0;
}

.clearfloats{
clear:both;
}

.smaller{
font-size:9px;
}

.altidemo_tables table{
margin-bottom:30px;
}

.ico_help{
margin-left:3px;
margin-bottom:-5px;
}

.copyright{
color:#ddd;
font-weight:bold;
font-size:10px;
}

.red{
color:#900;
}

/*---------- Tables ----------*/

table{
border:0;
border-collapse:collapse;
width:100%;
font:12px/1.5em Arial, Helvetica, sans-serif;
}

td{
text-align:left;
vertical-align:top;
}


.header{
background-color:#c41130;
color:#fff;
font-weight:bold;
font-size:12px;
}

tr.alt{
background-color:#e9e9e9;
}

.two_border{
border-left:1px solid #dcdcdc;
border-top:1px solid #dcdcdc;
}

table.two_border td{
border-right:1px solid #dcdcdc;
border-bottom:1px solid #dcdcdc;
padding:8px;
width:50%;
}

table.btn_three td{
width:33%;
text-align:center;
}

table.table_form{
border-top:1px solid #dcdcdc;
border-left:1px solid #dcdcdc;
border-bottom:8px solid #dcdcdc;
}

table.table_form td{
border-right:1px solid #dcdcdc;
border-bottom:1px solid #dcdcdc;
padding:8px;
}

td.alt2{
background-color:#fafafa;
}

.footer_row{
background-color:#333;
}

/*---------- VM Ware Iframe ----------*/

#idSVIframe{
min-height:800px;
}

/* for Internet Explorer */
/*\*/
* html #idSVIframe{
height:800px;
}
/**/

/*---------- HTML ----------*/

p{
margin-bottom:20px;
}

hr{
margin:35px 0;
}

a img{
border:0;
}

/*---------- Dropdown Menu ----------*/

#dropmenudiv{
position:absolute;
background-color:#fff;
border:1px solid black;
border-bottom:3px solid black;
z-index:1000;
text-align:left;
padding-bottom:5px;
filter:alpha(opacity=95);
-moz-opacity:0.95;
}

#dropmenudiv a{
background:url(../images/arrow.gif) no-repeat 0 50%;
width:100%;
color:#222;
font-size:10px;
display:block;
padding:5px 3px 5px 10px;
margin-left:10px;
text-decoration: none;
}

#dropmenudiv a:hover{
color:#c8082b;
text-decoration:underline;
}


/*---------- Lightbox ----------*/

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 1000;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	/*--font: 10px Verdana, Helvetica, sans-serif;--*/
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:10px 10px 0;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right; margin-bottom:5px;  }	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 500;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	