@charset "utf-8";

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container  {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
} 
#header  {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #000000;
} 
#header h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#topnav {
	text-align: center;
	width: 800px;
	margin-top: 0px;
	padding-top: 0px;
	height: 35px;
	background-color: #000000;
}
#topcall {
	color: #FFF;
	text-align: center;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.5em;
	font-style: italic;
}
#leftnav {
	float: left;
	width: 213px;
	color: #FFF;
	font-size: .7em;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 12px;
}
#leftnav p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	line-height: .9;
}
#leftnav a {
	color: #FFF;
	text-decoration: none;
}
#leftnav a:hover {
	color: #DB3129;
	text-decoration: underline;
}
#leftnav .current {
	color: #DB3129;
	text-decoration: none;
}
#mainContent  {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 245px;
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #000;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #333;
} 
#mainContent a   {
	color: #EC2426;
	text-decoration: underline;
}
#mainContent ul p a:hover {
	color: #FFF;
	text-decoration: none;
}
#mainContent h1   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 1;
	margin: 0px;
	padding-bottom: 3px;
}
#mainContent h1.question {
	color: #EC2426;
	padding-top: 20px;
}

#mainContent h2   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #EC2426;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	line-height: 1;
}
#mainContent h2.question {
	color: #EC2426;
	padding-top: 20px;
}

#mainContent .column {
	width: 335px;
	margin-right: 20px;
	float: left;
}

#mainContent p   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent p.allneeds {
	font-size: 1.3em;
	font-style: italic;
	line-height: 1.1;
	font-weight: bold;
	color: #F00;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#mainContent p.centercaption{
	font-size: 0.9em;
	line-height: 1.3;
	color: #FFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	padding-bottom: 20px;
	margin: 0px;
	font-weight: bold;
}
#mainContent #smallbox{
	background-color: #D3CB84;
	width: 500px;
	text-align: center;
	font-size: 1.1em;
	line-height: 1.1;
	font-weight: bold;
	color: #000;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
}
#mainContent #mainpagephotolarge {
	width: 700px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 5px;
	margin-left: 0px;
}
#mainContent #mainpagephotolarge p {
	color: #FFF;
	text-align: center;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
}
#mainContent #mainpagephotolarge .phcaption {
	padding-bottom: 10px;
}
#mainContent .vertba {
	float: left;
	width: 285px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 0px;
	clear: right;
}
#mainContent .vertba p {
	color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: .9em;
	line-height: 1.1;
}
#mainContent .3wphoto {
	padding: 0px;
	width: 700px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	font-size: 0.9em;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3;
	float: left;
}
#mainContent #twophotoside {
	width: 700px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1;
	color: #FFF;
	text-align: center;
	float: left;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#mainContent #twophotoside img {
	padding: 0px;
	margin-right: 25px;
	margin-left: 25px;
}












#mainContenthme  {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0;
	background-image: url(Images/alpine-family-back.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #000;
}
#mainContenthme h1 {
	font-size: 1.4em;
	line-height: 1.2;
	font-weight: bold;
	color: #EC2426;
	text-align: center;
}
#mainContenthme h1.coupontext {
	font-size: 1.3em;
	color: #FFF;
	font-weight: bold;
	font-style: italic;
	padding-top: 20px;
}
#mainContenthme h1.coupontextr {
	color: #EC2426;
	font-size: 1.3em;
	font-style: italic;
}
#mainContenthme h2.coupontextr {
	color: #EC2426;
	font-size: 1.2em;
	font-style: italic;
	text-align: center;
}



#mainContenthme p   {
	margin: 0px;
	color: #FFF;
	font-size: 1.1em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
}
.photofloatright {
	float: right;
	width: 285px;
	color: #FFF;
	text-align: center;
	font-size: .9em;
	font-style: italic;
	margin-left: 10px;
	margin-bottom: 5px;
	padding: 0px;
	line-height: 1em;
	margin-right: 5px;
}


#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
#calltoaction {
	margin: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
	color: #D3CB84;
	font-weight: bolder;
	text-align: center;
	height: 30px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-size: 1.2em;
	font-style: italic;
}
#footer  {
	background-color: #D2232A;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}
#footer p a   {
	color: #FFF;
}
#footer p a:hover {
	color: #000;
	text-decoration: none;
}
.headimage {

}

.bullet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3;
	color: #FFFFFF;
	list-style-type: square;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
}

.clearfloat {
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.captiontablephotos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
}

.bricktbl {
	margin-left: 30px;
	color: #FFF;
	font-size: .8em;
	line-height: 1.5;
	text-align: center;
}
.twophotoside {
	width: 710px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1;
	color: #FFF;
	text-align: center;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.twophotoside img {
	padding: 0px;
	margin-right: 25px;
	margin-left: 25px;
	vertical-align: middle;
	margin-bottom: 10px;
}
.horzba {
	float: left;
	width: 285px;
	margin-left: 50px;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 0.9em;
	line-height: 1.1;
	text-align: center;
	color: #FFF;
}
.horzba p {
	color: #FFF;
	text-align: center;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
.horzbaright {
	float: right;
	width: 285px;
	margin-left: 50px;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	font-size: 0.9em;
	line-height: 1.1;
	text-align: center;
	color: #FFF;
	padding: 0px;
}
.horzbaright p {
	color: #FFF;
	text-align: center;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}

#mainContent #mainsubnav {
	padding: 0px;
	width: 710px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#mainContent #mainsubnav a {
	text-decoration: none;
}
#mainContent #mainsubnav a:hover {
	text-decoration: underline;
	color: #FFF;
}
#mainContent form table tr td {
	color: #FFF;
}
#container #couponContent {
	height: 275px;
	margin-right: 100px;
	margin-left: 100px;
	margin-top: 50px;
	margin-bottom: 50px;
	background-color: #FFF;
	border: thick dashed #EC2426;
}
#container #couponContent a {
	color: #F00;
	text-decoration: underline;
	font-weight: bold;
	padding-top: 15px;
	font-size: 1.5em;
}
#container #couponContent p {
	text-align: center;
	color: #D2232A;
}

#container #couponContent h1 {
	color: #EC2426;
	text-align: center;
	font-size: 2.2em;
	font-weight: bold;
	line-height: 1;
}
#container #couponContent h1.percent {
	font-size: 4em;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#container #couponContent a:hover {
	color: #000;
	font-weight: bold;
	padding-top: 15px;
}
.imagecenter {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-right: 200px;
	margin-bottom: 0px;
	margin-left: 200px;
}
#getestimate {
	float: left;
	height: 63px;
	width: 425px;
	margin-left: 25px;
	margin-top: 0px;
	background-color: #D3CB84;
	font-size: 1.5em;
	font-weight: bold;
	color: #D2232A;
	text-align: center;
	border: medium double #D2232A;
	padding: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-style: italic;
}
#getestimate a {
	color: #D2232A;
	text-decoration: none;
}
.parastart {
	font-weight: bold;
	color: #EC2426;
}
