* {
    margin: 0;
}
html, body {
    height: 100%;
    font: 12px Lucida Sans Unicode, Lucida Grande, sans-serif;
    color: #333;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -5em;
}
.push {
    height: 5em;
    clear: both;
}
.dark {
    background-color: #333;
}
.footer {
    height: 5.5em;
    color: #fff;
    background-color: #333;
    clear: both;
    font-size: 11px;
}
.footer a {
    color: #09F;
}
.footer-holder {
    width: 730px;
    min-height: 3em;
    margin: 0 auto;
    background: url(/graphics/answermyphone.biz-footer.jpg) no-repeat;
    background-position: 0px 18px;
    padding: 10px 0 0 230px;
    text-align: right;
}
.footer-holder p {
    float: left;
    clear: none;
}
.footer-holder p.right {
    float: right;
    clear: none;
}
.holder {
    width: 960px;
    margin: 0 auto;
}
.topbar {
    height: 60px;
    width: 960px;
    margin: 0 auto;
}

/*Columns
------------------------------------------------------------------------------*/

/*Three columns*/
.colthree {
    width: 305px;
    margin: 0 10px 20px 10px;
    float: left;
}
/*Double column - 2 x three*/
.coldouble {
    width: 610px;
    margin: 0 10px 20px 0px;
    float: left;
}

/*Four columns*/
.colfour {
    width: 210px;
    margin: 0 20px 20px 20px;
    float: left;
}

/*Column padding alpha = first and omega = last*/

.alpha {
    margin-left: 0;
}
.omega {
    margin-right: 0;
}


/*Dark background - homepage
-----------------------------------------------------------------------------*/

.dark-bgd {
    width: 100%;
    background: #333;
    overflow: auto;
    clear: both;
    margin: 10px 0 0 0;
    padding: 10px 0;
}
.dark-bgd p {
    color: #fff;
}
.border {
    border-top:1px solid #CCC;
}


/*logo
------------------------------------------------------------------------------*/
.logo {
    width: 326px;
    height: 35px;
    margin: 15px 0 0 0;
    padding: 0;
    overflow:hidden;
    float: left;
}
.logo a {
    width: 326px;
    height: 35px;
    background: url(/graphics/answermyphone.biz.jpg) no-repeat;
    display:block;
    text-indent:-9999px;
}

/*H's
------------------------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6 {
    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-weight: bold;
    margin: 10px 0;
}
h2 {
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    margin: 15px 0;
}
h2 span {
    color: #036;
}
h3 {
    font-size: 18px;
    line-height: 32px;
    color: #333;
}
h3 span {
    font-weight: normal;
    display: block;
}
h4 {
    font-size: 22px;
    line-height: 28px;
    color: #036;
}
h4 span {
    color: #09F;
}
h5 {
    font-size: 20px;
    color: #09F;
    border-bottom: 1px solid #B3B3B3;
    padding-bottom: 10px;
}
h5 span {
    color: #09F;
}
h6 {
    font-size: 16px;
    color: #036;
}
h6 span {
    color: #09F;
}

/*P's
------------------------------------------------------------------------------*/

p {
    margin: 15px 0;
    clear: both;
}

