/* reset styles */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }
/* end reset */

body {
	font-size: 62.5%;
    background-image: url(images/body.jpg);
    background-repeat: repeat-x;
    background-color:  #65e17b;
	width: 1024px;
	margin: auto;
}

h1 {
	font: normal 2.5em Verdana, Arial, Helvetica, sans-serif;
	margin-top: 20px;
    margin-bottom: 1.75em;
    text-transform: capitalize;
    text-align: left;    
	border-bottom: 1px solid #999;
	padding: 5px 0 5px 8px;
	color: #015965;
    overflow: hidden;
}
h2 {
	font: normal 3.5em Verdana, Arial, Helvetica, sans-serif;
	margin-top: 20px;
    text-transform: capitalize;
	padding: 5px 0 5px 8px;
	color: #015965;
}
h4  {
    font: 4em/160%  Parkplace, "Palatino Linotype", Oldstyle, Georgia, "Times New Roman", Times, serif;
    color: #015965;
}
p {
	font: 1.7em/160% Verdana,  Georgia, "Times New Roman", Times, serif;
	margin: 10px 8px;
    text-align: justify;   
    color: #333 	
}
#main p {
    font: normal 2.2em PhinsterFine ;
    text-align: left;
    color: #a80000;
}
#main p:first-line  {
    font-weight: bold;
    color: #666;
}
#last p  {
    font-family: 'Swanky and Moo Moo', cursive;
	font: normal 2.5em 'Swanky and Moo Moo';
    text-transform: capitalize;
    color: #1b0073;    
}
.menu  {   
    float: left;
    padding: 25px 25px 5px 25px;
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 3.0em;
    text-align: left;
    text-transform: capitalize;
    display:block;
    width: 4.5em;
    margin-top: 25px;
    margin-left: 0;
    overflow: hidden;
    zoom: 1;

}
.menu a:link  {
    color:#d9f970; text-decoration: none;
}
.menu a:visited  {
    color: #d9f970; background: #080;

}
.menu a:hover  {
    color: #007b25; background: #f60018;
}
.menu a:active  {
    color: #000; background: #cc0;
}
#hpimage  {
    background-image: url(images/hd_homepage.jpg);
    background-position: center;
    background-repeat: no-repeat;
}
.blockquote  {
    font: 2.2em/1.25em normal Helvetica, sans-serif;
    font-style: italic; ;
    color: #a60c00;
    opacity: 0.4;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 60px;
    margin-right: 70px;
    padding-left: 15px;
    border-left:  5px solid #fff;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
    text-align: center;
	text-transform: none;
	color: #a60c00;
	margin-left: 0px;
	padding-left: 8px;
	border-top: 1px solid #999;
	clear: both;
}
