<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.plum,
.purple	{
	color: #9e3f53;
	}

.lilac	{
	color: #9e3f53;
	}

.orange	{
	color: #f88d19;
	}

.pink	{
	color: #ee048b;
	}

.green	{
	color: #b6c02b;
	}

.grey	{
	color: #e1eaf0;
	}

.lightgrey	{
	color: #ace0ee;
	}

.blue	{
	color: #b0dff1;
	}

html	{
	margin: 0;
	border: 0;
	padding: 0;
	font-family: open sans, arial, tahoma, sans-serif;
	font-size: small;
	color: #666;
	letter-spacing: 1px;
	line-height: 1.5em;
	background: #fff;
	text-align: center;
	}

body	{
	margin: 0;
	border: 0;
	padding: 0;
	font-family: open sans, arial, tahoma, sans-serif;
	font-size: small;
	color: #666;
	letter-spacing: 1px;
	line-height: 1.5em;
	background: #fff;
	text-align: center;
	}

h1, h2, h3, h4, h5, h6	{
	margin: 10px 0;
	border: 0;
	border-bottom: 1px solid #eee;
	padding: 0;
	padding-bottom: 10px;
	font-weight: normal;
	text-align: left;
	}
	
h1.purple,
h2.purple,
h3.purple {
	color: #9e3f53;
}

h1.orange,
h2.orange,
h3.orange {
	color: #f88d19;
}

h1.pink,
h2.pink,
h3.pink {
	color: #ee048b;
}

h1.green,
h2.green,
h3.green {
	color: #b6c02b;
}

h2, h3, h4, h5, h6	{
	font-size: 160%;
	}

h2.large	{
	margin: 55px 20px 0 0;
	float: right;
	font-size: 280%;
	width: 840px;
	text-align: left;
	}

h2 a, h3 a, h4 a, h5 a, h6 a	{
	text-decoration: none;
	font-weight: normal;
	}

h2 a.white	{
	color:#fff;
	}

p	{
	margin: 10px 0;
	padding: 0;
	}

p.large_wording_right	{
	xtext-align: right;
	float: right;
	}

p.large_wording_left .plum,
p.large_wording_right .plum,
div#webpage h2.large,
div#webpage h2.plum	{
	color: #9e3f53;
	}

a	{
	color: #666;
	text-decoration: underline;
	}

a:hover	{
	text-decoration: none;
	}

a.more_left,
a.more_right	{
	margin: 10px 0 5px 0;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 4px 8px;
	display: block;
	background: #ddd;
	background-image: linear-gradient(to bottom, #ddd, #eee);
	text-decoration: none;
	}

a.more_left	{
	margin-right: 20px;
	float: left;
	}

a.more_right	{
	margin-left: 20px;
	float: right;
	}

a.more_left:hover,
a.more_right:hover	{
	background: #eee;
	background-image: linear-gradient(to top, #ddd, #eee);
	}

a#plum	{
	background: #9e3f53;
	color: #fff;
	}

a#orange	{
	background: #f88d19;
	color: #fff;
	}

a#pink	{
	background: #ee048b;
	color: #fff;
	}

a#green	{
	background: #b6c02b;
	color: #fff;
	}

a.next-orange,
a.next-plum	{
	margin: 5px 20px 15px 0;
	border-radius: 5px;
	padding: 10px 20px;
	display: block;
	text-decoration: none;
	color: #fff;
	float: right;
	}

a.next-orange,
a.back-orange	{
	background: #f88d19;
	}

a.next-plum,
a.back-plum	{
	background: #9e3f53;
	}

a.back-green	{
	background: #b6c02b;
	}

a.back-pink	{
	background: #ee048b;
	}

a.back-orange,
a.back-plum,
a.back-green,
a.back-pink {
	margin: 5px 0 15px 0;
	border-radius: 5px;
	padding: 10px 20px;
	display: block;
	text-decoration: none;
	color: #fff;
	float: left;
}

#fa-heart	{
	font-size:200%;
	color:#ed1039;
	}

span.backtotop a	{
	font-style: italic;
	color: #9e3f53;
	font-size: 80%;
	}

div.column_full,
div.column_half,
div.column_one_third,
div.column_two_thirds,
div.column_one_quarter,
div.column_two_quarters,
div.column_three_quarters,
div.column_one_fifth,
div.column_one_sixth	{
	background: #fff;
	text-align: left;
	}


