@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body 
	{
	background: #FFFFFF url(../images/newsite/z2t_Heading_Background.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4A5157;
	}

h1, h2, h3 {
	color: #292929;
}

h1 {
	letter-spacing: -1px;
	font-size: 30px;
}

h2 {
	font-size: 20px;
	color: #292929;
}

h3 {
	font-size: 13px;
	color: #292929;
}

p, ul, ol {
	margin-bottom: 2em;
	text-align: justify;
	line-height: 200%;
}

p {
}

ul {
}

ol {
}



/*
a 	{
	color: #FF0000;
	}
*/

a:hover 
	{
	text-decoration: none;
	}


img 
	{
	border: none;
	}

img.left {
}

img.right {
}

.tn img {
	border: 8px solid #F5F5F5;
}


td.lookupResult
	{
	font-weight: bold; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #000000;
	text-align: left; 
	}

td.lookupResultTax
	{
	font-weight: bold; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #000000;
	text-align: right; 
	}


td.lookupIP
	{
	font-weight: bold; 
	font-size: 9px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	text-align: center; 
	}

.NoScreen
	{
	display: none;
	}

#NoScreen
	{
	display: none;
	}

#heading
	{
	width: 1200px;
	margin: 0 auto;
	height: 147px;
	overflow: hidden;
	}

#heading h1
	{
	color: #777777;
	float: left;
	text-transform: none;
	font-size: 18px;
	}


/* Logo */

#logo 
	{
	width: 900px;
	margin: 0 auto;
	}

#logo h1 {
	float: left;
	padding: 10px 0 0 0;
}

#logo h2 {
	float: right;
	padding: 90px 0 0 0;
	font-weight: normal;
	font-size: 20px;
	color: #FFFFFF;
	}

#logo a
	{
	color: #FFFFFF;
	}



/* Menu */

#menu {
	width: 900px;
	height: 50px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	margin: 0 10px;
	padding: 5px 6px 0 6px;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .active a {
	background: #EC0000 url(../images/img03.gif) repeat-x left bottom;
}


#bigpage 
	{
	width: 1318px;
	margin: 0 auto;
	vertical-align: top;
	}


/* Page */


#page {
	width: 918px;
	margin: 0 auto;
}


/* Content */

#content {
	float: left;
	width: 625px;
	padding: 0 0 0 24px;
}

#content h1 {
	margin: 45px 0 20px 0;
	padding-left: 33px;
	background: url(../images/newsite/img07.gif) no-repeat left center;
}

#content .content {
	padding-left: 32px;
}

#content_full {
	float: left;
	width: 900px;
	padding: 0 0 0 24px;
	background: url(../images/newsite/img06.gif) repeat-x;
}

#content_full h1 {
	margin: 45px 0 20px 0;
	padding-left: 33px;
	background: url(../images/newsite/img07.gif) no-repeat left center;
}

#content_full .content_full {
	padding-left: 32px;
}


/* Posts */

.post h1.title {
	margin: 45px 0 20px 0;
	padding-left: 33px;
	background: url(../images/newsite/img07.gif) no-repeat left center;
}

.post h2.title {
	margin: 40px 0 25px 30px;
	padding-left: 33px;
	background: url(../images/newsite/img07.gif) no-repeat left center;
}

.post .title a {
	text-decoration: none;
	color: #292929;
}

.post h2.subtitle {
	margin: 40px 0 10px 0;
	padding-left: 33px;
	font-size: 16px;

}


.post .entry 
	{
	padding-left: 32px;
	}

.post .entry .firstword
	{
	color: red;
	font-weight: bold; 
	}

.post .entry .boldword
	{
	font-size: 14px;
	color: #000000;
	font-weight: bold; 
	}

.post .entry .subtitle 
	{
	font-size: 20px;
	font-weight: bold; 
	color: #292929;
	display: block;
	text-decoration: underline;
	margin: 10px 0 20px 0;
	}

.post ul, .post ol {
	margin-left: 3em;
}

.post ul {
	list-style-type: square;
}

.post ol {
	list-style-type: decimal;
}

.post .imgLeft
	{
	float: left;
	margin-right: 10px;
	}

.post .imgRight
	{
	float: right;
	margin-left: 10px;
	}

.post th
	{
	text-decoration: underline;
	}

.post a.button
	{
	font-weight: bold; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #FFFFFF;
	padding: 1px 2px; 
	background-color: red;
	border-top: 2px solid #C0C0C0;
	border-right: 2px solid black; 
	border-bottom: 2px solid black;
	border-left: 2px solid #C0C0C0; 
	display: block;
	text-align: center; 
	text-decoration: none;
	width: 70px;
	}

.post a.button:hover 
	{
	font-weight: bold; 
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #C0C0C0;
	background-color: red;	
	border-color: black #C0C0C0 #C0C0C0 black;
	}


.post a.buttonwide
	{
	font-weight: bold; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #FFFFFF;
	padding: 1px 2px; 
	background-color: red;
	border-top: 2px solid #C0C0C0;
	border-right: 2px solid black; 
	border-bottom: 2px solid black;
	border-left: 2px solid #C0C0C0; 
	display: block;
	text-align: center; 
	text-decoration: none;
	width: 140px;
	}

.post a.buttonwide:hover 
	{
	font-weight: bold; 
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #C0C0C0;
	background-color: red;	
	border-color: black #C0C0C0 #C0C0C0 black;
	}


