/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* Table of Contents
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Tabs
	#Forms
	#Misc */

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
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;
}

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;
}

/* #Basic Styles
================================================== */
body {
	background-image:url('../images/bgrounds/gcbground17.jpg');
    background-repeat: repeat-x;
    background-attachment: fixed;

    font: 14px/21px 'DroidSansRegular', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #4E4E4E;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

/* # I like the color #70d2e4 for the background. must try again */

/* #Typography
================================================== */
h1, h2 {
    color: #FF6666;
    font-family: 'ChunkFive', 'Georgia', 'Times New Roman', Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: .05em;
}

h3, h4 {
    color: #353535;
    font-family: 'jockey', arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: .06em;

}

h5, h6 {
    color: #353535;
    font-family: 'DroidSansBold', 'helvetica', 'arial';
    line-height: 50px;

}

/* h7 and h8 are not valid html elements. This needs to be replaced with .h7 and .h8 and the text be wrapped in
divs or spans*/

.h7 {
    color: #8A8A8A;
    font-family: 'DroidSansBold', 'helvetica', 'arial';
    font-size: 36px;
    line-height: 34px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.h8 {
    color: #353535;
    font-family: 'DroidSansBold', 'helvetica', 'arial';
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 2px;
    margin-top: 2px;

}

.h9 {
    color: #353535;
    font-family: 'DroidSansRegular', 'helvetica', 'arial';
    font-size: 12px;
    line-height: 10px;
    margin-top: 10px;
    margin-bottom: 2px;
    word-spacing: .1em;
    
}


h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
}

h1 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 14px;
    word-spacing: .1em;
}

h2 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 10px;
    word-spacing: .1em;
}

h3 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 8px;
    word-spacing: .1em;
}

h4 {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 4px;
    word-spacing: .1em;
}

h5 {
    font-size: 17px;
    line-height: 24px;
    word-spacing: .05em;
}

h6 {
    font-size: 14px;
    line-height: 21px;
    word-spacing: .05em;
    margin-bottom: 4px;
}

.subheader {
    color: #777;
}

p {
    margin: 0 0 0 0;
    
}

p img {
    margin-top: 10px;
}

p.lead {
    font-size: 21px;
    line-height: 27px;
    color: #777;
}

p.box {
    background-color: #66FF33;
    max-width: 600px;
    min-width: 300px;
    margin: 10px auto 25px auto;
    padding: 20px;
    border: 0px;
    /*-moz-border-radius: 15px;*/
    border-radius: 15px;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
    color: #333;
}

small {
    font-size: 80%;
}

/*	Blockquotes  */
blockquote, blockquote p {
    font-size: 17px;
    line-height: 24px;
    color: #777;
    font-style: italic;
}

blockquote {
    margin: 0 0 20px;
    padding: 9px 20px 0 19px;
    border-left: 1px solid #ddd;
}

blockquote cite {
    display: block;
    font-size: 12px;
    color: #555;
}

blockquote cite:before {
    content: "\2014 \0020";
}

blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
    color: #555;
}

hr {
    border: dotted #ddd;
    border-width: 2px 0 0;
    clear: both;
    margin: 10px;
    height: 0;
}

/* #Links
================================================== */
a, a:visited {
    color: #69788b;
    text-decoration: none;
    outline: 0;
}

a:hover, a:focus {
    color: #8A8A8A;
    text-decoration: none;
}

p a, p a:visited {
    line-height: inherit;
}

/* #Lists
================================================== */
ul, ol {
    margin-bottom: 0px;
}

ul {
    list-style: none outside;
}

ol {
    list-style: decimal;
}

ol, ul.square, ul.circle, ul.disc {
    margin-left: 30px;
}

ul.square {
    list-style: square outside;
}

ul.circle {
    list-style: circle outside;
}

ul.disc {
    list-style: disc outside;
}

ul ul, ul ol,
ol ol, ol ul {
    margin: 4px 0 5px 30px;
    font-size: 90%;
}

ul ul li, ul ol li,
ol ol li, ol ul li {
    margin-bottom: 6px;
}

li {
    line-height: 18px;
    margin-bottom: 12px;
}

ul.large li {
    line-height: 21px;
}

li p {
    line-height: 21px;
}

/* #Images
================================================== */

img.scale-with-grid {
    max-width: 100%;
    height: auto;

}

/* #Buttons
================================================== */

input {
    display: inline !important;
}