div.column_full img.icon,
div.column_half img.icon,
div.column_one_third img.icon,
div.column_one_quarter img.icon,
div.column_one_fifth img.icon,
div.column_one_sixth img.icon,
img.icon	{
	margin-top: 0;
	margin-left: 20px;
	float: right;
	}

div.column_half,
div.column_one_third,
div.column_two_thirds,
div.column_one_quarter,
div.column_two_quarters,
div.column_three_quarters,
div.column_one_fifth,
div.column_one_sixth	{
	float: left;
	}

div.column_full p span	{
	font-weight: bold
}

div.column_full span.plum,
div.column_full span.purple,
div.column_one_third span.plum,
div.column_one_third span.plum,
div.column_one_quarter span.plum,
div.column_one_quarter span.plum	{
	color: #9e3f53;
	}

div.column_one_quarter h2	{
	line-height: 1.1em;
	font-weight: bold;
	}

div.column_two_quarters	{
	width: 508px;
	}

div.column_one_sixth	{
	width: 128px;
	}

div.column_full img,
div.column_half img,
div.column_one_third img,
div.column_one_quarter img,
div.column_one_fifth img,
div.column_one_sixth img	{
	margin: 5px 0;
	background: #fff;
	}

div.column_full img.buy_diagram	{
	float: right;
	}

div.clear_both	{
	clear: both;
	}

div.marketing_material	{
    float: right;
    display: block;
    width: 300px;
    background: #f88d19;
    background-image: linear-gradient(to top, #f88d19, #ffcc66);
    color: #fff;
    font-size: 150%;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    margin-right: 10px;
}
	
div#webpage	{
	padding: 0;
	}

div#header_inner	{
	margin: 0 auto;
	}

div#header_inner img#logo {
	margin: 0;
	border: 0;
	padding: 0;
	background: none;
	}

div#header_inner div#contact_details {
	margin: 10px;
	padding: 0;
	float: right;
	width: 350px;
	text-align: right;
	}

div#header_inner div#contact_details p	{
	margin: 10px 0;
	border: 0;
	padding: 0;
	color: #666;
	font-size: 125%;	
	}

div#header_inner div#contact_details p a	{
	color: #666;
	text-decoration: none;
	}

div#header_inner div#contact_details p#phone	{
	font-size: 250%;
	}

div#header_inner div#social_media {
	margin: 0;
	padding: 0;
	float: right;
	width: 40px;
	text-align: center;
	}

div#header_inner div#contact_details img {
	margin: 5px 0 0;
	width: 30px;
	}

div#ddnav	{
	margin: 0;
	margin-top: 20px;
	border: 0;
	padding: 0;
	width: 840px;
	height: 32px;
	float: right;
	line-height: 1em;
	}

div#ddnav ul	{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	}

div#ddnav ul li	{
	margin: 0;
	border: 0;
	position: relative;
	float: left;
	xfont-weight: bold;
	}

div#ddnav ul li a	{
	display: block;
	text-decoration: none;
	width: 140px;
	}

div#ddnav ul li a.plum	{
	color: #9e3f53;
	}

div#ddnav ul li a.orange	{
	color: #f88d19;
	}

div#ddnav ul li a.pink	{
	color: #ee048b;
	}

div#ddnav ul li a.green	{
	color: #b6c02b;
	}

div#ddnav ul li ul	{
	margin-top: -5px;
	margin-left: 10px;
	xborder-top: 1px solid #ccc;
	position: absolute;
	z-index: 20;
	left: -999em;
	}

/* Make submenus visible */
div#ddnav ul li:hover ul	{
	left: auto;
	}

div#ddnav ul li ul li	{
	margin-top: 0;
	text-align: left;
	width: 250px;
	}

div#ddnav ul li ul#right_menu li	{
	width: 150px;
	}

div#ddnav ul li ul li a	{
	border-bottom: 1px solid #eef;
	border-radius: 5px;
	padding: 6px 6px 6px 12px;
	background: #f9f9ff;
	}

div#ddnav ul li ul li a:hover	{
	background: #f3f3ff;
	}

div.no_border_left	{
	border-left: 0;
	}