/* Sidebar */

#sidebar {
	float: right;
	width: 214px;
	padding: 0 1px 0 0;
}

#sideextraleft
	{
	float: left;
	width: 190px;
	}

#sideextraright 
	{
	float: right;
	width: 190px;
	}


.box 
	{
	}

.box .title 
	{
	height: 27px;
	padding: 6px 0 0 34px;
	background: #C80000 url(../images/newsite/img05.gif) no-repeat;
	font-size: 15px;
	color: #FFFFFF;
	}

.box .content 
	{
	padding: 12px;
	font-size: 12px;
	margin-bottom: 10px;
	background: url(../images/newsite/img06.gif) repeat-x;
	}

.services 
	{
	}

.services .title 
	{
	text-align: center;
	height: auto;
	padding: 16px 0 5px 0px;
	background: url(../images/newsite/img07.gif) no-repeat 18px 10px;
	font-size: 14px;
	color: #000000;
	}

.services .content 
	{
	padding: 0 12px 16px 12px;
	font-size: 12px;
	margin-bottom: 10px;
	}

.services .content p
	{
	margin: auto;
	font-size: 14px;
	margin-top: 10px;
	color: red;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase; 
}

a.button
	{
	font-weight: bold; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #FFFFFF;
	padding: 1px 2px; 
	background-color: red;
	border-top: 2px solid #C0C0C0;
	border-right: 2px solid black; 
	border-bottom: 2px solid black;
	border-left: 2px solid #C0C0C0; 
	display: block;
	text-align: center; 
	text-decoration: none;
	width: 70px;
	}

a.button:hover 
	{
	font-weight: bold; 
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #C0C0C0;
	background-color: red;	
	border-color: black #C0C0C0 #C0C0C0 black;
	}

a.buttonwide
	{
	font-weight: bold; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #FFFFFF;
	padding: 1px 2px; 
	background-color: red;
	border-top: 2px solid #C0C0C0;
	border-right: 2px solid black; 
	border-bottom: 2px solid black;
	border-left: 2px solid #C0C0C0; 
	display: block;
	text-align: center; 
	text-decoration: none;
	width: 140px;
	}

a.buttonwide:hover 
	{
	font-weight: bold; 
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	color: #C0C0C0;
	background-color: red;	
	border-color: black #C0C0C0 #C0C0C0 black;
	}


.box ul {
	list-style: none;
	line-height: normal;
}

.box ul li {
	margin-bottom: 4px;
	font-size: 12px;
}

.box small {
	font-size: 10px;
	color: #808C96;
}

#serviceswrap {
	margin: auto;
    background: #E0E0E0;
    width: 75%;
    height: auto;
    border: solid red 5px;
   
   	-webkit-border-top-left-radius:15px;
	-webkit-border-top-right-radius:15px;
	-moz-border-radius-topleft:15px;
	-moz-border-radius-topright:15px;
	
	-webkit-border-bottom-left-radius:15px;
	-webkit-border-bottom-right-radius:15px;
	-moz-border-radius-bottomleft:15px;
	-moz-border-radius-bottomright:15px;
    }

#serviceswrap:hover 
	{
	background-color:#FF3300;
	}

#serviceswrap p {
    margin: 0 auto;
    padding: 37px 5px 5px 5px;
    text-align: center;
    color: black;
  	font-size: 20px;
	font-weight: bold;
	line-height: 92%
}

#serviceswrap img {
    padding-top: 5px;
   }
#serviceswrap span {
    color: #FFFFFF;
  	font-size: 22px;
	font-weight: bold; 
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;

}

/* Eli's Corner */

#elicorner {
	color: #000000;
	background: #EEEEEE;
	font-size: 14px;
	font-weight: bold;
    border: solid red 5px;
   
   	-webkit-border-top-left-radius:15px;
	-webkit-border-top-right-radius:15px;
	-moz-border-radius-topleft:15px;
	-moz-border-radius-topright:15px;
	
	-webkit-border-bottom-left-radius:15px;
	-webkit-border-bottom-right-radius:15px;
	-moz-border-radius-bottomleft:15px;
	-moz-border-radius-bottomright:15px;

}

td.eliheader
	{
	background: #000000 url(http://www.zip2tax.com/images/elicorner.jpg) no-repeat 5px center ; 
	font-size: 11px; 
	color: #000000;
    border: solid black 2px;
   
   	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;	
	}
	
#elicorner h1 {
	float: right;
	padding: 90px 5px 0 0;
	text-transform: capitalize;
	letter-spacing: 1px;
	text-align: center;
	font-weight: normal;
	font-size: 20px;
	color: red;
	}

#elicorner p {
	margin-bottom: 0;
	color: #000000;
	font-size: 12px;
	padding-left: 0px;
	font-weight: normal;
	text-align: justify;
}
/* Footer */

#footer {
	padding: 35px 0;
	background: url(../images/newsite/img08.gif) no-repeat center top;
	font-size: 12px;
}


#footer p {
	margin-bottom: 0;
	padding-left: 35px;
	text-align: left;
}


.mouseoverDiv
        {
	position: absolute; 
        top: 50px; 
        left: 50px; 
        width: 340px; 
        background-color: #FFFFCC;
        visibility: hidden;
        }

