/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework
   [bjorkoy.com/blueprint]
   
   * Screen & Projection Styles *
      
   This is the main CSS-file for the framework.
   Include this in the <head> of every page. See the
   Readme file in this directory for further instructions.
   
-------------------------------------------------------------- */

/* Import stylesheets and hide from IE/Mac \*/
@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/grid.css";
@import "lib/buttons.css";
/* End import/hide */


/* Compressed version: 
   [http://teenage.cz/acidofil/tools/cssformat.php]
   
   Comment out @import statements above, and add this 
   one when your site has launched (Ca 60% compressed):
   @import "lib/compressed.css"; */


/* Uncomment the line below to see the grid and baseline. 
   (Assuming you've wrapped your columns in a container).

  .container { background: url(lib/img/grid.png); }
  .container { background: url(lib/img/baseline.png); } */
div.suckertreemenu {
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
margin-left:10px;
}
.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background:url(../images/body/menu-bg.gif) repeat-x #3D0607;
/*background-color: #F3F3F3; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 65px; /*Width of top level menu link items*/
padding: 1px 8px;
border: 1px solid black;
border-left-width: 0;
text-decoration: none;
color: #fff;
font:'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
background-color:#333333;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 179px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 180px; /*width of sub menu levels*/
color: #fff;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #2D0506;
}

.suckertreemenu ul li a:hover{
background-color: #640B0F;
color: #eeb315;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #3D0607 url(../images/body/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #3D0607 url(../images/body/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li ul { background-color:#333333;}
* html .suckertreemenu ul li a { height: 1%; }
* html .suckertreemenu ul li ul li { float: left;}
* html .suckertreemenu ul li ul li a { height: 1%;}/* End */
div.formbox {
background-image:url(../images/body/form-bg-mid.gif);
background-repeat:repeat-y;
width:181px;
}
div.formtop {
background-image:url(../images/body/form-bg-top.gif);
background-repeat:no-repeat;
width:181px;
height:20px;}
div.formmid {
width:181px;
padding:0 11px;
font-family: georgia,serif;
font-size:11px;
font-weight:normal;}
div.formmid label {
font-weight:normal;
}
div.formmid .small {
text-align:center;
padding-right:20px;
}
div.formbot {
background-image:url(../images/body/form-bg-bot.gif);
background-repeat:no-repeat;
width:181px;
height:20px;}
img.nofloat {
float:none;
vertical-align:middle;
}
img.right {
float:right;
padding:5px 0 10px 10px;
}
a.listlink {
font-weight:normal;
text-decoration:underline;
}
ul.subpageul a.listlink {
font-weight:normal;
}
.onstate-url { display:block; } 
.offstate-url { display: none; } 
.errMsg {
	color: red;
	display: inline;
}
.errFld {
	border-color: red;
}
.required {}
.CorporatePanel {
	margin: 0px;
	padding: 0px;
	line-height:1.75em;
}

.CorporatePanelTab {
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}
.clearleft { clear:left; }
.onstate-comments { display:block; } 
.offstate-comments { display: none; } 
#quality-menu {
	background-color:#390;
	color:#fff;
	padding:10px 15px;
}
#quality-menu ul li{
	font-weight:normal;
	list-style:disc;
}
#quality-menu a {
	color:#CC0;
	font-weight:normal;
	text-decoration:underline;
	font-size:.9em;
}
/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework
   [bjorkoy.com/blueprint]
   
   * Screen & Projection Styles *
      
   This is the main CSS-file for the framework.
   Include this in the <head> of every page. See the
   Readme file in this directory for further instructions.
   
-------------------------------------------------------------- */

/* Import stylesheets and hide from IE/Mac \*/
@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/grid.css";
@import "lib/buttons.css";
/* End import/hide */


/* Compressed version: 
   [http://teenage.cz/acidofil/tools/cssformat.php]
   
   Comment out @import statements above, and add this 
   one when your site has launched (Ca 60% compressed):
   @import "lib/compressed.css"; */


/* Uncomment the line below to see the grid and baseline. 
   (Assuming you've wrapped your columns in a container).

  .container { background: url(lib/img/grid.png); }
  .container { background: url(lib/img/baseline.png); } */
div.suckertreemenu {
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
margin-left:10px;
}
.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background:url(../images/body/menu-bg.gif) repeat-x #3D0607;
/*background-color: #F3F3F3; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 65px; /*Width of top level menu link items*/
padding: 1px 8px;
border: 1px solid black;
border-left-width: 0;
text-decoration: none;
color: #fff;
font:'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
background-color:#333333;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 179px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 180px; /*width of sub menu levels*/
color: #fff;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #2D0506;
}