div.no_border_right	{
	border-right: 0;
	}

div#index_feature_left,
div#index_feature_right,
div.feature_left,
div.feature_right	{
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	background: #111;
	color: #fff;
	}

div.border_left	{
	border-left: 2px solid #000;
	}

div.border_right	{
	border-right: 2px solid #000;
	}

div#index_feature_right ul#slippry2,
div.feature_right ul#slippry2	{
	text-align: left;
	}

div#index_feature_right ul#slippry2 li a,
div.feature_right ul#slippry2 li a	{
	margin: 11px 0 0 0;
	color: #fff;
	height: 50px;
	text-decoration: none;
	}

div#index_feature_right ul#slippry2 li a	{
	margin: 26px 0 0 0;
	}

div#webpage div.column_three_quarters table	{
	margin: 0;
	border-radius: 5px;
	padding: 0;
	float: left;
	width: 100%;
	}

div#webpage div.column_three_quarters table#receipt	{
	margin: 10px auto;
	float: none;
	}

div#webpage div.column_three_quarters table th,
div#webpage div.column_three_quarters table td	{
	vertical-align: top;
	}

div#webpage div.column_three_quarters table th.price,
div#webpage div.column_three_quarters table td.price	{
	text-align: right;
	}

div#webpage div.column_three_quarters table.tabs	{
	margin-bottom: 5px;
	border: 0;
	width: 100%;
	}

div#webpage div.column_three_quarters table.tabs th	{
	color: #fff;
	}

div#webpage div.column_three_quarters table.tabs th a	{
	color: #fff;
	}

div#webpage div.column_three_quarters table.inverted	{
	border: 0;
	margin-top: 5px;
	}

div#webpage div.column_three_quarters table.inverted th	{
	margin: 0;
	border: 1px solid #9cf;
	border-radius: 0 0 10px 10px;
	padding: 10px;
	background: #ace0ee;
	color: #fff;
	}

div#webpage div.column_three_quarters table tr th	{
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 6px;
	}

div#webpage div.column_three_quarters table tr th.sub	{
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 3px 10px;
	background: #f9f9f9;
	text-align: left;
	}

div#webpage div.column_three_quarters table tr th p	{
	margin: 0;
	padding: 0;
	}

div#webpage div.column_three_quarters table tr td	{
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 3px 6px;
	background: #fff;
	}

div#webpage div.column_three_quarters table tr td p	{
	margin: 0;
	padding: 3px 6px;
	}

div#webpage div.column_three_quarters table tr td div.popup_message	{
	margin: 10px;
	border: 2px solid #eee;
	border-radius: 5px;
	padding: 5px 10px;
	background: #fcfcfc;
	display: none;
	}

div#webpage div.column_three_quarters table tr td.label p span	{
	font-size: 80%;
	font-weight: normal;
	}

div#webpage div.column_three_quarters table tr td input,
div#webpage div.column_three_quarters table tr td select,
div#webpage div.column_three_quarters table tr td textarea	{
	border-radius: 5px;
	font-family: inherit;
	}

div#webpage div.column_three_quarters table tr td input.img	{
	margin: 0;
	border: 0;
	}

div#webpage div.column_three_quarters table tr p	{
	margin: 7px;
	padding: 0;
	}

div#webpage div.column_three_quarters table tr td.title	{
	border: 1px solid #eee;
	background: #f9f9f9;
	text-align: center;
	}

div#webpage div.column_three_quarters table tr td.header	{
	padding: 10px;
	background: #f9f9f9;
	text-align: center;
	font-weight: bold;
	font-size: 150%;
	line-height: 1.25em;
	}

div#webpage div.column_three_quarters table tr td.build_your_home,
div#webpage div.column_three_quarters table tr td.create_your_marketing_material,
div#webpage div.column_three_quarters table tr td.view_your_marketing_material,
div#webpage div.column_three_quarters table tr td.header_build_your_home,
div#webpage div.column_three_quarters table tr td.header_add_your_property,
div#webpage div.column_three_quarters table tr td.header_create_your_marketing_material,
div#webpage div.column_three_quarters table tr td.header_view_your_marketing_material	{
	border: 0;
	padding: 2px;
	color: #fff;
	text-align: center;
	}

