@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,th,td { 
	margin:0;
	padding:0;
}
body { 
	background-image:url('../media/AGI-background.png');
	background-position:center top;
	background-repeat:repeat-y;	
	font-family: Arial, 'Open Sans', 'Helvetica Neue', Helvetica, Sans-Serif;
}

p{ 
 font-family: Arial, 'Open Sans', 'Helvetica Neue', Helvetica, Sans-Serif;
 font-size:14px;
 LINE-HEIGHT: 1.75em;
 }
ul, li{
 font-family: Arial, 'Open Sans', 'Helvetica Neue', Helvetica, Sans-Serif; 
 font-size:14px;
 line-height: 1.25em;
}
a img {border: none; }

a, a:hover, a:visited {
	COLOR: #48a942;
	text-decoration:none;
}

h1 {
	font-family: Arial, 'Open Sans', 'Helvetica Neue', Helvetica, Sans-Serif;
	color: #4891ce;
 LINE-HEIGHT: 1.75em;
	font-weight:normal;
	font-size: 28px;
}
h2 {
	font-family: Arial, 'Open Sans', 'Helvetica Neue', Helvetica, Sans-Serif;
 LINE-HEIGHT: 1.75em;
	FONT-SIZE: 22px;
	color:#000;
	font-weight:normal;
}
h3 {
	font-family: Arial, 'Open Sans', 'Helvetica Neue', Helvetica, Sans-Serif;
	COLOR: #48a942; 
	FONT-SIZE: 18px;
	font-weight:normal;
 LINE-HEIGHT: 1.75em;
}
div#title_container {
	width:100%;
	background: transparent url('../media/title_background.png') repeat-x top left;
	height:74px;
}
div#title {
	width:1005px;
	height:74px;
	margin: 0px auto;
	position: relative;
}
div#menu_container {
	width:100%;
	background: transparent url('../media/menu_background.png') repeat-x top left;
	height:27px;
	z-index: 1000;/*****1*/
}
div#menu {
	width: 1005px;
	height:27px;
	margin: 0px auto;
	white-space: nowrap;
	overflow: visible;
	z-index: 1000;/*****1*/
	position: relative;
}
div#menu_list {
	margin: 0px /*auto*/;
	font-size: 11px;
	font-family: Arial, 'Open Sans', 'Helvetica Neue', Helvetica, Sans-Serif;
	color: #58595b;
	list-style:none;
	white-space: nowrap;
	position: absolute;
	top:5px;
	width:1007px;
	text-align:right;
	/*z-index: 1;*/
}
div#wrapper {
	position:relative; 
	margin:  auto;
	width:1015px;
	float: none;
}

div#leftnav {
	position:relative;
	left:0px;
	width:215px;
	float: left;
	border-right:1px dotted #333333;
	height:100%;
}
div#mainsection {
	position:relative;	
	top:0px;
	width:715px;
	float:right;
}
div#graphic_header {
	width: 1015px;
	position: static;	
}
div#columns {
	width: 1015px;
	position: relative;
	/*background: transparent url('/home/media/bg-f5f5f5.gif') repeat-y left top;*/
	/*float:left;*/
}
div#center_container 
{
margin-left:0px;float:none;width:1005px;
	
}
div#center_content {
	padding:  5px 20px 5px;
	color: #303030;
	top:0px;
	left:0px;
	vertical-align:top;
}
#bread_crumb{
	font-weight: normal;
	font-size: 9px;
	font-family: Arial, 'Open Sans', 'Helvetica Neue', Helvetica, Sans-Serif;
	padding: 0px 0px 10px 0px;
	letter-spacing:1px;
	color: #909090;	
}

#bread_crumb a:link, #bread_crumb a:hover, #bread_crumb a:active, #bread_crumb a:visited {

	text-decoration: none;
	color: #909090;	
}

div#foot_wrap 
{
	width: 100%; /* was 905px */
		padding-top:10px;
}
div#foot {
	border-top: 1px dotted #808080;
	width:990px;
	height:74px;
	margin: 0px auto;
	position: relative;
	text-align:right;
	padding-top:10px;
	padding-bottom:10px;	
}

.copyright-text {
	font-size: .76em;
	white-space: nowrap;
	FONT-FAMILY: Arial, 'Open Sans', 'Helvetica Neue', Helvetica, Sans-Serif; 
	FONT-SIZE: 10px;
	text-align:right;

	/*top: 0px;*/
}

.clear {
	clear:both;
}
.subnav ul{
	margin:6px 0 10px 0;
	padding:10px;
	vertical-align:top;
}


.subnav ul li a {
	font-family: Arial, 'Open Sans', 'Helvetica Neue', Helvetica, Sans-Serif;
	font-size:14px;
	color:#333333;
	text-decoration:none;
	vertical-align:top;

	
}

.subnav ul li a:hover{
	text-decoration:underline;
}

.subnav ul li.selected a {
	color:#000000;
}
.subnav ul li  
{
	list-style-type: none;
	background:url("../media/blt-sidenav_lvl2.gif") 0px 4px no-repeat;
	margin: 0 0 0 10px;
	padding:1px 0 10px 18px;
}
.subnav h4, .subnav h4 a, .related h4, .related h4 a{
	font-family: Arial, 'Open Sans', 'Helvetica Neue', Helvetica, Sans-Serif;
	font-weight:normal;
	font-size:16px;
	color:#48a942;
	text-decoration:none;
	margin:0px 0px 10px 0px;
	
  	/*width: 200px;*/
}

.subnav h4 a:hover, .related h4 a:hover {
	text-decoration:underline;
}