/* CSS Document */

/* Start of general typography */
body {
font-size:75%;
font-family:"Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
}

p, a, ul {
line-height:1.6em;
}

p {
margin-bottom:1.15em;
}

a {
color:#238BFE;
font-weight:bold;
text-decoration:underline;
}

a.external {
background: url(../images/external.png) center right no-repeat;
padding-right: 13px;
}

ul {
margin-bottom:2em;
}

li {
padding-left:30px;
background:url(../images/list_item.gif) no-repeat 10px 50%;
}

h1, h2, h3, h4 {
font-family:Georgia, "Times New Roman", Times, serif;
}

h1 {
font-size:2em;
font-weight:normal;
margin-bottom:1em;
}

h2 {
font-size:1.4em;
font-weight:normal;
color:#238BFE;
border-bottom:1px solid #CCCCCC;
margin-bottom:1em;
}

#subcontent h2 {
border-bottom:1px solid #fff;
margin:28px 10px 0 10px;
}

h3 {
font-size:1.7em;
font-weight:normal;
margin-bottom:0.5em;
}

h3 a {
color:#000000;
font-weight:normal;
text-decoration:none;
}

h3 a:hover {
text-decoration:underline;
}

h4 {
font-size:1.2em;
margin-bottom:0.5em;
color:#238BFE;
}
/* End of general typography */


/* Start of testimonial quotes */
#mainbody blockquote {
font-style:italic;
font-size:1.1em;
margin-bottom:1.1em;
line-height:1.7em;
margin-top:2em;
}

#mainbody blockquote span {
font-size:2em;
margin:0 10px 0 10px;
color:#238BFE;
}

.attributed {
margin-left:20em;
font-size:0.8em;
margin-bottom:10em;
}
/* End of testimonial quotes */


/* Start of resources list styling */
#resources ul {
list-style-type:none;
margin:20px 0 20px 0;
}

#resources ul li {
margin:0 0 5px 0;
background:none;
padding:0;
}

#resources ul li a {
width:92%;
color:#666;
font-weight:normal;
display:block;
background:#F2F9FF url(../images/list_item.gif) no-repeat 10px 50%;
border-bottom:1px solid #666;
border-top:1px solid #666;
padding:5px 0 5px 25px;
text-decoration:none;
}

#resources ul li a:hover {
text-decoration:underline;
}

#resources span {
background: #F2F9FF url(../images/external.png) top right no-repeat;
padding-right:17px;
}
/* End of resources list styling */