/* Start of CMSMS style sheet 'intro' */
div#content {
   background: url(./uploads/images/home_background.jpg) no-repeat;
   height: 450px;
}

div#content-box1 {
   position: absolute;
   left: 645px;
   top: 25px;
   width: 266px;
   height: 105px;
   padding: 5px;
   line-height: 18px;
}

div#content-box2 {
   position: absolute;
   left: 646px;
   top: 202px;
   width: 260px;
   height: 135px;
   padding: 5px;
}

div#content-box3 {
   position: absolute;
   border: solid 1px;
   left: -1600px;
}

div#content h1, h2 {
   font-size: 15px;
   color: #F04E23;
   font-weight: bold;
   margin-bottom: 8px;
}

div#content p, li {
   font-size: 12px;
   color: #000;
   line-height: 18px;
}

div#content ul {

}

div#content ul li {
   margin-left: 30px;
   list-style-image: url(./uploads/images/list_arrow.jpg);
}

div#content ul li span {
   position: relative;
   top: -3px;
}

a#start-link {

}

div#btn-start {
   position: absolute;
   left: 200px;
   top: 120px;
   width: 320px;
   height: 200px;
}

div#btn-start h2 {
   visibility: hidden;
}


/* End of 'intro' */