.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
    background: #eee; /* Old browsers */
    background: #eee -moz-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%); /* FF3.6+ */
    /*background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); *//* Chrome,Safari4+ */
    background: #eee -webkit-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%); /* Chrome10+,Safari5.1+ */
    background: #eee -o-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%); /* Opera11.10+ */
    background: #eee -ms-linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%); /* IE10+ */
    background: #eee linear-gradient(top, rgba(255, 255, 255, .2) 0%, rgba(0, 0, 0, .2) 100%); /* W3C */
    border: 1px solid #aaa;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #444;
    display: inline-block;
    font-size: 18px;
    word-spacing: .3em;

    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0 1px rgba(255, 255, 255, .75);
    cursor: pointer;
    margin-bottom: 4px;
    line-height: normal;
    padding: 10px 10px 4px 10px;
    font-family: "DroidSansbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    vertical-align: text-bottom !important;
}

.button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
    color: #222;
    background: #ddd; /* Old browsers */
    background: #ddd -moz-linear-gradient(top, rgba(255, 255, 255, .3) 0%, rgba(0, 0, 0, .3) 100%); /* FF3.6+ */
    background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .3)), color-stop(100%, rgba(0, 0, 0, .3))); /* Chrome,Safari4+ */
    background: #ddd -webkit-linear-gradient(top, rgba(255, 255, 255, .3) 0%, rgba(0, 0, 0, .3) 100%); /* Chrome10+,Safari5.1+ */
    background: #ddd -o-linear-gradient(top, rgba(255, 255, 255, .3) 0%, rgba(0, 0, 0, .3) 100%); /* Opera11.10+ */
    background: #ddd -ms-linear-gradient(top, rgba(255, 255, 255, .3) 0%, rgba(0, 0, 0, .3) 100%); /* IE10+ */
    background: #ddd linear-gradient(top, rgba(255, 255, 255, .3) 0%, rgba(0, 0, 0, .3) 100%); /* W3C */
    border: 1px solid #888;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa;
}

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
    border: 1px solid #666;
    background: #ccc; /* Old browsers */
    background: #ccc -moz-linear-gradient(top, rgba(255, 255, 255, .35) 0%, rgba(10, 10, 10, .4) 100%); /* FF3.6+ */
    background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .35)), color-stop(100%, rgba(10, 10, 10, .4))); /* Chrome,Safari4+ */
    background: #ccc -webkit-linear-gradient(top, rgba(255, 255, 255, .35) 0%, rgba(10, 10, 10, .4) 100%); /* Chrome10+,Safari5.1+ */
    background: #ccc -o-linear-gradient(top, rgba(255, 255, 255, .35) 0%, rgba(10, 10, 10, .4) 100%); /* Opera11.10+ */
    background: #ccc -ms-linear-gradient(top, rgba(255, 255, 255, .35) 0%, rgba(10, 10, 10, .4) 100%); /* IE10+ */
    background: #ccc linear-gradient(top, rgba(255, 255, 255, .35) 0%, rgba(10, 10, 10, .4) 100%); /* W3C */
}

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.submitbutton {
    margin-top: 20px;
    margin-left: 25%;
    margin-right: 25%;
    text-align: center;
}

/* #Tabs (activate in tabs.js)
================================================== */
ul.tabs {
    display: block;
    margin: 0 0 20px 0;
    padding: 0;
    border-bottom: solid 1px #ddd;
}

ul.tabs li {
    display: block;
    width: auto;
    height: 30px;
    padding: 0;
    float: left;
    margin-bottom: 0;
}

ul.tabs li a {
    display: block;
    text-decoration: none;
    width: auto;
    height: 29px;
    padding: 0px 20px;
    line-height: 30px;
    border: solid 1px #ddd;
    border-width: 1px 1px 0 0;
    margin: 0;
    background: #f5f5f5;
    font-size: 13px;
}

ul.tabs li a.active {
    background: #fff;
    height: 30px;
    position: relative;
    top: -4px;
    padding-top: 4px;
    border-left-width: 1px;
    margin: 0 0 0 -1px;
    color: #111;
    /*-moz-border-radius-topleft: 2px;*/
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    /*-moz-border-radius-topright: 2px;*/
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
}

ul.tabs li:first-child a.active {
    margin-left: 0;
}

ul.tabs li:first-child a {
    border-width: 1px 1px 0 1px;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
}

ul.tabs li:last-child a {
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
}

ul.tabs-content {
    margin: 0;
    display: block;
}

