/* CSS for Starling Access Service new design 2009-07-02 */
body {
	font-family: verdana, arial, ms sans serif;
	background-color:#c9c9e0;/*#fff*/
	}

.container /* .c5 */ {
/*   border:1px solid #c9c9e0;*/
	background-color:#c9c9e0;
}

#row-banner /* .c1top */ {
  clear:both;
	width:100%;
	margin:0px 0px 0px 0px;
	background: #c9c9e0 url('../img/gr-nav.jpg') repeat-x;
	text-align:center;
}
#row-banner #hc-banner {display:none}
#row-banner #div1 {position:absolute;right:20px;top:160px;}
#div1 img {height:20px;width:30px;}
#row-navigation /* .c1 */  {
  clear:both;
	margin:-3px 0px 0px 0px;
	width:100%; 
	height:3.5em; 
	background: #c9c9e0 url('../img/grbu-d2l.jpg') repeat-x;
	border-top:1px solid #666;
	}
    #center-navigation /* .c1but */  {
			clear:both;
    	width:60%;height:auto;
    	margin:0 auto;
			background-color:#dddfee;
			text-align:center;
    }
        a.button {
        	height:2.5em; width:16.51%;
	      	background-color:#dddfee;
        	background-image: url('../img/grbu-d2l.jpg'); 
        	background-repeat:repeat-x;
         	float:left;
        	padding:.5em 0em; color:#fff;
					text-decoration:none;
        	font-weight:600;
        	border-right:1px solid #666;
        	}
        a.button:hover {color:#000;}
        a.button:hover {background:orange url('../img/grbu-l2d.jpg') repeat-x; }
        a.left-border {border-left:1px solid #666;}
        a.button-rev {
        	height:2.5em;width:16.51%;
        	background-color:#dddfee;
        	background-image: url('../img/grbu-l2d.jpg');
        	background-repeat:repeat-x;
        	float:left;
        	padding:.5em 0em; color:#000;
					text-decoration:none;
        	font-weight:600;
        	border-right:1px solid #666;
        	}

.row-content  {/* .c2 */
  clear:both;
	width:100%; height:auto;
	background:#fff url('../img/grbk-d2l.jpg') repeat-x;
}
    .center-content  {/* .c4 */
    	width:60%;
      margin:0px auto 10px auto;
    	background-image: none;
    	background-color:#dddfee;
    }
    .center-content h1 {
    	text-align:center;	 margin:0em;padding-top:1em;
			background-color:#dddfee;/*#c9c9e0;*//*#d4d9ef;*/
    	}
    .center-content li {list-style:disc;margin:0em 0px .5em 0px;text-indent:0px;}
    
        .left-column-content {
        	float:left;
        	width:46%;
        	}
        .spacer-column-content {
        	float:left;
        	width:7%;
        	}
        .right-column-content {
        	float:left;
        	width:46%;
        	}
						.text { 
							padding: 0em 2em; /* to add padding to content */
						}

  .row-footer {
  	clear:both;
  	width:100%;
  	height: 60px;
  	border-top:7px solid #a8b1d8;	
        	background-color:#dddfee;/*#c9c9e0;*/
        	background-image: url('../img/grbu-l2d.jpg');/*grads-l2d.jpg */
        	background-repeat:repeat-x;
  	}
      .center-footer /* .c1bot */ {
        clear:both;
      	width:70%;margin:20px auto;
      }
/* div for featured site */
.points {
  font-weight: 600;
  border: solid  #6699cc thin;
  margin-left: 3%;
  margin-right: 3%;
  background: #ffcccc;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
	margin-top: 0;
	margin-bottom: 1%;
 }
/* Used for dropcaps in webac.htm */
.points p.web:first-letter  {
  font-size: 3em;
  color: #330099;
	float: left;
	margin:-.8em 2em 3em 1em;
}

.points p:first-letter {
  font-size: 2em;
  color: #330099;
	float: left;
	margin-top:-.4em;
}
.definition-list {
	margin-left:1em;	
	}
.definition-list h3, h4 {
		}
.definition-list p {
	margin-left:1em;
	}

.thisPage {margin:0px 0px 0px 0px; padding:.3em; }
.goTops {float:right;text-align:center; padding:.5em; border:1px solid #ccc; background-color:#ffd;}
hr {clear:both;}

/* formatting for printer and handheld devices */
@media handheld,print {

.left-column-content {
	width:70%;
	}
.spacer-column-content {
	}
.right-column-content {
	width:70%;
	}

}

