/* amg_style.css */

body {
	margin:0;
	padding:20px 0 0;
	background:#FFFFFF;
	font: 12px/21px Verdana, Arial, Helvetica, sans-serif; 
}

#radEditorContainerHTML  {
font:12px/21px Verdana, Arial, Helvetica, sans-serif; 
color:#000000;
margin-left:10px;
}

#content {
font:12px/21px Verdana, Arial, Helvetica, sans-serif; 
color:#003580;
}
#content A {
color:#000000;
}


#whitepaper {
	float:right;
	width:165px;
	padding: 70px 0px 0px 20px;
}

.itemlist{
FLOAT: left;
	padding-right:30px;
	border-right-color: Gray;
	border-right-style: solid;
	border-right-width: thin;

}


.itemlist A:hover{
background-color: #efefef;

}


	.leadin{

font:17px/21px Verdana, Arial, Helvetica, sans-serif; 
color:#000000;
	}
	
img {
	border:0;
}

.ipbf-qitem-prompt table {
  width: 100px;
  }


.ipbf-qitem-prompt td {
	border: 0;
	vertical-align: top;
	padding: 0px; 
}

.ipbf-errormsg {
	color: #999999;
	font:  8px Verdana, Arial, Helvetica, sans-serif;
	width: 250px;
}

.ipbf-qitem-preview-table {
	border: 0;
	color: #000000 ;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	width: 500px;
	padding: 10px 0px 0px; 
}

.ipbf-qitem-column-left img {display: none; visibility: hidden;}

.ipbf-qitem-column-left {
	color: #000000;
	padding: 0;
	text-align: left;
	vertical-align: top;
	width: 115px;
	font-weight: bold;} 

.ipbf-qitem-prev-PageNo {font: bold 12px Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;}
 
#_ctl0_ctlResponse_btnNextTop {
	display: none;
	visibility: hidden;
	border:10px solid #444444;
	}
#contact-content {
	width:500px;
	float:left;
	 
}


.pad10 {
	padding:10px;
}

.clr
{
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}


#gbl_nav {
	width:780px;
	padding:0;
	height:35px;
	list-style-type:none;
	margin:50px auto 0;
}

#gbl_nav li {
	float:left;
}

#bound {
	background:#003580 url(../images/background.gif) no-repeat;
	clear:both;
	margin:0 0 10px;
}

#main {
	margin:0 auto;
	color:#000000;
	width:777px;
	background:#FFFFFF;
}

#mainpad {
	padding:0 10px 10px;
	position:relative;
}

#holdflash {
	clear: left;
	height:275px;
}

#navflash {
	width:565px; 
	float:left;
}

#content {
	width:565px;
	float:left;
}

#right {
	float:right;
	width:185px;
}

#casestudies {
	height:340px; 
	margin:0 0 10px;
}

#logo {
	float:right;
	width:185px;
	padding-top: 20px;
}

#footer {
	clear:both;
	margin:20px 0 0;
	background:url(../images/footer_background.gif);
	height:73px;
	font:12px/21px Verdana, Arial, Helvetica, sans-serif; 
	color:#FFFFFF;
	text-align:center;
}

#footer a {
	color:#FFFFFF;
}


/** 
secondary nav dropdown, based on suckerfish 
**/

ul#nav{
	height:40px;
	padding: 0;
	margin: 0;
	list-style: none;}

ul#nav li ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#nav li { /* all list items */
	display:block;
	float: left;
	position: relative;
	width: 185px;
	border-right:2px solid #FFFFFF;
	height:40px;
	padding:0;
}

ul#nav li a {
	text-decoration:none;
}


ul#nav li span {
	text-transform:uppercase;
	color:#FFFFFF;
	font-family: Arial, sans-serif;
	font-size:17px;
	font-weight:bold;
	text-align:center;
	display:block;
	padding:10px 0 0;
}

ul#nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
}

ul#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: 40px;
	left: auto;
}

ul#nav li ul li { /* second-level lists */
	border-width: 0;
	height:auto;
	margin:0;
	padding:0;
}

ul#nav li ul li a { /* 2nd list items */
	display:block;
	width:173px;
	color:#FFFFFF;
	text-decoration:none;
	font-size:12px;
	text-transform:none;
	background:#265393;
	padding:0 0 0 12px;
	border:1px solid #265393;
	border-width:1px 0;
}

ul#nav li ul li a:hover {
	border:1px solid #FFFFFF;
	border-width:1px 0;
	background:#003580;
}
	
ul#nav li:hover ul, ul#nav li.over ul { /* lists nested under hovered list items */
	display: block;
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
}


/** 
case studies dropdown, based on suckerfish 
**/
ul#case{
	height:40px;
	padding: 0;
	margin: 0;
	list-style: none;}

ul#case li ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul#case li { /* all list items */
	display:block;
	float: left;
	position: relative;
	width: 185px;
	color:#FFFFFF;
	font-family: Arial, sans-serif;
	font-size:17px;
	font-weight:bold;
	height:40px;
	text-align:left;
	text-transform:uppercase;
	padding:0;
}

ul#case li span {
	display:block;
	padding:10px 0 0 58px;
	text-align:left;
}

ul#case li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
}

ul#case li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: 40px;
	left: auto;
}

ul#case li ul li { /* second-level lists */
	border-width: 0;
	height:auto;
	margin:0;
	padding:0;
}

ul#case a { /* all list items */
	display:block;
	width:173px;
	height:26px;
	color:#FFFFFF;
	text-decoration:none;
	font-size:15px;
	text-transform:none;
	padding:10px 0 0 12px;
	border:2px solid #FFFFFF;
	border-width:0 0 2px;
}

ul#case a:hover {
	background:#003580;
}
	
ul#case li:hover ul, ul#case li.over ul { /* lists nested under hovered list items */
	display: block;
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
}
