﻿body
{

  font-family:Arial, Helvetica, sans-serif;
  font-size: small;
  margin: 0px;
  padding: 0;
  background-color: #1B3E74;
}

h1	{ font-size:medium; color:#dc0026; text-align:center;}
h2	{ font-size:medium; color:#003672; text-align:center;}
h3	{ font-size:medium; color:#0168b3; text-align:center;}

.wrapper
{
  width: 1020px;
  border: 0px;
  margin: 0px;

}
.clearfix:after
{
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
.imageRight {
    border:1px solid #d8d8d8;
    padding:5px;
    background-color:#fff;
    float:right;
    margin:0 20px 10px 30px;
    }
.imageLeft {
    border:1px solid #d8d8d8;
    padding:5px;
    background-color:#fff;
    float:left;
    margin:0 30px 20px 0;
    }

#header
{
  padding: 0px;
}
#leftheader
{
  background:url('/mypadi/images/masterpages/template/left-top-header.jpg') top center no-repeat;
  padding: 0px;
  margin: 0px;
  width: 775px;
  height:186px;
  float: left;
}
#rightheader
{
 background:url("/mypadi/images/masterpages/template/gp-pro-right-header.jpg") top center no-repeat;
  border: 0px dotted #000000;
  padding: 0px;
  margin: 0px;
  width: 245px;
  height: 213px;
  float: right;
}
#leftheadernav
{
  background:url("/mypadi/images/masterpages/template/left-menu-header.jpg") top center no-repeat;
  padding: 0px;
  width: 775px;
  height:27px;
  float: left;
}
#horizontalrule
{
  float: left;
  height: 12px;
  width:100%;
  background-color: #1B3E74;
  background: url("/mypadi/images/masterpages/template/centergradient.gif");
  background-repeat:no-repeat;
  background-position: bottom;
  clear: both;
}
#contentwrapper
{
  width: 100%;
  clear: both;
  background-color:white;
}
#loggedin
{
  width: 538px;
  float: left;
  min-height:30px;
  background-color:white;
  font-family:Arial, Helvetica, sans-serif;
  text-align:right;
  font-size: small;
  border: solid 5px white;
	}
#contentcontainer
{
  width: 639px;
  float: left;
  min-height:358px;
  background-color:white;
  font-family:Arial, Helvetica, sans-serif;
  font-size: small;
  border: solid 5px white;
}
#leftcolumn
{
  width: 125px;
  float: left;
  padding-top: 0px;
  padding-bottom:0px;
  padding-left:0px;
  padding-right:0px;
  background-color:black;
  min-height:368px;
 
}
#navigation
{
  float: left;
  width: 246px;
  background-color:#9fd6f4;
  min-height:368px;
}
#search
{
  background:url("/mypadi/images/masterpages/template/search-my-padi.jpg") top center no-repeat;
  text-align: center;
  color: white;
  font-size:small;
  width: 245px;
 }
#navigationlist
{
  background-color: Gray;
}
#navigation ul
{
  margin: 0;
}
#navigation h2
{
  font-size: large;
}
#footer
{
  color: Black;
  clear: both;
  /*height:196px; */
  min-height:5px;
  background-color:#a1d6f6;
}
#copyrightwrapper
{
  width: 100%;
  text-align: center;
  color: White;
  clear: both;
}
#copyright
{
  width: 50%;
  text-align: left;
  float: left;
  color: White;
  font-size:10px;
}
#build
{
  width: 50%;
  text-align: right;
  float: right;
  color: White;
  font-size:10px;

}



