/* Main tag redefinitions */
body{ 
	margin:0;
	padding:0;
	text-align: center;
	background-color: #3f3f3f;
	color: #3f3f3f;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 75%; /* 12pt */
}

blockquote {
	border-left : .2em solid  #ED1C24;
	font-weight: bold;
	padding: .2em .2em .2em .5em;
	clear:both;
}

img {
	border:0;
}

input {
	font-family: Helvetica, Arial, sans-serif;
}

select {
	font-family: Helvetica, Arial, sans-serif;
	font-size:11px;
}



/* Standard Link */
a, a:active, a:hover, a:visited {
	color: #6640CC;
}

/* Error message style */
.errorMessage {
	color: #ED1C24;
	font-size: 1.25em;
}

/* Layout */
div#container {
	background-color: #f3f3f3;
	background-image: url(/images/website/rightbackground.gif); 
	width: 860px;
	height:auto;
	margin: 5px auto 0;
	padding: 0;
	text-align:left;
	position:relative;
	background-repeat: repeat-y;
	background-position: right;
}

/* Header Styles */
div#header {
	background: url(/images/website/headerbackground.gif) 0 0 no-repeat;
	height: 106px; 
	width:auto;
}

div#header h1 {
	background: url(/images/website/dottlogo.gif) 0 0 no-repeat;
	height: 92px;
	width: 92px;
	z-index: 101;
	position: absolute;
	top: 7px;
	left: 10px;
	margin: 0;
}

div#header h1 span {visibility:hidden}


div#header h1.energy {
	background: url(/images/website/energylogo.gif) 0 0 no-repeat;
}

div#header h1.food {
	background: url(/images/website/foodlogo.gif) 0 0 no-repeat;
}

div#header h1.mobility {
	background: url(/images/website/mobilitylogo.gif) 0 0 no-repeat;
}

div#header h1.health {
	background: url(/images/website/healthlogo.gif) 0 0 no-repeat;
}

div#header h1.school {
	background: url(/images/website/schoollogo.gif) 0 0 no-repeat;
}

div#header h1.tourism {
	background: url(/images/website/tourismlogo.gif) 0 0 no-repeat;
}


div#header h2 {
	font-size: 2.5em; /* 18pt */
	position:absolute;
	top: 65px;
	right:10px;
	margin:0;
	padding:0;
}

div#header h3 {
	font-size: 0.84em; /* 10 pt */
	position: absolute;
	top : 7px;
	right: 10px;
	margin:0;
	padding:0;
}

/* Legal Links */
div#header h3 a, div#header h3 a:visited, div#header h3 a:active {
	text-decoration: underline;
	color : #3f3f3f;
}

div#header h3 a:hover {
	text-decoration: none;
}
/* Header Styles */

/* Search Bar Styles */
div#searchbar{ 
	background-image: url(/images/website/searchbar.gif);
	background-position:top left;
	height: 42px;
	width:860px; 
	background-color:#c7c7c7;
}

#today {
	float: left;
	padding: 12px 0px 0px 20px;
	
}

form.homesearch {
	margin: 0;
}

#search {
	float:right;
	padding: 9px 10px 0px 0px;
}

#search input {
	border: 1px solid #c7c7c7;
	padding: 0px 0px 0px 18px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: black;
	width: 140px;
	height: 18px;
	background-image : url(/images/layout/MagnifyingGlass.jpg);
	background-repeat: no-repeat;
}


/* End Search Bar Styles */


/* main panel display divs */
div#mainpanel {
	margin: 0px;
	padding: 0px;
	width: 860px;
	float: left;
	clear: both;
}

/* these div tags control whether the main panel is multi or single column */
div.multi {
	background-image: url(/images/website/background_multi.gif);
	background-repeat: repeat-y;
}
div.single {
	background-image: url(/images/website/background.gif);
	background-repeat: repeat-y;
}
div#mainpanel_top {
	margin: 0px;
	padding: 0px;
	width: 860px;
	height: 12px;
	float: left;
	clear: both;
}

div#mainpanel_bottom {
	margin: 0px;
	padding: 0px;
	width: 860px;
	height:12px;
	float: left;
	clear: both;
}

