@charset "utf-8";


/* Structure */

body{
width:1024px;
margin-left:auto;
margin-right:auto;
}

#container{
width:1024px;
height:auto;
margin-left:auto;
margin-right:auto;
background-color:#FFFFFF;
}

#banner{
width:1024px;
height:136px;
border-top-width:solid;
border-top-color:#80FF00;
background-image:url(banner.jpg);
}

#navbar{
width:1024px;
height:30px;
background-color:#D0A70A;
border-top-style:solid;
border-bottom-style:solid;
border-top-color:#FFFFFF;
border-bottom-color:#D0A70A;
padding-top:10px;
/*padding-left:40px;*/
padding-bottom:10px;
}

#content{
width:1024px;
height:610px;
background-color:#FFFFFF;
border-top-style:solid;
border-top-color:#FFFFFF;
}

#rightbox{
width:340px;
height:610px;
background-color:#D83724;
float:right;
margin-top:-3px;
margin-bottom:10px;
}

#rightbox h2 {
text-align:center;
}

#rightbox h3 {
text-align:center;
}

#leftbox{
width:680px;
height:610px;
background-color:#FFFFFF;
float:left;
margin-top:-3px;
}

#leftboxhead{
width:680px;
height:130px;
background-color:#D83724;
border-top-style:solid;
border-top-color:#D83724;
border-right-style:solid;
border-right-color:#D83724;
}

#rightboxhead{
width:340px;
height:130px;
background-color:#D0A70A;
border-top-style:solid;
border-top-color:#FFFFFF;
margin-bottom:20px;
padding-bottom:40px;
padding-top:10px;

}

#footer{
width:1024px;
height:20px;
background-color:#D0A70A;
border-top-style:solid;
border-top-color:#D0A70A;
margin-top:-3px;
vertical-align:middle;
padding-bottom:5px;
margin-left:auto;
margin-right:3px;
}

#footerlinks {
width:512px;
height:19px;
float:left;
text-align:left;
font-family:helvetica;
color:#FFFFFF;
padding-top:5px;
padding-bottom:5px;
}

#footerlinks a {
color:#FFFFFF;
padding-left:5px;
padding-right:5px;
font-family:helvetica;
font-size:10px;
padding-bottom:3px;
}

#footerlogo {
float:right;
width:500px;
height:19px;
text-align:right;
font-family:helvetica;
/*margin-right:3px;*/
margin-bottom:6px;
font-size:12px;
/*padding-bottom:5px;*/

}

#footerlogo a{
margin-right:3px;
}

/*#footerlogo a {
margin-bottom:5px;

}

#footerlogo img {
margin-bottom:5px;
}*/


.brform{
margin-bottom:10px;
}

#formdiv{
padding-left:12px;
}

.sidebarButton {
text-align:center;
}

table {
margin-left:10px;
}


/* Spans */

#bold{
font-weight:bold;
}

#imageshake{
float:right;
margin-left:10px;
}

.imgclaim{
margin-left:40px;
}

#space5{
margin-left:6em;
}

#space6{
margin-left:7em;
}

#navspacer {
margin-left:100px;
}

/* Style */

.pleftspan{
font-family:Helvetica;
color:black;
text-align:centre;
font-size:12px;
}

.homebtn {

background-image: url(pppbuttons/navbarButton.png);
}

a.whybtn {

background:url(pppbuttons/homedown.png);
}

.homebtn a:hover {

background: none;

}


.pleftcontentbold{
font-family:Helvetica;
color:black;
text-align:left;
font-size:12px;
font-weight:bold;
margin-left:10px;
margin-bottom:10px;
margin-top:20px;
}

.pleftcontent{
font-family:Helvetica;
color:black;
text-align:left;
font-size:12px;
margin:10px;
}

.pfoot{
font-family:Helvetica;
color:white;
text-align:left;
font-size:10px;
}

.formhead{
font-family:Helvetica;
color:white;
text-align:left;
font-size:12px;
margin-left:12px;
}

.formthanks{
font-family:Helvetica;
color:white;
text-align:center;
font-size:18px;
}

a:link {
	color:#FFFFFF;
	}
	
a:visited {
	color:#FFFFFF;
}

a:active {
outline: none;
}

* :focus
{
  -moz-outline-style: none;
}

