/*Site level styles*/
body{font-family:Arial,"trebuchet MS", Verdana; background:url(../images/bodyBG.png) repeat-x black; background-position:0px 30px; font-size:62.5%;}


/*Typography*/
h1,h2,h3,h4,a,.blue{color:#FFFFFF;}
h1{font-size:2.2em;font-weight:bold;}
h2{font-size:1.7em;font-weight:bold;}
h3{font-size:1.5em;font-weight:bold;}
h4,p,a,.content ol,.content ul{}
p,.content ol li,.content ul li{line-height:1.7em;margin-bottom:1.0em;}
.tempholder{font-size: 1.3em;}

/*layout styles*/
.header{width:900px; margin:0 auto;}
.content,.footer{width:800px; margin:20px auto;}

/*header styles*/
.header{position:relative;}
.header .headerlinks{position:absolute;right:0;top:0;color:#fff;font-size:1.4em;font-weight:bold;}
.header .headerlinks a{margin-right:5px;}
.header .logo{display:block;text-indent:-9999px; background:url(../images/logo.png) top left no-repeat;}

/*Content Styles*/
.content {color:#dddddd;}
.content p{font-size:1.4em;}
.content h1{font-size:2em;}
.content ul {}
.content ul li {color:#ffffff;}
.content ol{}
.content ol li{list-style:none; padding:25px 240px; font-size:1.8em; color:#aaaaaa;}
.content ol li a{text-decoration:underline;}
.content ol li a:hover{text-decoration:underline; color:#cccccc;}
.content ol li.one{background:url(../images/buttonone.png) center center no-repeat; padding:25px 240px 30px; }
.content ol li.two{background:url(../images/buttontwo.png) center center no-repeat; }
.content ol li.three{background:url(../images/buttonthree.png) center center no-repeat;}
.content a:hover{color:#cccccc;}

/*button styles*/
.buttons{overflow:hidden; padding: 25px; margin: 0 auto; width:500px; text-align:center;}
a.button{background:url(../images/greybutton.png) no-repeat center center; padding:15px 37px; font-size:1.4em; color:#CCCCCC; text-decoration:none;}

/*footer*/
.footer{text-align:center; color: white; font-size:1.2em;line-height:120%;}

/*code*/
code, pre {
  background:#fff;
  border:1px dashed #888;
  display:block;
  overflow:auto;
  padding:10px;
  margin:10px;
  white-space: pre;
  color:#222;
}

