/**
 * Content style
 */
#content {
	font: normal normal 11px Verdana, Arial, Helvetica;
	color: #000;
	float: left;
	
	margin: 0px 0px 0px 20px;
	width: 463px;
	
	/*border: 1px solid red;*/
}

h3 {
	font: normal bold 24px "Trebuchet MS", Verdana, Arial, Helvetica;
	color: #666666;
	margin: 12px 0px 27px 0px;
}
h3 a {
	color: #666666;
	text-decoration: none;
}

h3 span.listen {
	position: relative;
	margin-left: 350px;
}
h3 span.listen a {
	font: normal normal 9px Arial, Verdana;
	color: #666666;
	text-decoration: none;
	float: right;
	padding-right: 20px;
}

/**
 * Home, home content and news list
 */
#home {
}

#home #homeContent {
	margin: 0px 0px 0px 0px;
}
#home #homeContent * a {
	color: #669933;
	text-decoration: underline;
}
#home #homeContent img {
	border: 0;
}
#home #homeContent h3 {
}

#home #homeContent p {
	font: normal normal 11px Verdana, Arial, Helvetica;
	color: #666666;
	margin: 0px;
	line-height: 1.3em;
	width: auto;
	margin-bottom: 5px;
}
#home #homeContent p ul li {
	font: normal normal 11px Verdana, Arial, Helvetica;
	color: #666666;
	width: auto;
}

#home #newsList {
	margin: 0px 0px 0px 0px;
}
#home #newsList h3 {
}
#home #newsList h4 {
	font: normal bold 11px Verdana, Arial, Helvetica;
	color: #000;
}
#home #newsList .concreteNews {
	padding-bottom: 10px;
	float: left;
	width: 100%;
}
#home #newsList .concreteNews img {
	float: left;
	margin-right: 15px;
}
#home #newsList .concreteNews p {
	width: auto;
}
#home #newsList .concreteNews span.date {
}
#home #newsList .concreteNews p.brief {
	font: normal normal 11px Verdana, Arial, Helvetica;
	color: #666666;
}
#home #newsList .concreteNews p a {
	font: normal bold 11px Verdana, Arial, Helvetica;
	color: #669933;
	text-decoration: underline;
}

/**
 * News section
 */
#listNews {
	width: 100%;
	float: left;
	padding: 0px 0px 0px 0px;
}
#listNews h3 {
}
#listNews h3 a {
}
#listNews div.concrete-news {
	float: left;
	
	padding-bottom: 23px;
	margin-bottom: 21px;
	width: 100%;
	
	background-image: url(publicImages/separator.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}
#listNews div.news-starred-image {
	float: left;
}
#listNews div img {
	float: left;
	margin: 0px 10px 0px 0px;
}
#listNews div p.date {
	font: normal normal 11px Verdana, Arial, Helvetica;
	color: #666666;
	margin: 0px 0px 0px 0px;
}
#listNews div p.brief {
	font: normal normal 11px Verdana, Arial, Helvetica;
	color: #666666;
	width: auto;
	margin: 5px 0px 0px 0px;
}
#listNews div p.readmore a {
	font: normal normal 11px Verdana, Arial, Helvetica;
	color: #666666;
	margin: 5px 0px 0px 0px;
	text-align: right;
	display: block;
}
#listNews div h4 {
	font: normal bold 16px Verdana, Arial, Helvetica;
	color: #666666;
	margin: 0px 0px 0px 0px;
}
#viewNews {
	width: 100%;
	float: left;
	padding: 0px 0px 0px 0px;
	
	background-image: url(publicImages/separator.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}
#viewNews h3 {
}
#viewNews h3 a {
}
#viewNews div p.date {
	font: normal bold 11px Verdana, Arial, Helvetica;
	color: #666666;
	margin: 0px 0px 0px 0px;
}
#viewNews div p.brief {
	font: normal bold 11px Verdana, Arial, Helvetica;
	color: #666666;
	width: auto;
	margin: 5px 0px 0px 0px;
}
#viewNews div div#body {
	width: auto;
	font: normal normal 11px Verdana, Arial, Helvetica;
	color: #666666;
	line-height: 1.5em;
}
#viewNews div div#body * img {
}
#viewNews div div#body * a {
	color: #669933;
	font-weight: normal;
	text-decoration: underline;
}
#viewNews p a.back {
	font: normal normal 11px Verdana, Arial, Helvetica;
	color: #666666;
	text-decoration: underline;
	margin-bottom: 20px;
	display: block;
	float: right;
}

