/********HTML Elements***********/
body {
text-align:center;
background-image: url(../images/bg.jpg);
background-position: bottom;
background-repeat: no-repeat;
background-color: #536F32;
font-family: "Helvetica", "Lucida Sans", Sans-Serif;
font-size: 12px;
line-height: 16px;
}


.content {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/white_bg.png', sizingMethod='scale');
background-image: none;
}

#header {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/pmtlogo.png', sizingMethod='scale');
background-image: none;
}

.contactHead {
	font-size: 120%;
	color: #660000;
	text-align: center;
	background-color: #ccc;
	padding: 5px;
	margin: 5px;
	border: 1px solid #333;
}

/********UL Styles***********/

li {
padding: 0 5px 0 0;
}


.content ol li { 
  color: #9BE4FF;
}

.content ol li span {
  color: #EEE;
  }

.content ul {
  padding: 5px 0 0 25px;
}

.content ul li {
  list-style-image: url(../images/li_bullet.gif);
}

#rewardsList{
	font-weight: bold;
	font-size: 14px;
	color: #333;
}

a:link, a:visited {
  color: #942126;
  text-decoration: none;
  border: none;
  font-weight: bold;
}

a:hover {
  color: #000;
}

b {
font-weight: bolder;
}

div.clearer {
	height: 0px;
	line-height: 0px;
	margin-top: 0px;
	clear: both;
	background-color: transparent;
	font-size: 1px;
}

/********Font Styles***********/

.pmtFont {
color: #996600;
font-weight: bold;
font-size: 11px;
}

.features {
font-size: 1em;
font-weight: bold;
color: #942126;
background-image: url(../images/menu_bg.gif);
border-style: solid;
border-color: #fff #fff #f2f2f2 #f2f2f2;
border-width: 1px;
text-align: left;
width: 128px;
padding: 2px 0 2px 10px;
}


/********Content Elements***********/

#header{
}

.content {
text-align: left;
background-color: #fff;
padding:20px 0 10px 0;
margin: 0 auto;
float:none;
width: 750px;
}

#partition {
padding-top:20px;
margin: 0 auto;
float:none;
width: 750px;
background-color: #fff;
filter:alpha(opacity=70);
   -moz-opacity:0.5;
   opacity: .8;
}

.sectionHeading {
background-image: url(../images/header_tab.jpg);
background-repeat: no-repeat;
padding: 4px 0 4px 6px;
font-size: 13px;
font-weight: bold;
color: #942126;
}

.sectionHeadinglg {
background-image: url(../images/header_tablg.jpg);
background-repeat: no-repeat;
padding: 4px 0 4px 6px;
font-size: 13px;
font-weight: bold;
color: #942126;
}

.greyContent {
border-style: solid;
border-color: #f1f1f1;
border-width: 1px;
background-color: #f8f8f8;
padding: 5px 20px 5px 5px;
width: 414px;
}

.greyContentlg {
border-style: solid;
border-color: #f1f1f1;
border-width: 1px;
background-color: #f8f8f8;
padding: 5px 18px 5px 5px;
width: 700px;
}

#rightBox {
float: right;
width: 220px;
_width: 200px;
padding: 0px 15px 40px 10px;
_padding: 0px 20px 40px 0px;
}

#rightboxcontent {
width: 190px;
_width: 120px;
margin: 0 0 0 15px;
_margin: 0 0 0 0px;
padding: 5px 0 0 0px;
background-color: #fff;
filter:alpha(opacity=70);
   -moz-opacity:0.5;
   opacity: .8;
}

#textBox {
padding: 10px 10px 10px 10px;
}

#frontImage {
width: 220px;
padding: 0 0px 110px 40px;
_padding: 10px 20px 70px 30px;
background-image: url(../images/side_img.jpg);
background-position: left top;
background-repeat: no-repeat;
}

#featuresImage {
width: 220px;
padding: 0 0px 450px 0;
background-image: url(../images/card_lg2.jpg);
background-position: center;
background-repeat: no-repeat;
}

#startnowImage {
width: 220px;
padding: 0 0px 450px 0;
background-image: url(../images/card_lg3.jpg);
background-position: center;
background-repeat: no-repeat;
}

#contactImage {
width: 220px;
padding: 0 0px 450px 0;
background-image: url(../images/card_contact.jpg);
background-position: center;
background-repeat: no-repeat;
}

.quote {
padding: 10px 0 0 15px;
}

.quoteName {
font-weight: bold;
color: #660000;
}

.featureBox {
	padding: 5px;
	float: left;
	width: 300px;
	margin: 0 0 0 20px;
}

.featureBox h1{
	font-size: 14px;
	color: #333;
	padding: 0 0 5px 0;
	margin: 0;
	text-align: left;
	background-color: none;
	border: none;
}

.featureBox img{
	border: 3px solid #ccc;
	margin: 0 0 10px 0;
}

#footer {
padding:10px 0 10px 0;
margin: 0 auto;
float:none;
width: 750px;
background-color: #fff;
filter:alpha(opacity=70);
   -moz-opacity:0.5;
   opacity: .8;
}


/********Form Styles***********/

.formDirection {
margin: 10px;
color: #666666;
font-size: .9em;
font-weight:bold;
line-height: 1.6em;
}

.formBlock {
float: left;
width: 230px;

}

.formRow {
/*margin-left: 20px;*/
padding-bottom: 10px;
}

label, .field {
color: #333333;
font-size: .9em;
padding-right: 5px;
}

.field {
/* creates field names that display over fields */
display: block;
width: 100%;
}

.required {
color: #660000;
font-weight: bold;
}

select {
width: 215px;
}

.sectionTitle {
font-weight: bold;
padding-bottom: 10px;
}

div.submitBlock {
	clear: both;
	text-align: center;
}