@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:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	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/
*/

/* Mobile Layout: 480px and below. */

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 42%;
	display: block;
	background-color: #dcddde;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 4%;
}
#LayoutDiv2 {
	clear: both;
	float: right;
	width: 53%;
	display: block;
	height: 12px;
	background-color: #eceded;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: -42px;
	padding-left: 10px;
}
#logo {
	clear: both;
	float: left;
	margin-left: 0%;
	width: 300px;
	display: block;
	padding-left: 15%;
	padding-top: 5px;
	background-color: #fff;
}
#header {
	clear: both;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6e6f71;
	margin-top: 0px;
	margin-right: 0%;
	padding-left: 19%;
	background-color: #fff;
	height: 28px;
	padding-top: 7px;
	padding-bottom: 7px;
}
#bodybkgnd {
	clear: none;
	float: left;
	margin-left: 0;
	display: block;
	background-image: url(images/temp-bkgnd-phone.jpg);
	background-size: cover;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 1px;
}
#bodyheadline {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 23px;
	font-weight: lighter;
	text-decoration: none;
	text-align: center;
	padding-top: 20px;
	letter-spacing: 1px;
	padding-bottom: 10px;
	text-shadow: 1px 1px 2px #000;
	line-height: 30px;
}
#bodysubhead {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: lighter;
	color: #FFF;
	text-align: center;
	letter-spacing: 0.5px;
	text-shadow: 1px 1px 2px #000;
	margin-top: 20px;
}
#list1 {
	clear: both;
	float: left;
	margin-left: 0%;
	width: 50%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: lighter;
	line-height: 20px;
	text-decoration: none;
	text-align: left;
	margin-top: 20px;
	padding-left: 35%;
}
#list2 {
	clear: both;
	float: left;
	margin-left: 0%;
	width: 50%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: lighter;
	line-height: 20px;
	text-decoration: none;
	text-align: left;
	margin-top: 0px;
	padding-left: 35%;
}
#memphis {
	clear: both;
	float: left;
	margin-left: 0%;
	width: 50%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: lighter;
	line-height: 21px;
	text-decoration: none;
	text-align: left;
	margin-top: 20px;
	padding-left: 30%;
}
#Jackson {
	clear: both;
	float: left;
	margin-left: 0%;
	width: 50%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: lighter;
	line-height: 21px;
	text-decoration: none;
	text-align: left;
	margin-top: 20px;
	padding-left: 30%;
}
#email {
	clear: both;
	float: left;
	margin-left: -15%;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: lighter;
	color: #FFF;
	text-align: center;
	letter-spacing: 0.5px;
	text-shadow: 1px 1px 2px #000;
	margin-top: 10px;
}

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

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 100%;
	max-width: 769px;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 50%;
	display: block;
	background-color: dcddde;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2%;
}
#LayoutDiv2 {
	clear: both;
	float: right;
	width: 48%;
	display: block;
	height: 12px;
	background-color: #eceded;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: -42px;
	padding-left: 14px;
}
#logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-left: 6%;
	padding-top: 5px;
	background-color: #fff;
}
#header {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6e6f71;
	margin-top: 0px;
	padding-left: 7%;
	background-color: #fff;
	height: 28px;
	padding-top: 7px;
}
#bodybkgnd {
	clear: none;
	float: left;
	margin-left: 0;
	display: block;
	background-image: url(images/temp-bkgnd-tab.jpg);
	background-size: cover;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 1px;
}
#bodyheadline {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 30px;
	font-weight: lighter;
	text-decoration: none;
	text-align: center;
	padding-top: 40px;
	letter-spacing: 1px;
	padding-bottom: 10px;
	text-shadow: 1px 1px 2px #000;
	line-height: 40px;
}
#bodysubhead {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-style: italic;
	font-weight: lighter;
	color: #FFF;
	text-align: center;
	letter-spacing: 0.5px;
	text-shadow: 1px 1px 2px #000;
	margin-top: 20px;
}
#list1 {
	clear: both;
	float: left;
	margin-left: 0%;
	width: 50%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: lighter;
	line-height: 20px;
	text-decoration: none;
	text-align: left;
	margin-top: 40px;
	padding-left: 25%;
}
#list2 {
	clear: both;
	float: right;
	margin-left: 10%;
	width: 48%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: lighter;
	line-height: 20px;
	text-decoration: none;
	text-align: left;
	margin-top: -82px;
}
#memphis {
	clear: both;
	float: left;
	margin-left: 0%;
	width: 50%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
	font-weight: lighter;
	line-height: 21px;
	text-decoration: none;
	text-align: left;
	margin-top: 50px;
	padding-left: 10%;
}
#Jackson {
	clear: both;
	float: right;
	margin-left: 15%;
	width: 45%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
	font-weight: lighter;
	line-height: 21px;
	text-decoration: none;
	text-align: left;
	margin-top: -85px;
}
#email {
	clear: both;
	float: left;
	margin-left: -65%;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: lighter;
	color: #FFF;
	text-align: center;
	letter-spacing: 0.5px;
	text-shadow: 1px 1px 2px #000;
	margin-top: 10px;
}
}

