/* 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 '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;
}

.NewsSummary {
    padding: 0.5em 0.5em 0 0.5em; /* 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 dotted #ccc; 
}

.NewsSummaryPostdate {
  float: right;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 0 0 3px 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: 1% 0 0 2%;
  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' */

/* Start of CMSMS style sheet 'Navigation: CSSMenu - Vertical' */
/* The wrapper determines the width of the menu elements */
#menuwrapper_v { 
   /*width: 100%;*/ 
}


/* Unless you know what you do, do not touch this */ 
#primary-nav_v, #primary-nav_v ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
   width: 100%; 
   cursor: default;
}
#primary-nav_v ul { 
   position: absolute; 
   top: 0; 
   left: 100%; 
   display: none; 
   background: #fff url(images/lcc/box_bg3.gif) repeat-x top left;
   margin-left: -1px;
   margin-top: 1px;
}
#primary-nav_v li { 
   margin-top: -1px; 
   position: relative; 
}


/* Styling the basic apperance of the menu elements */
#primary-nav_v a { 
   border-bottom: 1px solid #6b8fa5; /*#006699;*/
   border-top: 1px solid #6b8fa5;
   border-right: 1px solid #6b8fa5;
   border-left: 1px solid #6b8fa5;

   display: block; 
   margin: 0px; 
   padding: 10px; 
   color: #006699;
   text-decoration: none; 

   min-height:1em; /* Fixes IE7 whitespace bug*/ 
}
#primary-nav_v li, #primary-nav_v li.menuparent { 
   background: #fff; 
   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-nav_v li.menuactive { 
   background: #ddd; /*#C3D4DF;*/
}

/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav_v li.menuparent, 
#primary-nav_v li.menuparent:hover, 
#primary-nav_v li.menuparenth { 
   background-image: url(images/cms/arrow.gif); 
   background-position: center right; 
   background-repeat: no-repeat;
}


/* Styling the apperance of menu items on hover */
#primary-nav_v li:hover, 
#primary-nav_v li.menuh, 
#primary-nav_v li.menuparenth, 
#primary-nav_v li.menuactiveh { 
   background: #ddd;
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
#primary-nav_v ul, 
#primary-nav_v li:hover ul, 
#primary-nav_v li:hover ul ul, 
#primary-nav_v li.menuparenth ul, 
#primary-nav_v li.menuparenth ul ul { 
   display: none; 
}
#primary-nav_v li:hover ul, 
#primary-nav_v ul li:hover ul, 
#primary-nav_v ul ul li:hover ul, 
#primary-nav_v li.menuparenth ul, 
#primary-nav_v ul li.menuparenth ul, 
#primary-nav_v ul ul li.menuparenth ul { 
   display: block; 
}


/* IE Hack, will cause the css to not validate */

#primary-nav_v li, #primary-nav li.menuparenth { _float: left; _height: 1%; }
#primary-nav_v li a { _height: 1%; }


/* section header */
#primary-nav_v li.sectionheader {
   border-left: 1px solid #006699; 
   border-top: 1px solid #006699; 
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0.5em;
   background: transparent; /*#fff;*/
   margin: 0;
   width: 100%;
}


/* separator */
#primary-nav_v li hr.separator {
   display:block;
   height: 0.5em;
   color: #abb0b6;
   background-color: #abb0b6;
   width: 100%;
   border:0;
   margin:0;
   padding:0;   
   border-top: 1px solid #006699;
   border-right: 1px solid #006699;
}

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

/* Start of CMSMS style sheet 'slimbox' */
/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(images/slimbox/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* End of 'slimbox' */

/* Start of CMSMS style sheet 'Layout: Default' */
* {
   margin: 0;
   padding: 0;
}

body {
   font-family: Arial, Helvetica, sans-serif, Verdana, Geneva;
   font-size: 75%;
   line-height: 1em;
   background: #fff;
   /*background: #314a82;*/
   color: #333;
   overflow: -moz-scrollbars-vertical;
}

img {
   border: 0;
}

a, a:link, a:active {
   text-decoration: underline;
   color: #385C72; /*#6699FF;*/
}

a:visited {
   text-decoration: underline;
   /*background-color: inherit;*/
   color: #385C72; /*#6699FF;*/
}

a:hover {
   text-decoration: none;
   /*background-color: #C3D4DF;*/
   color: #385C72;
}


/*****************
basic layout 
*****************/

div {
   font-size: 1em;
}

.clearing {
   clear: both;
   height: 0;
}

#pagewrapper {
   /*border-left: 1px solid #999;
   border-right: 1px solid #999;
   border-bottom: 1px solid #999;
   border-top: 1px solid #999;*/

   margin: 15px auto 15px auto;
   padding: 0 0 0 0;

   width: 900px;
   background: #fff;
}

#header {
   /*filter:alpha(opacity=70);
   opacity: 0.70;*/
   width: 100%;
   z-index: 0;
}