/**
 * Category styles
 */
#categoryList {
	width: auto;
	float: left;
	margin: 0px 0px 0px 0px;
}
#categoryList ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}
#categoryList ul li {
}
#categoryList ul li:hover {
}
#categoryList ul li a {
	font: normal bold 11px Verdana, Arial, Helvetica;
	color: #666666;
	display: block;
	margin-top: 10px;
	text-decoration: none;
}
#categoryList ul li p {
	font: normal normal 11px Verdana, Arial, Helvetica;
	color: #666666;
	margin: 5px 0px 20px 0px;
}
.categoryDescription {
	font: normal normal 11px Verdana, Arial, Helvetica;
	color: #666666;
}

/**
 * Content section
 */
#listContent {
	width: 100%;
	float: left;
	padding: 0px 0px 0px 0px;
}
#listContent h3 {
}
#listContent h3 a {
}
#listContent div.single-content {
	width: 100%;
	margin-bottom: 21px;
	float: left;
	background-image: url(publicImages/separator.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}
#listContent #contentListCategory {
}
#listContent #contentListCategory h4 {
	font: normal bold 16px Verdana, Arial, Helvetica;
	color: #666666;
	margin: 1px 0px 0px 0px;
}
#listContent #contentListCategory .brief {
	font: normal normal 11px Verdana, Arial, Helvetica;
	color: #666666;
	width: auto;
	margin: 5px 0px 0px 0px;
}
#listContent #contentListCategory p.readmore {
	font: normal normal 11px Verdana, Arial, Helvetica;
	color: #666666;
	margin: 5px 0px 0px 0px;
}
#listContent #contentListCategory p.readmore a {
	color: #666666;
	display: block;
	width: auto;
	text-align: right;
	margin-bottom: 30px;
	padding-bottom: 10px;
}
#viewContent {
	width: 100%;
	float: left;
	padding: 0px 0px 0px 0px;
	
	background-image: url(publicImages/separator.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}
#viewContent h3 {
}
#viewContent h3 a {
}
#viewContent p.brief {
	font: normal bold 11px Verdana, Arial, Helvetica;
	color: #606060;
	width: auto;
	margin: 5px 0px 0px 0px;
}
#viewContent #body {
	width: auto;
	font: normal normal 11px Verdana, Arial, Helvetica;
	color: #666666;
	line-height: 1.5em;
	
	margin: 20px 0px 0px 0px;
	padding-bottom: 10px;
	float: left;
}
#viewContent #body img {
}
#viewContent #body * a {
	color: #669933;
	text-decoration: underline;
}
#viewContent p a.back {
	font: normal normal 11px Verdana, Arial, Helvetica;
	color: #666666;
	text-decoration: underline;
	margin-bottom: 20px;
	display: block;
	float: right;
}

/**
 * Download section
 */
#listDownload {
	width: 100%;
	float: left;
	padding: 0px 0px 0px 0px;
}
#listDownload h3 {
}
#listDownload h3 a {
}
#listDownload div.single-download {
	width: 100%;
	float: left;
	margin-bottom: 21px;
	background-image: url(publicImages/separator.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}
#listDownload #downloadListCategory {
}
#listDownload #downloadListCategory h4 {
	font: normal bold 16px Verdana, Arial, Helvetica;
	color: #666666;
	margin: 1px 0px 0px 0px;
}
#listDownload #downloadListCategory .brief {
	font: normal normal 11px Verdana, Arial, Helvetica;
	color: #666666;
	width: auto;
	margin: 5px 0px 0px 0px;
}
#listDownload #downloadListCategory p.downloadlink a {
	color: #666666;
	display: block;
	width: auto;
	text-align: right;
	margin-bottom: 30px;
	text-transform: capitalize;
}
#listDownload #downloadListCategory p.downloadlink a span {
}

