﻿/* CSS layout */


/* page defaults start
-------------------------------------------------------- */

body {
    margin: 30px;
    padding: 10px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: .9em;
    line-height: 1.4em;
    color: #000;
    background: #ddffcc url('images/green-phone-background.gif') no-repeat fixed top left;
}

h1 {font-size: 1.4em; padding: 0 20px;}

h2 {font-size: 1.1em;}

h3 {font-size: 1em;}

a:link {color: #003399;}

a:visited {color: #003399;}

a:active {color: #000000;}

a:hover {color: #800000;}

.spacerl {clear: left;}

.spacerr {clear: right;}

.spacerb {clear: both;}

hr {background-color: #ddffcc; height: .2em; width: 95%;}



/* page layout start 
-------------------------------------------------------- */

#wrapper {
	margin: 0 auto;
	padding: 0;
	width: 975px;
	height: 100%;
	text-align: left;
}

#masthead {
	height: 100px;
	width: 100%;
	float: left;
	text-align: center;
	padding-bottom: 20px;
}

#container {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#left_col {
	margin: 0;
	width: 160px;
	text-align: left;
	float: left;
}

#right_col {
	margin: 0;
	width: 160px;
	text-align: right;
	float: right;
}

#page_content {
	height: 100%;
	width: 610px;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 60px;
	position: relative;
}

/* page layout end 
-------------------------------------------------------- */
/* page defaults end 
-------------------------------------------------------- */



.img_right {
    float: right;
    padding: 10px 0 10px 10px;
}

.img_left {
    float: left;
    padding: 10px 10px 10px 0;
}

.phone_page {
    width: 610px;
    background-color: #ffffff;
    padding: .1em 0;
}

.phone_top {
    background-image: url('images/phone-cash-top.gif');
    background-repeat: no-repeat;
    height: 20px;
    width: 610px;
}

.phone_tub {
	padding: 30px 30px;
    margin: 0;
}

.phone_bottom {
    background-image: url('images/phone-cash-bottom.gif');
    background-repeat: no-repeat;
    height: 20px;
    width: 610px;
}

.greenstreet_ads {
    padding-top: 10px;
}

.ad_unit {
    text-align: center;
}

/* google wide skyscraper ad LEFT start
-------------------------------------------------------- */

.google_wide_left {
}

/* google wide skyscraper ad LEFT end
-------------------------------------------------------- */


/* google wide skyscraper ad RIGHT start
-------------------------------------------------------- */

.google_wide_right {
}

/* google wide skyscraper ad RIGHT end
-------------------------------------------------------- */


/* google leader ad start
-------------------------------------------------------- */

.google_leader {
    margin: 5px auto;
    text-align: center;
    width: 728px;
    height: 90px;
}

/* google wide skyscraper ad LEFT end
-------------------------------------------------------- */



/* Our affiliate links in the footer Start
------------------------------------------------- */

#affiliatelinks {
	padding: 10px 0;
	text-align: center;
}

#affiliatelinks ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
	text-align:center;
}

#affiliatelinks li {
	display:inline;
}

#affiliatelinks a {
	display: inline;
	text-decoration: none;
	padding: .5em .7em;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: .6em;
	color: #11593C;
    border: 1px transparent solid;

}
#affiliatelinks a:hover {
    border: 1px #11593C solid;
	color: #11593C;
}
#affiliatelinks a:active {
	display: inline;
	text-decoration: none;
	padding: .5em .7em;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
	color: #11593C;
    border: 1px transparent solid;
}
#affiliatelinks a:visited {
	display: inline;
	text-decoration: none;
	padding: .5em .7em;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
	color: #11593C;
}

/* Our affiliate links in the footer end
------------------------------------------------- */
