/*
**** General Stuff
*/

body {
	font: 13px Verdana, Arial, Sans-Serif; 
	color: #999;
	background-color: #fff;
	margin: 0px;
}
p, div, span, td, th, li, h1, h2, h3, h4 {
	font: 13px Verdana, Arial, Sans-Serif;
	padding:0;
	margin:0;
	line-height:normal;
}

a {
	color: #666;
	font-size: 13px;
	text-decoration: none;
}
a:hover { color: #669999;}

img { border:none;}

h1 {color:#999; font-size:13px; font-weight:bold; margin:0px 0pt 20px 0;}
h2 {color:#999; font-size:13px; font-weight:normal; margin:0 0 50px 0;}
h3 {color:#999999; font-size:13px; font-weight:600; margin:0 0 10px 0;}

.clear { clear:both; height:1px;overflow:hidden;margin:0;padding:0;}

.clfx {
  _height: 1%;
  display: block;
}
.clfx:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;

}
.hide { display:none; }
ul,li { list-style-type:none; margin: 0; padding: 0; }

.ml2 {
	margin-left: 2px;
}

dd {
	margin: -16px 0 5px 50px;
}

.big dd {
	margin: -16px 0 5px 70px;
}

/*
**** Site
*/

/* header */
#header { 
    margin: 25px 0 40px;
    text-align: right;
    width: 840px;
}

#header a { 
    font-weight: bold;
    color: #336666;
    margin-right: 40px;
}

/* content */
#content {
  min-height: 500px;
  _height: 500px;
  padding-left: 260px;
  position: relative;
  width: 540px;
  zoom: 1;
}

#aside {
	position: absolute;
	top: 0;
	left: 0;
}

h1 span {
	display: block;
	margin: 10px 0 20px 0;
}


.references li {
	margin: 0 0 50px 0;
}

.references dl {
	margin-bottom: 20px;
}

.references dd {
	margin-left: 110px;
}

.references a {
	border: none;
	outline: none;
}

.references li img {
	border: solid 1px #bbb;
	padding: 15px;
	-webkit-box-shadow: 3px 3px 7px 0 #999;
	-moz-box-shadow: 3px 3px 7px 0 #999;
	box-shadow: 3px 3px 7px 0 #999;
}


/* footer */
#footer {
    padding-bottom: 50px;
    text-align: right;
    width: 840px;
}


