/* ADDED ON 01/22/2010 */

.location li {
    display: inline;
    float: left;
    height: 250px;
    width: 185px;
    vertical-align:top;
    margin: 0 16px 15px 3px;
    padding: 90px 7px 7px 7px;
    width: 210px;
    height: 170px;
    
    border: 1px solid #ccc;
    
}

.location2 li {
  width: 220px;
  padding: 90px 7px 7px 7px;
  height: 400px;
  display:none;
  
}
.location2 h2 
	{
    padding: 7px;	
    width: 180px;
	}
	
.location2 li#none {
	  display: list-item;
	}

#themap{
	height: 400px;
	margin-right: 220px;
	}
	
	#themapcontainer
	{
	width: 960px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #ccc;
	padding: 7px 0;
	margin-bottom: 15px;
	}
	
	#theitem {
   
   width: 220px;
   float:right;
   width: 220px;
   height: 400px;
   
   
	}
	
#collins{ background: #fff url('/wp-content/uploads/2010/01/partners-collins.gif') 7px 0px no-repeat; }
#ibis { background: #fff url('/wp-content/uploads/2010/01/partners-ibis.png') 7px 0px  no-repeat; }
#merit { background: #fff url('/wp-content/uploads/2010/01/partners-merit.gif') 7px 0px no-repeat; }
#bmi { background: #fff url('/wp-content/uploads/2010/01/partners-bmi.gif') 7px 0px  no-repeat; }
#aka { background: #fff  url('/wp-content/uploads/2010/01/partners-aka.gif') 7px 0px  no-repeat; }
#socius { background: #fff url('/wp-content/uploads/2010/01/partners-socius.gif') 7px 0px no-repeat; }
#maginus { background:#fff url("/wp-content/uploads/2010/03/maginus.png")  7px 20px no-repeat; }
#tvh { background:#fff url("/wp-content/uploads/2010/01/partners-tvh.png")  7px 0px no-repeat; }

/* ADDED ON 04/27/2010 */
.download-bottom {
  background: #fff url('/images/download-bottom.png') center bottom no-repeat;
  width: 435px;
  padding-bottom: 15px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.download-bottom p { padding-left:30px; padding-right:30px; }
.download-bottom h2 { padding-left:30px; padding-right:30px; padding-top:10px;}
.download-bottom a { color: #2b74d9; font-weight:bold; }
.download-whitepaper { height: 78px; background:#fff url('/images/download-top-whitepaper.png') 0 0 no-repeat; }
.download-brochure { height: 78px; background:#fff url('/images/download-top-brochure.png') 0 0 no-repeat; }

#inquiry_form p { clear:both; padding: 0 0 15px 0;}
#inquiry_form label { width:200px; text-align:right; padding: 0 15px 0 0; float:left;}
#inquiry_form input { width:225px; float:left; border:1px solid #ddd; padding: 2px 4px;}
#inquiry_form textarea { width:275px; float:left; border:1px solid #ddd; padding: 2px 4px;}
#inquiry_form .submit { margin: 15px 0 0 215px; back }

/* buttons */
#inquiry_form .submit {
    text-align: center;
}
#inquiry_form .submit {
     background: #4d91ce;
     padding: 5px 15px 5px 15px;
     text-align: center;
     font-weight: bold;
     color: #fff;
     text-decoration: none; border: 1px outset #86b6e2;
     -webkit-border-radius: 5px; width: auto; -moz-border-radius: 5px;  -khtml-border-radius: 5px;  border-radius: 5px;
     text-shadow: rgba(0,0,0, .5) 0px -1px 0px;
     border-top: inset 1px #4d91ce; border-left: inset 1px #4d91ce; border-bottom: solid 1px solid #000; border-right: 1px solid #666;
}

#inquiry_form .submit:hover  {
     background: #53AFF0;
     text-shadow: rgba(0,0,0, .5) 0px 1px 0px;
	cursor: pointer;
	cursor: hand;

}


