html,body {
margin:0;
padding:0;
}
body {
font: 73% helvetica, arial, sans-serif;
line-height:1.8em;
background: #fff url(images/02.gif) repeat;
color: #666;
}
			/*BANNER PROPERTIES*/
#banner {
width:100%;
height:150px;
background:#bbd9ee url(images/banner.png) top center no-repeat;
}
#banner h1 {
margin: 0 0 0 250px;
line-height:1.8em;
letter-spacing: 3px;
font-size: 2em;
color: #fff;
}
#banner p {
float:right;
margin: 10px 10px 0 0;
padding-top: 10px;
color : #ff9933;
}
			/*TOP NAVIGATION*/	
div#menu {
float:left;
width: 100%;
padding-top:0;
background: #bbd9ee;
}
ul#nav,ul#nav li {
list-style-type:none;
margin:0;
padding:0
}
ul#nav {
margin-left: 250px;
width: 500px;
}
ul#nav li {
float: left;
margin-right: 3px;
text-align: center;
}
ul#nav a {
float: left;
width: 7em;
padding: 5px 0;
background: #ff9933;
text-decoration: none;
color: #fff;
}
ul#nav a:hover {
background: #e7f1f8;
color: #666;
}
ul#nav li.activelink a,ul#nav li.activelink a:hover {
background: #fff;
color: #003;
}
			/*MAIN CONTAINER*/
#container {
width: 770px;
margin: 0 auto;
padding: 0;
}
#box {
padding: 10px;
border: 1px solid #ff9933;
border-radius: 3px;
background: #e7f1f8;
}
#box h2 {
font-size: 2em;
color: #06a;
}
			/*CONTENT_LEFT*/
#content {
width: 490px;
float: left;
margin: 25px 0 0 0;
padding: 0 0 30px 10px;
}
#content h1 {
font-size: 1.5em;
letter-spacing: 3px;
text-transform: uppercase;
color: #06a; 
}
#content h3 {
margin:0px;
}
			/*CONTENT_RIGHT*/
#content_right {
width: 200px;
float: right;
margin: 50px 10px 0 0;
padding-bottom: 30px;
}
			/*FOOTER*/
#footer {
clear: both;
height: 50px;
padding: 5px;
border-top: 3px solid #ff9933;
background: #bbd9ee;
}
			/*TYPOGRAPHY*/
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
.small {
color: #ff9933;
font-size: 0.8em;
}
.big {
font-weight: bold;
font-size: 1.2em;
color: #ff9933;
}
			/*IMAGES*/
.imgright {
float: left;
margin: 10px;
padding: 10px;
}
			/*CURVED CORNERS*/
dl.curved {background:#bbd9ee url(images/c_tl.gif) top left no-repeat; margin:15px 0; padding:0; width:100%;}
dl.curved dt {background:transparent url(images/c_tr.gif) top right no-repeat; padding:10px; text-align:center; font-weight: bold; color:#fff;}
dl.curved dd {background:#eee url(images/c_bl.gif) bottom left no-repeat; padding:3px; margin:0;}
dl.curved dd p {margin:0; padding:5px; line-height:1.53em;}
dl.curved dd p.last {background:transparent url(images/c_br.gif) bottom right no-repeat; }
			/*LINK PROPERTIES*/
a img {
border: none;
}
a:link, a:visited {
color : #286e87;
background : inherit;
text-decoration : none;
}
a:hover {
text-decoration : none;
color : #999;
background : inherit;
}
#navlist li {
list-style-image : url(images/right.gif);
background : inherit;
color : #ff9933;
margin : 5px 0 0 0;
padding-left : 10px;
}

input, select, textarea {
	background-color: #FFFFFF;
  padding: 5px;
  margin: 4px;
  display: inline-block;
  border: solid 2px #ff9933;
  border-radius: 4px;
  box-sizing: border-box;
}


input[type=submit] {
  background-color: #933F00;
  color: white;
  padding: 5px;
  margin: 4px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #D45303;
}


.tooltip {
    position: relative;
    display: inline-block;
}

.tooltipp {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
	font-size: 10px;
    width: 120px;
    background-color: #86507c;
    color: #FFFFFF;
    border-radius: 2px;
    padding-left: 2px;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 105%;
	margin:0px;
}

.tooltipp .tooltiptextp {
    visibility: hidden;
	font-size: 10px;
    width: 120px;
    border-radius: 2px;
    padding-left: 2px;
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 105%;
	margin:0px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltipp:hover .tooltiptextp {
    visibility: visible;
}
.tooltiptextp:hover {
    visibility: visible;
}

.hidden {display: none;}


.tab {
  overflow: hidden;
  border: 1px solid #ff9933;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: #FFF0E1;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 6px;
  transition: 0.3s;
  font-size: 1.25em;
  width:25%;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #FEC183;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ff9933;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 4px;
  border: 1px solid #ff9933;
  background: #fff url(images/02.gif) repeat;
  border-top: none;
  width:98%;
}

.trait0 {
  padding: 2px 5px 2px 5px;
  background-color:#9EF783;
  border-radius:4px;
  float:left;
  display: inline-block;
  margin:1px;
}
.trait1 {
  padding: 2px 5px 2px 5px;
  background-color:#E4F783;
  border-radius:4px;
  float:left;
  display: inline-block;
  margin:1px;
}
.trait2 {
  padding: 2px 5px 2px 5px;
  background-color:#F7ED83;
  border-radius:4px;
  float:left;
  display: inline-block;
  margin:1px;
}
.trait3 {
  padding: 2px 5px 2px 5px;
  background-color:#F7CD83;
  border-radius:4px;
  float:left;
  display: inline-block;
  margin:1px;
}
.trait4 {
  padding: 2px 5px 2px 5px;
  background-color:#F7B683;
  border-radius:4px;
  float:left;
  display: inline-block;
  margin:1px;
}
.trait5 {
  padding: 2px 5px 2px 5px;
  background-color:#F79C83;
  border-radius:4px;
  float:left;
  display: inline-block;
  margin:1px;
}
.trait6 {
  padding: 2px 5px 2px 5px;
  background-color:#F78383;
  border-radius:4px;
  float:left;
  display: inline-block;
  margin:1px;
}
.trait7 {
  padding: 2px 5px 2px 5px;
  background-color:#F78383;
  border-radius:4px;
  float:left;
  display: inline-block;
  margin:1px;
}
.trait8 {
  padding: 2px 5px 2px 5px;
  background-color:#F78383;
  border-radius:4px;
  float:left;
  display: inline-block;
  margin:1px;
}
.trait9 {
  padding: 2px 5px 2px 5px;
  background-color:#F78383;
  border-radius:4px;
  float:left;
  display: inline-block;
  margin:1px;
}
.trait10 {
  padding: 2px 5px 2px 5px;
  background-color:#F78383;
  border-radius:4px;
  float:left;
  display: inline-block;
  margin:1px;
}
.traitdq {
  padding: 2px 5px 2px 5px;
  background-color:#575757;
  color:#FFFFFF;
  border-radius:4px;
  float:left;
  display: inline-block;
  margin:1px;
}



