/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'BID-Mainstyle' */
body {
	background-image: url(uploads/images/bg.gif);
	background-repeat: repeat-x;
	background-color: #333333;
	margin-top: 0px;
}
ul {
             font-size: 11px;
	font-family: Tahoma;
	color: #666666;
             margin-left: 20px;
             padding-left: 10px;
             line-height: 12pt;
             list-style-type: disc;
}
.menu img {
border: 0;
}
.head img {
border: 0;
}
div.breadcrumbs {
             padding: 0;
             font-size: 10px;        
             margin-top: -1px;
             float: left;
             font-family: tahoma;
             color: #FFFFFF;
}
div.breadcrumbs span.lastitem { 
             font-weight:bold; 
}
div#content {
             color: #CCCCCC;
	font-size: 11px;
	font-family: Tahoma;
	padding-left: 12px;
             padding-right: 7px;
	margin-top: -10px;
             line-height: 12pt;
}
div#contact-top {
             margin-bottom: 8px;
             margin-top: 7px;
}
div#contact-bottom {
             margin-bottom: 10px;
             margin-top: 5px;
}
div#imperio {
             float: right;
             margin-top: -11px;
             padding: 0px 5px 0px 0px;
             top: auto;
             text-decoration: none;
             border: 0px;
}
div#footer {
             clear: both;       /* keep footer below content and menu */
             color: #CCCCCC;
             background-color: #333333; /* same bg color as in header */
             font-family: tahoma;
             background-image: url(uploads/images/footer_bg.gif);
             background-repeat: repeat-x;
             width: 931px;
             height: 41px;
             margin-left: auto;
             margin-right: auto;
             text-decoration: none;
             text-align: centre;
}
#footer a {
             color: #CCCCCC;
             text-decoration: none;
}
div#footer p {
             font-size: 10px;
             padding-top: 4px;      
             padding-left: 7px;
             text-align: left;
             margin:0;
             color: #CCCCCC;
}
div#footer p a {
             color: none;
}
.intro {
             font-size: 11px;
	background-color: #2F4A5E;
	padding: 10px;
	line-height: 12pt;
	color: #d0d8dd;
	font-family: tahoma;
             margin: 0px;
}
.main-content {
	font-size: 11px;
	font-family: Tahoma;
	color: #666666;
             margin: 0px;
             padding: 10px;
             line-height: 12pt;
}
.bullet-list-text {
             font-size: 11px;
	font-family: Tahoma;
	color: #666666;
             margin-left: 20px;
             padding-left: 5px;
             line-height: 12pt;
             list-style-type: square;
}             
.related {
             color: #778fa4;
             font-family: Tahoma;
             font-weight: bold;
             font-size: 11px; 
             padding-left: 10px;
             padding-right: 5px;
}
.related-nomargin {
             color: #FFFFFF;
             font-family: Tahoma;
             font-weight: bold;
             font-size: 11px; 
             padding-right: 5px;
}
.sub-title {
	color: #778fa4;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	padding-left: 10px;
             padding-top: 10px;
             margin: 0px;
}
.contact-label {
             font-size: 11px;
             color: #FFFFFF;
             margin-left: 10px;
             margin-top: 5px;
             margin-bottom: 5px;
             font-family: tahoma;
}
.contact-details {
             font-size: 11px;
             color: #7C8F9D;
             font-family: tahoma;
}
.page-title {
	font-family: Tahoma;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-left: 10px;
	font-size: 13px;
}
/*.contact-office {
             font-family: tahoma;
             font-size: 9px;
             color: #FFFFFF;
             margin-top: -1px;
             margin-bottom: -5px;
}
.contact-sales {
             font-family: tahoma;
             font-size: 9px;
             color: #FFFFFF;
             margin-top: -2px;
}
.contact-admin {
             font-family: tahoma;
             font-size: 9px;
             color: #FFFFFF;
             margin-top: -3px;
}*/
table.border {
	border-style: outset;
             border-color: white;
}
table.border tr {
             border-style: outset;
             border-color: white;
}
a:link, a:visited {
             font-size: 11px;
	color: #7C8F9D;
	text-decoration: under-line;
             font-family: tahoma;
             margin: 0px;
             padding: 0px;
}
a:hover, a:active{
	text-decoration: none;
             font-family: tahoma;
	color: #BBBBBB;
}
/* End of 'BID-Mainstyle' */

/* Start of CMSMS style sheet 'Navigation: CSSMenu - Vertical' */
/* Vertical menu for the CMS CSS Menu Module */
/* by Alexander Endresen */