ul.tabs-content > li {
    display: none;
}

ul.tabs-content > li.active {
    display: block;
}

/* Clearfixing tabs for beautiful stacking */
ul.tabs:before,
ul.tabs:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

ul.tabs:after {
    clear: both;
}

ul.tabs {
    zoom: 1;
}

/* #Forms
================================================== */

/* form { 
   margin-top: 20px;
}
*/

fieldset {
    margin-bottom: 20px;
}

input[type="password"],
input[type="email"],
textarea,
select {
    border: 1px solid #ccc;
    padding: 10px 6px;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font: 18px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #777;
    margin: 0;
    width: 240px;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    background: #fff;
}

input[type="text"],
textarea,
select {
    border: 1px solid #ccc;
    padding: 10px 6px;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font: 18px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #777;
    margin: 0;
    width: 240px;
    max-width: 100%;
    display: block;
    margin-bottom: 18px;
    background: #fff;
}
select {
    padding: 0;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    border: 1px solid #aaa;
    color: #444;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

textarea {
    min-height: 60px;
}

label,
legend {
    display: block;
    font-size: 13px;
    color: #353535;
    font-family: 'DroidSansBold', 'helvetica', 'Tahoma';
    line-height: 34px;
    text-transform: uppercase;
}

select {
    width: 450px;
}

input[type="checkbox"] {
    display: inline;
}

label span,
legend span {
    font-weight: normal;
    font-size: 13px;
    color: #353535;
    font-family: 'DroidSansBold', 'helvetica', 'Tahoma';
    line-height: 34px;
}

/*-------------------------------------*/

.form-wrapper {
    width: 450px;
    padding: 8px;
    margin: auto;
    background: #fff;

}

.form-wrapper input {
    width: 370px;
    height: 20px;
    padding: 10px 0px 10px 20px;
    float: left;
    font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma';
    border: 0;
    background: #eee;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;

}

.form-wrapper input:focus {
    outline: 0;
    background: #fff;
    border: 0;

    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.form-wrapper input::-webkit-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.form-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
   
}

.form-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
   
}

.form-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 40px;
    width: 60px;
    font: bold 15px/40px 'jockey', 'trebuchet MS', 'Tahoma';
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .2em;
    background: #FF6666;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
   
}

.form-wrapper button:hover {
    background: #353535;
}

.form-wrapper button:active,
.form-wrapper button:focus {
    background: #353535;
}

.form-wrapper button:before {
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #FF6666 transparent;
    top: 12px;
    left: -6px;

}

.form-wrapper button:hover:before {
    border-right-color: #353535;
}

.form-wrapper button:focus:before {
    border-right-color: #353535;
}

.form-wrapper button::-moz-focus-inner {
    border: 0;
    padding: 0;

}

/* #Misc
================================================== */
.remove-bottom {
    margin-bottom: 0 !important;
}

.half-bottom {
    margin-bottom: 10px !important;
}

.add-bottom {
    margin-bottom: 20px !important;
}

/* #ROUNDED EDGE BOX - edit by benji
================================================== */

.box {
    font-size: 12px;
    margin: 0px auto;
    padding: 5px;
	border-width: 0px;
    border-style: none;
    border-color: #d6e9f3;
     
    max-width: 100%;
    height: auto;

}
    
    

.box2 {
    background-color: #fff;

    margin: 0px auto;
    padding: 15px;
    border-width: 0px;
    max-width: 100%;
    height: auto;

    -moz-border-radius: 15px;
    border-radius: 15px;


    

}

.box3 {
    background-color: #E6E6E6;
    margin: 0px auto;
    padding: 30px;
    border-style: solid;
    border-width: 0px;
    border-color: #d6e9f3;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;



/* outer shadows  (note the rgba is red, green, blue, alpha)*/
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4); 
    -moz-box-shadow: 0px 1px 6px rgba(23, 69, 88, .5);

/* rounded corners*/ 
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px; 
    border-radius: 15px;
/* gradients*/ 
    background: -webkit-gradient(linear, left top, left bottom, 
    color-stop(0%, white), color-stop(15%, white), color-stop(100%, #E6E6E6)); 
    background: -moz-linear-gradient(top, white 0%, white 30%, #E6E6E6 80%); 

}

.costbox {
    background-color: #bde6f8;
    margin: 0px auto;
    padding: 30px;
    border-style: solid;
    border-width: 0px;
    border-color: #d6e9f3;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;

 

/* outer shadows  (note the rgba is red, green, blue, alpha)*/
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4); 
    -moz-box-shadow: 0px 1px 6px rgba(23, 69, 88, .5);

/* rounded corners*/ 
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px; 
    border-radius: 15px;
/* gradients*/ 
    background: -webkit-gradient(linear, left top, left bottom, 
    color-stop(0%, white), color-stop(15%, white), color-stop(100%, #bde6f8)); 
    background: -moz-linear-gradient(top, white 0%, white 30%, #bde6f8 80%); 

}

.bigbox {
    background-color: #fff;
    height: 100%;
    margin: 0px auto;
    margin-bottom: 20px;
    padding: 25px;
    border-width:1px;
    border-style:solid;
	border-color:#E7E7E7;

    -moz-border-radius: 25px;
    border-radius: 25px;
}

.featuredbox {
	background-color: #bde6f8;
    font-size: 12px;
    margin: 0px auto;
    padding: 15px;
    border-width: 1px;
    border-style:solid;
    border-color: #d6e9f3;
    max-width: 100%;
    height: auto;

  /* outer shadows  (note the rgba is red, green, blue, alpha) */
-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4); 
-moz-box-shadow: 0px 1px 6px rgba(23, 69, 88, .5);

/* rounded corners */
-webkit-border-radius: 15px;
-moz-border-radius: 15px; 
border-radius: 15px;

/* gradients */
background: -webkit-gradient(linear, left top, left bottom, 
color-stop(0%, white), color-stop(15%, white), color-stop(100%, #bde6f8)); 
background: -moz-linear-gradient(top, white 0%, white 30%, #bde6f8 80%); 
}
    
        .searchbar {
    text-align: center;
    margin: 0 auto;
}

.search_icon {
    width: 12px;
    padding-left: 3px;

}

#mail_icon {
    padding-left: 10px;
    width: 30px;
}

#mail_button {
    width: 100%;
}

.user_images {
    position: relative;
}

.img_overlay {
    width: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
}

/* #UL ERRORS - edit by benji
================================================== */

.errorlist {
    font-weight: bold;
    font-size: 14px;
    color: #E06666;
}

/* browse ads tabs
================================================== */

ul#tabnav {
    /* general settings */
    text-align: center; /* set to left, right or center */
    margin: 1.5em 0 0 0; /* set margins as desired */
    font: 20px jockey, helvetica, sans-serif; /* set font as desired */

    border-bottom: 0px solid #000; /* set border COLOR as desired */
    list-style-type: none;
    padding: 6px 10px 12px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li {
    /* do not change */
    display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 {
    /* settings for selected tab */
    border-bottom: 0px solid #fff; /* set border color to page background color */
    background-color: #fff; /* set background color to match above border color */
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a {
    /* settings for selected tab link */
    background-color: #fff; /* set selected tab background color as desired */
    color: #353535; /* set selected tab link color as desired */
    position: relative;
    top: 1px;
    padding-top: 12px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a {
    /* settings for all tab links */
    padding: 12px 20px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
    border: 0px solid #353535; /* set border COLOR as desired; usually matches border color specified in #tabnav */
    background-color: #E6E6E6; /* set unselected tab background color as desired */
    color: #666; /* set unselected tab link color as desired */
    margin-right: 1px; /* set additional spacing between tabs as desired */
    margin-left: 1px;
    text-decoration: none;
    border-bottom: none;
}

ul#tabnav a:hover {
    /* settings for hover effect */
    background: #fff; /* set desired hover color */
}

/* end css tabs */

/* This is for the social link */
#social_share {
    visibility: hidden;
    width: 55px;
    position: fixed;
    left: 2%;
    bottom: 20%;
    height: 212px;

}

.share_icon {
    max-width: 100%;
    max-height:55px;
    padding-top: 10px;

}

a.current_tab {
    background-color: #666666;
    color: #E6E6E6;
}

#footer {
color: #262626;
}

#footer a {
	margin: 03px;
	padding: 0px 10px 0px 10px;
	
	font-size: 12px;
	font-weight: normal;
	color: #262626;
}



#footer a:hover {
	color: #fff;
}

#aboutus {
    font-weight: normal;
    margin-top: 10px;

    }
    
#aboutus ul {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px 20px 10px 20px;
    list-style: none outside none;
    font-style: italic;
    font-size: 14px;
    color: #353535;



}

#aboutus li {

}


