/*  layout */

body {   /* master doc template */
  background: #c29151; 
  color: #333;
  margin: 0;
  padding: 0 0 25px 0;
  border: 5px 0 0 0;
  text-align: center;
  font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
}
	
#centerbox {   /* centered middle part */
  background: #f8e99b url(images/background_content__column_colours__597_1.png) repeat;
  color: #333;
  margin: 10px auto;
  padding: 0;
  border: 1px solid #036;
  width: 599px;  /* boxmodelhack */	
  voice-family: "\"}\""; voice-family: inherit;
  width: 597px;	 
}
html>#centerbox { width: 597px; } 

#header {   /* title pic */
  border: 0;
  margin: 0;
  padding: 0;
  background: #f8e99b;
  color: #333;
  text-align: left;
  font-size: x-small;   /* bmhack */
  voice-family: "\"}\""; voice-family:inherit;
  font-size: small;	
}
html>#header { font-size: small; } 

#menu {   /* nav menu */
  border: 0px;
  margin: 0px;
  padding: 30px 10px 0 0;
  background: transparent url(images/background_menu__flower__147_30.png) no-repeat;
  text-align: right;
  height: 100%
  font-size:    x-small; /* bmhack */
  voice-family: "\"}\""; voice-family: inherit;   
  font-size:    small;   
}
html>#menu ul { font-size: small; }

#maincontent {   /* main content on left */
/*  position: relative; left: -2px; top: 0px;
  height: 100%*/
  border: 0;
  margin: 0;
  padding: 10px;  
  background: transparent; /*#f8e99b*/
  text-align: left;
}

#imgbar {   /* summary at bottom of page */
  display: block;
  vertical-align: middle;
  height: 100%;
  clear: both;
  border-top: 1px solid #ccc;
  margin: 0;
  padding: 20px;
  background: #f8e99b; /*#870618;*/
}

#footer {   /* summary at bottom of page */
  clear: both;
  border-top: 10px solid #870618; /*#ccc;*/
  margin: 0;
  padding: 5px 7px 7px 10px;
  background: #d51354;
  color: #fff;
  text-align: left;
  font-size: xx-small;   /* bmhack */
  voice-family: "\"}\""; voice-family:inherit;
  font-size: x-small;	
}
html>#footer { font-size: x-small; } 



/* clear fix for floats */	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/* menu stuff */
#menu ul {
  border: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  clear: left;
}

/* sub-menus don't have underlines */
#menu ul ul {
  border: 0;
}

/* all main-menu items have line above, padding for spacing */
#menu li {
  border: 0;
  margin: 0;
  padding: 1em 0;
}

/*  all sub- menus have smaller text, sub-sub-menus get .9*.9; no line, no padding, etc */
#menu li li {
  border: 0;
  padding: 0.5em 0;
  padding-right: 5px;
  font-size: 90%;
}

/*
#menu ul li {
  border: 0;
  padding: 0;
  margin: 0;
  line-height: 1em;
  letter-spacing: 1px;
}
*/

#menu a {
  color: #870618; /*#d51354; pink*/ /*#369;*/
  text-decoration: none;
} 

body#menu1 #menu a#m1, 
body#menu2 #menu a#m2,
body#menu3 #menu a#m3,
body#menu4 #menu a#m4,
body#menu5 #menu a#m5,
body#menu6 #menu a#m6,
body#menu7 #menu a#m7,
body#menu8 #menu a#m8,
body#menu9 #menu a#m9,
body#menu10 #menu a#m10,
body#menu11 #menu a#m11,
body#menu12 #menu a#m12,
body#menu13 #menu a#m13,
body#menu14 #menu a#m14,
body#menu15 #menu a#m15,
body#menu16 #menu a#m16,
body#menu17 #menu a#m17 {   /* highlight the right menu option */
/*  background: #369;
  border: 1px solid #369;
  text-decoration: none;*/
  font-style: italic;
  color: #d51354; /*#870618; burgandy*/
}

#menu a:hover, #menu a:active {
  text-decoration: none;
  font-weight: bold;
  color: #d51354; /*#870618; burgandy*/
}



/* links */
	
#maincontent a:link, #maincontent a:visited {
/*  font-weight: bold; */
  text-decoration: none;
  color: #d51354;
}

#maincontent a:hover {
/*  font-weight: bold; */
  text-decoration: underline;
  color: #870618;
}

#maincontent a:active {
/*  font-weight: bold; */
  text-decoration: underline;
  color: #870618;
}



/* image bar */

#left {
  width: 33%;
  display: inline;
  float: left;
}

#mid {
  width: 34%;
  display: inline;
  float: left;
}

#right {
  width: 33%;
  display: inline;
  float: left;
}

#imgbar p {
  line-height: 100%;
  margin: 0;
  text-align: center;
  font-size:    xx-small; /* bmhack */
  voice-family: "\"}\""; voice-family: inherit;   
  font-size:    x-small;   
}
html>#imgbar p { font-size: x-small; } 

#imgbar img {
  display: inline;
  border: 0;
}



/* footer */