.suckertreemenu ul li a:hover{
background-color: #640B0F;
color: #eeb315;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #3D0607 url(../images/body/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #3D0607 url(../images/body/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li ul { background-color:#333333;}
* html .suckertreemenu ul li a { height: 1%; }
* html .suckertreemenu ul li ul li { float: left;}
* html .suckertreemenu ul li ul li a { height: 1%;}/* End */
div.formbox {
background-image:url(../images/body/form-bg-mid.gif);
background-repeat:repeat-y;
width:181px;
}
div.formtop {
background-image:url(../images/body/form-bg-top.gif);
background-repeat:no-repeat;
width:181px;
height:20px;}
div.formmid {
width:181px;
padding:0 11px;
font-family: georgia,serif;
font-size:11px;
font-weight:normal;}
div.formmid label {
font-weight:normal;
}
div.formmid .small {
text-align:center;
padding-right:20px;
}
div.formbot {
background-image:url(../images/body/form-bg-bot.gif);
background-repeat:no-repeat;
width:181px;
height:20px;}
img.nofloat {
float:none;
vertical-align:middle;
}
img.right {
float:right;
padding:5px 0 10px 10px;
}
a.listlink {
font-weight:normal;
text-decoration:underline;
}
ul.subpageul a.listlink {
font-weight:normal;
}
.onstate-url { display:block; } 
.offstate-url { display: none; } 
.errMsg {
	color: red;
	display: inline;
}
.errFld {
	border-color: red;
}
.required {}
.CorporatePanel {
	margin: 0px;
	padding: 0px;
	line-height:1.75em;
}

.CorporatePanelTab {
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}
.clearleft { clear:left; }
.onstate-comments { display:block; } 
.offstate-comments { display: none; } 
#quality-menu {
	background-color:#390;
	color:#fff;
	padding:10px 15px;
}
#quality-menu ul li{
	font-weight:normal;
	list-style:disc;
}
#quality-menu a {
	color:#CC0;
	font-weight:normal;
	text-decoration:underline;
	font-size:.9em;
}
/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework
   [bjorkoy.com/blueprint]
   
   * Screen & Projection Styles *
      
   This is the main CSS-file for the framework.
   Include this in the <head> of every page. See the
   Readme file in this directory for further instructions.
   
-------------------------------------------------------------- */

/* Import stylesheets and hide from IE/Mac \*/
@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/grid.css";
@import "lib/buttons.css";
/* End import/hide */


/* Compressed version: 
   [http://teenage.cz/acidofil/tools/cssformat.php]
   
   Comment out @import statements above, and add this 
   one when your site has launched (Ca 60% compressed):
   @import "lib/compressed.css"; */


/* Uncomment the line below to see the grid and baseline. 
   (Assuming you've wrapped your columns in a container).

  .container { background: url(lib/img/grid.png); }
  .container { background: url(lib/img/baseline.png); } */
div.suckertreemenu {
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
margin-left:10px;
}
.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background:url(../images/body/menu-bg.gif) repeat-x #3D0607;
/*background-color: #F3F3F3; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 65px; /*Width of top level menu link items*/
padding: 1px 8px;
border: 1px solid black;
border-left-width: 0;
text-decoration: none;
color: #fff;
font:'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
background-color:#333333;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 179px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 180px; /*width of sub menu levels*/
color: #fff;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #2D0506;
}

.suckertreemenu ul li a:hover{
background-color: #640B0F;
color: #eeb315;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #3D0607 url(../images/body/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #3D0607 url(../images/body/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li ul { background-color:#333333;}
* html .suckertreemenu ul li a { height: 1%; }
* html .suckertreemenu ul li ul li { float: left;}
* html .suckertreemenu ul li ul li a { height: 1%;}/* End */
div.formbox {
background-image:url(../images/body/form-bg-mid.gif);
background-repeat:repeat-y;
width:181px;
}
div.formtop {
background-image:url(../images/body/form-bg-top.gif);
background-repeat:no-repeat;
width:181px;
height:20px;}
div.formmid {
width:181px;
padding:0 11px;
font-family: georgia,serif;
font-size:11px;
font-weight:normal;}
div.formmid label {
font-weight:normal;
}
div.formmid .small {
text-align:center;
padding-right:20px;
}
div.formbot {
background-image:url(../images/body/form-bg-bot.gif);
background-repeat:no-repeat;
width:181px;
height:20px;}
img.nofloat {
float:none;
vertical-align:middle;
}
img.right {
float:right;
padding:5px 0 10px 10px;
}
a.listlink {
font-weight:normal;
text-decoration:underline;
}
ul.subpageul a.listlink {
font-weight:normal;
}
.onstate-url { display:block; } 
.offstate-url { display: none; } 
.errMsg {
	color: red;
	display: inline;
}
.errFld {
	border-color: red;
}
.required {}
.CorporatePanel {
	margin: 0px;
	padding: 0px;
	line-height:1.75em;
}

.CorporatePanelTab {
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}
.clearleft { clear:left; }
.onstate-comments { display:block; } 
.offstate-comments { display: none; } 
div.right-menu {
	width:200px;
	float:right;
	margin:15px 0 15px 15px;
}
#quality-menu {
	background-color:#390;
	color:#fff;
	padding:10px;
	margin-bottom:10px;
}
#quality-menu ul li{
	font-weight:normal;
	list-style:disc;
}
#quality-menu a {
	color:#000;
	font-weight:normal;
	text-decoration:none;
	font-size:.9em;
}
#quality-menu a:hover {
	text-decoration:underline;
}
#quality-news {
	background-color:#390;
	color:#fff;
	padding:10px;
	margin:10px 0;
}
#quality-news ul {
	background:#fff;
	color:#000;
	padding:5px;
	margin-left:-5px;
	margin-right:-5px;
}
#quality-news ul li{
	font-weight:normal;
	list-style:none;
}
#quality-news a {
	color:#000;
	font-weight:normal;
	text-decoration:none;
	font-size:.9em;
}
#quality-news a:hover {
	text-decoration:underline;
}
#sidebar_updates {
	padding:0;
	margin:0;
}
#sidebar_updates li {
	list-style-type:none;
	padding-bottom:4px;
	padding-top:2px;
	font-size:12px;
}
/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */
