/*------- Defaults ----------*/
* {
	padding: 0;
	margin: 0;
}
p{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 5px;
}
h1{
	color: #8CB9E4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}
h2{
	color: #24568B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 10px;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #24568B;
	margin-top: 5px;
}
h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
a{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
a:hover {
	text-decoration: none;
}
img {
 border: none;
}
img.logo {
 float:right;
}
ul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style: inside disc;
	margin-bottom: 10px;
	margin-left: 10px;
}
li{
	margin-bottom: 8px;
	padding: 0;
	text-indent: -1em;
}
table{
	clear: both;
	border: 1px solid #24568B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 20px;
	width: 100%;
}
table th{
	background: #CCCCCC;
	color: #24568B;
}
table td{
	background: #DEE2EB;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #24568B;
}
/*------------ Structure ----------------*/
#wrapper {
	margin: auto auto;
	width: 765px;
	border-left: 1px solid #DEE2EB;
	border-right: 1px solid #DEE2EB;
}

#masthead {
	width: 100%;
	position: relative;
}

#masthead img{
	float:left;
	margin: 5px;
}
#breadcrumbs p{
	color: #CCCCCC;
	font-size: 10px;
}
#breadcrumbs a{
	font-size: 10px;
	color: #CCCCCC;
	text-decoration: none;
}
#breadcrumbs a:hover{
	text-decoration: underline;
}
databuildpage #breadcrumbs{
	margin-top: 10px;
}
#login {
	float: right;	
	margin-top: 18px;
}
#email {
  width: 500px;
  height: 600px;
  border: 1px solid #999999;
  color: red;
}
#content {
	margin: 0px;
	padding: 0;
	float: right;
	width: 570px;
}
#contentText{
	clear: both;
	margin-top: 0px;
	/*padding-left: 10px;*/
	padding-right: 10px;
	padding-left: 2px;
}
#home #contentText h1{
	color: #24568B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	margin-top: 15px;
}
#contentText p{
	margin-top: 10px;
}
#breadcrumbs p{
	margin-top: 0;
}
#contentPromo{
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	width: 185px;
	height: 270px;
	background: #E4E8EF url(../images/gfx/content_promo_graydon_link.gif) no-repeat bottom left;
	text-decoration: none;
}
#contentPromo .promoDisclaimer{
	font-size: 10px;
	color: #999999;

}
#lbm #contentPromo{
	height: 350px;
	background: #E4E8EF url(../images/gfx/content_promo_lbm_link.gif) no-repeat bottom left;
}
#marketing #contentPromo{
	height: 330px;
	background: #E4E8EF url(../images/gfx/content_promo_blank.gif) no-repeat bottom left;
}
#databasepage #contentPromo{
	height: 200px;
	background: #E4E8EF url(../images/gfx/content_promo_blank.gif) no-repeat bottom left;
}
#risk #contentPromo{
	height: 230px;
	background: #E4E8EF url(../images/gfx/content_promo_blank.gif) no-repeat bottom left;
}
#rates #contentPromo{
	height: 290px;
}
#contentPromo p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
	color: #315988;
}
#contentPromo ul{
	list-style: inside;
	list-style-type: disc;
	padding: 5px;
	padding-left: 20px;
	margin: 0px;
	text-indent: -1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#contentPromo li{
	color: #315988;
	font-weight: bold;
	margin-bottom: 2px;
  text-decoration: none;
}
#contentPromo li a{
	color: #315988;
	font-weight: bold;
	margin-bottom: 2px;
	text-decoration: none;
	font-size: 11px;
}
#contentPromo li a:hover{
	text-decoration: none;
}
#contentPromo #LBM {
  Line-Height: 150%
}
#contentPromoLink{
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	width: 185px;
	height: 315px;
	background: #E4E8EF url(../images/gfx/content_promo_graydon_link.gif) no-repeat bottom left;
  Line-Height: 100%
}
#contentPromoLink .promoDisclaimer{
	font-size: 10px;
	color: #999999;
}
#lbm #contentPromoLink{
	height: 350px;
	background: #E4E8EF url(../images/gfx/content_promo_lbm_link.gif) no-repeat bottom left;
}
#marketing #contentPromoLink{
	height: 330px;
	background: #E4E8EF url(../images/gfx/content_promo_blank.gif) no-repeat bottom left;
}
#databasepage #contentPromoLink{
	height: 200px;
	background: #E4E8EF url(../images/gfx/content_promo_blank.gif) no-repeat bottom left;
}
#risk #contentPromoLink{
	height: 230px;
	background: #E4E8EF url(../images/gfx/content_promo_blank.gif) no-repeat bottom left;
}
#rates #contentPromoLink{
	height: 290px;
}
#contentPromoLink p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
	color: #315988;
}
#contentPromoLink ul{
	list-style: inside;
	list-style-type: disc;
	padding: 5px;
	padding-left: 20px;
	margin: 0px;
	text-indent: -1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#contentPromoLink li{
	color: #315988;
	font-weight: bold;
	margin-bottom: 2px;
}
#contentPromoLink li a{
	color: #315988;
	font-weight: bold;
	margin-bottom: 2px;
	text-decoration: none;
	font-size: 11px;
}
#contentPromoLink li a:hover{
	text-decoration: underline;
}