/*A's
------------------------------------------------------------------------------*/
a {
    color: #036;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}
a:active {
    outline: none;
}
a:focus {
    -moz-outline-style: none;
}

/*A's with Rounded corners*/
a.rounded {
    line-height: 33px;
    font-weight: bold;
    float: left;
    height: 33px;
    overflow: hidden;
    margin: 10px 0 20px 0;
    padding-right: 15px; /* sliding doors padding */
    text-decoration: none;
    background: url(/graphics/cornerright.png) no-repeat;
    background-position: right center;
    cursor: pointer;
    display: block;
}
a.rounded span {
    color: #fff;
    overflow: hidden;
    display: block;
    height: 34px;
    line-height: 32px;
    padding: 0 0 0 15px;
    background: url(/graphics/cornerleft.png) no-repeat;
}
a.rounded:hover {
    background: url(/graphics/cornerright-roll.png) no-repeat;
    background-position: right center;
}
a.rounded:hover span {
    background: url(/graphics/cornerleft-roll.png) no-repeat;  
}
a.rounded span em {
    color: #09F;
    font-style: normal;
}
a.rounded:hover span em {
    color: #036;
}


/*A's Large with Rounded corners*/
a.roundedlarge {
    line-height: 18px;
    font-weight: bold;
    width: 95%;
    color: #000;
    float: left;
    height: 50px;
    overflow: hidden;
    padding-right: 12px; /* sliding doors padding */
    text-decoration: none;
    background: url(/graphics/cornerright-large.png) no-repeat right center;
    cursor: pointer;
    margin: 10px 0 20px 0;
}
a.roundedlarge span {
    color: #fff;
    overflow: hidden;
    display: block;
    height: 43px;
    padding: 7px 0 0 12px;
    background: url(/graphics/cornerleft-large.png) no-repeat left center;
}
a.roundedlarge:hover {
    background: url(/graphics/cornerright-large-roll.png) no-repeat right center;
}
a.roundedlarge:hover span {
    background: url(/graphics/cornerleft-large-roll.png) no-repeat left center;
}
a.roundedlarge span em {
    color: #09F;
    font-style: normal;
}
a.roundedlarge:hover span em {
    color: #036;
}



/*Free trial - top corner*/

a.freetrial {
    background: url(/graphics/freetrial.png) no-repeat;
    background-position:top right;
    float: right;
    width: 120px;
    height: 120px;
    position: fixed;
    right: 0;
    top: 0;
    text-indent: -9999px;
    padding: 0;
    margin: 0;
}
a.freetrial:hover {
    background-position:bottom right;
}

/*Navigation
-------------------------------------------------------------------------------*/
.navholder {
    background: #369;
    height: 48px;
    margin: 0;
    padding: 0;
}
ul.nav {
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-align: left;
    padding: 0;
    margin: 0;
    width: 720px;
}
ul.nav li {
    display: inline;
    background: none;
    list-style: none;
    padding: 0;
    line-height: 33px;
    font-weight: bold;
    float: left;
    height: 33px;
    overflow: hidden;
    margin: 7px;
    padding-right: 12px; /* sliding doors padding */
    text-decoration: none;
    cursor: pointer;
}
ul.nav li a {
    color: #fff;
    overflow: hidden;
    display: inline-block;
    height: 33px;
    padding:0 0 0 12px;
    text-decoration: none;
}
ul.nav li:hover a {
    color: #09F;
}
ul.nav li a:hover{
    color: #09F;
}

ul.nav li:hover {
    background: url(/graphics/menuright.png) no-repeat right center;
}
ul.nav li:hover a {
    background: url(/graphics/menuleft.png) no-repeat left center;
}
ul.nav li.selected {
    background: url(/graphics/menuright.png) no-repeat right center;
}
ul.nav li.selected a {
    background: url(/graphics/menuleft.png) no-repeat left center;
}
ul.nav li.selected:hover a {
    color: #fff;
}

/*Sub nav ----------------*/

.subnavholder {
    width: 100%;
    background-color: #036;
    clear: both;
    margin: 0;
    padding: 0;
    border-bottom: 2px solid #036;
}
ul.subnav {
    color: #fff;
    width: 960px;
    margin: 0 auto;
    padding: 3px 0;
}
ul.subnav li a {
    color: #fff;
    text-decoration: none;
}
ul.subnav li a:hover {
    color: #09F;
    text-decoration: underline;
}
ul.subnav li {
    display: inline;
    background: url(/graphics/subnav.jpg) no-repeat right center;
    padding: 0 12px 0 7px;
}
ul.subnav li.last {
    background: none;
}
ul.subnav li.selected a {
    color: #09F;
}

/*Header
-------------------------------------------------------------------------------*/

/*Header home*/
.header-home {
    background: url(/graphics/headerhome-bgd.jpg) repeat-x;
    width: 100%;
    height: 320px;
}
.header-home-left {
    background: url(/graphics/img-banner-home-1.png) no-repeat;
    height: 260px;
    float: left;
    width: 464px;
    height: 320px;
}
.header {
    background: url(/graphics/header-bgd.jpg) repeat-x;
    width: 100%;
    height: 215px;
}
.header-right {
    float: right;
    width: 464px;
}
.header-left {
    background: url(/graphics/img-banner-1.png) no-repeat;
    height: 260px;
    float: left;
    width: 464px;
    height: 215px;
}
body.imgone .header-home-left {
        background: url(/graphics/img-banner-home-1.png) no-repeat;
}
body.imgtwo .header-home-left {
        background: url(/graphics/img-banner-home-2.png) no-repeat;
}
body.imgthree .header-home-left {
        background: url(/graphics/img-banner-home-3.png) no-repeat;
}
body.imgfour .header-home-left {
        background: url(/graphics/img-banner-home-4.png) no-repeat;
}
body.imgfive .header-home-left {
        background: url(/graphics/img-banner-home-5.png) no-repeat;
}

body.imgone .header-left {
        background: url(/graphics/img-banner-1.png) no-repeat;
}
body.imgtwo .header-left {
        background: url(/graphics/img-banner-2.png) no-repeat;
}
body.imgthree .header-left {
        background: url(/graphics/img-banner-3.png) no-repeat;
}
body.imgfour .header-left {
        background: url(/graphics/img-banner-4.png) no-repeat;
}
body.imgfive .header-left {
        background: url(/graphics/img-banner-5.png) no-repeat;
}
body.imgsix .header-left {
        background: url(/graphics/img-banner-6.png) no-repeat;
}
body.imgseven .header-left {
        background: url(/graphics/img-banner-7.png) no-repeat;
}
body.imgeight .header-left {
        background: url(/graphics/img-banner-8.png) no-repeat;
}



/*Drop shadow
------------------------------------------------------------------------------*/

.shadow {
    background: url(/graphics/shadow.jpg) repeat-x;
    height: 25px;
    margin: 0;
}


/*Images
-------------------------------------------------------------------------------*/

img.icon {
    float: left;
    margin: 0 10px 10px 0;
    border: none;
    padding: 0;
}

img {
    float: left;
    border: 1px solid #09F;
    margin: 5px 10px 2px 0;
}



/*Floats
------------------------------------------------------------------------------*/
a.floatright {
    float: right !important;
    margin: 8px 0 0 0;
}



/*Lists
------------------------------------------------------------------------------*/


/*Unordered top contact list*/
ul.topcontact {
    width: 400px;
    float: right;
    margin: 20px 0 0 0;
    text-align: right;
    font-weight: bold;
    color: #003366;
}
ul.topcontact li {
    display: inline;
    padding: 0 0 0 20px;
    margin: 0 0 0 20px;
}
ul.topcontact li.toptel {
    background: url(/graphics/contact-tel.jpg) no-repeat left center;
}
ul.topcontact li.topemail {
    background: url(/graphics/contact-email.jpg) no-repeat left center;
}
ul.topcontact li.topemail a {
    text-decoration: none;
}
ul.topcontact li.topemail a:hover {
    color: #09F;
}


/*General unordered list*/

ul {
    margin: 20px 0;
    padding: 0 0 0 5px;
}
ul li {
    background: url(/graphics/dot.jpg) no-repeat 0px 6px;
    list-style: none;
    padding: 0 0 0 15px;
    margin: 0 0 5px 0;
}


/*General ordered list*/

ol {
    margin: 20px 0px;
    padding: 0 0 0 5px;
    display: block;
    clear: both;
    overflow: auto;
}
ol li {
    list-style: none;
    background: url(/graphics/dot.jpg) no-repeat left center;
    padding: 0 0 0 15px;
    width: 180px;
    float: left;
    margin: 0 0 5px 0;
}


/*Definition list*/

dl {
    padding: 0;
    margin: 15px 0;
    clear: both;
}
dl dt {
    float: left;
    padding: 0.1em 0;
    clear: left;
    width: 75px;
    text-align: right;
    color: #036;
}
dl dd {
    color: #333;
    padding: 0.1em 0 0.1em 90px;
    
}


/*Inline definition list (for page numbers etc) */
dl.inline {
    margin: 20px 0;
    display: block;
    clear: both;
}
dl.inline dt {
    font-weight: bold;
    color: #036;
    margin: 0 10px 0 0;
}
dl.inline dd {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
    width: auto;
}
dl.inline dd a {
    padding: 5px;
}
dl.inline dd a:hover {
    background-color: #09F;
}
dl.inline dd.select {
    font-weight: bold;
    padding: 5px 0;
    background-color: #09F;
}



 
/*Breadcrumbs*/

ul.breadcrumbs {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
}
ul.breadcrumbs li {
    display: inline;
    padding: 0 15px 0 5px;
    background: url(/graphics/breadcrumb.jpg) no-repeat right center;
}
ul.breadcrumbs li a {
    text-decoration: none;
}
ul.breadcrumbs li a:hover {
    text-decoration: underline;
}
ul.breadcrumbs li.omega {
    background-image: none !important;
}
ul.breadcrumbs li.omega a {
    color: #09F;
}


/*HR's
------------------------------------------------------------------------------*/

hr {
    background: #999;
    height: 1px;
    border: none;
    clear: both;
    margin: 20px 0;
}
.colthree hr {
    background: #09F;
    height: 1px;
    border: none;
    clear: both;
    margin: 20px 0;
}

/*Blockquote ---------------------------------------------------------------------
*/

blockquote {
    background: url(/graphics/blockquote.jpg) no-repeat top left;
    margin: 20px 0 20px 40px;
    padding: 0;
    clear: both;
}
blockquote p {
    padding: 10px 0 0 20px;
}
blockquote p.author {
    color: #036;
    text-align: right;
    padding: 0 5px 0 0;
    margin: -15px 0 0 0;
}



/*Sliding labels
-------------------------------------------------------------------------------*/

form.slidinglabels {
    display: block;
}
form.slidinglabels fieldset{
	padding:0;
	border:none;
    margin: 20px 0 5px 70px;
}

div.slider  {
    clear:both;
    position:relative;
    margin:0 0 8px;
}
div.slider input {
    width: 200px;
    color: #333;
    font: 12px Lucida Sans Unicode, Lucida Grande, sans-serif;
    color: #333;
}
div.slider label  {
    cursor:pointer;
    display:block;
}
div.slider textarea {
    font: 12px Lucida Sans Unicode, Lucida Grande, sans-serif;
    color: #333;
}
input.submit {
    float: left;
    font-size: 13px;
    color: #fff;
    width: 86px;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
    border: none;
    margin: 0 0 7px 70px;
    padding: 0 0 5px 0;
    cursor: pointer;
    background: url(/graphics/submit.jpg) no-repeat right center;
}
input.submit:hover {
    color: #036;
    background: url(/graphics/submit_roll.jpg) no-repeat right center;
}



/*The Blog
-------------------------------------------------------------------------------*/


.blog {
    display: block;
    margin: 20px 0;
    clear: both;
}
.blog h4 {
    margin-left: 100px;
}
.blog p {
    margin-left: 100px;
    clear: none;
}
.blog .date {
    background: url(/graphics/blog-date.jpg) no-repeat;
    width: 40px;
    height: 55px;
    float: left;
    margin: 5px 20px 0 20px;
}
.blog .date p {
    text-align: center;
    font-weight: bold;
    padding: 0;
    margin: 13px 0 0 0;
}
.blog .date p span {
    text-align: center;
    color: red;
    font-size: 20px;
    line-height: 12px;
    display: block;
}
.blog img {
    display: block;
    clear: none;
    margin: 20px 0 20px 100px;
    float: none;
}



/*Definition list*/

.blog dl {
    padding: 0;
    margin: 5px 0 15px 100px;
    clear: none;
}
.blog dl dt {
    margin: 0 5px 0 10px;
    float: none;
    width: auto;
    text-align: left;
    color: #09F;
    display: inline;
    padding: 0;
}

.blog dl dt.alpha {
    margin-left: 0;
}
.blog dl dd {
    color: #036;
    margin: 0 3px 0 0;
    padding: 0;
    width: auto;
    display: inline;
}
.blog dl dd:before {
   content: "(";
}
.blog dl dd:after {
   content: ")";
}

.blog dl dd.tag:after {
    content: ",";
}
.blog dl dd.tag:before {
    content: "";
}
.blog dl dd.omega:after {
    content: "";
    margin-right: 10px;
}








/*Blog lists - dates and tags
-----------------------------------------------------------------------------*/

/*Definition list*/


.bloglist ol {
    padding: 0;
    margin: 20px 0;
    clear: none;
}
.bloglist ol li {
    background: none;
    margin: 0 7px 5px 0;
    text-align: left;
    color: #09F;
    display: block;
    padding: 0;
}
.bloglist ol li.alpha {
    margin-bottom: 20px;
}


/*Unordered list*/

.bloglist ol li ul {
    margin: 5px 0;
    padding: 0 0 0 15px;
    clear: both;
}
.bloglist ol li ul li {
    background: url(/graphics/dot.jpg) no-repeat 0px 6px;
    list-style: none;
    padding: 0 0 0 15px;
    margin: 0 0 5px 0;
}


/*Contact Google Map
-------------------------------------------------------------------------------*/

.googlemap {
    width: 610px;
    height: 340px;
    border: 2px solid #09F;
}




