﻿/*
GENERAL SETTINGS
*/


body 
{
 background-image: url('images/background_02.png');
 background-color: white;
 background-repeat: repeat-x;
 margin: 0px;
 font-family: Arial, Helvetica, Sans-Serif;
 padding: 0px;
}

body#other 
{
 background-image: url('images/other-background.jpg');
 background-color: White;
}

body#sub 
{
 background-image: url('images/sub-background.jpg');
 background-color: White;
}

ul.red-dot
{
 list-style-image: url('images/red-bullet.jpg');
 text-indent: 2px;
 margin-left: -15px; 
 #text-indent: 2px;
 #margin-left: 25px;
 vertical-align: middle; 
 font-size: 13px;
 width: 220px;
}

ul.red-dot li
{
    width: 220px;
}

h1
{
 font-size: 34px;
 font-weight: lighter;
 margin-bottom: 0px;
}

h2
{
 font-size: 30px;
 font-weight: lighter;
 margin-bottom: 0px;
 margin-left: 20px;
 margin-top: 20px;
}

h6
{
 font-weight: lighter;
 font-size: 16px;
 margin-top: 10px;
 margin-bottom: 0px;
}

.entry
{
 margin-top: 6px;
 font-size: 13px;
}

.change-red
{
 color: #ec262c;
}

.red-links
{
 color: #ec262c;
 text-decoration: underline;
}

.red-links:hover
{
 color: #ec262c;
 text-decoration: none;
}

.black-links
{
 color: black;
 text-decoration: underline;
}

.black-links:hover
{
 color: black;
 text-decoration: none;
}

li h4
{
	font-size: 14px;
}

#samplecontainer
{
	position: relative;
	left: 70px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	#margin-left: 60px;
}

#new-samples
{
    position: absolute;
    top: 10px;
    left:500px;
    border: 0px;
}

#other-samples
{
    position: absolute;
    top: 375px;
    left:540px;
    width: 200px;
    height: 50px;
    border: 0px;
	z-index:31;

}

a.home-samples
{
    position: absolute;
    width: 200px;
    height: 50px;
    text-decoration: none;
    border: 0px;
	display: block;
}

#youtube
{
    position: absolute;
    top: 350px;
    left: 550px;
    border: 0px;
    z-index: 50;
}

a.home-youtube
{
    position: absolute;
    width: 175px;
    height: 125px;
    border: 0px;
    text-decoration: none;
    z-index: 50;
}


/*
DIV ID'S
*/


#header
{
 position: relative;
 top: 14px;
 left: 0px;
 text-align: left;
 width: 1004px;
}

#header > a:first-child {
	margin-left: 15px;
}

#autoshell
{
	position: relative;
	top: 28px;
	left: 0px;
	width: 1004px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-image: url('images/auto-background-new.png');
	background-repeat: no-repeat;
	background-color: #ffffff;
	#top: 29px;
}

#othershell
{
	position: relative;
	top: 28px;
	left: 0px;
	width: 1004px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-image: url('images/other-landing-background.jpg');
	background-repeat: no-repeat;
	background-color: #ffffff;
	#top: 29px;
}

#mortgageshell
{
	position: relative;
	top: 28px;
	left: 0px;
	width: 1004px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	background-image: url('images/mortgage-background.jpg');
	background-repeat: no-repeat;
	background-color: #ffffff;
	#top: 29px;
}


#container
{
 position: relative;
 top: 0px;
 width: 1004px;
 text-align: left;
}

.sub-container
{
 position: relative;
 top: 0px;
 height: 151px;
}

#content-sub-other
{
 position: relative;
 top: 0px;
 left: 0px;
 background-image: url('images/other-sub.png');
 background-repeat: no-repeat;
 width: 1004px;
 background-color: white;
 text-align: left;
 margin-top: -20px;
}

#content-sub-auto
{
 position: relative;
 top: -20px;
 left: 0px;
 background-image: url('images/auto-sub.png');
 background-repeat: no-repeat;
 width: 1004px;
 background-color: #ffffff;
 text-align: left;
}

