@charset "utf-8";
/* CSS Document */
/* padding:TOP RIGHT BOTTOM LEFT; */

/* ++++++++++++++++++++++++++++++++++
		START: CSS RESET 
   ++++++++++++++++++++++++++++++++++ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,textarea,p,blockquote {
	margin:0;
	padding:0;
}
.creditcardform {
	width: 630px;
	margin-right: auto;
	margin-left: auto;
}

address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
#latestpickstbl caption {
	font-size: 1em;
	font-style: italic;
	color: #999;
}

q:before,q:after {
	content:'';
}
q {
	font-style: italic;
}
abbr,acronym { border:0;
}
/* +++++++++++++++++++++++	END: CSS RESET    +++++++++++++++++++++++ */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	margin-top: 0;
	margin-bottom: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	font-family: Arial, Helvetica,Verdana, sans-serif;
	font-weight: normal;
}
h1, ol, ul {
	margin-bottom: 6px;
}
h1 {
	letter-spacing: -2px;
	font-size: 2.2em;
	line-height: 24px;
	color: #333;
}
h2 {
	letter-spacing: -1px;
	padding: 0 0 0 5px;
	font-size: 1.8em;
	line-height:20px;
	margin-bottom: 4px;
	color: #444;
}
h3 {
	letter-spacing: -1px;
	padding: 0 0 0 3px;
	font-size: 1.6em;
	line-height:18px;
	color: #444;
	margin-bottom: 2px;
}
h4 {
	letter-spacing: -1px;
	padding: 0 0 0 2px;
	font-size: 1.4em;
	line-height:16px;
	margin-bottom: 2px;
	color: #444;
}

h5 {
	letter-spacing: -1px;
	padding: 0 0 0 2px;
	font-size: 1.2em;
	line-height:14px;
	margin-bottom: 2px;
	color: #444;	
}
h6 {
	letter-spacing: -1px;
	padding: 0 0 0 2px;
	font-size: 1.0em;
	line-height:12px;
	margin-bottom: 2px;
	color: #444;
}
a {
	outline:none;
	color: #33410A;
/*	color:#333; */
	text-decoration:none;
	}
a:link {
	color: #33410A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #33410A; 
}
a:hover {
	text-decoration: underline;
	color: #44511A; 
}
a:active {
	text-decoration: none;
	color: #33410A; 
}

.whitetext {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#header {
	height:166px;
	width:100%;
	text-align:center;
	background-image:url(images/push_button_method_top_repeat.gif);
}
#maincontent {
	width:960px;
	background-image:url(images/mid_background.gif);
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

#footer  {
	 background-image:url(images/push_button_method_bottom_repeat.gif);
     text-align: center;
     width: 100%;
     height: 146px;
	 padding-top: 2px;
}
#signupform {
	background-color:#EAEAEA;
	border:1px solid #BBBBBB;
	padding:4px 4px 4px 4px;
	font-size:14px;
	font-weight: bold;
}
#signupformhome {
	background-color:#DDDDDD; 
	border:1px solid #BBBBBB; 
	padding:2px 4px 2px 4px;
	font-size:14px;
	font-weight: bold;
}
#listingfree {
	width: 850px;
	background-image:url(images/listing_template_free.png);
	background-repeat:no-repeat;
/* 	border:1px solid #6F0;  */
	border: none;
	padding: 5px 3px 5px 3px;
	margin: 8px 3px 8px 3px;
}
#listingpremium {
	width: 850px;
	background-image:url(images/listing_template_premium.png);
	background-repeat:no-repeat;
	padding: 5px 3px 5px 3px;
	margin: 8px 3px 8px 3px;
}

#footerold  { /* This is the footer glued to the bottom */
	 background-image:url(images/push_button_method_bottom_repeat.gif);
     text-align: center;
     position: absolute;
     bottom: 0px;
     left: 0px;
     width: 100%;
     height: 146px;
}
p {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#footer #bottomlinks {
	color: #333;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
#footer #bottomlinks2 {
	margin: 5px;
}

#bottomlinks a:link {
	color:#333;
	text-decoration: none;
}
#bottomlinks a:hover {
	color:#666;
	text-decoration: underline;
}
#bottomlinks a:visited {
	color:#333;
}
#bottomlinks a:active {
	color:#333;
	text-decoration: none;
}

#darklinks a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#darklinks a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#darklinks a:link {
	text-decoration: none;
}
#darklinks a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#mainlinks a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #777777;
}
#mainlinks a:visited {
	color: #777777;
	text-decoration: none;
}
#mainlinks a:active {
	color: #777777;
	text-decoration: none;
}
#mainlinks a:link {
	text-decoration: none;
	color: #777777;
}
#mainlinks a:hover {
	color: #444444;
	text-decoration: underline;
}

.newscaption {
	font-size: 10px;
	font-style: italic;
}

img {
	border: none;
} 
.photoframe {
	padding: 4px;
	border: 1px solid #999999;
	margin-top: 2px;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
}

.inputArea {
	border: 1px solid #666;
	background-image: url( 'images/formback.jpg' );
    background-repeat: repeat-x;
    background-position: top;
}