/* The wrapper determines the width of the menu elements */
#menuwrapper1 { 
   width: 90%; 
}


/* Unless you know what you do, do not touch this */ 
#primary-nav1, #primary-nav1 ul { 
   list-style: none; 
   padding: 0px; 
   margin-left: 12px;
   margin-bottom: 6px;
   margin-top: 5px;
}
#primary-nav1 ul { 
   position: absolute; 
   top: 0; 
   left: 100%; 
   display: none; 
}
#primary-nav1 li {  
   position: relative; 
}


/* Styling the basic apperance of the menu elements */
#primary-nav1 a {   
   font-family: tahoma;
   margin-bottom: 5px; 
   color: #d0d8dd;
   text-decoration: none; 
   background: transparent; 
   min-height:1em; /* Fixes IE7 whitespace bug*/ 
   width: 100%;
   display: block;
   font-size: 11px;
}
#primary-nav1 li, #primary-nav1 li.menuparent1 { 
   background-color: #2F4A5E; 
   min-height:1em; /* Fixes IE7 bug*/
}


/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */
#primary-nav1 li.menuactive1 { 
   background: none; 
}

/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav1 li.menuparent1, 
#primary-nav1 li.menuparent1:hover, 
#primary-nav1 li.menuparent1h { 
   background-color: transparent;
   color: red;
}


/* Styling the apperance of menu items on hover */
#primary-nav1 li:hover, 
#primary-nav1 li.menu1h, 
#primary-nav1 li.menuparent1h, 
#primary-nav1 li.menuactive1h {  
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
#primary-nav1 ul, 
#primary-nav1 li:hover1 ul, 
#primary-nav1 li:hover1 ul ul, 
#primary-nav1 li.menuparent1h ul, 
#primary-nav1 li.menuparent1h ul ul { 
   display: none; 
}
#primary-nav1 li:hover ul, 
#primary-nav1 ul li:hover ul, 
#primary-nav1 ul ul li:hover ul, 
#primary-nav1 li.menuparent1h ul, 
#primary-nav1 ul li.menuparent1h ul, 
#primary-nav1 ul ul li.menuparent1h ul { 
   display: block; 
   margin: -10px;
}


/* IE Hack, will cause the css to not validate */

#primary-nav1 li, #primary-nav1 li.menuparent1h { _float: left; _height: 1%; }
#primary-nav1 li a { _height: 1%; }


/* section header */
#primary-nav1 li.sectionheader1 {
   font-size: 100%;
   font-weight: bold;
   background-color: #fff;
   margin: 0;
   width: 100%;
}


/* separator */
#primary-nav1 li hr.separator1 {
   display:none;
   color: #abb0b6;
   background-color: #abb0b6;
   width: 100%;
   border:0;
   margin:0;
   padding:0;  
}

/* End of 'Navigation: CSSMenu - Vertical' */

/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin-left: 0;  /* margin for the entire div surrounding the news list */
  border: 0; 
  background: #2F4A5E; 
}

.NewsSummary {
    padding: 0 0.5em 0 0; /* padding for the news article summary */
    margin: 5px 0.5em 5px 10px; /* margin to the bottom of the news article summary */
    border: 0px;
    line-height: 13pt;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 11pt;
  font-size: 11px;
  font-family: tahoma;
  color: #CCCCCC;
  margin-bottom: -5px;
 }

.NewsSummaryBrackets {
  color: #CCCCCC;
  font-size: 9px;
}

.NewsSummaryMorelink {
  float: right;
  margin-top: -5px;
  margin-bottom: 5px;
}

#NewsPostDetailDate {
  font-size: 10px;
  margin-bottom: 0px;
  padding: 12px;
  padding-right: 15px;
  float: right;
  color: #BBBBBB;
  font-family: tahoma;
  }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 13pt;
  font-size: 11px;
  color: #CCCCCC;
  font-family: tahoma;
  padding-left: 20px;
  padding-right: 10px;
  padding-top: 20px;
}

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */
 
#NewsPostDetailTitle {
 font-size: 14px;
 font-family: tahoma;
 margin-left: 10px;
 padding-top: 10px;
 font-weight: bold;
 color: #AAAAAA;
 float: left;
}
/*
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
*/
#NewsPostDetailReturnLink {
 float: right;
 margin-right: 20px;
 margin-bottom: 5px;
}
/* End of 'Module: News' */