#portfolio
{
 position: relative;
}

#portfolio-img
{
 position: relative;
 float: right;
 margin-top: -120px;
 #margin-top: -125px;
 right: 15px;
 vertical-align: top;
}

#portfolio p
{
 vertical-align: top;
 width: 105px;
 margin-left: 17px;
 margin-top:;
 font-size: 13px;
}

#form
{
 position: absolute;
 float: right;
 width: 310px;
 top: 400px;
 left: 560px;
}

#contact
{
 position: relative;
 float: left;
 #top: 15px;
 width: 140px;
 font-size: 13px;
}

#contact h3
{
 font-weight: normal;
 font-size: 15px;
 margin-bottom: 0px;
}

#fields
{
 position: relative;
 float: right;
 font-size: 13px;
 top: 23px;
}

#footer
{
 position: relative;
 left: 0px;
 bottom: 0px;
 background-image: url('images/footer.jpg');
 background-repeat: repeat-x;
 background-position: bottom;
 background-color: white;
 width: 100%;
 height: 49px;
 margin-top: 60px;
 padding-bottom: 0px;
 vertical-align: middle;
 color: white;
 font-size: 12px;
 padding-top: 15px;
 text-transform: lowercase;
}

#sub-container
{
	position: relative;
	top: 28px;
	left: 0px;
	width: 1004px;
	text-align: left;
	#top: 29px;
}

#sub-logo
{
	position: absolute;
	top: 0px;
	left: 735px;
}

form
{
	margin: 0px 0px 0px 40px;	
	font-weight: bold;
}

a#leadtrackerclick
{
	border: 0px;
	width: 125px;
	height: 125px;
	display: block;
	background-image: none;
}

#ltholder
{
	position: absolute;
	top: 264px;
	left: 745px;
	width: 124px;
	height: 123px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	z-index: 30;
}

img.ltimg
{
	border: 0px;
}



/*
NAV STYLES
*/


.nav
{
 list-style: none;
 margin-left: -14px;
 #margin-left: 25px;
 margin-top: 0px;
}

.insidenav
{
 list-style: none;
}


.top-nav
{
 border: none;
}

.nav li
{
 width: 180px;
}

.break
{
 margin-top: -5px;
 margin-bottom: -5px;
 padding-top: -5px;
 padding-bottom: -5px;
 line-height: -5px;
}

.head
{
 color: #ec1c24;
 font-size: 15px;
 text-transform: uppercase;
 font-weight: bold;
 padding: 25px;
 padding-top: 0px;
 padding-bottom: 2px;
}

.nav li a
{
 color: #010101;
 text-decoration: none;
 font-size: 14px;
 width: 180px;
}

.nav li a:hover
{
 color: #010101;
 text-decoration: none;
 font-size: 14px;
 background-color:#56b3f5;
 width: 180px;
}

.insidenav li a
{
 color: #010101;
 text-decoration: none;
 font-size: 14px;
 width: 180px;
}

.insidenav li a:hover
{
 color: #010101;
 text-decoration: none;
 font-size: 14px;
 background-color:#56b3f5;
 width: 180px;
}

.insidenav li span
{
 color: #010101;
 text-decoration: none;
 font-size: 14px;
 width: 180px;
}

/* .insidenav li span:hover
{
 color: #010101;
 text-decoration: none;
 font-size: 14px;
 background-color:#56b3f5;
 width: 180px;
} */


/*
HEADLINE STYLES
*/


#headline
{
 position: relative;
 top: 10px;
 left: 30px;
 width: 450px;
 height: 110px;
 z-index: 2;
}

#top-line
{
 font-size: 28px;
 margin-bottom: 0px;
 margin-top: 0px;
 text-indent: 12px;
}

#small
{
 font-size: 14px;
 margin-bottom: 0px;
 margin-top: 12px;
}

