/* Start of icansee CMS 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 icansee CMS style sheet 'trident' */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  background: url(images/main/background.jpg) repeat-x top left #fff;
  color: #2d2e2e;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 16px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
h1 {
  color: #69c;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 14px;
}
h2 {
  color: #69c;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}

h3 {
  color: #69c;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  padding:10px 0 10px 0;
}

a,  a:link {
  color: #006;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #4870aa;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #2170bd;
  text-decoration: underline;
}
a:focus {
  color: #2170bd;
}
a:active {
  color: #006;
}


#outerWrapper {
  background: url(images/main/background_shade.jpg) top center no-repeat;
}

#Wrapper {
  background-color: #fff;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 870px;
}

#Wrapper #header {
  background: url(images/main/header.jpg) top left no-repeat;
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
  padding: 0;
  margin: 0;
  height: 136px;
}

#Wrapper #header #logo{
  width:227px;
  position:absolute;
  top:5px;
  padding-left:15px;
}
#Wrapper #header #topNavigation {
  padding: 2px 0px 0px 375px;
  margin: 0px 0px 0px 0px;
  height:30px;
  line-height:14px;
}
#Wrapper #header #topNavigation ul {
  padding:0px;
  margin:0px;
  display:inline;
}
#Wrapper #header #topNavigation li {
  padding:0px 0px 0px 0px;
  margin: 0px;
  display:inline;
}

#Wrapper #header #topNavigation li a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight:normal;
  border-left: 1px #ccc solid;
  padding-left:5px;
}
#Wrapper #header #topNavigation li a:visited {
  color: #fff;
  text-decoration: none;
  font-weight:normal; 
  font-size:12px;
}
#Wrapper #header #topNavigation li a:active {
  color: #fff;
  text-decoration: none;
  font-weight:normal;
  font-size:12px;
}
#Wrapper #header #topNavigation li a:hover {
  color: #DED3AD;
  text-decoration: none;
  font-weight:normal;
  font-size:12px;
}

#Wrapper #header #mainNavigation {
  padding: 0px;
}


.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

/* BUBBLE PLASTIC HORIZONTAL MENU */


.bubplastic.horizontal {
	width: 860px;
	height: 32px;
	margin: 68px 5px 0 5px;
	padding: 0;
	background: #000000 url(images/main/bg-bubplastic.jpg) top left repeat-x;
}
.bubplastic.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bubplastic.horizontal ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url(images/main/bg-bubplastic-button.jpg) top left no-repeat;
}

.bubplastic.horizontal ul li a {
	display: block;
	height: 32px;
	padding-left: 10px;
	padding-top: 5px;
	float: left;
	text-transform: uppercase;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 65%;
	color: #FFFFFF;
	text-decoration: none;
}

.bubplastic.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	height: 22px;
	padding-top: 5px;
	padding-right: 10px;
	background: transparent url(images/main/bg-bubplastic-button.jpg) top right no-repeat;
	cursor: pointer;
}
/* END BUBBLE PLASTIC HORIZONTAL MENU */


/* RED HOVER */
.bubplastic.red ul li a:hover,
.bubplastic.red ul li.highlight a {
	background: transparent url(images/main/bg-bubplastic-h-red.jpg) top left no-repeat;
}
.bubplastic.red ul li a:hover span.menu_ar,
.bubplastic.red ul li.highlight a span.menu_ar {
	background: transparent url(images/main/bg-bubplastic-h-red.jpg) top right no-repeat;
}

#Wrapper #contentWrapper #searchbar {
  background: url(images/main/searchbar.jpg) top left no-repeat;
  padding: 5px 10px 8px 10px;
  height:30px;
}
#Wrapper #contentWrapper #searchbar #breadcrumbs {
float:left;
}
#Wrapper #contentWrapper #searchbar #searchinput {
float:right;
}

#Wrapper #contentWrapper #searchbar #searchinput input { 
height:15px;
}

#Wrapper #contentWrapper #searchbar #searchinput .searchsubmit { 
height:21px;
font-size:10px;
}

#Wrapper #contentWrapper #rightColumn {
  float: right;
  margin: 0 15px 15px 0; 
  padding: 0px;
  width: 290px;
}

#Wrapper #contentWrapper #rightColumn .rightColumnbox {
  margin: 15px 0 15px 0; 
  padding: 0px;
  width: 290px;
}

