/* Basic CSS for Parker Pennington's Web Site */

/*
#dfdfe3 - light gray
#2a4981 - deep blue
#5b72a5 - slate blue
#7c90c5 - light blue
#9e3b2d - dark red
*/

a:link { text-decoration: underline; color: #fff;  }
a:visited  { text-decoration: underline; color: #fff; }
a:hover { text-decoration: underline; color: #9e3b2d;  }
a:active { text-decoration: underline; color: #9e3b2d; }


* {
   margin: 0;
   padding: 0;
}

body {   
   background: #7c90c5 url(../images/bg.gif) repeat-x;
   font: 100.01% Verdana, Arial, Helvetica, sans-serif;   
   text-align: center;
}

h1 { /*for screen readers*/
    text-indent: -9999px;
	overflow: hidden;
}

h1 a {
   display: block;
   background:  url(../images/pen_ban.jpg) no-repeat;
   height: 240px;
   width: 760px;
   border-bottom: 1px solid #9e3b2d;
}

h2 {
   margin-left: -3px;
   padding-bottom: 25px;
}

h3.home {
	margin-top: 25px;
}

h3 {
   font-size: 85%;
   color: #9e3b2d;
   padding-top: 15px; 
   padding-bottom: 10px;
}


h4 {
   font: bold 75% Verdana, Arial, Helvetica, sans-serif;
   color: #2a4981; 
   line-height: 160%;
   padding-bottom: 10px;
}

h4.top {
	margin-top: 15px;
}

p {
   font: 75% Verdana, Arial, Helvetica, sans-serif;
   line-height: 160%;
   color: #fff; 
   padding-bottom: 20px;
}

p.small {
   font-size: 70%;
}

p.access { /*skip nav*/
	display: none;
}

p.pad { /*Extra pad for Thank You page*/
   padding-bottom: 250px;
}

p.blue { /*for Home page*/
	color:#2a4981;
}



/*Article list on home page*/

ul {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
    line-height: 150%;
    color: #fff; 
	margin-left: 15px;
}

li {

   padding-bottom: 10px;
}

