html{
    background-color: #CECECE;
}
body {
	margin: 0px;
	padding: 0px;
  margin: 10px 0;
}
h1, h2, h3{
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  text-align: center;
}
h2 {
  font-size: 15px;
}
h3{
  font-size: 14px;
}

fieldset, form, img, p, span, #Layout1 ul, .title-div ul {
	margin: 0px;
	padding: 0px;
}
a {
  color: #4C6510;
  text-decoration: none;
}
a:hover{
  color: #4C6510;
  text-decoration: underline;
}
.link-white{
	font-size: 12px;
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
	text-decoration: none;
	font-family: Tahoma;
	color: #fff;
}
.link-white:hover{
	font-size: 12px;
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
	text-decoration: underline;
	font-family: Tahoma;
	color: #fff;
}
#main {
    width: 100%;
}
#footer, #header, #content{
  width: 100%;
  margin: auto;
/*  border: 1px solid red;*/
}
#content-wrapper{
  padding: 10px;
  width: 80%;
  background: #fff;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
#content{
  padding: 10px 0px;
}
#Layout1{
  float: left;
  width: 20%;
/*  border: 1px solid red;*/
}
#Layout2{
  float: right;
  width: 79%;
/*  border-left: 2px solid #2175BC;*/
/*  border: 1px solid red;*/
}
#Layout3{
  float: left;
  width: 15%;
/*  border: 1px solid red;*/
}
.float-left{
  float: left;
}
.float-right{
  flaot: right;
}
.warning-message{
	background: url('img/warning.png') no-repeat;
	padding-left: 24px;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	font-family: Verdana;
}
.error-message{
	background: url('img/error.png') no-repeat;
	padding-left: 24px;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	font-family: Verdana;
  color: #dd0000;
}
.success-message{
	background: url('img/success.png') no-repeat;
	padding-left: 24px;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	vertical-align: middle;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	font-family: Verdana;
  color: #429CCD;
}
.main-error{
  margin-left: 150px;
}

.content-header{
  list-style: none;
  margin: 0px;
  padding: 0px;
  padding-left: 15px;
  background-color: #508FC4;
}
.content-header li{
  padding: 5px;
  margin: 0 5px;
  float: left;
}
.content-header li a{
  display: block;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
}
.content-header li a:hover{
  text-decoration: underline;
}

.hidden-list{
  display: none;
}

.footer-content{
  list-style: none;
  margin: 0px;
  padding: 0px;
  padding-left: 15px;
  background-color: #1958B7;
}
.footer-content li{
  padding: 5px;
  margin: 0 5px;
  float: left;
}
.footer-content li a{
  display: block;
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
}
.footer-content li a:hover{
  text-decoration: underline;
}

.content-box{
  padding: 5px;
}

.item-listing{
  margin: 10px 0 0 0;
}

.feed-item{
  margin: 1% 0.5%;
  padding: 0.5%;
  text-align: center;
}
.feed-item-title{
  font-size: 14px;
  font-family: Tahoma;
  margin-bottom: 10px;
}
.feed-item-content{
  font-size: 12px;
  font-family: Arial;
  text-align: justify;
  padding: 3px;
}
.feed-item-image{
  border: 1px solid grey;
  padding: 3px;
  margin: 0 5px;
}
.content{
  text-align: center;
}
.content-image{
  border: 1px solid grey;
  padding: 6px;
  margin: 0 20px 0 10px;
}
.content-title{
  font-family: Tahoma;
  font-size: 14px;
}
.content-content{
  text-align: justify;
  padding: 5px;
  font-size: 14px;
}

.pagination{
  list-style: none;
  margin: 5px 0;
  padding: 0px;
}
.pagination li{
  float: left;
}
.pagination li{
  margin: 0 5px;
  float: left;
}
.pagination li a{
  padding: 0 6px;
  display: block;
  height: 26px;
  line-height: 26px;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  background-color: #4C6510;
}
.pagination li a:hover{
  text-decoration: underline;
}
.pagination li span{
  display: block;
  height: 26px;
  line-height: 26px;
  vertical-align: middle;
  font-weight: bold;
  color: #4C6510;
}
ul.breadcrumb{
  list-style: none;
}
ul.breadcrumb li{
  float: left;
  margin: 0 0 0 10px;
}
ul.breadcrumb li a{
  font-size: 12px;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  padding-right: 15px;
  background: url('img/arrow.gif') center right no-repeat;
}
ul.breadcrumb li a:hover{
  text-decoration: underline;
}
ul.breadcrumb li span{
  font-size: 12px;
  color: #fff;
  font-weight: bold;
}

.extra-content-content{
  padding: 1%;
}
.extra-content{
  margin-top: 10px;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 900;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1000;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}

.a-arrow-desc{
  background: url('img/arrow-down.png') 0 7px no-repeat;
  padding-left: 16px;
}
.a-arrow-asc{
  background: url('img/arrow-up.png') 0 7px no-repeat;
  padding-left: 16px;
}
.rating-image {
  cursor: pointer;
  margin: 0 2px;
}


