
:link,:visited { text-decoration:none; }
ul,ol { list-style:none; }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,dl,dt,dd,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,div { border:0; margin:0; padding:0 }
a img,:link img,:visited img { border:none }
hr {display:none;}
abbr {text-decoration:none;border:0}

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:100%;
	line-height:1.125em; /* 16×1.125=18px */
	color:#555;
}

a {
	color:#0066CC;
}

a em {
	border:1px solid #ccc;
	font-style:normal;
	font-weight:bold;
	padding:10px;
	margin:10px;
	display:block;
	background-color:#D5FF6F;
}

a:hover {
	color:#0F487F;
	/*text-decoration:underline;*/
}

#doc {
	margin: 0 auto 0;
	width: 60em; /* 960px / 16px = 60em */
	/*background:#999999;*/
}

#main {
	width:600px;
	float:left;
}

#header {
	background: url("../images/bpma-save-header.png") no-repeat 0 0;
	height:198px;
}
#header img {
	display:none;
}

#secondary {
	width:340px;
	/*background-color:#0033CC;*/
	float:right;
	margin-left:20px;
}

#footer {
	/*background-color:#0033CC;*/
	clear:both;
	border-top:1px solid #ccc;
	padding:10px 0;
	margin-top:10px;
}

p { 
	font-size:0.75em; /* 16x.75=12px */
	margin: 0 0 1em 0;
	color:#555;
}

h1,h2,h3,h4,h5,h6 { 
  	font-family: verdana, arial, helvetica, sans-serif;
	font-family:Georgia, "Times New Roman", Times, serif;
  	font-weight:normal; 
  	color:#1D4457;
  	margin: 18px 0 .75em 0; 
	line-height:1.125em;
	padding-bottom:4px;
	
  }

h1 { font-size: 1.6em;}                        
h2 { font-size: 1.3em;border-bottom:1px solid #ccc;}          
h3 { font-size: 1.2em;}                        
h4 { font-size: 1.1em;}                     
h5 { font-size: 1em; font-weight:bold;}                     
h6 { font-size: 1em;}

ul, ol, dl { 
	margin: 0 0 1em 1em 
}

li { 
	font-size:0.75em; /* 16x.75=12px */
	margin-left: 1.5em;
}

dt { font-weight: bold }
dd { margin: 0 0 1em 2em }

blockquote {
	background-color:#FFFF99;
	padding:20px;
	margin:10px;
}

/* =forms
===============================================================*/

form#signUp{
	background-color:#D9EBF5;
	border-top:5px solid #74AFCF;
	margin:20px 10px;
	padding:20px;
}

form#signUp div {
	margin-bottom:20px;
}

form#signUp small {
	font-size:10px;

	margin:5px 0;

}

form#signUp label {
	color:#1D4457;
}

fieldset {
	clear:both;
}

form label {
	display:block;
}

form input.txt {
	border:1px solid #ccc;
	padding:5px;
	font-size:16px;
	font-weight:bold;
	color:#666666;
	width:240px;
}
/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#D5FF6F;
    border:1px solid #99BF3B;
    color:#336699;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}


ul.benefits {
	margin-bottom:50px;
}
ul.benefits li {
	font-size:15px;
	margin:0 80px 0 0;
	padding:10px 0 10px 30px;
	border-bottom:1px solid #ccc;
	background: url("../images/tick.png") no-repeat 3px 8px;
}

ul.benefits li:hover {
	background-color:#FFFF99;
}



