/***** GLOBAL SETTINGS DO NOT EDIT *****/
/***** SCROLL DOWN TO VIEW THE SECTION OF THIS PAGE YOU SHOULD CHANGE! *****/
html, body {
border:0;
margin:0;
padding:0;
}
 
body {
font:100%/1.25 Arial, Helvetica, sans-serif;
background: #efefef;
}

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}

p, ul, ol {
margin:0;
padding:0 0 1.25em 0;
}
 
ul, ol {
padding:0 0 1.25em 2.5em;
}
 
blockquote {
margin:1.25em;
padding:1.25em 1.25em 0 1.25em;
}
 
small {
font-size:0.85em;
}
 
img {
border:0;
}
 
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
 
sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}
 
acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

a,
a:link,
a:visited,
a:hover {
text-decoration:underline;
}

form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font:1em Arial, Helvetica, sans-serif;
}
 
textarea {
width:100%;
line-height:1.25;
}
 
label {
cursor:pointer;
}

table {
border:0;
margin:0 0 1.25em 0;
padding:0;
}
 
table tr td {
padding:2px;
}

/***** EDIT THE SECTION BELOW   EDIT THE SECTION BELOW  EDIT THE SECTION BELOW *****/
/***** EDIT THE SECTION BELOW   EDIT THE SECTION BELOW  EDIT THE SECTION BELOW *****/
/***** COLOR = Font Color *****/
/***** BACKGROUND = Background Image or Color *****/
/***** BACKGROUND = Background Image or Color *****/
 
h1 {
padding:0px 0 5px 0;
color: #e50303;
font: 600 1.4em arial;
}
 
h2 {
padding:6px 0;
font: 1.4em arial;
line-height: 150%;
color: #666666;
}
 
h3 {
font-size:1em;
font-weight:bold;
}

#wrapper {
width:588px;
margin:0 auto;
padding: 45px;
border: 1px solid #cccccc;
margin-top: 20px;
background: #ffffff;
}

#header{
width: 588px;
height: 313px;
display: block;
background: url('images/header_bg.jpg') top no-repeat;
}

#box{
width:600px;
margin: 0 auto;
padding: 40px;
background: #fafebf;
border: 2px dashed #eef1c1;
}

#header form.getform{
float: right;
width: 270px;
margin-top: 83px;
}

#headerbelow{
height: 85px;
}

form.soloform{
display:block;
width: 290px;
background: url('images/form_bg.jpg') top no-repeat;
padding: 78px 0 40px 40px;
margin: 0 auto;
}

form.getform p{
font: 600 .9em arial;
color: #60614b;
}

form.getform input{
font: 1.2em arial;
padding: 7px 4px;
width: 240px;
margin-top: 5px;
}

form.getform input.submit{
font: 600 .9em arial;
text-align: center;
color: #ffffff;
background: none;
border: none;
margin-top: 12px;
}

p#picturecaption{
display: block;
float: left;
width: 270px;
font: 600 .8em arial;
line-height: 150%;
margin: 5px;
}

p#privacynote{
display: block;
float: right;
width: 300px;
font: .8em arial;
line-height: 150%;
margin: 5px 0;
text-align: right;
}

h3.checkmark{
display: block;
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
padding: 10px 10px 10px 70px;
font: 800 1.2em arial;
color: #436bff;
background: url('images/checkmark_bg.jpg') left no-repeat;
}

p.descript{
margin: 17px 0;
font: .9em arial;
line-height: 175%;
}
  
/***** FOOTER *****/
.finepoint {
font: .7em arial; 
color: #989898; 
line-height: 150%; 
margin: 9px 0px;
padding-bottom: 8px;
border-bottom: 1px solid #cccccc;
}

#footer{
display: block;
width: 685px;
margin: 0 auto;
padding-top: 6px;
padding-bottom: 16px; 
margin-bottom: 10px;
}

#footer a{
font: .7em arial;
color: #666666;
padding: 0 6px;
border-right: 1px solid #cccccc;
}
 
/***** Global Classes *****/
.clear         { clear:both; }
.float-left    { float:left; }
.float-right   { float:right; }
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
.wrap          { width:960px;margin:0 auto; }
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }