/****************
* Shortline CSS
***************/
@import url("ers-shortline.css");

.main {
   top: 10px;
   height: 600px;
   width: 654px;
}

#left-column {
   background-image: url(/images/lbg-gradient-shortline-8.png);
   position: absolute;
   width: 225px;
   height: 600px;
   font-family: "Arial";
   font-size: 15px;
   color: white;
   border-right: solid white 2px;
}

#left-column-text { 
   margin: 10px;
   font-size: 13px;
}

#left-column-link-box { 
   position: absolute;
   border: solid 2px;
   border-color: white;
   width: 200px;
   height: 250px;
   top: 250px;
   left: 0px;
   margin: 10px;
}

.linkbox_text { 
   margin: 10px;
   font-family: "Arial";
}

#memberbar { 
   position: absolute;
   width: 225px;
   height: 70px;
   top: 495px;
   left: 0px;
   background-color: gray;
}

.memimg_one {
   position: absolute;
   top: 25px;
   left: 30px;
   width: 68px;
   height: 39px;
}

.memimg_two { 
   position: absolute;
   top: 28px;
   left: 120px;
   width: 80px;
   height: 39px;
}

.membartext { 
   margin: 10px;
   color: black;
   font-size: 12px;
}

a.lbox { 
   position: relative;
   z-index: 1;
}

a.lbox:link { 
   color: yellow;
   font-size: 12px;
}

a.lbox:hover { 
   color: yellow;
   font-size: 16px;
}

a.lbox:visited {
   color: yellow;
   font-size: 12px;
}

a.lbox:active { 
   color: white;
   font-size: 16px;
}

#main { 
   background-image: url(/images/rbg-gradient-shortline-8.png);
   position: absolute;
   left: 227px;
   width: 425px;
   height: 600px;
   font-family: "Arial";
   font-size: 18px;
}

.main-image { 
   margin: 12px;
   position: absolute;
   width: 400px;
   height: 300px;
   overflow: hidden;
   padding: 0;
}

.main-image img { 
   background-color: #eee;
   width: 400px;
   height: 300px;
   top: 0;
   left: 0;
}

.served {
   margin: 2px;
   position: absolute;
   top: 40px;
   left: 0px;
   width: 154px;
   height: 100px;
   overflow: hidden;
   padding: 0;
}

.served img { 
   position: absolute;
   top: 40px;
   left: 0px;
   background-color: #eee;
   width: 154px;
   top: 0;
   left: 0;
}

#short-icon { 
   margin: 5px;
   position: absolute;
   left: 20px;
   top: 185px;
   width: 50px;
   height: 50px;
}

#short-text { 
   margin: 0px;
   font-size: 12px;
   position: absolute;
   left: 60px;
   top: 180px;
   width: 125px;
   height: 60px;
}

#whitebox { 
   position: absolute;
   width: 400px;
   height: 100px;
   top: 330px;
   left: 12px;
   background-color: white;
   border: solid 1px;
   border-color: white;
   font-family: "Arial";
   font-size: 16px;
}

.box_text { 
   margin: 5px;
}

#enroll_button { 
   position: absolute;
   width: 125px;
   height: 65px;
   top: 395px;
   left: 50px;
}

#logobox { 
   position: absolute;
   background-image: url(/images/short-logobox-8.png);
   width: 160px;
   height: 120px;
   top: 350px;
   left: 230px;
   font-size: 14px;
   text-align: center;
}

#newsbox { 
   position: absolute;
   width: 400px;
   height: 70px;
   top: 495px;
   left: 12px;
   background-color: #e7b273;
   border: solid 1px;
   border-color: white;
   font-size: 16px;
}

hr { 
   background-color: white;
   color: white;
   height: 2px;
   border: 0px;
}

.lhr { 
   color: white;
}