#white
{
 font-size: 28px;
 color:#f6fbfe;
 text-transform: uppercase;
 margin-bottom: 0px;
 #margin-bottom: -20px;
 margin-top: 5px;
 text-indent: 20px;
}

#red
{
 color: #da323f;
 margin-bottom: 0px;
 font-weight: bold;
}

#click
{
 position: absolute;
 top: 68px;
 left: 340px;
 #left: 330px;
 display: inline;
 font-size: 15px;
 color: #162d3d;
 vertical-align: top;
 text-decoration: none;
 text-indent: 0px;
}

#click a
{
 color: #162d3d;
 vertical-align: top;
 text-decoration: none;
}



/*
3 COLUMN LAYOUT
*/


#leftcols
{
 position: relative;
 float: left;
 top: 59px;
 left: 32px;
 width: 720px;
}

#rightcol
{
 position: relative;
 float: right;
 top: 401px;
 right: 18px;
 width: 231px;
}

#leftnav
{
 position: relative;
 float: left;
 width: 231px;
}

#rightnav
{
 position: relative;
 float: right;
 width: 463px;
 font-size: 13px;
}



table, tr, td
{
 text-align: left;
}


/*
TAB SPAN SYSTEM
*/

a#autotabrollover
{
	background-image: url('/images/tab-auto-off.jpg');
	background-repeat: no-repeat;
	width: 154px;
	height: 38px;
	display: block;
	float: left;
}

a#autotabrollover span
{
	display: none;
}

a#autotabrollover:hover
{
	background-image: url('/images/tab-auto-on.jpg');
	text-decoration: none;
}

a#morttabrollover
{
	background-image: url('/images/tab-mortgage-off.jpg');
	background-repeat: no-repeat;
	width: 154px;
	height: 38px;
	display: block;
	float: left;
}

a#morttabrollover span
{
	display: none;
}

a#morttabrollover:hover
{
	background-image: url('/images/tab-mortgage-on.jpg');
	text-decoration: none;
}


a#othertabrollover
{
	background-image: url('/images/tab-other-off.jpg');
	background-repeat: no-repeat;
	width: 154px;
	height: 38px;
	display: block;
	float: left;
}

.complete {
	display: none;
}

a#othertabrollover span
{
	display: none;
}

a#othertabrollover:hover
{
	background-image: url('/images/tab-other-on.jpg');
	text-decoration: none;
}

a#autotab
{
	background-image: url('/images/tab-auto-on.jpg');
	background-repeat: no-repeat;
	width: 154px;
	height: 38px;
	display: block;
	float: left;
}

a#morttab
{
	background-image: url('/images/tab-mortgage-on.jpg');
	background-repeat: no-repeat;
	width: 154px;
	height: 38px;
	display: block;
	float: left;
}

a#othertab
{
	background-image: url('/images/tab-other-on.jpg');
	background-repeat: no-repeat;
	width: 154px;
	height: 38px;
	display: block;
	float: left;
}


a#autotab span
{
	display: none;
}

a#morttab span
{
	display: none;
}

a#othertab span
{
	display: none;
}


#tabs
{
 position: relative;
 top: 0px;
 left: 20px;
 width: 464px;
 height: 38px;
}

span.auto-tab
{
 position: absolute;
 top: 0px;
 #top: -7px;
 left: 0px;
 width: 154px;
 height: 38px;
 visibility: hidden;
}

span.auto-tab-other
{
 position: absolute;
 top: 0px;
 #top: -7px;
 left: 0px;
 width: 154px;
 height: 38px;
 /*background-image: url('/images/tab-auto-off.jpg');
 background-repeat: no-repeat;*/
 visibility: visible;
 display: table-cell;
}

a span.auto-tab
{
 background-image: url('/images/tab-auto-on.jpg');
 background-repeat: no-repeat;
}

a span.auto-tab:hover
{
 background-image: url('/images/tab-auto-off.jpg');
 background-repeat: no-repeat;
}

