﻿/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* --------------------------------------------------------- =Advanced Links Styling ------------------------------------------------ */
#AdvancedLinksDiv {
    width: 999px !important;
    height: 85px !important;
    float: left;
    margin-left: -110px;
}
#AdvancedLinksText {
    width: 150px !important;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 0 5px 15px;
    color: #333333;
}
#AdvancedLinksUSbusiness {
    float: left;
    padding:0 0px 0 17px;
    width: 200px;
}
#AdvancedLinksConsumer {
    padding:3px 0 3px 0;
}
#AdvancedLinksPhysician {
    float: left;
    padding:0 0px 0 60px !important;
    position: relative;
    top: -18px;
}
#AdvancedLinksDentist {
    padding:3px 0 3px 0;
}
#AdvancedLinksHomeOwner {
    float: left;
    padding:0 0px 0 145px !important;
    position: relative;
    top: -18px;
}
#AdvancedLinksNewMover {
    padding:3px 0 3px 0;
}
#AdvancedLinksAdvancedConsumerDiv {
    float: right;
    padding:0 15px 0 0;
    position: relative;
    top: -20px;
}
#AdvancedLinksBankruptcy {
    padding:3px 0 3px 0;
}
#AdvancedConsumerDiv {
    display: none !important;
}
#AdvancedLinksROI {
    display: block !important;
}
#AdvancedLinksDataEnhancement {
    float: left;
    display: none !important;
}
#AdvancedLinksDataEnhancementNew {
    color: red;
    font-size: 10px;
    font-weight: bold;
    display: none !important;
}
#AdvancedLinksROItext {
    position: relative !important;
    top: -20px !important;
    right: -25px !important;    
}