.topLink{
	color: #82ABDF;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dashed #82ABDF;
}
#sidebar {
	float: left;
	margin-left: 5px;	
	width: 184px;
}
#contactnos {
	margin-top: 5px;
	background: #E4E8EF url(../images/gfx/sideDownload_bottom.gif) no-repeat bottom left;
	height: 100%;
}
#contactnos h2{
	background: url(../images/gfx/side_content_top.gif) no-repeat top left;
	color: #24568B;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	padding: 10px;
	padding-left: 15px;
	margin-bottom: 10px;
}
#contactnos .sideContactSubHead{
	color: #999999;
	font-weight: bold;
	font-size: 12px;
}
#contactnos p{
	margin-left: 15px;
	padding-bottom: 10px;
}
#contactnos .sideContactDetail{
	color: #24568B;
	font-weight: bold;
}
#sitemap{
	margin-left: 20px;
	margin-top: 20px;
}
#sitemap a{
	color: #24568B;
	font-size: 12px;
}
#sitemap a:hover{
	text-decoration: none;
}
#sideDownload{
	background: #E4E8EF url(../images/gfx/sideDownload_bottom.gif) no-repeat bottom;
/*	margin-top: 5px;*/
	padding-bottom: 5px;
	height: 120px;
}
#sideDownload h2{
	background: url(../images/gfx/sideDownload_top.gif) no-repeat top left;
	height: 23px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 7px;
	padding-left: 10px;
}
#sideDownload p{
	margin-left: 15px;
	margin-bottom: 5px;
	line-height: 20px;
}
#sideDownload a{
	color: #000000;
	font-weight: normal;
	font-size: 11px;
}
#footer{
	clear: both;
	width: 100%;
	margin-top: 20px;
	/*padding-left: 10px;*/
	padding-right: 10px;
}
#footer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
#footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #82ABDF;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
#contents li{
	margin-bottom: 5px;
}
#contents a{
	color: #82ABDF;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dashed #82ABDF;
}
#contents a:hover{
	border-bottom: none;
}

.ipwrap{
	width: 184px;
	height: 125px;
	float: left;
	margin-left: 2px;
/*	background-color: ;*/
	background: #E4E8EF url(../images/gfx/home_promo_bottom.jpg) no-repeat bottom left;
}
.ipwrap h2{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/gfx/home_promo_top.gif) no-repeat top left;
	font-size: 14px;
	width: 169px;
	padding-top: 8px;
	padding-left: 15px;
	height: 23px;
}
.ipwrap p{
	color: #24568B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 10px;
	padding-right: 2px;
}
.ipwrap ul{
	list-style: inside;
	list-style-type: square;
	padding-left: 10px;
	font-size: 10px;
}
.ipwrap li{
	color: #24568B;
	font-size: 10px;
	margin-bottom: 0;
}
.ipwrap a{
	color: #24568B;
	font-size: 10px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.ipwrap a:hover {
	text-decoration: none;
}
.tableTitle{
	background: #24568B;
	font-weight: bold;
	color: #FFFFFF;
}
.ratesKey{
	color: #999999;
	font-size: 10px;
}
#databuildBanner{
	width: 559px;
	background: #A6C9EA url(../images/gfx/databuild_banner_bottom.jpg) no-repeat bottom left;
}
#databuildBanner h1{
	background: url(../images/gfx/databuild_banner_top.jpg) no-repeat top left;
	width: 529px;
	height: 89px;
	padding-top: 25px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #345880;
}
#databuildBanner .bannerSub{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
	margin-left: 20px;
}
#databuildBanner ul{
	width: 500px;
	list-style: outside;
	list-style-type: none;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	margin-left: 25px;
	padding-bottom: 20px;
}
#databuildBanner li{
	text-indent: 0;
}
#databuildBanner a{
	color: #0000FF;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}