span.auto-tab-other:hover
{
 position: absolute;
 top: 0px;
 #top: -7px;
 left: 0px;
 width: 154px;
 height: 38px;
 background-image: url('/images/tab-auto-on.jpg');
 background-repeat: no-repeat;
 visibility: visible;
 display: table-cell;
}

span.other-tab
{
 position: absolute;
 top: 0px;
 #top: -7px;
 left: 217px;
 width: 217px;
 height: 38px;
 /*background-image: url('/images/tab-other-off.jpg');
 background-repeat: no-repeat;*/
 visibility: visible;
 display: table-cell;
}

span.other-tab-other
{
 position: absolute;
 top: 0px;
 #top: -7px;
 left: 217px;
 width: 217px;
 height: 38px;
 /*background-image: url('/images/tab-other-on.jpg');
 background-repeat: no-repeat;*/
 visibility: visible;
}

a span.other-tab
{
 background-image: url('/images/tab-other-off.jpg');
 background-repeat: no-repeat;
}

a span.other-tab:hover
{
 background-image: url('/images/tab-other-on.jpg');
 background-repeat: no-repeat;
}

span.other-tab:hover
{
 position: absolute;
 top: 0px;
 left: 217px;
 width: 217px;
 height: 38px;
 background-image: url('/images/tab-other-on.jpg');
 background-repeat: no-repeat;
 visibility: visible;
}

div#bigphone
{
	position: absolute;
	top: 15px;
	left: 480px;
	z-index: 3;
	width: 400px;
}

div#specials
{
	position: absolute;
	left: 360px;
	top: 110px;
	width: 100px;
	line-height: 1em;
	z-index: 5;
}

/*
FONT & LINK CLASSES
*/


a.white
{
 font-family: Arial, Helvetica, Sans-Serif;
 font-size: 16px;
 color: #000000;
 text-decoration: none;
 font-weight: normal;
 text-decoration: none;
}

a.white:hover
{
 font-family: Arial, Helvetica, Sans-Serif;
 font-size: 16px;
 color: #000000;
 text-decoration: none;
 font-weight: normal;
 text-decoration: underline;
}

 
h2.cpost-title 
{ 
	font-family:"Times New Roman", Times, serif;
}

.header
{
 font-family: Arial, Helvetica, Sans-Serif;
 font-size: 14px;
 color: White;
 text-decoration: none;
 font-weight: bold;
}

.header:hover
{
 font-family: Arial, Helvetica, Sans-Serif;
 font-size: 14px;
 color: #da323f;
 text-decoration: none;
 font-weight: bold;
}

.bottom
{
 font-weight: bold;
 text-indent: 12px;
 padding-left: 12px;
 text-transform: uppercase;
 font-size: 1.1em;
}

.title
{
 color: #010101;
 font-family: Arial, Helvetica, Sans-Serif;
 font-size: 14px;
 margin-left: 100px;
 margin-top: 20px;
 margin-bottom: 20px;
}

.title-other
{
 color: #010101;
 font-family: Arial, Helvetica, Sans-Serif;
 font-size: 14px;
 margin-left: 75px;
 margin-top: 22px;
 margin-bottom: 20px;
}


div#blogshell
{
    margin: 10px 0px 0px 20px;
}

/*right*/

p.red
{
 padding-left: 10px;
 margin-left: 10px;
 color: #ec262c;
 width: 200px;
 font-weight: bold;
}

span.red
{
 color: #ec1c24;
}

.top
{
 margin-left: 12px;
 width: 200px;
 margin-top: 12px;
 padding-top: 10px;
}

.sample
{
 color: #ec1c24;
 font-size: 14px;
 text-decoration: none;
 border: none:
}

.sample:hover
{
 color: #ec1c24;
 font-size: 14px;
 text-decoration: underline;
 border: none:
}

.bold
{
 font-weight: bolder;
}