#Wrapper #contentWrapper #rightColumn .rightColumnbox h2 {
  margin: 0px;
  padding: 8px 10px 8px 10px;
  background:url(images/main/box_header_bac.jpg) repeat-x top left;
  color:#FFF;
}

#Wrapper #contentWrapper #rightColumn .rightColumnboxcontent {
  background:url(images/main/box_bac.jpg) top left no-repeat;
  padding: 0px;
  border-bottom:1px solid #ccc;
  border-right:1px solid #ccc;
  border-left:1px solid #ccc;
}

#Wrapper #contentWrapper #rightColumn .rightColumnboxcontent img {
  padding: 5px;
  margin: 5px;
  background:#FFF;
  border:1px solid #ccc;
}

#Wrapper #contentWrapper #rightColumn #rightColumnboxcontentdyn {
  padding: 0px;
}
#Wrapper #contentWrapper #rightColumn #rightColumnboxcontentc2a {
  padding: 0px;
}
#Wrapper #contentWrapper #rightColumn #rightColumnboxcontentc2a img {
  padding: 0px 0px 5px 0px;
  border:none;
}
#Wrapper #contentWrapper #rightColumn #sidemenu ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

#Wrapper #contentWrapper #rightColumn #sidemenu {
	width: 290px;
	border:solid 1px #ccc;
	margin:15px 0 15px 0;
	}

#Wrapper #contentWrapper #rightColumn #sidemenu h2 {
  margin: 0px;
  padding: 8px 10px 8px 30px;
  background:url(images/main/side_menu_header.jpg) repeat-x top left;
  color:#FFF;
  font-size:14px;
}
#Wrapper #contentWrapper #rightColumn #sidemenu h2 a {
  color:#FFF;
  text-decoration:none;
}
#Wrapper #contentWrapper #rightColumn #sidemenu h2 a:visited{
  color:#FFF;
  text-decoration:none;
}
#Wrapper #contentWrapper #rightColumn #sidemenu h2 a:visited{
  color:#FFF;
  text-decoration:none;
}
	
#Wrapper #contentWrapper #rightColumn #sidemenu li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	font-size:14px;
	}
	
#Wrapper #contentWrapper #rightColumn #sidemenu li a:link, #Wrapper #contentWrapper #rightColumn #sidemenu li a:visited {
	color: #000;
	display: block;
	background: url(images/main/sidemenu.gif);
	padding: 8px 0 0 30px;
	}
	
#Wrapper #contentWrapper #rightColumn #sidemenu li a:hover {
	color: #900;
	background: url(images/main/sidemenu.gif) 0 -32px;
	padding: 8px 0 0 30px;
	}
	
#Wrapper #contentWrapper #rightColumn #sidemenu li a:active {
	color: #900;
	background: url(images/main/sidemenu.gif) 0 -64px;
	padding: 8px 0 0 30px;
	}	
	
	
#Wrapper #contentWrapper #contentHeader {
  margin: 0px 15px 0px 15px;
  padding: 0px;
}

#Wrapper #contentWrapper #content {
  margin: 15px 320px 15px 15px;
  padding: 0px;
  border:1px solid #ccc;
}


#Wrapper #contentWrapper #content #quoteme {
  float:right; 
  color:#ccc; 
  font-weight:bold; 
  padding:8px 15px 0 0;
  font-size:12px;
}

#Wrapper #contentWrapper #content #quoteme a{
  color:#ccc; 
  font-size:12px;
}
#Wrapper #contentWrapper #content #quoteme a:hover {
  color:#fff; 
  font-size:12px;
  text-decoration:underline;
}
#Wrapper #contentWrapper #content #quoteme a:visited {
  color:#ccc; 
  font-size:12px;
}

#Wrapper #contentWrapper #content #contentbox {
  padding: 10px 10px 10px 10px;
  background:url(images/main/box_bac.jpg) top left no-repeat;
}

/* START FILE PORTAL */

#Wrapper #contentWrapper #content #contentbox .filebox {
  float:left;
  height:200px;
  width:150px;
  padding:5px;
}
#Wrapper #contentWrapper #content #contentbox .fileform fieldset {
   padding: 1em; 
   background-color: #eee;
   width: 470px; 
}
#Wrapper #contentWrapper #content #contentbox .fileform fieldset legend {
   font-weight: bold;
}
#Wrapper #contentWrapper #content #contentbox .fileform div {
   width: 100%; 
   padding: 0.25em 0 0.25em 0;
}
#Wrapper #contentWrapper #content #contentbox .fileform div label {
   display: block; 
   width: 10em; 
   font-weight:bold;
}
#Wrapper #contentWrapper #content #contentbox .fileform  input {
   width:150px;
   height:20px;
   margin-bottom:15px;
   font-size:14px;
}
#Wrapper #contentWrapper #content #contentbox .submitbutton input {
   width:150px;
   height:20px;
   margin:0;
   font-size:14px;
}

