html {
	font-size: 100%; /*Fix a IE em BUG*/
}
body {
	background: #d9d9d9 url("../images/back_bottom.gif") repeat-x bottom left;
	width:100%;
}
#pixture-reloaded {
	font-family: Arial, Helvetica, sans-serif, Verdana; /*"Trebuchet MS", "Helvetica neue",*/
	font-size: 12px;
	color: #444;
  
}
#page {
	line-height: 1.5em; 
	text-align: left;
	height: 100%;
	bottom: 0px;
	left: 0px;
}
#main{
	background-color: #fff;
	margin-top: 0px;
	padding-top: 0px;
	border-left: 1px solid #b4b4b4;
	border-right: 1px solid #b4b4b4;
}
#content {
	text-align: left;
}
/*-------------------------------------------------------------------*/
/*                          Generic html elements                    */
/*-------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.3em;
}
h1 {
	font-size: 1.3em;
}
h2 {
	font-size: 1.2em;
}
h3, h4, h5, h6 {
	font-size: 1.1em;
}
p {
	margin-top: 0.4em;
	margin-bottom: 0.8em;
	text-align: justify;
}
em {
	text-decoration: none;
	font-weight: normal;
}
fieldset legend,
.form-item label {
	font-size: 1em;
	font-weight: bold;
	color: #666;
}
blockquote {
	margin: 4px 10px;
	padding: 10px 15px;
	background: #F9CBED;
}
abbr, acronym {
	border-bottom: none;
}
#mission, 
.node .content, 
.comment .content {
	line-height: 1.5em;
}
.breadcrumb {
	padding: 0px;
	padding-bottom: 2px;
	font-weight: normal;
}
/*-------------------------------------------------------------------*/
/*                             Lists                                 */
/*-------------------------------------------------------------------*/
ul {
	margin: 0px;
	padding-left: 25px;
}
li {
	line-height: 1.6em;
}
li a, 
li a:visited, 
li a:active, 
li a:hover {
	font-weight: normal;
	font-weight: bold;
}
.item-list ul {
}
.item-list ul li {
	font-size: 11px;
	list-style-image: none;
}
.item-list .title {
	font-size: 1em;
}
ul.links li {
	margin: 0px;
	padding: 0px 2px;  
}
.comment .links {
	margin-bottom: 0px;
}
.submitted {
	font-size: 0.9em;
	color: #666;
}
.links {
	color: #666;
}
.links a {
	font-weight: normal;
}
/* Menus */
li.leaf {
	list-style-image: none;
}
li.collapsed {
	list-style-image: none;
}
li.expanded {
	list-style-image: none;
}
/*-------------------------------------------------------------------*/
/*                             Links                                 */
/*-------------------------------------------------------------------*/
a,
a.active {
	text-decoration: none;
	font-weight: bold;
	color: #338833;
}
a:link, a.active:link {
	color: #338833;
	font-weight: bold;
}
a:visited, a.active:visited {
	 color: #338833;
	font-weight: bold;
}

a:hover, a.active:hover {
	text-decoration: underline;
	color: #338833;
	font-weight: bold;
}
a:focus, a.active:focus {
	outline: none;
}
/*-------------------------------------------------------------------*/
/*                            Tables                                 */
/*-------------------------------------------------------------------*/
table, tr, td, thead, tbody {
	border-spacing: 0;
	border-collapse: collapse;
	border-width: 0px;
}
table {
	font-size: 1em;
	width: 100%;
	margin: 0 0 0 0;
}
tr.odd td, tr.even td {
	padding: 0.22em;
}
tr.odd {
}
tr.even {
}
/*-------------------------------------------------------------------*/
/*                             Header                                */
/*-------------------------------------------------------------------*/
div#header {
	height:138px;
	margin:0px;
	padding:0px;
	overflow: visible;	
}
#site-name {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	overflow: hidden;
}
#site-name a {
	color: #FFF;
}
#site-name a:hover {
	text-decoration: none;
}
#site-slogan {
	color: #FFF;
	font-size: 1em;
	line-height: 1em;
	text-align: left;
}
#primary { 
	color: #FFF;
	font-size: 12px;
}
#primary ul.links li a {
	font-weight: bold;
	color: #FFF;
	padding: 8px 12px 9px;
}
#primary ul.links li a:hover {
	background: transparent;
	text-decoration: underline;
}
#superfish-inner .menu {
	float: left;
	margin: 0 0 0 -12px;
}
#superfish-inner .menu a {
	padding: 6px 12px 7px;
	text-decoration:none;
}
#superfish-inner .menu a, 
#superfish-inner .menu a:visited	{ 
	color: #000000;
}
#superfish-inner .menu li {
	background: transparent;
}
#superfish-inner .menu li li {
	background: #000;
}
#superfish-inner .menu li li li {
	background: #000;
}
#superfish-inner .menu li:hover, 
#superfish-inner .menu li.sfHover,
#superfish-inner .menu a:focus, 
#superfish-inner .menu a:hover, 
#superfish-inner .menu a:active {
	/*background: url("../images/sf-hover-tile.png") repeat-y left top;*/
	outline: 0;
}
/* Search box */
#search-box {
	text-align: right;
	font-size: 11px;
}
#search-box .form-text {
	width: 20em;
	height: 18px;
	padding: 0px 0px 0px 0px;
	border:1px  solid #AAA;
}
#search-box label {visibility: hidden;}
#edit-search-theme-form-1-wrapper {display: inline;}
/*-------------------------------------------------------------------*/
/*	                           Footer                                */
/*-------------------------------------------------------------------*/
#footer {
	font-size: 10px;
	text-align: center;
	color: #FFF;
	/*background: #FFFFFF url("../images/back_bottom.gif") repeat-x bottom left;*/
	background: none;
	border: none;
}
#footer a {
	text-decoration: none;
	font-weight: normal;
	color: #FFF;
}
#footer .block {
	padding: 10px 0 0;
}
/*-------------------------------------------------------------------*/
/*                          Regular Blocks                           */
/*-------------------------------------------------------------------*/
.block .links {
	font-size: 11px;
}
.block .block-content {
	padding: 0 0 0px;
}
/*-------------------------------------------------------------------*/
/*                          Sidebar Blocks                           */
/*-------------------------------------------------------------------*/
#sidebar-right {
	background: #FFF;
}