.toll-free
{
 font-size: 36px;
 color: black;
 margin: 5px 0px 5px 20px;
}

#number
{
 color: #ec1c24;
 font-size: 24px;
}

#normal
{
 font-size: 16px;
 font-weight: lighter;
}

.footer
{
 color: White;
 text-decoration: none;
}

.footer:hover
{
 color: #ec1c24;
 text-decoration: none;
}

#list
{
 #margin-top: -76px;
 visibility: visible;
}

#sample
{
 position: absolute;
 width: 83px;
 height: 102px;
 visibility: visible;
 border: none;
 top: -1px;
 left: -1px;
}

.middle
{
 border-top: 1px dotted black;
}

.subhead
{
 color: #ec1c24;
 margin-left: 25px;
 font-family: Arial, Helvetica, Sans-Serif;
 font-size: 18px;
 margin-bottom: 0px;
}

.content
{
 margin-left: 25px;
 font-family: Arial, Helvetica, Sans-Serif;
 font-size: 13px;
 margin-top: 6px;
}

#subcontent
{
	width: 680px;
}

b.black
{
	color: black;
}

input.off
{
	
	font-family: Arial, Swis721 BT, Verdana, San Serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	border:1px black solid;
	padding: 2px;
}

input.on
{
	font-family: Arial, Swis721 BT, Verdana, San Serif;
	font-size: 14px;
	font-weight: bold;
	color: red;
	border:2px red solid;
	background-color:white;
	padding: 2px;
}

input.submit
{
	font-family: Arial, Swis721 BT, Verdana, San Serif;
	font-size: 14px;
	font-weight:bold;
	color: black;
}

textarea.on
{
	font-family: Arial, Swis721 BT, Verdana, San Serif;
	font-size: 14px;
	font-weight: bold;
	color: red;
	border:2px red solid;
	background-color:white;
	padding: 2px;
}

textarea.off
{
	
	font-family: Arial, Swis721 BT, Verdana, San Serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	border:1px black solid;
	padding: 2px;
}

select.off
{
	font-family: Arial, Swis721 BT, Verdana, San Serif;
	font-size: 14px;
	color: #000000;
	padding: 2px;
}

select.on
{
	font-family: Arial, Swis721 BT, Verdana, San Serif;
	font-size: 14px;
	color: #000000;
	background-color:white;
	padding: 2px;
}


.entry-title a
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 24px;
    color: red;
    text-decoration: none;
    margin: 0px 0px 0px -20px;
}

.entry-title a:hover
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 24px;
    color: black;
    margin: 0px 0px 0px -20px;
}
/*
span.byline vcard
{
    margin-left: 20px;
    margin-bottom: 15px;
}

div.asset-meta, div.comment-content
{
    margin-left: 20px;
}

.asset-body
{
    margin-left: 20px;
}

.content-nav
{
    margin: 20px 0px 0px 20px;
}

.archive-title
{
    margin: 0px 0px 0px 20px;
}
*/

h1#page-title, h2.comments-header, h2.comments-open-header
{
    font-size: 26px;
    color: red;
    margin: 0px;
}
/*
div#comment-form-external-auth
{
    margin-left: 20px;
}
*/
span.search
{
    font-size: 14px;
    margin: 0px;
}

form.search
{
    margin: 0px;
}





/*
SUB PAGE CONTENT BACKGROUND ID'S
*/


.no-repeat
{
 background-repeat: no-repeat;
 background-position: top center;
}

#sub-other-mailservices
{
 background-image: url('/images/other-MailingServices_03.png');
 background-repeat: no-repeat;
 margin-top: -20px;
}

#sub-other-listdatamanagement
{
 background-image: url('/images/other-ListDataManagement_03.png');
 background-repeat: no-repeat;
 margin-top: -20px;
}

#sub-other-marketanalysis
{
 background-image: url('/images/other-MarketAnalysis_03.png');
 background-repeat: no-repeat;
 margin-top: -20px;
}