div#webpage div.column_three_quarters table tr td.header_build_your_home,
div#webpage div.column_three_quarters table tr td.header_add_your_property,
div#webpage div.column_three_quarters table tr td.header_create_your_marketing_material,
div#webpage div.column_three_quarters table tr td.header_view_your_marketing_material	{
	padding: 10px;
	font-weight: bold;
	}

div#webpage div.column_three_quarters table tr td.build_your_home a,
div#webpage div.column_three_quarters table tr td.create_your_marketing_material a,
div#webpage div.column_three_quarters table tr td.view_your_marketing_material a,
div#webpage div.column_three_quarters table tr td.header_build_your_home a,
div#webpage div.column_three_quarters table tr td.header_add_your_property a,
div#webpage div.column_three_quarters table tr td.header_create_your_marketing_material a,
div#webpage div.column_three_quarters table tr td.header_view_your_marketing_material a	{
	color: #fff;
	text-decoration: none;
	}

div#webpage div.column_three_quarters table tr td.build_your_home a:hover,
div#webpage div.column_three_quarters table tr td.create_your_marketing_material a:hover,
div#webpage div.column_three_quarters table tr td.view_your_marketing_material a:hover,
div#webpage div.column_three_quarters table tr td.header_build_your_home a:hover,
div#webpage div.column_three_quarters table tr td.header_add_your_property a:hover,
div#webpage div.column_three_quarters table tr td.header_create_your_marketing_material a:hover,
div#webpage div.column_three_quarters table tr td.header_view_your_marketing_material a:hover	{
	text-decoration: underline;
	}

div#webpage div.column_three_quarters table tr td.build_your_home,
div#webpage div.column_three_quarters table tr td.header_build_your_home	{
	background: #7ec6da;
	background-image: linear-gradient(to top, #7ec6da, #ace0ee);
	}

div#webpage div.column_three_quarters table tr td.header_add_your_property	{
	background: #9e3f53;
	background-image: linear-gradient(to top, #9e3f53, #db95fc);
	}

div#webpage div.column_three_quarters table tr td.create_your_marketing_material,
div#webpage div.column_three_quarters table tr td.header_create_your_marketing_material	{
	background: #f88d19;
	background-image: linear-gradient(to top, #f88d19, #ffcc66);
	}

div#webpage div.column_three_quarters table tr td.info	{
	font-size: 90%;
	background: #f9f9f9;
	text-align: center;
	}

div#webpage div.column_three_quarters table tr td.label	{
	font-weight: bold;
	background: #fff;
	width: 150px;
	}

div#webpage div.column_three_quarters table img.profile	{
	border: 1px solid #eee;
	background: #fff;
	}

div#webpage div.column_three_quarters table tr td.label span.norm	{
	font-weight: normal;
	}

div#webpage div.column_three_quarters table tr td.action	{
	text-align: center;
	width: 60px;
	}

xdiv#webpage div.column_three_quarters table tr td.action a	{
	margin: 5px;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 6px 0;
	background: #f00;
	color: #000;
	text-align: center;
	display: block;
	min-width: 50px;
	max-width: 100px;
	float: left;
	}

div#webpage div.column_three_quarters table tr td#no_data	{
	padding: 20px 10px;
	font-style: italic;
	text-align: center;
	}

div#webpage div.column_three_quarters table tr td div.edit_sub,
table tr td div.edit_sub	{
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 0;
	background: #f6f6f6;
	text-align: center;
	float: left;
	}

div#webpage div.column_three_quarters table tr td div.edit_sub#add,
table tr td div.edit_sub#add	{
	background: #ddd;
	}


div#webpage div.column_three_quarters table tr td div.edit_sub div.image,
table tr td div.edit_sub div.image	{
	border: 0;
	padding: 0;
	text-align: center;
	}

div#webpage div.column_three_quarters table tr td div.edit_sub div.image img,
table tr td div.edit_sub div.image img	{
	margin: 0;
	}

div#webpage div.column_three_quarters table tr td div.edit_sub h2,
table tr td div.edit_sub h2	{
	margin: 0;
	border-top: 1px solid #ccc;
	padding: 5px;
	background: #ddd;
	font-size: 85%;
	}