/**Gray Buttons**/

a.ovalbutton_gray{
background: transparent url('img/oval-gray-left.gif') no-repeat top left;
display: block;
font: normal 13px Tahoma; /* Change 13px as desired */
line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
height: 24px; /* Height of button background height */
padding-left: 11px; /* Width of left menu image */
text-decoration: none;
}

a:link.ovalbutton_gray, a:visited.ovalbutton_gray, a:active.ovalbutton_gray{
color: #494949; /*button text color*/
}

a.ovalbutton_gray span{
background: transparent url('img/oval-gray-right.gif') no-repeat top right;
display: block;
padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton_gray:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton_gray:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}


/**Header block**/

#header {
}
.logo {
	width: 350px;
}
.login-block{
	width: 300px;
	margin: 5px;
}
.login-block .left-side{
	font-family: Tahoma;
	font-size: 12px;
	padding: 3px;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
  width: 58px;
  text-align: right;
}
.login-block .right-side{
	padding: 2px;
}
.forgot-register{
	margin-bottom: 5px;
}
.button{
  width: 100px;
  margin-left: 5px;
}
.search-input-background{
  background: url('img/search_watermark.png') no-repeat left;
}
.search-input-background:focus{
  background: none;
}
.user-class{
	background-color: #ECEFE7;
	width: 300px;
}
.user-title span{
	font-size: 15px;
	color: yellow;
}

