/*global
-----------------*/
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, ul, ol, dl, address {
  margin:0;
  padding:0;
}
.clearfix:after {
  content:"."; 
  display:block; 
  height:0; 
  clear:both; 
  visibility:hidden;
}
img {
  border:0;
}	
body {
  background-color:#999999;
  font:small Verdana, Arial, Helvetica, sans-serif;
}
h1, h2{
  font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
h1{
  color:#000000;
  font-size:20px;
  margin-bottom:4px;
}
h1 span {
  border-bottom:2px solid #DA2725;
}
h2{
  color:#647DA6;
  font-size:16px;
  margin-top:20px;
}
h3{
  color:#435574;
  font-size:11px;
  margin-top:16px;
  margin-bottom:4px;
}
h5{
  color:#92A4C0;
  font-size:11px;
  margin-top:10px;
  margin-bottom:2px;
  white-space:nowrap;
}
p{
  line-height:1.3;
  color:#333333;
  font-size:12px;
  margin-top:10px;
  margin-bottom:10px;
}
a:link, a:visited{
  color:#333333;
}
a:hover{
  color:#D56A00;
}
em{
	color:#927D54;
	font-style:italic;
	font-weight:bold;
}
ul{
  margin-left:30px;
  list-style:none;
  line-height:1.7;
  color:#333333;
  font-size:12px;
  margin-top:10px;
  margin-bottom:8px;
}
ul li{
  padding-left:10px;
  background-image:url(images/bullet.gif);
  background-position:0;
  background-repeat:no-repeat;
}
ol{
  margin-left:0px;
  line-height:1.5;
  color:#333333;
  font-size:11px;
  margin-bottom:8px;
}
ol li{
  margin-left:20px;
}
/*layout divs
-----------------*/
#wrapper {
  margin:20px auto;
  background-color:white;
  width:955px;
  border-left:1px solid #000000;
  border-right:1px solid #000000;
}
#header {
  background-image:url(images/header-bg.jpg);
  background-position:top right;
  background-repeat:no-repeat;
  height:160px;
  margin-bottom:18px;
}
#main{
  margin:0;
  padding-right:10px;
  background-image:url(images/main-shadow-bg.jpg);
  background-position:top right;
  background-repeat:no-repeat;
}
#content{
  margin:0 0 0 290px;
  padding-right:40px;
}
#content2{
  margin:0 0 0 40px;
}

#sidebar{
  float:left;
  width:250px;
  height:463px;
  background-image:url(images/sidebar-bg.jpg);
  background-position:top;
  background-repeat:no-repeat;
}
#footer{
  height:25px;
  margin:0;
  clear:both;
  font-size:11px;
}

/*header specific
-----------------*/

#header img.logo {
  margin:0;
}
#header ul{
  list-style:none;
  margin:0px 0 0 0;
  padding:0;
  text-align:right;
  width:100%;
  height:25px;
  background-color:#ffffff;
  border-top:1px solid #999999;
  border-bottom:1px solid #999999;
}
#header li{
  margin:0; 
  padding:0;
  display:inline;
}
#header a:link, #header a:visited {
  float:left;
  font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  text-decoration:none;
  text-transform:uppercase;
  color:#000000;
  padding:5px 27px 2px 27px;
}	
#header a:hover {
  color:#666666;
  background-image:url(images/nav-pointer.gif);
  background-position:bottom center;
  background-repeat:no-repeat;
}
#header a#topnavon  {
  color:white;
  background-color:#666666;
}

  
/*sidebar specific
-----------------*/  

/*content specific
-----------------*/ 
.thumbnail{
  float: left;
  width: 428px;
  voice-family: "\"}\"";
  voice-family: inherit;
  width:408px;
  margin: 0 15px 15px 0;
  padding: 5px 15px 5px 0;
}
html > body .thumbnail{
  width:408px;
}

/*footer specific
-----------------*/
.footerleft {
  float:left;
}
.footerleft p{
  color: #999999;
  padding:6px 10px 5px 10px;
  font-size:11px;
  margin-top:0;
}
.footerright {
  float:right;
}
.footerright p{
  color: #999999;
  padding:6px 10px 5px 10px;
  font-size:11px;
  margin-top:0;
}
.footerright a:link, .footerright a:visited, .footerright a:hover {
  color:#999999;
  font-size:11px;
  text-decoration:none;
}