#sub-other-leadtracking
{
 background-image: url('/images/auto-sub.png');
 background-repeat: no-repeat;
 margin-top: -20px;
}


#sub-other-creativedesign
{
 background-image: url('/images/other-CreativeDesign_03.png');
 background-repeat: no-repeat;
 margin-top: -20px;
}

#sub-other-directmailprinting
{
 background-image: url('/images/other-DirectMailPrinting_03.png');
 background-repeat: no-repeat;
 margin-top: -20px;
}

#sub-other-variabledataprinting
{
 background-image: url('/images/other-VariableDataPrinting_03.png');
 background-repeat: no-repeat;
 margin-top: -20px;
}


#sub-other-letters
{
 background-image: url('/images/other-Letters_03.png');
 background-repeat: no-repeat;
 margin-top: -20px;
}

#sub-other-selfmailers
{
 background-image: url('/images/other-SelfMailers_03.png');
 background-repeat: no-repeat;
 margin-top: -20px;
}


#sub-other-postcards
{
 background-image: url('/images/other-Postcards_03.png');
 background-repeat: no-repeat;
 margin-top: -20px;
}


#sub-other-specialty
{
 background-image: url('/images/other-Specialty_03.png');
 background-repeat: no-repeat;
 margin-top: -20px;
}



/*
AUTO BACKGROUNDS
*/


#sub-auto-mailservices
{
 background-image: url('/images/auto-MailingServices_03.jpg')
}

#sub-auto-listdatamanagement
{
 background-image: url('/images/auto-ListDataManagement_03.png');
 background-repeat: no-repeat;
 margin-top: -20px;
}

#sub-auto-marketanalysis
{
 background-image: url('/images/auto-MarketAnalysis_03.png');
 background-repeat: no-repeat;
 margin-top: -20px;
}

#sub-auto-leadtracking
{
 background-image: url('/images/auto-sub.png');
 background-repeat: no-repeat;
 margin-top: -20px;
}

#sub-auto-creativedesign
{
 background-image: url('/images/auto-CreativeDesign_03.png');
 background-repeat: no-repeat;
 margin-top: -20px;
}

#sub-auto-directmailprinting
{
 background-image: url('/images/auto-DirectMailPrinting_03.png');
 background-repeat:no-repeat;
 margin-top: -20px;
}

#sub-auto-variabledataprinting
{
 background-image: url('/images/auto-VariableDataPrinting_03.png');
 background-repeat: no-repeat;
 margin-top: -20px;
}

#sub-auto-letters
{
 background-image: url('/images/auto-Letters_03.png');
 background-repeat: no-repeat;
 margin-top: -20px;
}

#sub-auto-selfmailers
{
 background-image: url('/images/auto-SelfMailers_03.png');
 background-repeat: no-repeat;
 margin-top: -20px;
}


#sub-auto-postcards
{
 background-image: url('/images/auto-Postcards_03.png');
 background-repeat: no-repeat;
 margin-top:-20px;
}

#sub-auto-specialty
{
 background-image: url('/images/auto-Specialty_03.png');
 background-repeat: no-repeat;
 margin-top: -20px;
}


#sub-auto-insurance
{
 background-image: url('/images/auto-Insurance_03.png');
 background-repeat:no-repeat;
 margin-top: -20px;
}

#sub-auto-incentivegift
{
 background-image: url('/images/auto-IncentiveGift_03.png');
 background-repeat: no-repeat;
 margin-top: -20px;
}

#sub-auto-saturation
{
 background-image: url('/images/auto-sub.jpg')
}

#sub-auto-bankruptcy
{
 background-image: url('/images/auto-Bankruptcy_03.png');
 background-repeat: no-repeat;
 margin-top: -20px;
}

#sub-auto-creditscored
{
 background-image: url('/images/auto-sub.jpg')
}

#sub-auto-specialfinance
{
 background-image: url('/images/auto-sub.png');
 background-repeat: no-repeat;
 margin-top: -20px;
}


