/*----Global Reset----*/
* {
margin: 0;
padding: 0;
}

fieldset {
border: none;
}

/*------Page Elements (HTML Tags)------*/
body {
color: #333;
background-color: #FFF;
font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
margin: 0;
line-height: 1.4em;
min-width: 800px;
}

p {
text-indent: 20px;
}

h1, h2, h3 {
font-family: "Times New Roman", Times, serif;
color: #c0e933;
margin: 10px;
padding-bottom: 3px;
border-bottom: 2px solid #c0e933;
}

/* ---Main Links --- */
a:link {
color: #c0e933;
text-decoration: none;
font-weight: bold;
}

a:visited {
color: #839f24;
text-decoration: none;
}

a:hover {
color: #c6ff00;
text-decoration: underline;
}
/* --- --- */

img {
display: inline-block;
}
/*----------*/

#pageWrapper {
background: transparent url(../images/site_design/grad.jpg) repeat-x top left;
}

#content {
padding: 10px;
margin: 0 10px;
margin-right: 215px;
}

#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: #f5f5f5 url(../images/site_design/header.jpg) no-repeat top left;
height: 150px;
margin: 0;
margin-top: 15px;
}

/*-----Side Column-----*/
#sideColumn {
float: right;
width: 200px;
padding: 10px;
text-align: center;
}

#sideColumn h2 {
background: url(../images/site_design/headerGrad.jpg) repeat-x top left;
color: #c0e933;
border: none;
text-align: center;
padding: 5px;
margin: 0;
height: 40px;
}

#sideColumn li {
list-style: none;
font-weight: bold;
}

/*----Top Navigation----*/
#topNav {

height: 50px;
}

#topNav ul {
list-style: none;
text-align: center;
padding: 20px;
border-top: 1px solid #CCC;
border-bottom: 1px solid #ccc;
}

#topNav li {
display: inline;
padding: 20px;
padding-right: 12px;
background: transparent url(../images/site_design/divider.jpg) no-repeat right;
}

#topNav a {
font-weight: bold;
}

#topNav a:visited {
color: #c0e933;
}
/*------------*/


img.photoLeft {
float: left;
display: inline-block;
margin-right: 10px;
margin-botton: 10px;
}

img.photoRight {
float: right;
display: inline-block;
margin-left: 10px;
margin-botton: 10px;
}

.pullQuote {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 150%;
border-top: 4px solid #137bb7;
border-bottom: 4px solid #137bb7;
float: right;
width: 250px;
padding: 15px;
margin: 15px;
color: #149bc2;
}

p.pullQuote:first-letter {
font-size: 150%;
color: #149bc2;
padding: 0;
font-family: Arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;
}