#sidebar-left{
	background: #FFF;
	border-right: 1px solid #999999;
}

#sidebar-left .block
{
	width: 190px;
}
#sidebar-right .block {
	margin-bottom: 10px;
	width: 220px;
}
#sidebar-left .block,
#sidebar-right .block {
	background: none;
	/*padding: 2px 2px 2px 2px;*/
}
#sidebar-left h2.block-title,
#sidebar-right h2.block-title 
{
	background-color: #FFFFFF;
}
#sidebar-left .block-inner,
#sidebar-right .block-inner 
{
	background-color: #FFFFFF;
}
#sidebar-left .block-content,
#sidebar-right .block-content 
{
	background-color: #FFFFFF;
}
#sidebar-left .block-content-inner
{
	background-color: #FFFFFF;
	margin: 0;
	padding: 0px 10px 0px 0px;
}
#sidebar-right .block-content-inner {
	background-color: #FFFFFF;
	margin: 0;
	padding: 10px 15px 5px 15px;
}
.block h2.block-title {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	 height: 22px;
	margin: 0px;
	padding: 5px 0 0 0;
	text-align: left;
}
.block h3 {
	padding: 0 3px;
	font-size: 12px;
}
.block ul.links {
	margin:0;
	padding:0 0 5px;
}
.block ul.links li {
	font-size: 10px;
}
/* blocks showing nodes, e.g help out views blocks */
.block .node h2.title {
	font-size: 13px;
}
.block .node {
	padding: 5px 5px 0;
}
.block .node,
.block .node .node-inner-0,
.block .node .node-inner-1,
.block .node .node-inner-2,
.block .node  .node-inner-3
.block .sticky,
.block .sticky .node-inner-0,
.block .sticky .node-inner-1,
.block .sticky .node-inner-2,
.block .sticky .node-inner-3 {
	background: #FFF;
}
/*-------------------------------------------------------------------*/
/*                                Poll                               */
/*-------------------------------------------------------------------*/
.poll .bar {
	background-color: #EEE;
	border:1px solid #AAA;
}
.poll .bar .foreground {
	/*background: #B21F88 url("../images/bg-lbar.png") repeat-x center left;*/
	background-color: #f07e36;
}
/*-------------------------------------------------------------------*/
/*                               Node                                */
/*-------------------------------------------------------------------*/
#content-area .node {
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	background: #FFF;
}
.node-full-view .node h1.title, 
.node h2.title {
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-bottom: 2px;
	border-bottom:1px solid #BBB;
}
.node h2.title {
	font-size: 18px;
}
.node h2.title a:hover {
	text-decoration: none;
	color: #AC2E82;
}
.node .picture {
	border: none;
	float: right;
	margin: 0.5em;
}
.node-full-view .node .submitted {
	color: #666;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
}
.node-full-view .node .content {
	clear: both;
	margin: 1em 0 0.5em 0;
}
.node .taxonomy {
	font-size: 0.9em;
}
.node-full-view .node .taxonomy {
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px;
}
.node-full-view .node .taxonomy li {
	padding: 1px 5px;
}
.node-full-view .node .actions ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.node .actions {
	text-align: right;
}
/* Node Teaser */
#content-area .node-teaser { 
	background: url("../images/teaser-tr.png") no-repeat right top; 
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
	overflow: hidden;
}
#content-area .node-teaser .node-inner-0 { 
	background: url("../images/teaser-tl.png") no-repeat left top; 
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	overflow: hidden;
}
#content-area .node-teaser .node-inner-1 { 
	background: url("../images/teaser-bl.png") no-repeat left bottom; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	overflow: hidden;
}
#content-area .node-teaser .node-inner-2 { 
	background: url("../images/teaser-br.png") no-repeat right bottom; 
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 10px 0px;
	overflow: hidden;
}
/* Add padding and margin to node elements */
#content-area .node-teaser h2.title	     { margin: 5px 10px; padding: 0 0 3px 0; }
#content-area .node-teaser .submitted     { margin: 0 10px; padding: 0; }
#content-area .node-teaser .taxonomy      { margin: 0 10px; padding: 0; }
#content-area .node-teaser .content       { margin: 10px; padding: 0; }
#content-area .node-teaser .actions ul li { margin: 0 10px 0 0; padding: 0; }
/* sticky node-teaser */
#content-area .node-teaser.sticky {
  padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	background: url("../images/sticky-tile.png") repeat;
}
#content-area .node-teaser.sticky .node-inner-0 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url("../images/sticky-tl.png") no-repeat left top;
}
#content-area .node-teaser.sticky .node-inner-1 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url("../images/sticky-tr.png") no-repeat right top;
}
#content-area .node-teaser.sticky .node-inner-2 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url("../images/sticky-bl.png") no-repeat bottom left;
}
#content-area .node-teaser.sticky .node-inner-3 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url("../images/sticky-br.png") no-repeat bottom right;
}
/* Over ride padding and margin for stickty node elements */
#content-area .node-teaser.sticky h2.title       { margin: 0px 20px 5px 0px; padding: 10px 0px 3px 0px; }
#content-area .node-teaser.sticky .submitted     { margin: 0px 20px 0px 0px; padding: 0px; }
#content-area .node-teaser.sticky .taxonomy      { margin: 0px 20px; padding: 0px; }
#content-area .node-teaser.sticky .content       { margin: 10px 20px; padding: 0px; }
#content-area .node-teaser.sticky .actions       { margin: 0px 10px; padding: 0px 0px 10px; }
#content-area .node-teaser.sticky .actions ul li { margin: 0px 10px 10px 0px; padding: 0px 0px 0px 0px; }
/*-------------------------------------------------------------------*/
/*                              Comments                             */
/*-------------------------------------------------------------------*/
.comment {
	border: none;
	background: #FFF;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}
.comment h3.title {
}
.comment .title a {
	font-size: 1.2em;
	font-weight: bold;
}
.comment .new {
	padding-right: 10px;
	text-align: right;
	font-weight: bold;
	font-size: 0.8em;
	float: right;
	color: red;
}
.comment .picture {
	border: none;
	float: left;
	margin: 15px 0px 0px 20px;
}
.comment .comment-id {
	font-size: 16px;
	font-weight: bold;
	padding-right: 10px;
}
.comment .submitted {
	color: #666;
	font-size: 11px;
}
.comment div.links {
	text-align: right;
}
#comments .odd {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url("../images/sticky-tile.png") repeat;
}
#comments .odd .comment-inner-0 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url("../images/sticky-tl.png") no-repeat left top;
}
#comments .odd .comment-inner-1 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url("../images/sticky-tr.png") no-repeat right top;
}
#comments .odd .comment-inner-2 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url("../images/sticky-bl.png") no-repeat bottom left;
}
#comments .odd .comment-inner-3 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url("../images/sticky-br.png") no-repeat bottom right;
}
/* Over ride padding and margin for comment elements */
.comment h3.title     { margin: 0px 20px 5px; padding: 10px 0px 3px 0px; }
.comment .submitted   { margin: 0px 20px; padding: 0px 0px 0px 0px; }
.comment .content     { margin: 10px 20px; padding: 0px 0px 0px 0px; }
.comment .content.with-picture { margin-left: 115px; }
.comment div.links       { margin: 0px 0px 0px 0px; padding: 0px 0px 10px; }
.comment div.links ul li { margin: 0px 20px 10px 20px; padding: 0px 0px 0px 0px; }
/*-------------------------------------------------------------------*/
/*                            Aggregator                             */
/*-------------------------------------------------------------------*/
#aggregator .feed-source {
	background-color: #EEE;
	border: 1px solid #CCC;
	padding: 1em;
	margin: 1em 0px;
}
#aggregator .news-item .categories, 
#aggregator .source, 
#aggregator .age {
	font-style: italic;
	font-size: 0.9em;
}
#aggregator .title {
	margin-bottom: 0.5em;
	font-size: 1em;
}
#aggregator h3 {
	margin-top: 1em;
}
/*-------------------------------------------------------------------*/
/*                               Forum                               */
/*-------------------------------------------------------------------*/
#forum {
	margin: 15px 0px;
}
#forum td.container {
	background: #DDD;
}
#forum thead, 
#forum tbody {
	border: solid 0 #FFF;
}
td.icon {
	text-align: center;
}
#forum td.forum {
}
#forum td.last-reply {
	background: none;
}
#forum .name a {
}
#forum .description {
}
.block-forum h3 {
	margin-bottom: .5em;
}
div.forum-topic-navigation a.topic-next {
	text-align: right;
}
div.forum-topic-navigation a.topic-previous {
	text-align: left;
}
/*-------------------------------------------------------------------*/
/*                              Profile                              */
/*-------------------------------------------------------------------*/
#profile .profile {
	clear: both;
	border: 1px solid #AAA;
	padding: .5em;
	margin: 1em 0em;
}
#profile .profile .name {
	padding-bottom: 0.5em;
}
.block-forum h3 {
	margin-bottom: .5em;
}
/*-------------------------------------------------------------------*/
/*                             Administer                            */
/*-------------------------------------------------------------------*/
div.admin, div.admin .left, div.admin .right {
	margin: 0px;
	padding: 5px;
	overflow: hidden;
}
div.admin-panel {
	margin-bottom: 15px;
	background: #fdeaf7;
}
div.admin-panel a {
	font-weight: normal;
	overflow: hidden;
}
div.admin-panel .description {
}
div.admin-panel .body {
	font-size: 11px;
}
div.admin-panel h3 {
	padding: 5px 8px 5px;
	margin: 0px 0px 0px 0px;
	background: #EB5AC3;
	color: #FFF;
}
div.help {
	margin: 0px 0px 0px 0px;
	padding: 2px 5px;
	margin-top: 5px;
}
/*-------------------------------------------------------------------*/
/*                                Pager                              */
/*-------------------------------------------------------------------*/
div.item-list ul.pager li {
}
ul.pager {
	padding: 5px 0px;
	margin: 0px 0px 0px 0px;
}
ul.pager li a, 
ul.pager li a:visited, 
ul.pager li a:active, 
ul.pager li a:hover {
	font-weight: bold;
}
div.item-list ul.pager li.pager-current {
	background: #EB5AC3;
	padding: 3px;
}
.pager a {
	background: #F9CBED;
	padding: 3px;
}
.pager a:hover {
	background: #D9ABCD;
	padding: 3px;
}
/*-------------------------------------------------------------------*/
/*	                              Tabs                               */
/*-------------------------------------------------------------------*/
.tabs {
	font-size: 12px;
}
.tabs a {
	font-weight: normal;
	line-height: 2.2em;
}
.tabs ul {
	padding-left: 5px;
	border-bottom: solid 0px #FFF;
	margin-bottom: 10px;
}
.tabs ul li {
}
.tabs ul li a {
	margin: 0px 0px 0px 0px;
	padding: 4px 10px;
	background: #FFF;
	border: solid 1px #EEE;
}
.tabs ul li a:hover {
	text-decoration: underline;
	background: #CCC;
	border: solid 1px #AAA;
}
.tabs ul li a.active, .tabs ul li.active a {
	color: #FFF;
	background: url("../images/bg-bar-lite.png") repeat-x center center;
	border: solid 1px #EB5AC3;
}
.tabs ul li a.active:hover {
	text-decoration: underline;
	background: url("../images/bg-bar.png") repeat-x center center;
	border: solid 1px #EB5AC3;
}
ul.secondary {
}
ul.secondary li {
	font-size: 11px;
	border: solid 0px #FFF;
}
ul.secondary li a {
	margin: 0px 2px 0px 0px;
	padding: 2px 4px;
	border: solid 1px #EEE;
}
/*-------------------------------------------------------------------*/
/*                      Archive Calendar Block                       */
/*-------------------------------------------------------------------*/
.sidebar .block-archive .block-content {
  padding: 10px 15px 10px 5px;
}
.sidebar .block-archive .block-content tr {
	background: none;
	border:0px solid #FFF;
}
.sidebar .block-archive .block-content table td {
	border:1px solid #E9BBDD;	/* a bit darker than block background */
	padding: 1px 2px;
	text-align: center;
}
/*******************************************************************
* Color Module: Don't touch                                        *
*******************************************************************/
/*-------------------------------------------------------------------*/
/*                              Mission                              */
/*-------------------------------------------------------------------*/
#mission {
	margin: 0px 0px 15px;
	padding: 5px 5px;
	font-size: 1.1em;
	line-height: 1.25em;
	font-weight: bold;
	border-bottom: solid 1px #CCC;
}
/*-------------------------------------------------------------------*/
/*                        Book Navigation                            */
/*-------------------------------------------------------------------*/
.box {
	background: #EEE;
	padding: 5px;
	padding: 10px;
}
.box h2 {
	padding-bottom: 2px;
	border-bottom:1px solid #AAA;
}
.book-navigation {
	padding-bottom: 5px;
}
.book-navigation ul.menu {
	padding-top: 5px;
	padding-bottom: 5px;
}
div.page-links a.page-previous,
div.page-links a.page-next {
	width: 40%;
}
div.page-links a.page-up {
	width: 19%;
}
/*-------------------------------------------------------------------*/
/*                        Image Galleries                            */
/*-------------------------------------------------------------------*/
ul.galleries li {
	border:1px solid #AAA;
	background: #FFF;
}
ul.galleries li h3 a {
	font-size: 1.1em;
}
ul.../images {
	border:0px solid #AAA;
	overflow: hidden;
}
ul.../images li {
	text-align: center;
}
ul.../images li h3 
{
	line-height: 12px;
}
/*-------------------------------------------------------------------*/
/*                           Misc others                             */
/*-------------------------------------------------------------------*/
#search-box label.overlabel-apply {
	color: #999; 
}
button, .pushbutton, .form-submit {
	margin-bottom: 1px;
	cursor: pointer;
	padding: 2px 10px;
	color: #666;
	font-weight: normal;
	font-size: 12px;
	border:1px solid #888;
	background: #fff url("../images/button.gif") repeat-x center;
}
button:hover, .pushbutton:hover, .form-submit:hover {
	color: #000;
	border:1px solid #666;
	background: #fff url("../images/button-o.gif") repeat-x center;
}
/*-------------------------------------------------------------------*/
/*                          Misc for Contents                        */
/*-------------------------------------------------------------------*/
/* Uncomment to support wrapping on pre elements.
   The commented styles do not validate */
