/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Helvetica, Arial, sans-serif;
	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; color: #0000ff;}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; }

a img { border: none; }

#menu {
    width: 215px;
    overflow: visible;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
 
}

#menu ul {
	list-style: none;
display:none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { }

#menu h4 {
 padding: 0 0 0 5px;
}

#content {
    height: 100%;
    margin: 0 0 0 215px;
    top: 0;
}

.container {
color:#000000;    
padding: 5px 5px 25px 5px;
}

#content p { width: 600px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}


h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; z-index: 100; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0;  }

#once { clear: left; }

div.transbox
  {
font-weight:bold;
  color:#324E87;
width:600px;
  height:355px;
  margin:28px 28px;
  background-color:#ffffff;
  border:0px;
  /* for IE */
  filter:alpha(opacity=90);
  /* CSS3 standard */
  opacity:0.9;
  }

div.transbox p
  {
  margin:0px 10px;
  
  }
div.transbox h1
  {
  margin:0px 10px;
  }
div.transbox h4
  {
  margin:0px 10px;
  color:#324E87;
  }
div.transbox h4 strong
  {
  font-weight:bold;
  color:#000000;
  }

div.transbox2
  {
position:relative;  
  color:#324E87;
width:640px;
height:1900px;
    margin:28px 28px;
  background-color:#ffffff;
  border:0px;
  /* for IE */
  filter:alpha(opacity=90);
  /* CSS3 standard */
  opacity:0.9;
  }

div.transbox2 p
  {
  margin:0px 10px;
    }
div.transbox2 h4
  {
  margin:0px 10px;
  color:#324E87;
  }
div.transbox2 h4 strong
  {
  font-weight:bold;
  color:#000000;
  }
div.transboxpurple
  {
position:relative;  
  color:#333366;
width:640px;
height:1900px;
    margin:28px 28px;
  background-color:#ffffff;
  border:0px;
  /* for IE */
  filter:alpha(opacity=90);
  /* CSS3 standard */
  opacity:0.9;
  }

div.transboxpurple p
  {
  margin:0px 10px;
    }
div.transboxpurple h1
  {
	letter-spacing:-2px;
}
div.transboxpurple h4
  {
font-size: 14px; 
 margin:0px 10px;
  color:#333366;
  }
div.transboxpurple h4 strong
  {
  font-weight:bold;
  color:#666699;
  }

div.transboxpurple2
  {
position:relative;  
  color:#333366;
width:585px;
height:360px;
    margin:28px 28px;
  background-color:#333366;
  border:0px;
  /* for IE */
  filter:alpha(opacity=90);
  /* CSS3 standard */
  opacity:0.9;
  }

div.transboxpurple2 p
  {
  margin:0px 10px;
    }
div.transboxpurple2 h1
  {
	color:#ffffff;
	letter-spacing:-2px;
}
div.transboxpurple2 h4
  {
font-size: 14px; 
 margin:0px 10px;
  color:#ffffff;
  }
div.transboxpurple2 h4 strong
  {
  font-weight:bold;
  color:#666699;
  }

#hor-minimalist-a
{
font-size: 12px;
	margin: 10px;
	width: 550px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-a th
{
	font-size: 14px;
	font-weight: normal;
	color: #324E87;
padding: 15px 8px 5px 8px;
	background-color:#eeeeee;
  border-bottom: 2px solid #324E87;
}
#hor-minimalist-a td
{
	color: #324E87;
	padding: 9px 8px 0px 8px;
}
#hor-minimalist-a tbody tr:hover td
{
	color: #009;
}

.nobr br

{
display: none;
}