/**
 * Links section
 */
#listLink {
	width: 100%;
	float: left;
	padding: 0px 0px 0px 0px;
}
#listLink h3 {
}
#listLink h3 a {
}
#listLink div.single-link {
	width: 100%;
	float: left;
	margin-bottom: 21px;
	background-image: url(publicImages/separator.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}
#listLink #linkListCategory {
}
#listLink #concreteLink {
	width: 100%;
	float: left;
	margin-bottom: 21px;
	background-image: url(publicImages/separator.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}
#listLink #linkListCategory h4 {
	font: normal bold 16px Arial, Verdana, Helvetica;
	color: #666666;
}
#listLink #linkListCategory .brief {
	float: left;
}
#listLink #linkListCategory p {
	font: normal normal 11px Verdana, Arial, Helvetica;
	color: #666666;
	margin: 0px 20px 0px 0px;
	text-align: left;
}
#listLink #linkListCategory img {
	margin: 0px 10px 20px 0px;
	float: left;
}
#listLink #linkListCategory p.goToLink a {
	font: normal normal 11px Verdana, Arial, Helvetica;
	color: #666666;
	display: block;
	float: right;
	margin-top: 15px;
	margin-bottom: 20px;
}

/**
 * Galery section
 */
#listGallery {
	width: 100%;
	float: left;
	padding: 0px 0px 0px 0px;
}
#listGallery h3 {
}
#listGallery h3 a {
}
#listGallery #galleryList {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	width: auto;
}
#listGallery #galleryList ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}
#listGallery #galleryList ul li {
	height: auto;
	margin: 0px 5px 50px 5px;
	
	float: left;
}
#listGallery #galleryList ul li h4 {
	margin: 0px 0px 10px 0px;
	font: normal bold 12px Arial, Verdana;
}
#listGallery #galleryList ul li img {
	border: 1px solid #000;
	padding: 3px;
}
#listGallery #galleryList ul li p {
}
#listGallery #galleryList ul li p a {
	color: #333;
}
#viewGallery {
	width: 100%;
	float: left;
	padding: 0px 0px 0px 0px;
}
#viewGallery div {
}
#viewGallery #image img {
	border: 1px solid #000;
	padding: 3px;
	margin-left: 30px;
}
#viewGallery h3 {
}
#viewGallery h3 a {
}
#viewGallery #body {
	width: auto;
	font: normal normal 12px Arial, Verdana;
	color: #666666;
	line-height: 1.5em;
	margin: 20px 0px 0px 30px;
	padding-bottom: 10px;
}
#viewGallery #body img {
	margin: 5px;
}
#viewGallery #body * a {
	color: #d40000;
	text-decoration: underline;
}
#viewGallery p a.back {
	font: normal normal 12px Arial, Verdana;
	color: #333;
	text-decoration: underline;
	margin-bottom: 20px;
	display: block;
	float: right;
}

/**
 * Event section
 */
#listEvents {
	width: 100%;
	float: left;
	padding: 0px 0px 0px 0px;
}
#listEvents h3 {
}
#listEvents h3 a {
}
#listEvents #eventList {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 100%;
}
#listEvents #eventList ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}
#listEvents #eventList ul li {
	margin: 0px 5px 21px 5px;
	padding-bottom: 5px;
	
	background-image: url(publicImages/separator.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}
#listEvents #eventList ul li h4 {
	font: normal bold 11px Verdana, Arial, Helvetica;
	color: #666666;
	margin: 1px 0px 0px 0px;
}
#listEvents #eventList ul li h4 a {
	font-size: 16px;
	color: #666666;
	text-decoration: none;
}
#listEvents #eventList ul li img {
}
#listEvents #eventList ul li p {
	color: #666666;
}
#listEvents #eventList ul li p a {
	color: #fff;
}
#viewEvents {
	width: 100%;
	float: left;
	padding: 0px 0px 0px 0px;
	
	background-image: url(publicImages/separator.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}