pre {
  /* white-space: pre-wrap;       css-3 */
  /* white-space: -moz-pre-wrap;  Mozilla, since 1999 */
  /* white-space: -pre-wrap;      Opera 4-6 */
  /* white-space: -o-pre-wrap;    Opera 7 */
  /* word-wrap  : break-word;     Internet Explorer 5.5+ */
	line-height: 1.5em;
	color: #000;
	font-family: "Lucida Console", Monaco, "Courier New", Courier, monospace;
}
/*-------------------------------------------------------------------*/
/*                              Messages                             */
/*-------------------------------------------------------------------*/
div.messages {
	font-weight: bold;
	margin-bottom: 1.5em;
	padding: 10px 10px 10px 52px;
}
#help {
	font-size: 0.9em;
	margin-bottom: 1em;
}
.status {
	color: #264409;
	background: #E6EFC2 url("../images/large-info.png") no-repeat 12px center;
	border: 1px solid #C6D880;
	padding: 5px 10px;
}
div.error { 
	background: #FBE3E4 url("../images/large-stop.png") no-repeat 12px center; 
}
div.notice { 
	color: #514721; 
	background: #FFF6BF url("../images/large-info.png") no-repeat 12px center; 
	border-color: #FFD324; 
}
div.warning, tr.warning {
	border: 1px solid #F0C020;
	background: #FFFFDD url("../images/large-alert.png") no-repeat 12px center;
	margin: 0px 0px 1em;
	padding: 1em 0px 1em 5em;
}
.error a    { color: #8a1f11; text-decoration: underline; }
.notice a   { color: #514721; text-decoration: underline; }
.success a  { color: #264409; text-decoration: underline; }

span.admin-disabled {
  color: #DC1000;
}
div.messages.success {
	color: #55872E;
	background: #F1F8EB;
	border: 1px solid #7AC142; 
}
div.messages ul {
	margin-bottom: 0;
}
div.node .unpublished,
div.comment .unpublished {
	font: bold 2em Arial, Helvetica, sans-serif;
	text-align: left;
	color: #FFCCCC;
	background: #FFF4F4 url("../images/large-alert.png") no-repeat 12px center;
	padding: 5px 0px 5px 52px;
	margin: 5px 0px;
	border: none;
}
/*-------------------------------------------------------------------*/
/*                              Admin                                */
/*-------------------------------------------------------------------*/
.tips {
	margin: 0px 0px 0px 1.35em;
}
/*----------------------------------------------------------------------*/
/*						My Defined										*/
/*----------------------------------------------------------------------*/
#topBG {
	background-image:url('../images/bg.gif');
	background-repeat: repeat-x;
	background-position: top center;
	width: 100%;
	height: 600px;
	position: absolute;      
	top: 0px;
	left: 0px;
	text-align: center;
	/*float: center;*/
	font-size: 0px;
	z-index: -101;
}
#topBG  img
{
	padding: 0px;
	margin: 0px;
	border: 0px;
	/*float: center;*/
	display: inline;
}
#sidebar-left .block-content-inner li{
	list-style: none;
}
#sidebar-left .block-content-inner ul{
    display: block;
    width: 100%;
}
#sidebar-left .block-content-inner ul.menu{
    color: #000000;
    padding-left:0px;
}
#sidebar-left .block-content-inner li.leaf{
	font-size: 12px;
	text-decoration: none;
	padding: 5px 5px 4px 4px;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
}
#sidebar-left .block-content-inner li.collapsed{
	font-size: 12px;
	text-decoration: none;
	padding: 5px 5px 4px 4px;	
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
}
#sidebar-left .block-content-inner li.expanded{
	font-size: 12px;
	text-decoration: none;
	padding: 5px 5px 4px 4px;	
	font-weight: bold;
}
#search-block-form input.form-text, #search-form input.form-text {
	border: 0px solid #00ff00;
    font-family: helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    background-color: transparent;
    display: block;
    padding-left: 31px;
    padding-top: 20px;
    width: 150px;
    height: 20px;
	margin-left: 0px
}
#search-block-form label, #search-form label {
	display: none;
}
#search-block-form input.form-submit, #search-form input.form-submit {
	cursor: pointer;
	text-indent: -9999px;
	border: none;
	background: none right;
}
#search-block-form .form-item {
    background-image: url(../images/searchbar.gif);
    background-repeat: no-repeat;
	background-position: 0px top;
	border: 0px solid;
	width: 100%;
    height: 100%;
    background-position: -11px 5px;
    margin-top: 0px;
}
#search-form .form-item {
    background-image: url(../images/searchbar.gif);
    background-repeat: no-repeat;
	background-position: left top;
	border: 0px solid #000000;
	width: 100%;
    height: 100%;
    background-position: -11px 5px;
    margin-top: 0px;
}
#mainNewsItem {
	width: 400px;
	height: 280px;
	position: relative;
	background-color: white;
	margin-top: 0px;
}
#mainNewsItem img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 400px;
	height: 280px;
}
#mainNewsItem .image_label {
	position: absolute; 
	top: 240px;
	left: 0px;
	height: 40px;
	width: 400px;
	background-color: black;
	opacity: 0.75;
}
#mainNewsItem .image_label h1{
	text-align: left;
	color: white;
	font-size: 12px;
	font-weight: normal;
	padding-left: 10px;
	padding-top: 5px;
	margin-top: 0px;
	vertical-align: top;
}
#mainNewsItem .other_img {
	position: absolute;
	top: 280px;
	left: 0px;
	height: 52px;
	width: 399px;
	background-color: White;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
