 @font-face {
    font-family: 'tk-pill-gothic-900mg';
    src: url('tk-pill-gothic-900mg-webfont.eot');
    src: url('tk-pill-gothic-900mg-webfont.eot?#iefix') format('embedded-opentype'),
         url('tk-pill-gothic-900mg-webfont.woff') format('woff'),
         url('tk-pill-gothic-900mg-webfont.ttf') format('truetype'),
         url('tk-pill-gothic-900mg-webfont.svg#tkpillgothic900mg') format('svg');
    font-weight: normal;
     }
@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width:97.5%;
/*	width: 86.45%;*/
	clear: none;
	float: none;
	padding: 1.25%;
}

.zeroMargin_mobile {
    margin-left: 0;
}
.hide_mobile {
    display: none;
}
.background {
	padding: 1em;
	/*background-image: url(../images/handing-trans.png), -webkit-linear-gradient(270deg,rgba(216,216,216,1.00) 0%,rgba(239,237,237,1.00) 100%);
	background-image: url(../images/handing-trans.png), linear-gradient(180deg,rgba(216,216,216,1.00) 0%,rgba(239,237,237,1.00) 100%);*/
	background-size: 100%;
	background-position:top center;
	background-repeat: no-repeat;
	background-color: rgba(191,191,191,5.00);
	}
#header {
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	width: 227px;
	float: left;
	clear: none;
	font-size: 1.5em;
	background-image: url(../images/D&P-logo.png);
	background-repeat: no-repeat;
	height: 64px;
}
#nav {
	font-family: Helvetica, Arial, sans-serif;
	width:auto;
	height:auto;
	float:left;
	clear:none;
	list-style:none;
	display:block;
	padding: 0 1em 0;
}
#list {
	font-family: Helvetica, Arial, sans-serif;
	color: #96763A;
	font-weight: normal;
	font-size: 2.5em;
	display: block;
	text-align: center;
	font-size: 1.25em;
	padding: 1em 3em;
	text-shadow: 0.05em .05em #413329;
	background-color:#FFFFFF;
}
#background {
	float:left;
	background:#fff;
	border-bottom-left-radius:1em;
	border-bottom-right-radius:1em;
	border-top-right-radius:1em;
	border-top-left-radius:1em;
	/*padding:5%;
	margin: 5% 0;*/
	height: auto;
	/*width:90%;*/
	border-width:thin;
	border-color:#E49E2C;
	border-style:groove;
		opacity:.7;
	width:80.5%;
	margin: 10% 5.5%;
}
.reasons {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	color:#19110D;
	font-weight:500;
}
#reasons {
	display: block;
	list-style-position: outside;
}
.external {
	clear: none;
	float: left;
	display: inline;
	list-style: none;
/*	padding: 1em;*/
	padding: 0.5em 2em 0.5em 0.5em;
	color: #96763A;
	font-size: 1.2em;
	font-weight: 600;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	text-shadow: 0.07em 0.07em hsla(41,100%,93%,0.60);
}
.external a:link {
	text-decoration:none;
	color: #96763A;
}
.external a:visited{
	text-decoration:none;
	color: #96763A;
}
.external a:active{
	color: #FFF;
	font-weight: 600;
	text-decoration:underline;
}
#contact-form {
	float:left;
	background:#fff;
	border-bottom-left-radius:1em;
	border-bottom-right-radius:1em;
	border-top-right-radius:1em;
	border-top-left-radius:1em;
	opacity:.8;
	border-width:thin;
	border-color:#E49E2C;
	border-style:groove;
	height: auto;
	padding:1em;
	width:80.5%;
	margin: 0 5.5%;
	/*width:90%;	
	padding:2.5% 5%;
	margin-bottom: 2%;*/
}
#form1 {
	width: 99.5%;
	padding:2.5% 0.5%;
}
#name {
	width:99.5%;
}
#email {
	width:99.5%;
}
.label {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.footer_link {
	/*width: auto;*/
	text-decoration:none;
	/*margin-top: 1.0em;*/
	margin-bottom:1.0em;
	margin-left: 1em;
	padding:3em;
	clear:both;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.75em;
}
#thankyou {
	float:left;
	background:#fff;
	border-bottom-left-radius:1em;
	border-bottom-right-radius:1em;
	border-top-right-radius:1em;
	border-top-left-radius:1em;
	height: auto;
/*	padding:5%;
	width:90%;*/
	padding:1em;
	width:75.5%;
	margin: 0 5.5%;
	font-size:2em;
	font:source-sans-pro, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: 0.03em .03em #413329;
	font-style:italic;
	clear:both;
	text-align:center;
	color:#E49E2C;
	border-width:thin;
	border-color:#E49E2C;
	border-style:groove;
}


}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

