/*----Global Reset----*/
* {
margin: 0;
padding: 0;
}

/*------Page Elements (HTML Tags)------*/
body {
color: #333;
background-color: #FFF;
font-family: Arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;
margin: 0;
line-height: 1.4em;
}

p {
text-indent: 20px;
}

p:first-letter {
font-size: 230%;
color: #a0bc01;
font-family: Georgia, "Times New Roman", Times, serif;
padding: 3px;
margin: 10px 0;
line-height: 1.0em;
}

h1 {
color: #FFFFFF;
}

h2, h3 {
color: #a0bc01;
margin-bottom: 10px;
}

/* ---Main Links --- */
a:link {
color: #a0bc01;
text-decoration: none;
font-weight: bold;
}

a:visited {
color: #75880b;
text-decoration: none;
}

a:hover {
color: #a0bc01;
text-decoration: underline;
}
/* --- --- */

img {
display: inline-block;
border: 4px solid #a0bc01;
}
/*----------*/

#pageWrapper {

}

#content {
padding: 10px;
margin: 0 10px;
}

#content p, #content h1, #content h2, #content h3 {
padding-left: 15px;
}

/*----Footer----*/
#footer {
clear: both;
padding: 10px;
font-size: 80%;
font-style: italic;
border-top: 1px solid #7D7D7D;
margin-top: 15px;
}

#footerCopyright {
clear: both;
text-align: center;
}

#footerLinks {
float: left;
}

#footerLogo {
float: right;
text-align: right;
}
/*---------*/

/*------ Header -------*/
#header {
background: url(../images/site_design/header.jpg) no-repeat top left;
height: 200px;
}

img.photoLeft {
float: left;
display: inline-block;
margin: 10px;
}

img.photoRight {
float: right;
display: inline-block;
margin: 10px;
}

.pullQuote {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 150%;
border-top: 5px solid #878a87;
border-bottom: 5px solid #878a87;
float: right;
width: 250px;
padding: 15px;
margin: 15px;
color: #a0bc01;
}

p.pullQuote:first-letter {
font-size: 150%;
color: #a0bc01;
padding: 0;
font-family: Arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;
}