#mainNewsItem .selected{
    height: 45px;
	width: 75px;
}
#mainNewsItem .other_img  img{
	position: relative;
	top: 0px;
	display: inline;
	margin:3px 1.5% 2px 10px;
    height: 40px;
	width: 60px;
	border: 1px solid grey;	
}
#mainNewsItem  .top{
    display: block;
    position: absolute;
	top: 0px;
	left: 0px;
	font-size: 13px;
    color: #FFFFFF;
	z-index: 1;
}
#mainNewsItem  .title{
    display: block;
    padding:0px 0px 0px 0px;
	font-weight: normal;
	font-size: 13px;
    color: #FFFFFF;
}
#mainNewsItem p {
    padding-left: 10px;
    padding-top: 3px;
    display: block;
    font-size: 11px;
    color: #fff; /*font-family:arial, sans-serif;*/
}
#mainNewsItem a {
    text-align: left;
    font-size: 12px;
    color: white;
    text-decoration: underline;
    display: block;
    padding-left: 40px;
    padding-top: 1px;
}
#mainNewsItem a:hover {
    color: #cbebdc;
    text-decoration: none;
}
#footerLinks {
    text-align: center;
    margin-top: 0px;
	font-size: 12px;
	color: black;

}
#footerLinks a {
    color: black;
    text-decoration: none;
	font-family: Arial;
	font-size: 12px;
}
#footerLinks_top {
    text-align: center;
    margin-top: 5px;
	font-size: 12px;
	color: black;

}
#footerLinks_top a {
    color: black;
    text-decoration: none;
	font-family: Arial;
	font-size: 12px;
}
#superfish-inner  .form-item {
  float: right;
}
.view-field th{
border: 0px solid;
}
.views-field-field-image-fid{
}
#events{
	position: relative;
	height: auto;
	width: 300px;
	margin-top: 5px;
	margin-bottom: 0px;
}
#events p{
	color: #000;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	text-align: justify;
	
}
#events .pane-title{
	color: #AAAAAA;
	height: 68px;
	width: auto;
	font-size: 14px;
	background: #ffffff url("../images/events_head.gif") no-repeat top right;
}
#events .pane-content{
	height: auto;
	overflow: auto;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #ffffff;
}
#events .foot{
	color: White;
	position: absolute;
	top: 230px;
	left: 90px;
}
#events .views-field-title{
	font-weight: bold;
	color: #e03a3e;
	float: left;
}
#events .views-field-title a{
	font-weight: bold;
	color: green;
	text-decoration: none;
}
#events .views-field-title a:hover{
	font-weight: bold;
	color: purple;
	text-decoration: underline;
}
#events .time{
	color: purple;
	float: right;
	padding-right: 5px;
	display: none;
}
#events .views-field-body{
	color: black;
	line-height: 14px;
	padding-bottom: 5px;
	border-bottom: 1px solid #999999;
}
#events .sms{
	padding-bottom: 5px;
	border-bottom: 1px solid #999999;
}
#events th{
	border: 0px solid #fff;
}
#news_highlights{
	position: relative;
	width: 400px;
	height: auto;
	margin-top: 15px;
}
#news_highlights th{
	border: none;
}
#news_highlights .odd,.even{
}
#news_highlights .views-field-title{
	padding-left: 18px;
}
#news_highlights .pane-title{
	color: #AAAAAA;
	height: 68px;
	font-size: 0px;
	background: #ffffff url("../images/news_head.gif") no-repeat top right;
}
#news_highlights .pane-content{
	line-height: 15px;
	height: auto;
	width: 100%;
	overflow: hidden;
}
#news_highlights img{
	width: 80px;
	height: 60px;
	border: 1px solid #999999;
}
#news_highlights .views-field-field-image-thumbnail-fid{
	padding-right: 1px;
}
#news_highlights a{
	color: green;
	text-decoration: none;
}
#news_highlights a:hover{
	color: purple;
	text-decoration: underline;
}
#news_highlights .body{
	float: left;
}
#news_highlights .links{
	text-decoration: none;
	display: block;
	color: green;
	float: right;
}
#news_highlights .views-field-title p{
	font-weight: normal;
}
#superfish-inner .sf-js-enabled{
	width: 100%;
	height: 32px;
	margin: 0px auto;
}
#superfish-inner .sf-js-enabled li{
	width: auto;
	padding-right: 4%;
	color: #000000;
	background: #fff url("../images/tab_bg.gif") no-repeat top left;
}
#superfish-inner .sf-js-enabled li a{

	color: #000000;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding-left: 30px;
	padding-right: 0px;
	padding-top: 10px;
}
#map_canvas{
	width: 100%;
	height: 400px;
}
#my_search {
	width: 100%;
	height: 30px;
	background-color: #999999;
	margin-bottom: 5px;
}
#my_search .search_box{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	margin-top: 3px;
}
#edit-field-date-0-value-wrapper label{
	float: left;
}
#full_news{
}
#full_news .views-field-title a{
	color: green;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	text-align: left;
}
#full_news .views-field-title a:hover{
	color: purple;
}
#full_news .views-field-field-date-value{
	color: #777;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	
}
#full_news .views-field-body{
	line-height: 16px;
}
#full_news .views-field-view-node{
	color: purple;
	font-size: 12px;
	font-weight: bold;
	float: right;
	display: inline;
	line-height: 0px;
	margin-bottom: 20px;
}
#full_news .views-field-field-image-thumbnail-fid{
	float: left;
	clear: both;
	display: inline;
	position: relative;
	margin-top: 5px;
	margin-right: 10px;
	height: 90px;
	width: 120px;
	border: 0px solid #fff;
}
.pane-content p{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.pane-content{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.panel-pane{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
}
#content-area{
	border-left: 1px solid #999999;
	padding-left: 15px;
	padding-right: 15px;
}
#content-header{
	border-left: 1px solid #999999;
	padding-left: 15px;
	padding-right: 15px;	
}
ul.../images li{
	width: 110px;
	height: 150px;
}
#faq fieldset.collapsible{
	border: 0px solid #cccccc;
	margin-bottom: 15px;
	padding: 0px 0px 0px 0px;
	width: auto;
	height: auto;
}
#faq fieldset legend{
	margin-bottom: 0px;	
	width: auto;
	height: auto;
	line-height: 14px;
}
/*******************************************/
.../images h3{
	display: none;
}
#page_links{
	color: black;
}
#page_links a{
	font-weight: normal;
	text-decoration: underline;
	color: #d01a1e;
}
#page_links a:hover{
	font-weight: bold;
	color: #f9ae2e;
}
#site-map a{
	color: black;
	font-size: 12px;
}
#site-map a:hover{
	color: #555555;
	font-size: 12px;	
}
h1.title{
	padding-top:5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #55aa55;
	color: white;
}
.cwg_tables{
	background-color: #fff;
	border-collapse: collapse;
	border: 1px solid #999;
	clear: both;
}
.cwg_tables th{
	background-color: #ddd;
	border: 1px solid #999;
	padding-left: 5px;
}
.cwg_tables td{
	vertical-align: top;
	border: 1px solid #999;
	padding: 10px;
}
.cwg_tables tr.odd{
	background-color: #fff;
}
.cwg_tables tr.even{
	background-color: #e6ffd2;
}
.cwg_tables tr.cancelled{
	color: #ff5555;
}
.no_border{
	border-collapse: collapse;
	border: 0px solid #fff;
	width: 97%;
}
.no_border th{
}
.no_border td{
	vertical-align: top;
	width: 100%;
	border: 0px solid #fff;
	text-align: justify;
}
.spaced{
	background-color: #fff;
	border-collapse: collapse;
	border: 1px solid #999;
}
.spaced th{
	background-color: #ddd;
}
.spaced td{
	padding: 5px 5px 5px 5px;
}
.spaced tr.odd{
	background-color: #fff;
}
.spaced tr.even{
	background-color: #e6ffd2;
}
#sport_icons .views-field-title{
	text-align: center;
}
#sport_icons .views-field-field-image-thumbnail-fid{
	text-align: center;
}
#current_location{
	background: #fff url("../images/baton_location.gif") no-repeat top left;
	height: 199px;
	width: 300px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}