#databuildBanner a:hover{
	text-decoration: underline;
}
/*--------- Navigation -----------*/
#sidebar ul {
	list-style: none;
	list-style-image: none;
	margin-bottom: 5px;
	margin-left: 0;
}
#sidebar li{
	display: block;
	background: #E4E8EF;
	margin-bottom: 3px;
	padding: 2px;
	padding-left: 10px;
	text-indent: 1em;
}
#sidebar li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #24568B;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	display: block;
}
#sidebar li a:hover {
	color: #FFFFFF;
}
#graydon #sidebar #aboutgraydon, #lbm #sidebar #aboutlbm, #marketing #sidebar #directmarketing, #databasepage #sidebar #databasepage, #rates #sidebar #ratespage, #risk #sidebar #riskdata, #databuildpage #sidebar #databuild{
	background: #8CB9E4;
}
#graydon #sidebar #aboutgraydon a, #lbm #sidebar #aboutlbm a, #marketing #sidebar #directmarketing a, #databasepage #sidebar #databasepage a, #rates #sidebar #ratespage a, #risk #sidebar #riskdata a, #databuildpage #sidebar #databuild a {
	color: #FFFFFF;
}
#graydon #sidebar #aboutgraydon a:hover, #lbm #sidebar #aboutlbm a:hover, #marketing #sidebar #directmarketing a:hover, #databasepage #sidebar #databasepage a:hover, #rates #sidebar #ratespage a:hover, #risk #sidebar #riskdata a:hover, #databuildpage #sidebar #databuild a:hover {
	color: #E4E8EF;
}
#sidebar #navBottom{
	background: url(../images/gfx/nav_bottom_back.gif) no-repeat;
}
#sidebar #navTop{
	background: url(../images/gfx/nav_top_back.gif) no-repeat;
}
#home #navTop{
	background: url(../images/gfx/nav_top_on_back.gif) no-repeat;
}
#home #navTop a{
	color: #FFFFFF;
}
#home #navTop a:hover{
	color: #E4E8EF;
}
#contact #navBottom{
	background: url(../images/gfx/nav_bottom_on_back.gif) no-repeat;
}
#contact #navBottom a{
	color: #FFFFFF;
}
#contact #navBottom a:hover{
	color: #E4E8EF;
}

/*	---------------------------------------------------------------
	FORM STYLING
	------------------------------------------------------------ */	
	
	button {
		font-size: 0.9em;
		color: #27578C;
		padding: 0.2em 0.4em;
		border: 1px #9DB1C9 solid;
		background: #fff url(../images/gfx/button_bg.jpg) repeat-x bottom left;
		margin-right: 4px;
		cursor: pointer;
	}
	
	button:hover {
		color: #000;
		background-image: none;
	}
	
	fieldset {
		margin: 1em 0;
		padding: 1em;
		border : 1px solid #ccc;
		background-color:#F5F5F5
	}
	
	fieldset h2 { margin-bottom: 1em; }
	legend { font-weight: bold; }

	form p { position: relative; width: 100%; margin-bottom: 0.5em;}

	label {
		float: left;
		width: 12em;
	}

	input {
		width: 240px;
	}

	input.radio, input.checkbox, input.submit {
		width: auto;
	}

	/* style form elements on focus */
	input:focus, textarea:focus {
		background: #ffc;
	}

	input.radio {
		float: left;
		margin-right: 1em;
	}

	textarea {
		width: 100%;
		height: 100px;
	}
	
	p#info label, p#join label, p#other label, p#pleasesend label {
		float: none;
		width: auto;
		margin-left: 1em;
	}
	
	p#info input, p#join input, p#other input, p#pleasesend input {
		width: auto;
	}
	
	p#other {
		line-height: 110%;
		font-size: 1em;
	}
	
	fieldset p#other label {
		margin-right: 1em;
	}	
	
	div.checkboxgroup {
  		padding-top: 0.6em;
	}
	
	div.checkboxgroup p input.checkbox {
		float: left;
		margin-right: 1em;
		position: relative;
		top: 2px;
	}

	div.checkboxgroup p label {
		float: none;
		line-height: 110%;
		font-size: 0.9em;
		width: 80%;
	}

/*------ Hacks -----*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

/* Hides from IE-mac \*/
* html #contentText{
	margin-left: 10px;
}
* html #innerpromo{
	margin-top: 5px;
	margin-left: 0;
}
* html .ipwrap{
	margin-right: 0px;
	margin-left:1px;
	padding: 0;
}
* html #contentPromo{
	height: 300px;
}
* html #contentText{
	padding: 0;
	padding-right: 0px;
}
* html #sidebar{
	margin-left: 3px;
}
* html #content{
	width: 556px;
	margin-left: 3px;
	padding: 0;
}
* html #masthead{
	margin-bottom: 5px;
}
* html #sidebar li{
	margin: 0;
	margin-bottom: 2px;
	padding-top: 0;
	padding-left: 0px;
	text-indent: 0;
}
* html #topNav{
	margin: 0;
	padding: 0;
}
* html #sidebar li a {
	padding: 2px;
}
* html #lbm #contentPromo{
	height: 350px;
}
* html #marketing #contentPromo{
	height: 360px;
}
* html #databasepage #contentPromo{
	height: 220px;
}
* html #risk #contentPromo{
	height: 260px;
}
* html #contentPromo ul{
	margin-left: 5px;
}
* html #contentPromo li{
	text-indent: -1.4em;
}
* html button{
	font-size: 12px;
}



/* Anchor **************************/

.anchor {
color:#617C7B;
text-decoration:none;
font-weight: bold;
}

a.anchor:link, a.anchor:visited {
text-decoration:none;
color:#617C7B;
font-weight: bold;
}

a.anchor:active {
text-decoration:none;
color:#FBCD9C;
font-weight: bold;
}

a.anchor:hover {
text-decoration:none;
color:#FBCD9C;
font-weight: bold;
}






/* End hide from IE-mac */