ul.user-links {
	list-style:none;
	margin: 0px;
	padding: 0px 5px;
}
ul.user-links li {
	background:url(img/bg-dotted.gif) repeat-x bottom;
	text-align: left;
}
ul.user-links li a {
	background:url(img/arrow.gif) no-repeat 0 6px;
	padding-left: 15px;
	color: #4C6510;
	font-size: 14px;
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
	text-decoration: none;
}
ul.user-links li a:hover,ul.user-links li a.selected {
	font-weight:bold;
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
	text-decoration: underline;
}
ul.user-links li.last {
	background:none;
}
.ads-listing{
  list-style: none;
  margin: 0px;
  padding: 0px;
  background-color: #ECEFE7;
  padding-bottom: 3px!important;
}
.ads-listing li{
  padding: 3px 0;
}
.ads-listing li.last{
  padding-bottom: 0px;
}
.ads-listing li a{
  color: #4C6510;
  text-decoration: none;
}
.ads-listing li a:hover{
  color: #4C6510;
  text-decoration: underline;
}
.categories-listing{
	margin: 0px;
	padding: 0px;
	list-style: none;
	background-color: #ECEFE7;

}
.categories-listing li {
	text-align: left;
}
.categories-listing li.level_0{
	background: url(img/bg-dotted.gif) repeat-x bottom;
	height: 24px;
	padding-left: 5px;
	cursor: pointer;
}
.class-arrow-down{
	background: url(img/bg-down-arrow.png) no-repeat right;
	margin-right: 6px;
}
.class-arrow-up{
	background: url(img/bg-up-arrow.png) no-repeat right;
	margin-right: 6px;
}
.categories-listing li.level_0 a{
	color: #4C6510;
	text-decoration: none;
	font-weight: bold;
}
.categories-listing li.level_0 a:hover{
	text-decoration: underline;
	font-weight: bold;
}
.categories-listing li.level_1{
	background: url(img/bg-dotted.gif) repeat-x bottom;
	padding-left: 10px;
    text-align: left;
}
.categories-listing li.level_1 a{
	background: url(img/arrow.gif) no-repeat 0 6px;
	padding-left: 10px;
	color: #4C6510;
	font-size: 14px;
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
	text-decoration: none;
}
.categories-listing li.level_1 a:hover{
	text-decoration: underline;
	font-weight: bold;
}
.categories-listing li.level_2{
	background: url(img/bg-dotted.gif) repeat-x bottom;
	padding-left: 10px;
}
.categories-listing li.level_2 a{
	background: url(img/arrow.gif) no-repeat 10px 6px;
	padding-left: 20px;
	color: #4C6510;
	font-size: 14px;
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
	text-decoration: none;
}
.categories-listing li.level_2 a:hover{
	text-decoration: underline;
	font-weight: bold;
}
.categories-listing li.level-last{
	background: none;
}
.a-link-selected{
    font-weight: bold;
}
.input-field-gray{
	width: 225px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	font-family: Tahoma;
	border: 1px solid gray;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;

}
.textarea-field-gray{
	width: 450px;
	height: 100px;
	text-align: left;
	font-size: 12px;
	font-family: Tahoma;
	border: 1px solid gray;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.input-field-title{
	font-family: Tahoma;
	font-size: 12px;
	padding: 5px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	text-align: right;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;

}
.input-field-value{
	margin-top: 5px;
}
.explanation{
	color: #AAA000;
	font-family: Tahoma;
	font-size: 12px;
	padding: 5px;
	margin-left: 10px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
}
.account-explanation{
	color: #AAA000;
	font-family: Tahoma;
	font-size: 12px;
	padding: 5px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
}
.explanation span{
    font-weight: bold;
}
.select-field-gray{
	width: 225px;
	height: 20px;
	text-align: left;
	font-size: 12px;
	font-family: Tahoma;
	border: 1px solid gray;
	background-color: #AAAAAA;
	color: #fff;
	padding-left: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.select-field-gray option{
	background-color: #AAAAAA;
	color: #fff;
	padding-left: 20px;
}
.full-border{
	border: 1px solid gray;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.top-border{
	border-top: 1px solid gray;
}
.left-border{
	border-left: 1px solid gray;
}
.bottom-border{
	border-bottom: 1px solid gray;
}
.right-border{
	border-right: 1px solid gray;
}
.full-border-black{
    border: 1px solid #000000;
}
#header {
}
.logo {
	width: 350px;
}
.login-email{
	width: 300px;
	margin: 5px;
}
.login-email .left-side{
	font-family: Tahoma;
	font-size: 12px;
	padding: 3px;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
  width: 58px;
  text-align: right;
}
.login-email .right-side{
	padding: 2px;
}
.login-password{
	width: 300px;
	margin: 5px;
}
.login-password .left-side{
	font-family: Tahoma;
	font-size: 12px;
	padding: 3px;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
  width: 58px;
  text-align: right;
}
.login-password .right-side{
	padding: 2px;
}
.login-button{
	width: 300px;
}
.login-button .button{
	width: 100px;
	margin-left: 55px;
}
.forgot-register{
	margin-bottom: 7px;
}
.user-class{
	background-color: #ECEFE7;
	width: 300px;
}
.user-title span{
	font-size: 15px;
	color: yellow;
}

ul.user-links {
	list-style:none;
	margin: 0px;
	padding: 0px 5px;
}
ul.user-links li {
	background:url(img/bg-dotted.gif) repeat-x bottom;
	text-align: left;
}
ul.user-links li a {
	background:url(img/arrow.gif) no-repeat 0 6px;
	padding-left: 15px;
	color: #4C6510;
	font-size: 14px;
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
	text-decoration: none;
}
ul.user-links li a:hover,ul.user-links li a.selected {
	font-weight:bold;
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
	text-decoration: underline;
}
ul.user-links li.last {
	background:none;
}
/*BOF Sitemap*/
.sitemap{
    list-style: none;
}
.sitemap li{
    margin: 3px 0px;
    text-align: left;
}
.sitemap li a{
    font-size: 12px;
    text-decoration: none;
    font-family: Tahoma;
    color: #4C6510;
}
.sitemap li a:hover{
    font-size: 12px;
    text-decoration: none;
    font-family: Tahoma;
    color: #4C6510;
    text-decoration: underline;
}
/*EOF Sitemap*/



.float-left {
	float: left;
}
.float-right {
	float: right;
}
.dynamic_page_content{
   	font-size: 12px;
	font-family: Tahoma;
	padding: 5px;
	padding-top: 10px;
	text-align: justify;
}
.link-black{
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	text-decoration: none;
	font-family: Tahoma;
	color: #000;
}
.link-black:hover{
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	text-decoration: underline;
	font-family: Tahoma;
	color: #AAAAAA;
}
.link-white{
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	text-decoration: none;
	font-family: Tahoma;
	color: #fff;
}
.link-white:hover{
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	text-decoration: underline;
	font-family: Tahoma;
	color: #AAAAAA;
}
.link-green{
    font-size: 10px;
    text-decoration: none;
    font-family: Tahoma;
    color: #4C6510
}
.link-green:hover{
    font-size: 10px;
    text-decoration: underline;
    font-family: Tahoma;
    color: #4C6510
}
.link-green-12{
    font-size: 12px;
    text-decoration: none;
    font-family: Tahoma;
    color: #4C6510;
    font-weight: bold;
}
.link-green-12:hover{
    font-size: 12px;
    text-decoration: underline;
    font-family: Tahoma;
    color: #4C6510;
    font-weight: bold;
}
.separator{
	padding: 0px 5px;
}
.title-div, .title-div h1, .content-title{
	background-color: #4C6510;
	color: #fff;
	font-weight: bold;
	font-family: Tahoma;
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
	font-size: 15px;
	font-weight: bold;
	font-family: Tahoma;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
}
.required{
	padding: 4px 5px 0px 5px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	color: #dd0000;
}
.position-absolute{
	position: absolute;
	z-index: 100000;
}
.position-relative{
	position: relative;
	z-index: 100000;
}
.position-fixed{
    position: fixed;
    z-index: 100000;
}
.sitemap-content-title{
  background-color: #4C6510;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-family: Tahoma;
  font-size: 13px;
  text-align: center;
}
.sitemap-listing{
  margin: 0px;
  padding: 0px;
  padding-left: 35px;
  list-style:url;
  list-style-image: url('img/arrow.gif');
}
.sitemap-listing li{
  margin: 5px 0;
}
.sitemap-listing li a{
  display: block;
}
.display-social-links{
  padding: 10px 0;
  margin-left: 10px;
}