#current_location .content{
	padding-top: 70px;
	padding-left: 20px;	
	width: 180px;
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana;
	color: white;
	line-height: 15px;
}
#current_location .link{
	border: 0px solid green;
	width: 180px;
	height: 15px;
	top: 167px;
	left: 30px;
	position: absolute;
}
#view_all_link{
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
	margin-top:0px;
}
#view_all_link p{
	text-align: right;
}
#view_all_link a{
	color: green;
	text-decoration: none;
}
#view_all_link a:hover{
	color: green;
	text-decoration: underline;
}
#tenders .tender_file{
	vertical-align: baseline;
	font-size: 14px;
}
#tenders .tender_no_file_cross{
	text-decoration: line-through;
	font-size: 14px;
}
#tenders .tender_no_file_no_cross{
	text-decoration: none;
	font-size: 14px;
	color: #777777;
}
#tenders .tender_comments{
	padding-top: 20px;
}
#tenders .tender_comments_cross{
	padding-top: 20px;
	text-decoration: line-through;
}
#tenders .tender_comments_no_cross{
	padding-top: 20px;
	text-decoration: none;
	color: #777777;
}
#tenders p{
	margin-top: 0px;
	margin-bottom: 0px;
}
#green_tips{
	width: 300px;
	height: 135px;
	background: #fff url("../images/greentips.gif") no-repeat top right;
}
#green_tips .content{
	width: 240px;
	top: 40px;
	left: 40px;
	color: white;
	font-size: 12px;
	padding-left: 40px;
	padding-top: 40px;	
	line-height: 14px;
}