/*.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.zeroMargin_tablet {
    margin-left: 0;
}
.hide_tablet {
    display: none;
}*/
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.zeroMargin_desktop {
    margin-left: 0;
}
.hide_desktop {
    display: none;
}
.background {
	margin-left: 4em;
	margin-top: 2.5em;
/*	background-image: url(../images/handing-trans.png), -webkit-linear-gradient(270deg,rgba(216,216,216,1.00) 0%,rgba(239,237,237,1.00) 100%);
	background-image: url(../images/handing-trans.png), linear-gradient(180deg,rgba(216,216,216,1.00) 0%,rgba(239,237,237,1.00) 100%);*/
	background-size: 100%;
	background-position:top center;
	background-repeat: no-repeat;
	background-color: rgba(191,191,191,5.00);
	}
#header {
	margin: 1em 1em 0;
	font-family: Helvetica, Arial, sans-serif;
	width: 227px;
	float: left;
	clear: none;
	font-size: 1.5em;
	background-image: url(../images/D&P-logo.png);
	background-repeat: no-repeat;
	height: 64px;
}
#nav {
	font-family: Helvetica, Arial, sans-serif;
	width:auto;
	height:auto;
	float:right;
	clear:none;
	list-style:none;
	display:block;
	padding: 0 2em;
}
#list {
	font-family: Helvetica, Arial, sans-serif;
	color: #96763A;
	font-weight: normal;
	font-size: 2.5em;
	display: block;
	text-align: center;
	font-size: 1.5em;
	padding: 1em 3em;
	text-shadow: 0.05em .05em #413329;
	background-color:#FFFFFF;

}
#background {
	float:left;
	background:#fff;
	border-bottom-left-radius:1em;
	border-bottom-right-radius:1em;
	border-top-right-radius:1em;
	border-top-left-radius:1em;
	padding:1em;
	width:85.5%;
	margin: 5% 5.5%;
	/*padding:5%;
	margin: 5% 0;
	width:90%;*/
	height: auto;
	border-width:thin;
	border-color:#E49E2C;
	border-style:groove;
		opacity:.7;
}
.reasons {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	color:#19110D;
	font-weight:500;
}
#reasons {
	display: block;
	list-style-position: outside;
}
.external {
	clear: none;
	float: left;
	display: inline;
	list-style: none;
/*	padding: 1em 1.2em;*/
	color: #96763A;
	font-size: 1.2em;
	font-weight: 600;
	text-shadow: 0.07em 0.07em hsla(41,100%,93%,0.60);
	padding: 0.5em 3em 0.5em 3em;
}
.external a:link {
	text-decoration:none;
	color: #96763A;
}
.external a:visited{
	text-decoration:none;
	color: #96763A;
}
.external a:active{
	color: #FFF;
	font-weight: 600;
	text-decoration:underline;
}
#contact-form {
	float:left;
	background:#fff;
	border-bottom-left-radius:1em;
	border-bottom-right-radius:1em;
	border-top-right-radius:1em;
	border-top-left-radius:1em;
	opacity:.8;
	border-width:thin;
	border-color:#E49E2C;
	border-style:groove;
	height: auto;
	padding:1em;
	width:85.5%;
	margin: 0 5.5% 5%;
	/*padding:2.5% 5%;
	width:90%;
	margin-bottom: 2%;*/
}
#form1 {
	width: 90%;
	padding:2.5%;
	margin:1em;
}
.label {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.footer_link {
	text-decoration:none;
	margin: 1.0em 2em;
/*	margin-top: 1.0em;
	margin-bottom:1.0em;*/
	clear:both;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.75em;
}
#thankyou {
	float:left;
	background:#fff;
	border-bottom-left-radius:1em;
	border-bottom-right-radius:1em;
	border-top-right-radius:1em;
	border-top-left-radius:1em;
	/*padding:5%;
	width:90%;*/
	padding:1em;
	width:82.5%;
	margin: 0 5.5% 5%;
	height: auto;
	font-size:2em;
	font:source-sans-pro, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: 0.03em .03em #413329;
	font-style:italic;
	clear:both;
	text-align:center;
	color:#E49E2C;
	border-width:thin;
	border-color:#E49E2C;
	border-style:groove;
}
}