/* 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: 100%;
	max-width: 1920px;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 58%;
	display: block;
	background-color: dcddde;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10%;
}
#LayoutDiv2 {
	clear: both;
	float: right;
	width: 38%;
	display: block;
	height: 12px;
	background-color: #eceded;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: -42px;
	padding-left: 10px;
}
#logo {
	clear: both;
	float: left;
	margin-left: 0;
	width: 30%;
	display: block;
	padding-left: 9%;
	padding-top: 5px;
	background-color: #fff;
}
#header {
	clear: none;
	float: right;
	margin-left: 0%;
	width: 60%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6e6f71;
	margin-top: 0px;
	padding-left: 10px;
	background-color: #fff;
	height: 28px;
	padding-top: 77px;
}
#bodybkgnd {
	clear: none;
	float: left;
	margin-left: 0;
	display: block;
	background-image: url(images/temp-bkgnd3.jpg);
	background-size: cover;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
}
#bodyheadline {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 40px;
	font-weight: lighter;
	text-decoration: none;
	text-align: center;
	padding-top: 80px;
	letter-spacing: 1px;
	padding-bottom: 10px;
	text-shadow: 1px 1px 2px #000;
	line-height: 50px;
}
#bodysubhead {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-style: italic;
	font-weight: lighter;
	color: #FFF;
	text-align: center;
	letter-spacing: 0.5px;
	text-shadow: 1px 1px 2px #000;
	margin-top: 40px;
}
#list1 {
	clear: both;
	float: left;
	margin-left: 0%;
	width: 50%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
	font-weight: lighter;
	line-height: 22px;
	text-decoration: none;
	text-align: left;
	margin-top: 50px;
	padding-left: 36%;
}
#list2 {
	clear: both;
	float: right;
	margin-left: 10%;
	width: 48%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
	font-weight: lighter;
	line-height: 22px;
	text-decoration: none;
	text-align: left;
	margin-top: -88px;
}
#memphis {
	clear: both;
	float: left;
	margin-left: 0%;
	width: 50%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #fff;
	font-weight: lighter;
	line-height: 23px;
	text-decoration: none;
	text-align: left;
	margin-top: 50px;
	padding-left: 30%;
}
#Jackson {
	clear: both;
	float: right;
	margin-left: 15%;
	width: 45%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #fff;
	font-weight: lighter;
	line-height: 23px;
	text-decoration: none;
	text-align: left;
	margin-top: -88px;
}
#email {
	clear: both;
	float: left;
	margin-left: -60%;
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: lighter;
	color: #FFF;
	text-align: center;
	letter-spacing: 0.5px;
	text-shadow: 1px 1px 2px #000;
	margin-top: 10px;
}
}