#header-blocks{
}
.timer_join_table{
	height: auto;
	padding-bottom: 0px;
	margin-bottom: 0px;
	z-index: 101;
}
.timer_join_table td{
	vertical-align: bottom;
	text-align: left;
}
.timer_join_table .spacer{
	width: 150px;
}
.timer_join_table .timer{
	width: 440px;
	display: inline;
	vertical-align: top;
}
.timer_join_table .join{
	position: relative;
	width: 72px;	
	float: right;
	display: inline;	
	vertical-align: top;
	padding-right: 10px;
}
.timer_join_table .join .twitter{
	position: absolute;
	top: 23px;
	left: 5px;
	height: 30px;
	width: 30px;
	cursor: pointer;
}
.timer_join_table .join .facebook{
	position: absolute;
	top: 23px;
	left: 42px;
	height: 30px;
	width: 30px;
	cursor: pointer;
}
#round_top{
	height: 9px;
	width: auto;
	background: #F9FAFA url("../images/header_border.gif") repeat-x bottom left;
}
#round_bottom{
	height: 9px;
	width: auto;
	background: #D6D6D6 url("../images/footer_bg.gif") repeat-x top left;
}
#main_round_corner{
  margin-top: 0px;
  padding-top: 0px;
}
.cwg_bullet{
	padding-left: 20px;
}

#sponsorship
{
	width: 400px;
}

#sponsorship .header
{
	width: 400px;
	height: 71px;
	background: #fff url("../images/sponsors_header.gif") repeat-x bottom left;
}

#sponsorship .content
{
	width: 400px;
	height: 100px;
	text-align: center;
}

#sponsorship .content_top
{
/*	background: #fff url("../images/partner_tab.gif") no-repeat top left;*/
	padding-left: 5px;
	color: #494949;
	font-weight: bold;
}