div#webpage div.column_three_quarters table tr td div.edit_sub#add h2,
table tr td div.edit_sub#add h2	{
	background: #999;
	color: #fff;
	text-align:center;
	}

div#webpage div.column_three_quarters table tr td.action a.dark	{
	border: 1px solid #999;
	background: #888;
	color: #fff;
	max-width: 100px;
	}

div#webpage div.column_three_quarters table tr td.footer_message	{
	background: #f9f9f9;
	text-align: center;
	}

div#webpage div.column_three_quarters table tr td p a	{
	text-decoration: underline;
	}

div#webpage div.column_three_quarters table tr td p a:hover	{
	text-decoration: none;
	}

div#webpage div.column_three_quarters table tr td div.payment	{
	margin: 20px 40px 10px;
	border: 1px solid #eee;
	border-radius: 10px;
	background: #fcfcfc;
	}

div#webpage div.column_three_quarters table tr td div.payment div	{
	margin: 10px 20px 0 0;
	float: right;
	}

div#webpage div.column_three_quarters table tr td div.payment ul	{
	margin-top: 0;
	margin-left: 0;
	padding: 0 20px;
	list-style-type: none;
	}

div#webpage div.column_three_quarters table tr td div.payment ul li.total	{
	border-top: 1px solid #eee;
	font-weight: bold;
	}

div#webpage div.column_three_quarters table#calculator tr td input	{
	padding-right: 20px;
	text-align: right;
	}

div#myModal div.modal-content input#save,
div#webpage div.column_three_quarters table tr td input.bypassChanges	{
    background: url(http://www.roofoveryourhead.com/images/form-buttons/save.png);
    border: 0;
    xdisplay: block;
    height: 60px;
    width: 50px;
	}
	
div#myModal p,
div#myModal h2 {
	text-align: center;
	}
	
div#myModal h2 {
	font-size: 300%;
	line-height: normal;
	}
	
div#myModal p {
	font-size: 150%;
	}

div#myModal div#centered {
	margin: 10px auto;
	display: block;
	width: 200px;
	}
	
div#myModal div#centered a img,
div#myModal div#centered input {
	margin: 10px;
	}
	
div#myModal div#centered div.cancel_button {
	float: right;
	}

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:90%;
  display:none;
  z-index:9999;
  text-align: center;
}
#boxes #dialog {
  width:90%; 
  height:10%;
  padding:0;
  background-color:#f00;
}

div#webpage div#property_details h1	{
	border-bottom: 2px solid #ccc;
	clear: both;
	}

div#webpage div#property_details h2	{
	margin: 0;
	border-bottom: 2px solid #ccc;
	padding: 30px 0 5px;
	clear: both;
	}

div#webpage div#property_details h3	{
	margin: 0;
	border-bottom: 1px dashed #ddd;
	padding: 30px 0 5px;
	xmax-width: 400px;
	clear: both;
	}

div#webpage div#property_details img#imagemain{
	background: #fff;
	}

div#webpage div#property_details img.sub{
	margin: 5px 30px 5px 0;
	border: 1px solid #ddd;
	padding: 3px;
	height: 100px;
	float: left;
	}

div#webpage div#property_details table#property_summary	{
	border: 1px solid #eee;
	border-radius: 5px;
	background: #f9f9f9;
	}

div#webpage div#property_details table#property_summary td	{
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 3px 6px;
	background: #fff;
	text-align: right;
	}

div#webpage div#property_details table#property_summary td.title	{
	text-align: left;
	font-weight: bold;
	}

div#webpage div#property_details table#property_summary td.action	{
	padding: 20px;
	background: #eef;
	text-align: center;
	line-height: 1.5em;
	font-weight: bold;
	font-size: 125%;
	}

/* Auto-Complete Input Box Styling */

input.biginput {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
input.biginput:focus {
  color: #858585;
}

.autocomplete-suggestions {
	margin-top: 5px;
	border: 1px solid #ddd;
	border-radius: 5px;
	background: #fff;
	cursor: default;
	overflow: auto;
	}
	
.autocomplete-suggestion {
	padding: 10px 5px;
	font-size: 1.2em;
	white-space: nowrap;
	overflow: hidden;
	}

.autocomplete-selected {
	background: #f0f0f0;
	}

.autocomplete-suggestions strong {
	font-weight: normal;
	color: #3399ff;
	}

/* End of Auto-Complete Input Box Styling */

p span#description_counter	{
	font-size: 120%;
	}

