html, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h2{
        color: #333333;
}
img {
	border: 0;
}

.left {
	float: left;
}
.right {
	float: right;
}
a {
    color: #0254EB
}
a:visited {
    color: #0254EB
}
a.morelink {
    text-decoration:none;
    outline: none;
}
a#auntgladys {
    text-decoration:none;
    outline: none;
    color: #666666;
}
.morecontent span {
    display: none;
}
.comment {
    width: 400px;
    margin: 10px;
}
.clear {
	clear: both;
}

h1 {
        color: #333333;
        font-size: 1.5em;
}

#head-top {
	position: absolute;
	top: 0;
	left: 226px;
	width: 426px;
	height: 54px;
	z-index: 3;
	background: url(images/head_top.jpg) no-repeat;
}
#head-right {
	position: absolute;
	top: 0;
	left: 652px;
	width: 13px;
	height: 145px;
	z-index: 3;
	background: url(images/head_right.jpg) no-repeat;
}
<!--
#rightside h2 strong {
	color: #576B02;
	font-size: 12px;
	font-weight: normal;
}
-->
#copyright {
   	font-family: "AR Cena", Arial, Calibri, sans-serif;
   	font-size: 11px;
	font-weight: normal;
   	color: #404040;
	text-align: center;
	clear: both;
	color: black;
	padding-top: 1px;
}

body
{
   background-image: url(../images/gp_web_bckgrnd_gradient_sm.jpg);
   background-repeat:repeat-x;
   margin: 0;
   padding: 0;
   color: #666666;
}

button
{
font-family: "AR Cena",Calibri,sans-serif;
font-size: 12px;
border: 0px;
}

.btn
{
   font-family: "AR Cena", Arial, Calibri, sans-serif;
   font-size: 16px;
   font-weight: normal;
   color: #404040;
   background-color: #E2E2E3;
   padding: 5px;
   height: 30px;
   width: 100px;
}

.btn:hover
{
   background-color: #acbc8f;
}

#container
{
    width:800px; 
    height:1020px; 
    top:2px;
    position:relative;
    margin: 0 auto;
/*    background-color:#0000FF
    background-image:url('images/GP_web_home_header.jpg');
*/    background-repeat:repeat-x;
    border: 1px solid gray; 
    padding:0px;		
}
#container-long
{
    width:800px; 
    height:5220px;  
    top:2px;
    position:relative;
    margin: 0 auto;
/*    background-color:#0000FF
    background-image:url('images/GP_web_home_header.jpg');
*/    background-repeat:repeat-x;
    border: 1px solid gray; 
    padding:0px;		
}

#header
{
    position:relative;
    top:0;
    left:0px;
    width:800px;
    height:100px;
    background-image:url('../images/GP_web_home_header.jpg');
<!--    background-color:#d87fd7; -->
    border: 0px solid gray; 
    padding:0px;
    margin:0px;		

}
#buttonbar
{
    position:absolute;
    top:100px;
    width:800px;
    height:30px;
    left:0px; 
    background-color:#336633;
    padding:0px;
    margin:0px;		

}
#rightside
{
    position:absolute; 
    top:130px;
    width:250px;
    height:550px;
    right:20px;
    padding:10px;
    font-family: "AR Cena", Arial, Calibri, sans-serif;
    font-size:16px;
    background-color:#ffffcc;
}
#rightside h2 strong {
    color: #576B02;
    font-size:18px;
    font-weight:heavy;
}
#rightside h2.orange strong {
	color: #8F6A2B;
}

#righttop
{
    position:absolute; 
    top:0;
    width:250px;
    height:220px;
    right:20px;
    padding:10px;
}

#maintxt
{
    position:absolute;
    top:130px;
    width:450px;
    height:950px;
    left:20px;
    padding:5px;
    font-family: "AR Cena", Arial, Calibri, sans-serif;
    font-size:0.875em; 
<!--    font-size:1em; -->
    background-color:#ffffcc;
}
#footer
{
    position:absolute;
    left:30px;
    bottom:0px;
    width:740px;
    height:20px;
    background-color:#F0F0F0;
    font-family: "AR Cena", Arial, Calibri, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #404040;
}

#pedigree a{
  target:_blank;
  text-decoration:none;
}

body.contactus{text-align:center;}
 
.clear {clear:both}
 
.block {
    width:400px;
    margin:0 auto;
    text-align:left;
}
.element * {
    padding:5px; 
    margin:2px; 
    font-family:arial;
    font-size:12px;
}
.element label {
    float:left; 
    width:75px;
    font-weight:700
}
.element input.text {
    float:left; 
    width:270px;
    padding-left:20px;
}
.element .textarea {
    height:120px; 
    width:270px;
    padding-left:20px;
}
.element .hightlight {
    border:2px solid #9F1319;
    background:url(iconCaution.gif) no-repeat 2px
}
.element #submit {
    float:right;
    margin-right:10px;
}
.loading {
    float:right; 
    background:url(ajax-loader.gif) no-repeat 1px; 
    height:28px; 
    width:28px; 
    display:none;
}
.done {
    background:url(iconIdea.gif) no-repeat 2px; 
    padding-left:20px;
    font-family:arial;
    font-size:12px; 
    width:70%; 
    margin:20px auto; 
    display:none
}
.blink {
    animation: blink 1s steps(5, start) infinite;
}
@keyframes blink {
    to {
        visibility: hidden;
    }
}
@-webkit-keyframes blink {
    to {
        visibility: hidden;
    }
}
/* ---- tooltip for W3C Schools  ------*/
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #000;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    display:inline-block;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    display:inline-block;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    display:inline-block;
}

.center {
 margin: auto;
  width: 50%;
  border: 3px solid green;
  padding: 10px;
}


/*---- CROSS BROWSER DROPDOWN MENU ----*/
ul#nav {margin: 0 0 0 20px; text-decoration: none; color: #ffffff; font-family: "AR Cena", Arial, Calibri, sans-serif; font-size:16px; }
ul.drop a {text-decoration: none; color: #ffffff;}
ul.drop, ul.drop li, ul.drop ul { list-style: none; margin: 0; padding: 0;}
ul.drop { position: relative; z-index: 597; float: left; }
ul.drop li { float: left; line-height: 1.3em; vertical-align: middle; zoom: 1; padding: 5px 10px; }
ul.drop li.hover, ul.drop li:hover { position: relative; z-index: 599; cursor: default; background: #acbc8f; }
ul.drop ul { visibility: hidden; position: absolute; top: 100%; left: 0; z-index: 598; width: 195px; background: #336633; border: 1px solid #fff; }
ul.drop ul li { float: none; }
ul.drop ul ul { top: -2px; left: 100%; }
ul.drop li:hover > ul { visibility: visible }