textarea {
	background-image: url( 'images/formback.jpg' );
	border: 1px solid #666;
    background-repeat: repeat-x;
    background-position: top;
}

/*       ###############################
         NAVCONTAINER
         ############################### */

div#nav {position:relative; z-index:2; width:650; height:39px; background:url(img/nav.png);}
div#nav ul {float:left; list-style:none;}
div#nav li {float:left;}
div#nav li a {display:block; margin:0; padding:14px 10px 14px 10px; text-decoration:none; font:bold 12px Arial, sans-serif; border-left:1px solid #222;}
div#nav li a:hover {background:#111;}

.navcontainer {
	height: 30px;
	width: 750px;
/*    background: url(images/nav-backgr.png); */
    padding-top: 4px;
	padding-bottom: 1px;
    border-bottom:  1px solid #000000;
	}

#nav {
	height: 30px;
	}

#nav, #nav ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	}
#nav {
	margin-bottom: 1px;
	padding-left: 10px;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

/* padding:TOP RIGHT BOTTOM LEFT; */
#nav li a, #nav li a:link {
	color: #fff;
	display: block;
    margin: 2px 2px 2px 2px;
	padding: 6px 8px 6px 8px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
    text-shadow: 0 1px 0 #000;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	}

#nav li a:hover, #nav li a:active, .current-cat a {
	background: url(images/nav-backgr-hover.png);
	background-repeat: repeat-x;
	color: #fff;
	display: block;
    margin: 2px 2px 2px 2px;
	padding: 6px 8px 6px 8px;
	text-decoration: none;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 10px;
	}

#nav  li.current-cat a {
	color:#fff;
    -moz-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 10px;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}
/* padding:TOP RIGHT BOTTOM LEFT; */

.listingHeaderfree {
	color:#006000;
}
.listingHeaderfree a:link {
	color:#006000;
	text-decoration: none;
}
.listingHeaderfree a:hover {
	color:#060;
	text-decoration: underline;
}
.listingHeaderfree a:visited {
	color:#006000;
	text-decoration: none;
}
.listingHeaderfree a:active {
	color:#006000;
	text-decoration: none;
}

.listingHeaderpremium{
	color:#8C6624;
}
.listingHeaderpremium a:link {
	color:#8C6624;
	text-decoration: none;
}
.listingHeaderpremium a:hover {
	color:#960;
	text-decoration: underline;
}
.listingHeaderpremium a:visited {
	color:#8C6624;
	text-decoration: none;
}
.listingHeaderpremium a:active {
	color:#8C6624;
	text-decoration: none;
}
#listingwarning li {
	margin-left: 50px;
}
.error {
	color:#600;
	width: 620px;
	margin-right:auto;
	margin-left:auto;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px 5px 5px 5px;
}
.categories {
	width:100%;
	padding: 1px 1px 1px 1px;
	color: #222;
	text-align:left;
	font-size:10px;
/*	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; */
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	bottom: 0px;
	margin-top: 2px;
	vertical-align:bottom;
}
.formtable td {
	font-size: 12px;
	color: #333;
}
.photoframe {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: rgb(204, 204, 204) rgb(204, 204, 204) rgb(204, 204, 204) rgb(204, 204, 204);
	border-collapse: separate;
}
#tritable {
	background-color:#EDEDED;
	background-image: url(images/register_free_small.png);
	background-repeat: no-repeat;
	background-position: 556px 2px;
}
#titlesearch, #groupsearch {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	padding-right: 2px;

}
#titlesearch #titles, #groupsearch #groups {
	margin-top: 3px;
	margin-bottom: 3px;
}
#titlesearch strong, #groupsearch strong {
	margin-left: -2px;
}
#formbasic {
	width : 510px;
	margin: 5px auto;
	text-align:left;
}
#contactheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	width: 600px;
	line-height: 20px;
	font-weight: 100;
	text-align: left;
}

#formbasic p {
	padding-top: 4px;
	padding-bottom: 2px;
	margin-left: 40px;
	font-size: 0.8em;
}
#formbasic p.submitbutton {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#formbasic label {
	font-weight: bold;
	margin-left: -10px;
	display: block;
}
span.formrequired {
	color:#600;
	font-style: italic;
	padding-left: 3px;
	font-weight: normal;
}
#formbasic input {
	background-image: url(images/formback.jpg);
	border: 1px solid #666;
    background-repeat: repeat-x;
    background-position: top;
}

#jumpmenus {
	width: 306px;
	margin-right: auto;
	margin-left: 4px;
	border: 2px solid #666;
	padding: 2px;
	margin-bottom: 6px;
}
#jumpmenus h3 {
	color: #000;
}
.formcomment {
	color: #333;
}
#sessionexpired {
	font-size: 16px;
	border: 2px solid #CCC;
	padding: 20px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	margin-bottom: 500px;
	text-align: center;
}
#systemmessage {
	font-size: 20px;
	font-weight: 100;
	background-color: #333;
	padding: 20px;
	width: 500px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	color: #FFF;
	text-align: center;
}