div#image_holder	{
	margin: 0;
	float: left;
	}

div#legend	{
	margin: 2% 0;
	border: 5px solid #e8800f;
	border-radius: 10px;
	padding: 2%;
	overflow: hidden;
	background: #f88d19;
	xfloat: right;
	xwidth: 96%;
	font-size: 130%;
	line-height: 1.25em;
	clear:both;
	}

div#legend ul	{
	margin: 1%;
	padding: 0;
	xfloat: left;
	xwidth: 47%;
	list-style-type: none;
	}

div#legend div.divider {
	margin: 10px 1%; 
	width: 48%;
	float: left; 
	overflow: hidden;
	}

div#legend ul li	{
	margin: 0;
	padding: 0;
	}

div#legend ul li a	{
	margin: 0;
	padding: 5px;
	text-decoration: none;
	color: #fff;
	display: block;
	}

div#legend ul li a:hover	{
	background: #f99c38;
	}

div#legend ul li ul	{
	margin: 0 10px;
	xbackground: #f00;
	}

div#legend ul li ul li a	{
	padding: 0 0 0 20px;
	}

ul#header_tabs	{
	margin: 0;
	padding: 0;
	width: 793px;
	height: 35px;
}

ul#header_tabs a	{
	margin-top: 6px;
    margin-right: 0.1%;
	border-radius: 10px 10px 0 0;
    padding: 8px 0;
	background: #b6c02b;
	list-style-type: none;
	text-align: center;
	float: left;
	color: #fff;
	text-decoration: none;
	display:block;
	text-shadow: 2px 1px #666;
	width: 23%;
	font-size:120%;
}
ul#header_tabs a.current_header_tab	{
	margin-top: 0;
	padding: 8px 30px 14px;
}
ul#header_tabs a#green	{
	xmargin: 0 10px 10px 0;
	background: #b6c02b;
}
ul#header_tabs a#pink	{
	xmargin: 0 10px 10px 10px;
	background: #ee048b;
}
ul#header_tabs a#orange	{
	xmargin: 0 10px 10px 10px;
	background: #f88d19;
}
ul#header_tabs a#plum	{
	xmargin: 0 0 10px 10px;
	background: #9e3f53;
}

div.hints_tips h2	{
	padding: 10px;
	background: #b0dff1;
	color: #fff;
	}

div.hints_tips p span.backtotop	{
	font-size: 150%;
	}

div.hints_tips p span.backtotop a	{
	text-decoration: none;
	}

form table tbody tr th span.plum	{
	color: #9e3f53;
	}

iframe#map	{
	margin: 10px 0 10px 0;
	border: 1px solid #ccc;
	padding: 5px;
	width: 685px;
	height: 335px;
	background: #fff;
	}

div#contact_us	{
	margin: 5px 8px;
	border: 2px solid #fff;
	border-radius: 5px;
	padding: 10px 5px;
	clear: both;
	text-align: center;
	background: #598eae;
	background-image: linear-gradient(to bottom, #0667a1, #598eae);
	}

div#contact_us p	{
	margin: 0;
	padding: 0;
	color: #fff;
	}

div#contact_us p a	{
	color: #fff;
	}

div#footernav	{
	padding: 10px 20px;
	clear: both;
	height: 80px;
    width: 1080px;
    position: absolute;
    bottom: 0;
	}

div#footernav p#info	{
	margin-top: 35px;
	padding-top: 30px;
	float: left;
	}

div#footernav p.large_wording_right	{
	font-size: 300%;
	}
	
div.hide_input	{
	display: none;
	}
	
div.show_input	{
	display: block;
	}
	
.btn {
	border-radius: 5px;
	padding: 10px 15px;
	color: #fff;
	margin: 5px 0;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	font-size: 120%;
	}

.btn-pink {
	background: #ee048b;
	}

.btn-plumb {
	background: #9e3f53;
	}
	
.btn-purple {
	background: #cb5fff;
	}

.btn-orange {
	background: #f88d19;
	}

.btn-green {
	background: #b6c02b;
	}

hr {
	margin: 20px 0;
	border-top: 1px solid #ddd;
	}</pre></body></html>