/*

------------------------------------------------------
Copyright Bruno Kerrien,
some rights reserved
http://creativecommons.org/licenses/by-sa/2.0/
Edited and Added by Shane Killgore
------------------------------------------------------

*/

body {
background: #C6C6C6;
margin: 0;
padding: 0;
font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
text-align: center;
font-size: small;
}

/* --- Links --------- */

a {
color: #336699;
text-decoration: underline;}

a:hover {
background-color: #ccffff;
text-decoration: none;
color: #000000;}

/* --- H1, H2, H3 --------- */

h1, h2, h3 {
font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-seriff;
font-weight: normal;
margin-top: 0;
color: #2D598D;
}

h1 {
background: no-repeat 0em 55%;
padding-left: 3px;
font-size: 175%;
color: #000000;
}


h2 {
padding-left: 18px;
font-size: 133%;
}


h3 {
background: transparent url("img/small_bullet_yellow.gif") no-repeat 0 55%;
padding-left: 8px;
font-style: italic;
font-size: 90%;
}

h4 {
font-size: 90%;
font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-seriff;
font-weight: normal;
color: #CCCCCC
}

h5 {
font-size: 60%;
}

h6 {
font-size: 40%;
}

hr {
border: 0;
border-bottom: 1px #930 dotted;
width: 100%;
}

/* --- Wrap --------- */

#wrap {
background: transparent url("img/bgd_container_full.gif") repeat-y top left;
width: 792px;
margin: 0 auto;
padding: 0;
height: 100%;
text-align: left;
}

/* --- Banner --------- */

#banner {
background: transparent url("img/header.jpg") no-repeat top left;
height: 70px;
margin: 0;
}

/* --- Nav top level --------- */

#nav-toplevel {
background: transparent url("img/toplevel_fullpage.jpg") no-repeat top left;
height: 27px;
}


/* --- Nav meta --------- */

#nav-meta {
height: 26px;
font-size: 85%;
line-height: 1.25em;
}

#nav-meta ul {
margin: 0px 10px 0px 0px;
}

#nav-meta ul li {
display: inline;
float: left;
margin: 8px
}

#nav-meta ul li a {
display: block;
background: transparent url("img/small_bullet_blue.gif") no-repeat 0 50%;
padding: 0px 10px 0px 8px;
color: #336699;
text-decoration: none;
}

#nav-meta ul li a:hover {
background: transparent url("img/small_bullet_yellow.gif") no-repeat 0 50%;
color: #000000;
}

/* --- Container --------- */

#container {
margin: 0 17px;
}

/* --- Content --------- */

#content {
float: left;
margin: 0;
padding: 16px;
width: 723px;
}

#content p, #content ol, #content ul {
font-size: 100%;
line-height: 1.5em;
}


/* --- Info site --------- */

#info-site {
height: 30px;
position: relative;
clear: both;
background: transparent url("img/footer_fullpage.jpg") no-repeat top left;
width: 792px;
padding-top: 5px;
text-align: center;
font-size: 75%;
}

#info-site p {
font-size: 75%;
color: #A5BCD3;
text-decoration: none;

}

/* --- Info company ---------

#info-company {
color: #FFD50F;
margin: 0px 16px 0px 16px;
}

#info-company a {
color: #A5BCD3;
text-decoration: none;
}

#info-company a:hover {
color: #FFF;
background-color: #000000;} */

/* --- Autopn Breadcrumbs --------- */

p.breadcrumbs {font-size: .8em;
font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-seriff;
border-bottom: 1px #930 dotted;
}

p.breadcrumbs a:link {color: #3300ff;
text-decoration: none;}

p.breadcrumbs a:visited {color: #3300ff;
text-decoration: none;}

p.breadcrumbs a:hover {color: #000000;}

.currentpage {color: #003366;}

span.separator {color: #999999;
font-size: 1em;}

/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
margin: 0 auto; /* center for now */
width: 17ems; /* ems so it will grow */
background: url("img/sbbody-r.gif") no-repeat bottom right;
font-size: 100%;
}
.boxhead {
background: url("img/sbhead-r.gif") no-repeat top right;
margin: 0;
padding: 0;
text-align: center;
}
.boxhead h2 {
background: url("img/sbhead-l.gif") no-repeat top left;
margin: 0;
padding: 22px 30px 5px;
color: white; 
font-weight: bold; 
font-size: 1.2em; 
line-height: 1em;
text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
background: url("img/sbbody-l.gif") no-repeat bottom left;
margin: 0;
padding: 5px 30px 31px;
}

/* main box for main links */

.amainlink {
	padding: 20px;
	margin: 5px;
	background: #f2f2f2;
	border-top: 4px solid #36c;
	border-bottom: 2px solid #36c;
	width: 90%;
	}

/* table styling */

td.borders
{ border-top: 1px #6699CC dotted;
border-bottom: 1px #6699CC dotted;
border-right: 1px #6699CC dotted;
border-left:1px #6699CC dotted }