@charset "UTF-8";

 
#envelope {
	position: relative;
	left: 0px;
	top: auto;
	width: 960px;
	height: 1200px;
	z-index: 96;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
 
body {
	background-color: #FBF8F1;
}
 
 
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	background-color: #FBF8F1;
}
#body {
	background-color: #CC6666;
}
.bodyred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	color: #C36;
}
.shadow {
  -moz-box-shadow:    3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow:         3px 3px 5px 6px #ccc;
}
#header {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #0C9;
	position: relative;
	z-index: 99;
	height: 200px;
	width: 960px;
	left: 2px;
	top: 2px;
	border: medium solid #FFF;
	-moz-border-radius: 6px 6px 0px 0px;
	border-radius: 6px;
	border: thin solid #CCC;
}

#headersubtitle {
	position: absolute;
	left: 150px;
	top: 100px;
	width: 354px;
	height: 27px;
	z-index: 80;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	font-style: italic;
	color: #666;
	line-height: 125%;
}
#logo {
	position: absolute;
	left: 10px;
	top: 2px;
	width: 170px;
	height: 120px;
	z-index: 93;
	background-color: #FFFFFF;
	visibility: hidden;
}
h1 {
	position: relative;
	right: auto;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #666;
	left: 200px;
	background-color: #FFFFFF;
	width: 500px;
	font-weight: normal;
}
#socialmedia {
	position: absolute;
	left: 600px;
	top: 5px;
	width: 255px;
	height: 50px;
	z-index: 94;
	background-color: #FFFFFF;
}

#menumainabove {
	position: absolute;
	height: 263px;
	width: 604px;
	top: 202px;
	z-index: 99;
}
 
#content1 {
	position: absolute;
	left: 1px;
	top: 344px;
	width: 500px;
	height: 500px;
	z-index: 82;
	bottom: auto;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	background-color: #FFFFFF;
	padding: 0px;
}
 
#content2 {
	position: relative;
	left: 605px;
	top: 200px;
	width: 150px;
	height: 150px;
	z-index: 83;
	background-color: #FFFFFF;
	background-image: none;
}
#content3 {
	position: absolute;
	left: 302px;
	top: 1px; 
	width: 222px;
	height: 300px;
	z-index: 84;
	padding-left: 5px;
	background-color: #FDFDFD;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
}
.applebox {
width: auto;
height: 85px;
box-sizing: border-box;
background: #f5f5f5;
padding: 20px 20px 10px;
margin: 10px 0 20px;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-o-border-radius: 4px;
-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, .3);
-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, .3);
box-shadow: inset 0px 1px 1px rgba(0, 0, 0, .3);
}
 
 
#content1title {
	position: absolute;
	width: 222px;
	height: 115px;
	z-index: 1;
	left: 2px;
	top: 490px;
}

	
.pullQuote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #F00;
	text-align: center;
	visibility: visible;
}

.photocaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #BF4D28;
	font-style: italic;
}
.calltoaction {
	color: #009966;
}

#placementforbox {
	height: 245px;
	width: 500px;
	position: absolute;
	top: 900px;
	left: auto;
	z-index: 415;
}
ul.box {
	position: relative;
	z-index: 4; /* prevent shadows falling behind containers with backgrounds */
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	visibility: visible;
}

ul.box li {
	position: relative;
	float: left;
	width: 500px;
	height: 200px;
	padding: 0;
	border: 1px solid #efefef;
	margin: 0 30px 30px 0;
	background: #fff;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.06) inset;
	font-size: 12px;
	visibility: visible;
}


ul.box li:before,
ul.box li:after {
content: '';
z-index: -1;
position: absolute;
left: 10px;
bottom: 10px;
width: 70%;
max-width: 300px; /* avoid rotation causing ugly appearance at large container widths */
max-height: 100px;
height: 55%;
-webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
-webkit-transform: skew(-15deg) rotate(-6deg);
-moz-transform: skew(-15deg) rotate(-6deg);
-ms-transform: skew(-15deg) rotate(-6deg);
-o-transform: skew(-15deg) rotate(-6deg);
transform: skew(-15deg) rotate(-6deg); }


ul.box li:after {
left: auto;
right: 10px;
-webkit-transform: skew(15deg) rotate(6deg);
-moz-transform: skew(15deg) rotate(6deg);
-ms-transform: skew(15deg) rotate(6deg);
-o-transform: skew(15deg) rotate(6deg);
transform: skew(15deg) rotate(6deg); }

#footer {
	position: absolute;
	left: -1px;
	top: 1141px;
	width: 960px;
	height: 50px;
	z-index: 6;
	background-color: #626F80;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
 
 .button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 11px 14px;
    border: 1px solid #cc511b;
    border-radius: 4px;
    background: #992828;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff832c), to(#cc511b));
    background: -moz-linear-gradient(top, #ff832c, #cc511b);
    background: linear-gradient(to bottom, #ff832c, #cc511b);
    text-shadow: #803311 1px 1px 1px;
    font: normal normal bold 20px arial;
    color: #ffffff;
    text-decoration: none;
}
.button:hover,
.button:focus {
    background: #992828;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff5959), to(#b62f2f));
    background: -moz-linear-gradient(top, #ff5959, #b62f2f);
    background: linear-gradient(to bottom, #ff5959, #b62f2f);
    color: #ffffff;
    text-decoration: none;
}
.button:active {
    background: #982727;
    background: -webkit-gradient(linear, left top, left bottom, from(#982727), to(#982727));
    background: -moz-linear-gradient(top, #982727, #982727);
    background: linear-gradient(to bottom, #982727, #982727);
}
#calltoactionbox {
	position: absolute;
	left: -3px;
	top: 1078px;
	width: 957px;
	height: 50px;
	z-index: 6;
	background-color: #FFFFFF;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
 
#pullquotebox {
	position: relative;
	left: 600px;
	top: 50px;
	height: 100px;
	width: 370px;
	visibility: hidden;
}
#copyrighttext {
	font-size: 12px;
}
#title {
	position: absolute;
	left: 15px;
	top: 10px;
	width: 560px;
	height: 68px;
	z-index: 11;
	font-family: "Baskerville Old Face";
	font-size: 24px;
	color: #333333;
	font-style: normal;
}