#footer p {
  margin: 10px 0;
  padding: 0;
  line-height: 100%;
  text-align: left;
  font-size:    xx-small; /* bmhack */
  voice-family: "\"}\""; voice-family: inherit;   
  font-size:    x-small;   
}
html>#imgbar p { font-size: x-small; } 

#footer img {
  vertical-align: middle;
  border: 0;
}
		
#footer a:link, #footer a:visited {
  text-decoration: none;
  color: #fff;

}

#footer a:hover {
  text-decoration: underline;
  color: #fff;

}

#footer a:active {
  text-decoration: underline;
  color: #fff;

}




/*  image rules */
	
img {
  display: block;
  border: 0;
}

#header img {
  margin: 0;
  padding: 0;
  border: 0;
}



/* table defaults */

table {
  border: 0;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

tr {
  border: 0;
  padding: 0;
  margin: 0;
}

td {
  vertical-align: top;
  border: 0;
  padding: 0;
  margin: 0;
}

th
{
  font-weight: bold;
}

.vmid tr, .vmid td {
  vertical-align: middle;
}

.fussytable td, .fussytable th	{
  font-size: 11px;
  text-align: center;
  padding: 2px;
  margin: 2px;
  border: 1px solid #ccc;
}

#maincontent ol, #maincontent ul	{
  margin: 0 2em;
/*  padding: 0;*/
/*  list-style-type: none;*/
}
	
#maincontent li	{
/*  background-image: url("/images/sidecontent_list_mark.gif");
  background-repeat: no-repeat;
  background-position: 0 0.4em;
  padding-left: 0.8em;
  font-weight: normal;
  line-height: 1.4em;
  margin: 0;*/
}
	
#maincontent ul.inlinelist	{
  padding: 0;
  margin: 0;
}

#maincontent .inlinelist li	{
  display: inline;
  padding: 0 5px 0 0;
  margin: 0;
  border: 0;
}	
	
code, pre {
  font-family: "Bitstream Vera Sans Mono", monaco, "Courier New", courier, monospace;
  font-weight: normal;
  background: inherit;
  color: #333;
}


/*  Work around IE/Win code size bug - courtesy Jesper, waffle.wootest.net  */

* html code	{
  font-size : 105%; 
}



/* typography */

body, #maincontent, div, p, th, td, li, dd, dl, dt    {
  font-size:    small;      
  voice-family: "\"}\""; voice-family: inherit;   
  font-size:    medium;         
}
html>body, html>#maincontent, html>div, html>p, html>th, html>td, html>li, html>dd, html>dl, html>dt { font-size: medium; }

p {
  line-height: 140%;
  text-align: left;
  margin-top: 0;
  margin-bottom: 1em;
}
	
dl {
  line-height: 1.4em;
  margin-top: 0;
  padding-top: 0;
}

dd {
  margin-bottom: 5px;
  padding-left: 5px;
  margin-left: 5px;
}

h1, h2, h3, h4, h5, h6	{
  color: #870618;
  font-weight: bold;
  font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
  margin-top: 25px;
  margin-bottom: 2px;
  letter-spacing: 1px;
}

#maincontent h1 {
  margin-top: 0;
  font-size:    medium;  /* bmh */
  voice-family: "\"}\""; voice-family: inherit;
  font-size:    large;       
}
html>#maincontent h1 { font-size:  large; } 

#maincontent h2 {
  margin-top: 35px; 
  font-size:    medium;     
  voice-family: "\"}\""; voice-family: inherit;   
  font-size:    large;       
}
html>#maincontent h2 { font-size:  large; } 

#maincontent h3 { 
  font-size: small;      
  voice-family: "\"}\""; voice-family: inherit;   
  font-size: medium;  
}
html>#maincontent h3 { font-size:  medium; } 
	
#maincontent h4 {
  font-weight: normal;
  font-size: x-small;      
  voice-family: "\"}\""; voice-family: inherit;   
  font-size: small;  
}
html>#maincontent h4 { font-size: small; } 	

#maincontent h5 {
  font-size:    xx-small;      
  voice-family: "\"}\""; voice-family: inherit;   
  font-size:    x-small;  
}
html>#maincontent h5 { font-size:  x-small; } 

#maincontent h6 {
  margin: 0 0 25px 0;
  padding: 0;
  background: transparent;
  color: #69c;
  font-weight: normal;
  font-size: 9px;      
  voice-family: "\"}\""; voice-family: inherit;   
  font-size: xx-small;
}
html>#maincontent h6 { font-size:  xx-small; } 

#maincontent h6 a:link, #maincontent h6 a:visited {
  color: #69c;
}



/* helpers */
	
.hide {   /*  Hidey-ho */
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;  /* for the benefit of IE5 Mac */
}

.linewrap {
  font-weight: bold; 
  color: #c60; 
  font-size: 13px;
}
	
.floatleft {
  float: left;
  padding: 0;
  margin: 0 15px 0 0;
}
	
.vs0	{
  margin-top: 0;
}
	
.vs3	{
  margin-top: 3px;
}		

.vs5	{
  margin-top: 5px;
}	

.vs7	{
  margin-top: 7px;
}

.vs10	{
  margin-top: 10px;
}	

.vs15	{
  margin-top: 15px;
}	
	
.vs25	{
  margin-top: 25px;
}
		
