/********************************
* Reset Browser Preset Styles
********************************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td
{
    margin:0;
    padding:0;
}

/********************************
* Global Styles
********************************/
html
{
    height:100%;
}

a
{
    color:#008300;
    text-decoration:underline;
}

a:hover
{
    text-decoration:none;
}

body
{
    background:#ECEADB url('../images/bg_site.jpg') 0 0 repeat-x;
    color:#333;
    font-family:Arial, Verdana, sans-serif;
    font-size:75%;
}

h1
{
    color:#090;
    font-size:20px;
}

h4
{
    font-size:12px;
    padding-bottom:10px;
}

img
{
    border:0;
}

.add-to-cart
{
    position:absolute;
    right:125px;
    top:90px;
}

.active
{
    background-color:#FFFF99;
    border-bottom:1px solid #000;
    border-top:1px solid #000;
    font-weight:bold;
}

.background-dark
{
    background-color:#707B51;
    color:#FFF;
}

.background-light
{
    background-color:#E8E8D2;
    color:#000;
}

.bold-green
{
    color:#008300;
    font-weight:bold;
}

.bold-red
{
    color:#A10910;
    font-weight:bold;
}

.border-left
{
    border-left:1px solid #CCC;
}

.border-right
{
    border-right:1px solid #000;
}

.bread-crumbs a
{
    color:#333;
}

.break-line
{
	border-bottom:2px solid #000;
}

.break-line-small
{
	border-bottom:1px solid #000;
}

.button
{
    background:url(../images/multicolorbutton_bg.gif);
	border:1px outset #FFF;
    color:#008300;
    cursor:pointer;
	font-size:10px;
    font-weight:bold;
	height:25px;
}

.cart
{
    background-color:#D4D2D3;
}

.checked
{
    background:url(../images/checkout_tickmark.gif) no-repeat;
}

.clear
{
    clear:both;
    height:0px;
    overflow:hidden;
}

.color-black
{
    color:#000;
}

.color-red
{
    color:#C00;
}

.color-darkred
{
    color:#96293F;
}

.color-grey
{
    color:#707B51;
}

.current
{
    background:#FFFF99 url(../images/arrow_right.gif) no-repeat center;
    border-bottom:1px solid #000;
    border-left:1px solid #000;
    border-top:1px solid #000;
}

.display-hide
{
    display:none;
}

.display-show
{
    display:inline;
}

.even
{
    background-color:#EAE8E9;
    line-height:20px;
}

.float-left
{
    float:left;
}

.float-right
{
    float:right;
}

.green-background
{
    background-color:#393;
    color:#FFF;
}

.green-box
{
    background-color:#B4D5A6;
    border:1px solid #759767;
    padding:5px;
    width:175px;
}

.heading
{
    background-color:#49A01D;
    background-image:url(../images/heading_band.gif);
    border-bottom:1px groove #FFF;
    color:#EFE;
    font-size:17px;
    font-weight:bold;
    line-height:30px;
    padding-left:10px;
}

.heading-small
{
	background-color:#BDC8AA;
	color:#333;
	font-size:14px;
	font-weight:bold;
	line-height:22px;
	padding-left:5px;
}

.light-green
{
    color:#080;
}

.mar-left-20
{
    margin-left:20px;
}

.odd
{
    background-color:#FFF;
    line-height:20px;
}

.pad-2
{
    padding:2px;
}

.pad-5
{
    padding:5px;
}

.pad-8
{
    padding:8px;
}

.pad-10
{
    padding:10px;
}

.pad-15
{
    padding:15px;
}

.pad-bottom-5
{
    padding-bottom:5px;
}

.pad-left-5
{
    padding-left:5px;
}

.pad-left-8
{
    padding-left:8px;
}

.pad-left-10
{
    padding-left:10px;
}

.pad-left-20
{
    padding-left:20px;
}

.pad-left-25
{
    padding-left:25px;
}

.pad-left-30
{
    padding-left:30px;
}

.pad-left-50
{
    padding-left:50px;
}

.pad-left-53
{
    padding-left:53px;
}

.pad-left-60
{
    padding-left:60px;
}

.pad-left-100
{
    padding-left:100px;
}

.pad-left-150
{
    padding-left:150px;
}

.pad-right-5
{
    padding-right:5px;
}

.pad-right-10
{
    padding-right:10px;
}

.pad-right-15
{
    padding-right:15px;
}

.pad-right-25
{
    padding-right:25px;
}

.pad-table-5 td
{
    padding:5px;
}

.pad-top-5
{
    padding-top:5px;
}

.pad-top-10
{
    padding-top:10px;
}

.pad-top-20
{
    padding-top:20px;
}

.pad-top-30
{
    padding-top:30px;
}


.paginate a
{
    border:1px solid #080;
    color:#080;
    font-weight:bold;
    margin:0px 1px;
    padding:3px 5px;
    text-decoration:none;
}

.paginate a:hover
{
    background-color:#080;
    color:#FFF;
}

.paginate-current
{
    background-color:#080;
    border:1px solid #080;
    color:#FFF;
    font-weight:bold;
    margin:0px 1px;
    padding:3px 5px;
    text-decoration:none;
}

