@font-face { /* define a font for use in the style sheet */
				font-family: GreatVibes; /* give the font a name */
				src: url("fonts/GreatVibes-Regular.ttf"); /* point to the font file for download */
			}
/* BODY STYLES */
body {
	font-family: Helvetica, Arial, sans-serif;
	padding: 0;
	margin: 0;
	background-color: #F1F2F2;
	background-color: #666;
	background-image:url("pics/backgrounds/subtle_white_feathers.png");
}




/* TEXT STYLES */
h1, h2, h3, h4, h5, p {
	margin:0;
	padding:0;
}

p {
	margin: 0 0 1em 0;
	font-size:93%;
	line-height:1.5em;
	line-height:1.2em;
}
p.maroon{
	font-weight:400;
	color:#b32829;
}
a{ text-decoration:none}
h1 {
	font-size:180%;
	line-height:100%;
}
div.heading p.sub-head {
	margin-top:8px;
	font-size:0.8em;
	font-style:italic;
	color:#111;
}

h2 {
	color:#b32829;
	font-size:120%;
	line-height:100%;
}

h2.specialMR {
	font-size: 90%;
	}


a:link {
	color:#b32829;
	font-style:italic;
}

a:visited {
	color:#b32829;
}

a:hover {
	color:#EE8534;	
}

a:active {
	color:#b32829;
}

div.letter p.dear-client {
	color:#b32829;
	font-size:200%;
	font-family: GreatVibes, arial, helvetica, sans-serif;
	margin:0px;
}

p.max-sign {
	text-align:right;
	padding-top:50px;
}

span.order-box-heading {
	font-weight:bold;
}

span.ordertype {
	font-weight:bold;
	font-size:120%;
}

span.smalltype {
	font-style:normal;
	font-size:80%;
	color:#444;
}

span.free_ebook{
	font-size:0.8em;
	color: #b32829;
}

p.reports {
	font-size:100%;
	
}

/* IMG STYLES */
img {
	max-width:100%;
	height:auto;
	margin:0;
}

img.footer {
	margin-left:auto;
	margin-right:auto;
}





/* MAIN DIV STYLES */
div.container {
	position:relative;
	border:0px solid red;
	max-width:900px;
	height:auto;
	margin:0 auto;
    border-collapse:collapse;
    display : table;
	background-color:#f2f2f2;
	border:1px solid #c0c0c0;
	border-width:0px 1px 0px 1px;
}

div.top {
	max-width:900px;
	padding: 0 25px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:30px;

}


div.left-half {
	width:50%;
	float:left;
	margin-left:2.5%;
	margin-top:40px;
}

div.right-half {
	width:42.5%;
	float:left;
	margin-right:2.5%;
 	background-color:#FFFFFF;
	padding:0 ;

}





/* LEFT HALF DIVS */

div.heading {
	text-align:center;
	padding-bottom:2%;
	border:0px solid blue;
	margin-bottom:20px;
}
div.heading p{
	font-size:1.1em;
	margin:0px;
	color:#222;
}
div.heading h1{
	color:#111;
}


div.PEU {
	border-width: 1px;
	border-color: #b32829;
	border-style: solid;
	margin: 3% 5% 2% 0%;
	padding: 2% 0% 0% 5%;
	width:90%;

}

div.form {
	padding-top:20px;
	}
	
	
/* RIGHT HALF DIVS */
div.letter {
	padding:5% 5% 5% 5%;
}
div.letter p{
	border:0px solid red;
	font-size: 0.8em;
}
div.letter p span.emphasize{
	font-style:italic;
	font-color:#000;
	font-weight:900;
}


div.max-sig {
	width:50%;
	float:right;
	margin-left:100%;
	
}

div.restrictions {
	border-style:dashed;
	border-width:3px;
	border-color:#b32829;
	padding:1% 3% 2% 3%;
	margin: 0% 8% 8% 8%;
	text-align:center;
	font-size:70%;
}
div.restrictions p{
	border:0px solid red;
	margin-bottom:10px;
}

div.restrictions h1 {
	margin: 5px auto 7px auto;
	color:#b32829;

}


/* FOOTER DIVS */

div.bottom {
	display : table-row;
    vertical-align : bottom;
    height : 1px;
	padding-left:30%;
	padding-right:30%;
	text-align:center;

}

div.disclaimer {
	max-width:450px;
	font-size:80%;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	padding-left:5px;
	padding-right:5px;
}

div.about {
	display:table;
	margin-left:auto;
	margin-right:auto;
	font-size:80%;
	padding-left:5px;
	padding-right:5px;
}

div.mrred {
	width:10%;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
	margin-bottom:5px;
}	

div.footer {
	margin-left:auto;
	margin-right:auto;
	width:100%;
}
	
	
/* FORM STYLES */
input[type=text] {
 	border: 1px dotted #999;
  	border-radius: 0;
	margin-top:2%;
	width:95%;
	height:25px;
	margin-bottom:0px;
	margin-left:auto;
	margin-right:auto;
  	-webkit-appearance: none;
}

input[type=submit] {
	padding:10px;
	background: #ccc; 
	border:0 none;
	cursor:pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	background-color:#b32829;
	font-weight:bold;
	color:#FFFFFF;
	font-size:150%;
	display:block;
	margin-top:5%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:50px;
}



button, input, select, textarea {
	font-family : inherit;
	font-size   : 100%;
	padding:3px;
}



/* LINE STYLES */

hr.dotted-line {
	border-style:dashed;
	border-width:2px 0px 0px 0px;
	border-color:#b32829;
	margin-bottom:2%;
	margin-top: 2%;

}

hr.orange-line {
	border-style:solid;
	border-width:4px;
	border-color:#EE8435;
	width:100%;
	margin-right:0;
	padding-right:0;
}

div.form_error{
	background-color:yellow;
	margin-top:10px;
	margin-right:10px;
	margin-bottom:20px;
	padding:20px;
	border:1px solid black;
}

div.form_error p{
	font-weight:900;
}

div.form_confirm input[type=text]{
	margin:0px;
	background-color:transparent;
}
#home_button{
	position:absolute;
	top:1px;
	left:1px;
	padding:0px;
	background-color:#ddd;
	width:120px;
	font-size: 0.8em;
	border:0px solid red;
}
#home_button a{
	text-decoration:none;
	color:#444;
	font-style:normal;
	font-weight:300;
}
#home_button a:hover{color:#EE8534;}

div.table_row{
	display:table-row;
}
div.table_cell{
	display:table-cell;
	border: 0px solid blue;
	padding:5px;
	vertical-align:top;
}
div.table_cell p{ font-size:0.9em}
div.table_cell img{
	border:0px solid green;
}
div.table_cell h3{ margin-bottom:8px}
span.tmrba{
	color:#b32829;
	font-style:italic;
	border-bottom:1px dashed red;
	font-weight:900;
}
span.bold_grey{
	color:#666;
	font-weight:900;
}
div.submitted{
	background-color:#ccff99;
	margin: 0 8% 8% 8%;
	padding:10px;
}