#header-graphic {
   background: #fff;
   height: 200px;
   width: 100%;
   text-align: center;
   overflow: hidden;
   border-top: 1px solid #999;
   border-bottom: 1px solid #999;
}

#logo-left {
   float: left;
   padding: 0 0 0.5em 0;
   width: 300px;
   height: 62px;
}

#menu-right {
   background: transparent;
   float: right;
   padding: 8px 0 8px 0;
}

#menu_horiz_wrapper {
  float: right;
  clear: right;
  overflow: hidden;
  width: 550px;
  border-right: 1px solid #999;
  margin-bottom: -1px;
}

#quick_links {
   float: left;
   padding-top: 12px;
}

#search {
   float: left;
   width: 23em;
   text-align: right;
   padding: 0.6em 0.6em 0.2em 0;
}

.breadcrumbs {
   padding: 0 0.5em 1em 0.5em;
}

.breadcrumbs a {
   text-decoration: none;

}

.breadcrumbs span.lastitem { 
   /*font-weight: bold; */
} 

#main_wrapper {
   padding: 15px 0 0 0;
   border: 1px solid #999;
   background: #fff;
}

#content-container {
   width: 100%;
   background: #fff url(images/lcc/some_file) repeat-y left;
   float: right;
   /*margin-left: -210px;*/
}

#content {
   background: #fff;
   /*background: #fff url(images/lcc/box_bg3.gif) repeat-x top left;*/
   /*margin: 0 0 0 210px;*/
   margin: 0;
   padding: 2% 0;
}

#sidebar {
  float: left;
  background: #fff;
  border: 0;
  border-top: 0px solid #385C72;
  margin: 3% 0 2% 1%;
  padding: 0;
  width: 200px;
  /*background: #fff url(images/lcc/box_bg3.gif) repeat-x top left;*/
}

#s_header {
   margin: 0;
   text-align: center;
   padding: 0 0 0 0;
   border-top: 1px solid #6b8fa5;
   border-left: 1px solid #6b8fa5;
   border-right: 1px solid #6b8fa5;
   border-bottom: 1px solid #6b8fa5;
   line-height: 1.3em;
   text-transform: capitalize;
   background: #385C72 url(images/lcc/shead_bg.gif) repeat-x top left;
}

#s_header h2 {
   color: #eee; 
   font-size: 1.2em; 
   text-align: left; 
   padding: 4% 0 4% 8%;
}

#s_footer {
  margin: 4% 10% 0 0;
  padding: 0;
  background: #C3D4DF;
  color: #385C72;
  font-weight: bold;
  border-top: 1px solid #6b8fa5;
  border-left: 1px solid #6b8fa5;
  border-right: 1px solid #6b8fa5;
  border-bottom: 1px solid #6b8fa5;
}

#s_footer ul {
  list-style: none;
  background: #fff url(images/lcc/submenu_bg.gif) repeat-x top left;
  font-size: 75%;
}

#s_footer li {
  padding: 3% 3% 3% 6%;
  /*border-bottom: 1px solid #6b8fa5;*/
}

#s_footer a {
  text-decoration: none;
  float: left;
}

#s_footer img {
  float: right;
  border: 1px solid #6b8fa5;
}

#title {
  border-bottom: 1px dotted #999;
  margin: 0 0 2% 0;
}

#content span {
   font-size: 13pt;
   width: 100%;
   margin-top: 25px;
   line-height: 15pt;
}

#footer {
   clear: both;
   color: #000;
   background-color: #f9f9f9;
   width: 100%;
   border-top: 1px solid #999;
}

#footer p {
   font-size: 0.8em;
   padding: 1.5em;      /* some air for footer */
   text-align: center; /* centered text */
   margin:0;
}

#footer p a {
   color: #000;
}

/* as we hid all hr for accessibility we create new hr with extra div element */
.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
   clear: both;
}

.full {
  padding: 0 2% 1% 2%;
}

.right30 {
  float: right;
  background: #transparent;
  margin: 0 1% 1.5% 0;
  padding: 0 1.5% 0 1.5%;
  width: 24.5%;
}

.left30 {
  float: left;
  background: transparent;
  border: 0;
  margin: 0 0 2% 2%;
  padding: 0;
  width: 31%;
}

.left70 {
  float: left;
  width: 66%;
  padding: 0 1.5% 0 1.5%;
  margin: 0 0 1.5% 1%;
}

.left50 {
  float: left;
  background: transparent;
  width: 48%;
  margin: 1.5% 0 2% 0;
  padding: 0;
}

.right70 {
  float: right;
  width: 66%;
  padding: 1% 1.5% 0 1.5%;
  margin: 1.5% 1% 1.5% 0;
}

.right50 {
  float: right;
  background: transparent;
  width: 48%;
  margin: 1.5% 2% 2% 0;
  padding: 0;
}

.tab {
  padding-left: 30px;
}

.box-header {
  width: 100%;
  padding-bottom: 0.15em;
  margin-bottom: 0.5em;
  font-size: 1.5em;
  overflow: hidden;
  border-bottom: 1px dotted #999;
  clear: both;
}

.box-border {
  border: 1px solid #ccc;
}

.gradient-bg {
  background: #fff url(images/lcc/box_bg.gif) repeat-x top;
}

.demo {
  margin: 4% 0 0 2%;
  border: 2px solid #999;
}

.labs-image {
  border: 2px solid #999;
}


/* BOX SHADOWS */
.shleft {
  border: 0;
  padding-left: 4px;
  background: #fff url(images/boxshadow/left.gif) repeat-y top left;
}

.shright {
  border: 0;
  padding-right: 4px;
  background: #fff url(images/boxshadow/right.gif) repeat-y top right;
}

.shtopleft {
  border: 0;
  float: left;
  height: 8px;
  background: #fff url(images/boxshadow/top_left.gif) no-repeat top left;
}

.shtopright {
  border: 0;
  float: right;
  height: 8px;
  margin-right: 0px;
  background: #fff url(images/boxshadow/top_right.gif) no-repeat top right;
}

.shbottomleft {
  float: left;
  background: #fff url(images/boxshadow/bottom_left.gif) no-repeat bottom left;
}

.shbottom {
  float: left;
  width: 868px;
  height: 8px;
  background: #fff url(images/boxshadow/bottom.gif) repeat-x bottom left;
}

.shbottomright {
  float: right;
  background: #fff url(images/boxshadow/bottom_right.gif) no-repeat bottom right;
}

/* END BOX SHADOWS */


/********************
CONTENT STYLING
*********************/

/* HEADINGS */
#content h1 {
   color: #294B5F;
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0.2em 0 0 0;
}
#content h2 {
   color: #294B5F; 
   font-size: 1.5em; 
   text-align: left; 
/* some air around the text */
   padding-left: 0.5em;
   padding-bottom: 1px;
/* set borders around header */
   border-bottom: 1px solid #e7ab0b; 
   border-left: 1.1em solid #e7ab0b; 
   line-height: 1.5em;
/* and some air under the border */
   margin: 1.0em 0 0.5em 0;
}
#content h3 {
   color: #294B5F; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 1.0em 0 0.5em 0;
}
#content h4 {
   color: #294B5F; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 1.0em 0 0.25em 0;
}
#content h5 {
   color: #294B5F;
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 1.0em 0 0.25em 0;
}
h6 {
   color: #294B5F;
   font-size: 1em;
   line-height: 1.3em;
   margin: 1.0em 0 0.25em 0;
}

/* END HEADINGS */

/* TEXT */
p {
   /*font-size: 1em;*/
   margin: 0 0 0.75em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
   
   font-family: Arial, Helvetica, sans-serif, Verdana, Geneva;
   font-size: 12px;
   color: #555555;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}
sup {
   vertical-align: sup;
   font-size: 50%;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, 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+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
#content ul,
#content dl {
   list-style-image: url(images/lcc/bullet2.gif);
   list-style-position: outside;
   margin: 0 0 1.0em 1.5em;
}
#content ul li {
   margin: 0 0 0.3em 1.5em;
   line-height: 1.5em;
   font-size: 12px;
   color: #555555;
}

#content ol {
   list-style-position: inside;
   margin: 0 0 0.5em 20px;
}
#content ol li {
   margin: 0 0 .5em 1.5em;
   line-height: 1.3em;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #555555;
}

#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 1.5em;
}
#dl dd {
   margin: 0 0 0 3em;
}


/* FORMS */
/* textarea for search */
#cntnt01searchinput {
   background: #fff url(images/lcc/textarea_bg.gif) repeat-x;
   border: 1px solid #666;
   padding: 1px 3px;
   vertical-align: middle;
}

#searchbutton {
   background: #fff url(images/lcc/search_fade2.gif) no-repeat;
   border: 1px solid #666;
   width: 22px;
   height: 21px;
   vertical-align: middle;
   cursor: pointer;
}


/* ACCORDIAN */
#accordion {
  margin: 0;
}

.element {
  margin: 0;
}

h4.toggler {
  cursor: pointer;
  border: 1px solid #ccc;
  border-right-color: #aaa;
  border-bottom-color: #aaa;
  background-color: #D2E0E6;
  background-image: url(images/lcc/arrows_down.png);
  background-repeat: no-repeat;
  background-position: 98% 50%;
  color: #385C72;
  margin: 0 0 4px 0;
  padding: 3px 5px 1px 5px;
}


/* PRODUCTS LAYOUT */
.prod-img {
  float: left;
  clear: left;
  background: transparent;
  padding: 0 0 0 0;
  width: 25%;
}

.prod-text {
  float: left;
  width: 70%;
  padding: 3% 0 0 0;
}


/* 404 MESSAGE - CUSTOM GOOGLE */
#goog-wm {
  padding-top: 1em;
}
/* End of 'Layout: Default' */