.pointer
{
    cursor:pointer;
}

.required-info
{
    color:#A10910;
    font-size:11px;
    padding-bottom:5px;
}

.star
{
	color:#A10910;
	font-size:16px;
}

.validation-message
{
    background-color:#FFCCCC;
    border:1px solid #C00;
    color:#C00;
    margin-bottom:10px;
    margin-top:10px;
    padding:5px;
}

.top-list
{
    border:1px solid #707B51;
}

.top-list a
{
    color:#333;
}

.top-list ul
{
    list-style-image:url('/images/top_bullet.jpg');
    list-style-position:inside;
    margin-left:10px;
    padding-top:5px;
}

/********************************
* Structural Styles
********************************/
#container
{
    background:#FFF;
    border-left:8px solid #B7B6A2;
    border-right:8px solid #B7B6A2;
    height:auto!important;
    height:100%;
    min-height:100%;
    width:960px;
    margin:0em auto 0em auto;
    position:relative;
}

/*#header
{
    background-image:url('/images/banner.jpg');
    height:130px;
}

#navigation
{
    background:#FFFFFF url("../images/navbar.jpg") repeat-x left top;
    color:#333;
    height:50px;
    margin:2px 0 0px 0;
    overflow:hidden;
}

#navigation a:active, #navigation a:hover, #navigation a:link, #navigation a:visited
{
    border-right:1px solid #004712;
    color:#004712;
    display:inline-block;
    float:left;
    font-size:12px;
    font-weight:bold;
    height:30px;
    margin:0;
    padding-left:12px;
    padding-right:12px;
    padding-top:14px;
    text-align:left;
    text-decoration:none;
    text-transform:uppercase;
    overflow:hidden;
}

#navigation a:hover, #navigation a.menuActived:active, #navigation a.menuActived:hover, #navigation a.menuActived:link, #navigation a.menuActived:visited
{
    background:transparent url("../images/navbar_over.jpg") repeat-x left top;
    border-right:1px solid #004712;
    color:#EFF0E2;
}
*/
#content
{
    min-height:700px;
}

#footer
{
    background:url('../images/bg_footer.jpg') 0 0 repeat-x;
    clear:both;
    color:#3C3C2B;
    font-family:Helvetica, Arial, Verdana, sans-serif;
    font-size:11px;
    height:92px;
    line-height:18px;
    padding:10px;
}

#footer a
{
    color:#333;
    font-size:11px;
    text-decoration:none;
}

#footer a:hover
{
    background-color:transparent;
    color:#000000;
}

#footer ul.navFooter
{
    height:45px;
    text-align:center;
}

#footer ul.navFooter li
{
    display:inline;
    list-style:none;
    margin: 0 1px 0 1px;
}

#footer ul.navFooter li.last
{
    padding-left:18%;
}

#footer ul.navFooter li, #footer ul.navFooter li a:active, #footer ul.navFooter li a:hover, #footer ul.navFooter li a:link, #footer ul.navFooter li a:visited
{
    color:#999;
    font:11px/45px Verdana, Arial, Helvetica, sans-serif;
}

#footer ul.navFooter li a:hover
{
    color:#008300;
    text-decoration:underline;
}

#footer .footer-left
{
    display:block;
    float:left;
    text-align:left;
    width:640px;
}

#footer .footer-right
{
    display:block;
    float:right;
    text-align:right;
    width:290px;
	
}

/********************************
* Home Page Styles
********************************/

#home a
{
    color:#416600;
}

#home .green-color
{
    color:#416600;
}

#home .lightgreen-background
{
    background-color:#DBE4C7;
}

#home .darkgreen-background
{
    background-color:#C7D0B1;
}

#home .featured
{
    font-size:32px;
}

#home .sub-head
{
    font-size:18px;
    font-weight:bold;
}

/********************************
* Advertising Styles
********************************/
#advertise-left
{
    float:left;
    padding:10px;
    width:190px;
}

#advertise-left h3
{
    color:#000;
    font-size:18px;
    padding-left:10px;
    padding-top:10px;
}

#advertise-left .head
{
    color:#080;
    font-size:12px;
    font-weight:bold;
}

#advertise-left .content
{
    color:#000;
    font-size:12px;
}

#advertise-left .lighter .head
{
    color:#808080;
}

#advertise-left .lighter .content
{
    color:#808080;
}

#advertise-right
{
    border-left:1px solid #CCC;
    float:right;
    min-height:700px;
    padding:15px;
    width:700px;
}

#advertise-right .head
{
    color:#090;
    font-size:16px;
    font-weight:bold;
}

#advertise-right .amount
{
    color:#AC2B30;
    font-size:18px;
    font-weight:bold;
}

#advertise-right .border
{
    border-right:1px solid #999;
}

#advertise-right .tick
{
    margin-top:-10px;
}

#advertise-right .selected-package
{
    padding-left:5px;
    width:320px;
}

/*  Account Information Styles */
#account-info .label
{
    color:#333;
    font-weight:bold;
    line-height:20px;
    margin-top:10px;
    padding-left:5px;
}