/* these div tags control whether the main top panel is multi or single column */
div.multitop {
	margin: 0px;
	padding: 0px;
	background-image: url(/images/website/main_top_multi.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
div.singletop {
	background-image: url(/images/website/main_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

/* these div tags control whether the main bottom panel is multi or single column */
div.multibtm {
	background-image: url(/images/website/main_footer_multi.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
div.singlebtm {
	background-image: url(/images/website/main_footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
/* end  */

/* End Footer Styles */
div#footer { 
	background: url(/images/website/footerbackground.gif) 0 0 no-repeat;
	background-color: #3f3f3f;
	height: 61px; 
	width:860px;
	position:relative;
	margin:0;
	padding:0;
	clear: both;
	float: left;
}

div#footer div {
	float: left;
	position:relative;
	top: 8px;
	left: 10px;
}

div.CCBadge {
	margin: 5px 0 0 0;
}

div.CCText {
	font-size: 0.92em; /* 11pt */
	margin: 7px 5px;
	width: 570px;
}
/* End Footer Styles */

/* Panel Display Styles */
div.panel {
	width: 285px;
	float:left;
	color: #3f3f3f;
	margin: 0px;
	padding: 0px;
}

div.PanelBody {
	margin:0px;
	width: 255px;
	padding: 5px 10px;
	position: relative;
	left: 8px;
}

div.PanelBody a {
	color: #6640CC;
}
div.PanelBody a:hover {
	text-decoration:none;
}

div.title{
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
	background-image: url(/images/website/title_bg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding: 0px 0px 15px 15px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
}

div.title a {
	color: #3f3f3f;
	text-decoration:none;
}
div.title a:hover {
	text-decoration:underline;;
}

div.panelImage {
	margin:0px 0px 0px 3px;
	padding-top: 0px;
	float: left;
	width:120px;
}

div.panelText {
	margin: 0 0 0 10px;
	padding:0 0 0 5px;
	float:left;
	width:115px;
}

div.PanelFooter {
  background: 
	url(/images/website/custom_corners_bottomleft.gif) 
  bottom left no-repeat;
  }
  
div.PanelFooter p {
  background: url(/images/website/custom_corners_bottomright.gif) bottom right no-repeat;
  display:block;
  padding:0px;
  margin:-2em 0 0 0;
  }  

.bar {
	background-image: url(/images/website/verticaldots.gif);
	background-repeat:repeat-y;
	background-position:center;
	height: 110px;
	margin:0px;
	padding:0px;
}


div.panel_divider {
	background-image: url(/images/website/panel_divider.gif);
	background-repeat: no-repeat;
	height: 24px;
	margin: 0px;
	padding: 0px;
	width: 287px;
	clear: both;
	float: left;
}

div.panel_divider_mid {
	background-image: url(/images/website/panel_divider_mid2.gif);
	background-repeat: no-repeat;
	height: 24px;
	margin: 0px 0px 0px 2px;
	padding: 0px;
	width: 284px;
	clear: both;
	float: left;
}

* html div.panel_divider_mid {
margin-left:0px;
}


/*div.article_divider {
    background-image: url(images/website/article_divider.gif);
    background-repeat: no-repeat;
    height: 24px;
    margin: 0px 0px 10px 0px;
    padding: 0px;
    width: 573px;
    float: right;
}

div#contentpanel {
    width: 573px;
    float: right;
    color: #3f3f3f;
    margin: 0px;
    padding: 0px;
} */
div.article_divider {
	background-image: url(/images/website/article_divider.gif);
	background-repeat: no-repeat;
	height: 24px;
	margin: 0px 0px 0px -22px;
	padding: 0px;
	width: 574px;
	clear: both;
	float: left;
}

div#contentpanel {
	width: 550px;
	float: left;
	color: #3f3f3f;
}

/* Article Display Styles */
div.Article {
	margin-left: 13px;
  }
div.Article h2 {
  font-size:1.2em;
  padding-top: 5px;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  margin:0 0 0 -11px;
  background-image: url(/images/website/title_bg.gif);
  background-repeat: repeat-x;
  background-position: center bottom;
  width: 535px;
  }
div.ArticleBody {
  margin:0;
  padding:10px;
  }
div.ArticleFooter {
  }
div.ArticleFooter p {
  display:block;
  padding:15px;
  margin:-2em 0 0 0;
  }

div.ArticleBody a, a:active, a:hover, a:visited {
	color: #6640CC;
}
div.ArticleBody a:hover {
	color: #6640CC;
	text-decoration:none;
}
/* End Article Display Styles */

/* Tender display Styles */
.tender {
	width:100%;
	background-image: url(/images/SiteGraphics/weblog/DotHorizontal.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	margin-top: 5px;
	margin-bottom: 10px;
}

.tenderHeader {
	width:100%;
	background-color:#e0e0e0;
	background-image: url(/images/SiteGraphics/weblog/DotHorizontal.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 5px;
}

.tenderText {
	width: 100%;
	padding: 5px;
}

.tenderFile {
	width: 100%;
	padding: 5px;
	margin-bottom:5px; 
}

/* End Tender display Styles */

/* Google Maps Style */
#GMapInfoBubble {
font-size: 10px;
text-align: left;
width: 225px;
}


/* File Download style */
.downloadText {
margin-top: 5px;
margin-bottom:5px;
}
























