@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 {
	text-align: center;
	/* [disabled]width: 790px; */
	float: none;
}

/* 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: 500px;
	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: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
#div1 {
}
#header {
	width: 1000px;
}
#emailTom {
}
.redLineVertical {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* 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;
}
#emailTom {
}
.redLineVertical {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* 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: 1000px;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
	color: #EAEAEA;
	text-align: center;
}

#contentTOP {
	width: 790px;
	margin-left: auto;
}
#columnLeft {
	width: 480px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#columnRight {
	width: 100%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#body {
}
#pic {
	float: right;
}
#copy {
	float: left;
	clear: left;
	overflow-x: scroll;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	width: 990px;
}
#title {
	font-family: viga;
	font-style: normal;
	font-weight: 400;
	color: #95272E;
	font-size: 24pt;
	width: 500px;
}
.text {
	width: 500px;
	font-family: viga;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	color: #95272E;
}
#text {
	width: 500px;
	color: #7F8F3C;
	font-family: viga;
	font-style: normal;
	font-weight: 400;
	font-size: 18pt;
}
#title2 {
	font-family: lato;
	font-style: normal;
	font-weight: 400;
	width: 500px;
}
.copy {
	color: #5d676a;
	font-family: lato;
	font-style: normal;
	font-weight: 300;
	font-size: 13pt;
	width: 500px;
	padding-top: 10px;
}
.headline {
	width: 75%;
	color: #95272E;
	font-family: league-gothic;
	font-style: normal;
	font-weight: 400;
	font-size: 26pt;
	line-height: 40px;
}
.columnLeft {
	width: 498px;
}
.columnRight {
	width: 498px;
	float: right;
	left: 500px;
}
.footer {
	width: 2000px;
	height: 50px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-family: lato;
	font-style: normal;
	font-weight: 300;
	color: #FFFFFF;
	font-size: 12pt;
	line-height: 35pt;
	margin-left: -500px;
	background-position: center 0%;
	background-color: #333333;
	-webkit-box-shadow: inset 0px 0px;
	box-shadow: inset 0px 0px;
	text-align: center;
	border-top-color: #95272E;
	border-width: 3px;
	border-top-style: solid;
	margin-top: 30px;
}
.titleGreen {
	line-height: 24pt;
	width: 500px;
	font-family: league-gothic;
	font-style: normal;
	font-weight: 400;
	font-size: 20pt;
}
.titleGray {
	line-height: 25%;
	font-family: lato;
	font-style: normal;
	font-weight: 700;
	font-size: 20pt;
}
.p>Lato {
}
#basicCopy {
	width: 500px;
	color: #5d676a;
	font-family: lato;
	font-style: normal;
	font-weight: 300;
	font-size: 12pt;
	text-indent: 10px;
}
.redLineVertical {
	width: 3px;
	background-color: #95272E;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
.Centered {
	position: absolute;
	left: auto;
	right: auto;
	vertical-align: middle;
	text-align: center;
}
