body  { 
	margin-top: 0px;
	margin-bottom: 0px;
	/*background-color:#EEEEEE;*/
	/*background-color: #F4F4F4;*/
	background: #ffffff url(iconLogo/shadow.gif) repeat-y 50% 0;
}

ol{
	padding-right: 90px;
}

li {
	margin-bottom: 5px;
}

li.qLink {
	margin-bottom: 6px;
}

p.sp {
	padding-left: 10px;
	padding-right: 10px;
}

a  { 
	color: maroon;
    font-family: arial;
    font-size: 12px;
	font-weight: bold;	 
    text-decoration: none;
}

a:hover{ 
/*	background: #c0c0c0;
    color: #000000;
*/
	 font-family: arial;
	 font-size: 12px;
	 font-weight: bold;
	 text-decoration: underline;
       }

a img {
	border-width:0;
}

a.inactive {
	color:#999999;
    font-family: arial;
    font-size: 12px;
	font-weight: bold;	 
    text-decoration: none;
}

a.detBut { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 105px; /* width of reactive image */
     height: 25px; /* height of reactive image */
     background-image: url(iconLogo/details.gif); /* source for start image */
     background-repeat: no-repeat;
	 margin-top:20px;
	 margin-bottom:0px;
     }
	 
a.detBut:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(iconLogo/detailsOvr.gif); /* source for target image */
     }

a.prevwT { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 107px; /* width of reactive image */
     height: 80px; /* height of reactive image */
     background-image: url(images/Cashless.jpg); /* source for start image */
     background-repeat: no-repeat;
	 margin-bottom: 10px;
     }
	 
a.prevwT:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(images/Cashless_over.jpg); /* source for target image */
     }

a.prevwB { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 107px; /* width of reactive image */
     height: 80px; /* height of reactive image */
     background-image: url(images/ownWrds07sm.gif); /* source for start image */
     background-repeat: no-repeat;
	 margin-bottom:10px;
     }
	 
a.prevwB:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(images/ownWrds07smOvr.gif); /* source for target image */
     }
	 
a.pTrail { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 107px; /* width of reactive image */
     height: 80px; /* height of reactive image */
     background-image: url(films/trailer.gif); /* source for start image */
     background-repeat: no-repeat;
	 margin-bottom:10px;
     }
	 
a.pTrail:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(films/trailerOvr.gif); /* source for target image */
     } 

/* Start MembApp */
div.formTitle {
	width: 98%;
	background-color: #CCCCCC;
	padding: 5px;
	padding-top: 3px;
	padding-bottom: 2px;
	border: 1px solid black;
	font-weight:bold;
}

div.formElem {
	width: 98%;
	padding: 5px;
	padding-top: 12px;
	padding-bottom: 25px;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

div.formElemLast {
	width: 98%;
	padding: 5px;
	padding-top: 12px;
	padding-bottom: 25px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

/* End MembApp */

/* Start slide menu */
	 
ul.slideMenu li {
	font-size: 12px;
	margin-bottom: 1px;
	margin-left: 7px;
}
	 
ul.slideMenu {
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top:5px;
}

a.menuLink, li a {
	text-decoration: none;
}

a.menuLink {
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: underline;
}
/* End slide menu */

/*layout*/

.infoBlk {
	line-height:20px;
}

.box {
	text-align:center;
	padding:10px;
	margin-top:40px;
	margin-left:124px;
	margin-right:124px;
	border:1px solid;
}

.content {
	   width: 740px;
	   height: 100%;
	   margin:0 auto;
	   padding-left: 15px;
	   padding-right: 15px;
	   padding-bottom: 15px;
	   padding-top: 5px;
	   /*border-left: 1px solid #c0c0c0;
	   border-right: 1px solid #c0c0c0;*/
	 }

#main    { background: #ffffff;
	   width: 540px;
	   height: 100%;
	   margin-right: 5px;
	   font-family: Verdana;
	   color: #000000;
	   font-size: 12px;
	   padding-right: 12px;
	   padding-bottom: 5px;
	   float: left;
       text-align: justify;
       border-right: 1px solid #c0c0c0;
	   line-height: 17px;
	 }

#sidebar { background: #fff;
	   width: 175px;
	   height: 100%;
	   font-family: verdana;
	   color: #000000;
	   font-size: 10px;
	   float: right;
	   text-align:left;
	  }

#footer { background: #ffffff;
	  clear:both;
  	  margin:10px;
	  width: 720px;
	  padding-top: 5px;
	  text-align: center;
	  font-family: verdana;
	  color: #000000;
	  font-size: 10px;
      border-top: 1px solid #c0c0c0;
}

#footer .left { float: left;
 		text-align: left;
}   

#footer .right { float: right;
 		text-align: right;
} 

#dropmenudiv{
position:absolute;
/*border:1px solid black;*/
border:1px solid white;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:25px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 5px;
/*border-bottom: 1px solid black;*/
border-bottom: 1px solid white;
color:#FFFFFF;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
font-size: 13px;
}

#dropmenudiv a:hover{ /*hover background color*/
/*background-color: #FFFF99;*/
color: #FF0000;
}

/****************************** typography *******************************/

h1 {
	padding-bottom: 0;
    margin-bottom: 0;
    display:inline;
    text-align: right;
    /*font-family: verdana;*/
	font-family: verdana;
    font-size:18px;
	color: #993300;
	/*color: #CC0000;*/
    border-bottom: 2px solid #c0c0c0;
}

h2 {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
    margin-top:25px;
	margin-bottom: 10px;
	border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    font-family: verdana;
    font-size: 14px;
    text-decoration:none;
	/*color:#990000;*/
	color:#CC0000;
	/*background-color:#FCE8DA;*/
	/*background-color:#FDFDEA;*/
	/*background-color:#FAEACB;*/
	/*background-color:#FDF4EE;*/
	background-color:#FFF5F4;
  }

h3 { 
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
    background: #c0c0c0;
    margin-top:0;
	margin-bottom:0;
    font-family: verdana;
    font-size: 12px;
    text-decoration:none;
  }

h4 {
	padding-top: 0.3em;
    margin-top:0;
    font-family: verdana;
    font-size: 12px;
	font-weight:bold;
	/*color: #993300;*/
    text-decoration:underline;
  }

/* Our Works Header, h1 + color */
h5 { padding-bottom: 0;
     margin-bottom: 0;
     display:inline;
     text-align: right;
     /*font-family: verdana;*/
	 font-family: verdana;
     font-size:18px;
	 color: #009900;
	 /*color: #CC0000;*/
     border-bottom: 2px solid #c0c0c0;
}