#viewEvents h3 {
}
#viewEvents h3 a {
}
#viewEvents #brief {
	font: normal bold 11px Verdana, Arial, Helvetica;
	color: #666666;
	width: auto;
	margin: 5px 0px 0px 0px;
}
#viewEvents #body {
	width: auto;
	font: normal normal 11px Verdana, Arial, Helvetica;
	line-height: 1.5em;
	
	margin: 20px 0px 0px 0px;
	padding-bottom: 10px;
	float: left;
}
#viewEvents #body img {
}
#viewEvents #body * a {
	color: #669933;
	text-decoration: underline;
}
#viewEvents p a.back {
	font: normal normal 11px Verdana, Arial, Helvetica;
	color: #666666;
	text-decoration: underline;
	margin-bottom: 20px;
	display: block;
	float: right;
}
#eventSearch {
}
#eventSearch input, #eventSearch select {
	border: 1px solid #669933;
}
#eventSearch input.actionButton {
	background-color: #669933;
	color: #ffffff;
}

/**
 * Contact form
 */
#contactForm {
	width: 100%;
	float: left;
	padding: 0px 0px 21px 0px;
	
	background-image: url(publicImages/separator.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
}
#contactForm form#fContact {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
#contactForm p {
	font: normal normal 11px Verdana, Arial, Helvetica;
	color: #666666;
}
#contactForm p.legal {
	color: #669933;
}
#contactForm ol {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
#contactForm ol li {
	float: left;
	width: 200px;
	margin-bottom: 26px;
}
#contactForm ol li label {
	font: normal normal 12px Arial, Verdana;
	color: #669933;
	display: block;
	margin-bottom: 6px;
}
#contactForm ol li input {
	border: 1px solid #666666;
	width: 95%;
}
#contactForm ol li textarea {
	border: 1px solid #666666;
	width: 95%;
}
#contactForm ol li select {
	border: 1px solid #666666;
}
#contactForm ol li input.actionButton {
	background-color: #669933;
	border: 1px solid #669933;
	color: #ffffff;
	width: 140px;
}
#contactForm ol li span {
	display: block;
	color: red;
}
#contactForm ol li span.error {
	color: #ff0000;
}
#contactForm ol li span.noerror {
	display: none;
}

/**
 * pagination results
 */
#paginationResults {
	font: normal bold 11px Verdana, Arial, Helvetica;
	color: #666666;
}

#paginationResults a {
	color: #669933;
	text-decoration: underline;
	padding: 2px;
}
#paginationResults a:hover {
}

/**
 * Search form
 */
#searchForm {
	margin: 18px 0px 18px 3px;
}
#searchForm h4 {
}
#searchForm form {
	margin: 0px;
}
#searchForm input {
	border-width: 2px;
	border-style: solid;
	border-color: #969696 #fbfbfb #fbfbfb #969696;
	
	font: normal normal 12px "Trebuchet MS", Arial, Verdana;
	color: #666666;
	
	padding-left: 5px;
}
#searchForm p {
}

#searchForm input.searchButton {
	border: 0;
}

#searchTotals {
}

/* search results */
#searchResults {
}
#search {
	width: 460px;
	float: left;
	padding: 0px 0px 0px 0px;
	padding-left: 20px;
}
#search ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}
#search ul li {
}
#search ul li h4 {
	font: normal bold 12px "Trebuchet MS", Arial, Verdana;
}
#search ul li a {
	color: #0c184c;
}
#search ul li p {
	font: normal normal 12px "Trebuchet MS", Arial, Verdana;
	color: #666666;
}
/**
 * breadcrumb
 */
#breadcrumb {
	width: 463px;
	
	border: 1px solid #4f3363;
	
	margin: 3px 0px 0px 0px;
	
	font: normal normal 10px "Trebuchet MS", Arial, Verdana;
	color: #4e3363;
	padding: 2px 0px 2px 7px;
	
	float: left;
	/float: none;
}
#breadcrumb a {
	color: #666666;
	text-decoration: none;
}
#breadcrumb a:hover {
	text-decoration: underline;
}


#ads-header {
	position: absolute;
	top: 0px;
	margin-top: 5px;
	margin-left: 280px;
	
	width: 540px;
	height: 140px;
	
}
#ads-header .ad-img img {
	border: 0;
	float: left;
}