/* This is for the copy/paste ad link on the receipt */

.adlinkbox {

height:30px;
width:95%;
border:1px solid #ccc;
padding:10px;
margin:0px;
font:22px Georgia, Garamond, Serif;overflow:auto;
font-weight: normal;


}

.pricingbox {
 	background-color: #ffffff;

    margin-left: 60px;
    padding: 8px;
    border-width: 0px;
    max-width: 83%;
    height: auto;

    -moz-border-radius: 15px;
    border-radius: 15px;

}

.pricingbox ul {
	list-style-position: outside;
	list-style-type:circle;
	display: block;
    margin-bottom: 1px;
    padding: 10px 0px 10px 30px;
    text-align: left;


}

.pricingbox li {
    color: #353535;
    font-family: 'DroidSansBold', 'helvetica', 'arial';
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 4px;
    word-spacing: .1em;
	

}

nav select {
    display: none;
  
  
    height: 45px;
    width: 300px;
    line-height: 40px;
    overflow: hidden;
    border: 3px solid #ffffff;
    border-radius: 3px;
    padding: 5px 5px 5px 5px;
    box-shadow:inset 0 0 1px #393939;
    -moz-box-shadow:inset 0 0 1px #393939;
    -webkit-box-shadow:inset 0 01px #393939;
}

 .pdfbutton {
        display: none;
}

.helptext {
    color: #8A8A8A;
    font-family: 'calibri', 'helvetica', 'arial';
    font-size: 12px;
    font-style:italic;
    line-height: 15px;
    margin-left: 20px;
    margin-bottom: 20px;
    word-spacing: .1em;
}
.helptext a {
        color: #353535 !important;
}

.helptext a:hover {
        color: #bde6f8 !important;
}

.googlemap {
    margin-top: 20px;
    margin-top: 10px;
}

label.placeanad {
    color: #353535;
    font-family: 'DroidSansBold', 'helvetica', 'arial';
    line-height: 50px;
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 4px;
}

.tinynav { display: none }

/*This is for the autocomplete box*/
ul.ui-autocomplete {
    background: #D6E9F3;
}

.featuredads {
    margin:10px;
    display:inline;
}

.featuredadsleft { display:block; width:100% ; margin: 5 auto 8 auto;}

.featuredadsright { display:inline; margin-bottom:5px; margin-top:8px; float:left;}


.listingtitle {
    display: inline-block; /* FF2*/
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 2px;
    color: #353535;
    font-family: 'DroidSansBold', 'helvetica', 'arial';
}


.featured_listingtitle {
    display: inline-block; /* FF2*/
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 2px;
    color: #FF6666;
    font-family: 'DroidSansBold', 'helvetica', 'arial';
}

.price {
    display: inline-block; /* FF2*/
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 4px;
    margin-left: 10px;

    color: #4E4E4E;
    font-family: 'DroidSansBold', 'helvetica', 'arial';
}

.obodetailscontact {
    padding: 8px 12px 6px 12px;
    margin: 5px;
    line-height: 2em;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'DroidSansbold', arial, serif;
    font-size: 14px;
    background: #e6e6e6;

    color: #353535;
   

    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
}
.obodetailscontact a {
    color:#FF6666;
}
.obodetailscontact a:hover {
    color:#ffffff;

}




.page_navigation {
    width: 100%;
    padding: 0px 20px 0px 0px;
    overflow: visible;
    margin-bottom: 20px;
    margin-top:15px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}

.page_navigation a {

    height: 30px;
    padding: 6px 8px 3px 8px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'DroidSansBold', arial, serif;
    font-size: 12px;
    background: #bde6f8;
    color: #353535;
    letter-spacing: .06em;
    margin:5px;
    margin-top:20px;


    -moz-border-radius: 5px;
    border-radius: 5px;
}

.page_navigation a:hover {
    background: #353535;
    text-decoration: none;
    color: #FFFFFF;
    }

.active_page {
    background:#e6e6e6 !important;
}

.addetails {

    margin: 5px;

}

.userfaceheader {
    text-align: justify; 

     /* IE special */  
    width: 100%;  
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
}
.userfaceheader:after{
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
    font-size:0;
    line-height:0;
    margin-bottom: 1px;

}
#topribbon {
    position: relative;
}
#topribbon img {
    position: absolute;
    top: 0px;
    left: 0px;
}
.pdflink {display:none}

#authorizecenter { 
    margin-left: 44%;
    margin-right: auto;
}