#account-info .field-small
{
    width:180px;
}

#account-info .field-big
{
    width:380px;
}

#account-info .input-small
{
    border:1px solid #666;
    width:180px;
}

#account-info .input-big
{
    border:1px solid #666;
    width:380px;
}

#account-info .login-box
{
    background-color:#E5E5E5;
    border-bottom:2px solid #000;
    padding:10px 15px 15px 15px;
}

#account-info a
{
    color:#A10910;
    text-decoration:underline;
}

#account-info a:hover
{
    text-decoration:none;
}

/*  Listing Packages Styles */
#listing
{
    width:700px;
}

#listing .listing-left
{
    float:left;
    width:340px;
}

#listing .listing-right
{
    float:right;
    width:340px;
}

#listing .label
{
    color:#333;
    font-weight:bold;
    line-height:20px;
    margin-top:10px;
    padding-left:5px;
}

#listing .input-big
{
    border:1px solid #000;
    height:20px;
    padding:0px;
    width:460px;
}

#listing .input-small
{
    border:1px solid #000;
    height:20px;
    padding:0px;
    width:150px;
}

#listing .box-message
{
    background-color:#E3F3D8;
    border:1px solid #666;
    padding:15px 15px 15px 20px;
    padding-bottom:20px;
}

#listing .double-line
{
	background:#E5E5E5;
    border-bottom:3px solid #333;
    color:#02620F;
    line-height:25px;
    margin-bottom:10px;
}

#listing .file-input
{
    width:300px;
}

#listing a
{
    color:#A10910;
    text-decoration:underline;
}

#listing a:hover
{
    text-decoration:none;
}

/********************************
* Member Page Styles
********************************/
#member-left
{
    float:left;
    padding:20px;
    width:178px;
}

#member-right
{
    border-left:1px solid #CCC;
    float:right;
    min-height:700px;
    padding:15px;
    width:710px;
}

/********************************
* Landing Page Styles
********************************/
#landing-left
{
    float:left;
    padding:15px;
    width:170px;
}

#landing-left h3
{
    color:#333;
    font-size:18px;
}

#landing-left .label
{
    color:#284213;
    font-family:Verdana;
    line-height:20px;
    padding-left:5px;
}

#landing-left .input-small
{
    background-color:#F3FAEF;
    border:1px solid #95D257;
    padding:0px;
    width:174px;
}

#landing-right
{
    border-left:1px solid #CCC;
    float:right;
    min-height:700px;
    padding:15px;
    width:710px;
}

#landing-right h1
{
    color:#090;
    font-size:20px;
}

#landing-right h4
{
    font-size:12px;
    padding-bottom:10px;
}

#landing-right .links
{
    font-weight:bold;
    line-height:20px;
    width:230px;
}

#landing-right .morestates
{
    background-color:#FFF899;
    border:1px solid #000;
    padding:5px;
}

#landing-right .advertising
{
    background-color:#B4D5A6;
    border:1px solid #759767;
    float:right;
    height:365px;
    padding:5px;
    width:181px;
}

/********************************
* Listing Page Styles
********************************/
#listing-page-left
{
    float:left;
    padding:15px;
    width:170px;
}

#listing-page-left h3
{
    color:#333;
    font-size:18px;
}

#listing-page-left .label
{
    color:#284213;
    font-family:Verdana;
    line-height:20px;
    padding-left:5px;
}

#listing-page-left .input-small
{
    background-color:#F3FAEF;
    border:1px solid #95D257;
    padding:0px;
    width:174px;
}

#listing-page-left .advertising
{
    background-color:#B4D5A6;
    border:1px solid #759767;
    margin-top:15px;
    padding:5px;
    width:175px;
}

#listing-page-right
{
    border-left:1px solid #CCC;
    float:right;
    min-height:700px;
    padding:15px;
    width:710px;
}

#listing-page-right h1
{
    color:#008300;
    font-size:20px;
}

#listing-page-right h4
{
    font-size:12px;
    padding-bottom:10px;
}

#listing-page-right #listing-results
{
    font-family:Verdana;
    font-size:11px;
}

#listing-page-right #listing-results .title
{
    border-top:1px solid #DDD;
    font-size:13px;
    font-weight:bold;
    padding:5px 0px 5px 5px;
}

#listing-page-right #listing-results .image
{
    border:1px solid #CCC;
    padding:10px;
}

#listing-page-right #listing-results .more-info
{
    color:#060;
    font-weight:bold;
    padding:0px 5px 10px 0px;
}

/********************
IMPROVEMENTS NEW
*********************/
a.featured_thumbnail {
	display:block;
	border:1px solid #aaa;
	padding:3px;
	float:left;
	margin-right:10px;
	}
	a.featured_thumbnail:hover {
		border:1px solid #060;
	}
	
.featured_thumbnail img{
	width:82px;
	height:82px;
	display:block;
}

a.listing_image {
		display:block;
		border:1px solid #aaa;
		padding:3px;
		float:left;
		margin-right:10px;
	}
	
	a.listing_image:hover {
		border:1px solid #060;
	}

	.listing_image img{
		width:150px;
		height:150px;
		display:block;
	}