/* END FILE PORTAL */


/* START FORM */


#Wrapper #contentWrapper #content #contentbox .contactform {
padding:10px;
}

#Wrapper #contentWrapper #content #contentbox .contact ul {
font-weight:normal;
}

#Wrapper #contentWrapper #content #contentbox input {
   width:450px;
   height:20px;
   margin-bottom:15px;
   font-size:14px;
}

#Wrapper #contentWrapper #content #contentbox textarea {
   width:450px;
   height:150px;
   margin-bottom:15px;
   font-size:14px;
}

#Wrapper #contentWrapper #content #contentbox .checkboxes input {
   width:15px;
   height:15px;
   margin-bottom:25px;
   margin-left:-10px;
   font-size:14px;
}
#Wrapper #contentWrapper #content #contentbox .checkboxesgroup {
   float:left;
   width:150px;
   text-align:center;
}
#Wrapper #contentWrapper #content #contentbox .submit input {
   width:450px;
   height:35px;
   margin:10px 0 0 20px;
   font-size:14px;
   font-weight:bold;
   border:2px solid #000;
}

#Wrapper #contentWrapper #content #contentbox label {
   
}
#Wrapper #contentWrapper #content #contentbox .formlabel {
   font-weight:bold;
}
/* END FORM */
#Wrapper #contentWrapper #content #contentbox ul {
   margin:10px;
   padding:10px 20px 10px 60px;
   font-size:14px;
   border: 1px dotted #ccc;
   font-weight:bold;
}

#Wrapper #contentWrapper #content #contentbox li {
   margin:0;
   padding:5px;
}

#Wrapper #contentWrapper #content #contentbox img {
  padding: 5px;
  margin: 5px;
  background:#FFF;
  border:1px solid #ccc;
}
#Wrapper #contentWrapper #content #contentbox #contentc2a img {
  border:none;
  padding:0;
  margin:0;
}

#Wrapper #contentWrapper #content h1 {
  margin: 0px;
  padding: 8px 10px 8px 10px;
  background:url(images/main/box_header_bac.jpg) repeat-x top left;
  color:#FFF;
}
#Wrapper #contentWrapper .clearFloat {
  clear: right;
  display: block;
}
#Wrapper #footer {
  background: url(images/main/footer.jpg) top left no-repeat #003;
  padding: 0 10px 0 10px;
  color:#FFF;
  height:100px;
  border:#666 solid 1px;
}

#Wrapper #footer #footercontact {
  padding: 15px 0 10px 0;
  color:#FFF;
  font-size:12px;
}
#Wrapper #footer #footercontact a:link{
  font-weight:bold;
  color:#FFF;;
}
#Wrapper #footer #footercontact a:visited{
  font-weight:bold;
  color:#FFF;;
}
#Wrapper #footer #footercontact a:hover{
  font-weight:bold;
  color:#FFF;;
  text-decoration:underline;
}
#Wrapper #footer #bottomNavigation {
  padding: 7px 0 0 0;
  margin: 0;
  line-height:12px;
}
#Wrapper #footer #bottomNavigation ul {
  padding:0px;
  margin:0px;
  display:inline;
}
#Wrapper #footer #bottomNavigation li {
  padding:0px 0px 0px 5px;
  margin: 0px;
  display:inline;
}

#Wrapper #footer #bottomNavigation li a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight:bold;
  padding-right:10px;
  border-right: 1px #ccc solid;
}
#Wrapper #footer #bottomNavigation li a:visited {
  color: #fff;
  text-decoration: none;
  font-weight:bold;
}
#Wrapper #footer #bottomNavigation li a:hover {
  color: #DED3AD;
  text-decoration: none;
  font-weight:bold;
}

#icansee {
	padding:10px;
}
.clearme {
   clear:left;
   height:20px;
}
.alert {
   padding:5px;
   border:1px solid #f00;
}


/* End of 'trident' */

/* Start of icansee CMS style sheet 'Module: News' */
div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummarynb {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */ 
}

.NewsSummary {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc; 
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

