@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: 100%;
	padding-left: 0%;
	padding-right: 0%;
	clear: none;
	float: none;
		background-color:#44515d;
}
body{background-color:#44515d;

}
#div1 {
}
/*MOBILE PHONE SETTINGS*/
h1 {font-family:"Helvetica, Arial, Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", " sans-serif,";
	font-size:2.5em;
	color:#681d1a;
	
}
h2{
	font-family:"Helvetica, Arial, Gill Sans", Helvetica, Arial, sans-serif;
	color:#fff;	
	font-size:1.0em;
	line-height:1.2em;
	
}

h3{
	font-family:"Helvetica, Arial, Gill Sans", Helvetica, Arial, sans-serif;
	color:#fff;	
	font-size:1.0em;
	line-height:1.2em;
	
}


h4{
	font-family:"Helvetica, Arial, Gill Sans", Helvetica, Arial, sans-serif;
	color:#fff;	
	font-size:0.8em;
	line-height:1.2em;
	
}


.dotcopy{
	max-width: 900px;
	font-family:"Helvetica, Arial", Helvetica, Arial, sans-serif;
	font-style: normal;
	color:#fff;	
	font-size:0.8em;
	line-height:1.5em;
	
}

.TSdothead{
	max-width: 900px;
	font-family:"Helvetica, Arial", Helvetica, Arial, sans-serif;
	 text-transform: uppercase;
	 font-style: normal;
	 font-stretch: extra-condensed;
	  font-weight: bold;
	color:#fff;	
	font-size:2.0em;
	line-height:1.5em;
}

.TSdotcopy{
	max-width: 900px;
	font-family:"Helvetica, Arial", Helvetica, Arial, sans-serif;
	font-style: normal;
	color:#fff;	
	font-size:1.0em;
	line-height:1.5em;
}

.TStextbox{
	max-width:1000px;
}


.dotcopy{
	max-width: 900px;
	font-family:"Helvetica, Arial", Helvetica, Arial, sans-serif;
	font-style: normal;
	color:#fff;	
	font-size:0.8em;
	line-height:1.5em;
}

.Mobiledothead{
	
	font-family:"Helvetica, Arial", Helvetica, Arial, sans-serif;
	 text-transform: uppercase;
	 font-style: normal;
	 font-weight: bold;
	 font-stretch: extra-condensed;
	color:#fff;	
	font-size:1.em;
	line-height:1.0em;	
}

.Mobiledotcopy{

	font-family:"Helvetica, Arial", Helvetica, Arial, sans-serif;
	font-style: normal;
	color:#fff;	
	font-size:0.6em;
	line-height:1.0em;
}

.Mobiletextbox{
	max-width:950px;
}

.audiobarconstraint{
	max-width:1010px;
}


a:link {	
	text-decoration:none;
	list-style:none;
	color:#f37121;
}
a:hover {
	color: #ff4e00;
	}
a:visited, #nav ul li a:active {
	color: #f37121;
}
	
.list a{
	font-family:"Helvetica, Arial, Gill Sans", Helvetica, Arial, sans-serif;
	text-decoration:none;
	list-style:none;
	font-size:1.2em;
	line-height:2em;
	color:#000;
}

.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

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

	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;

*/

@media only screen and (min-width: 481px) {
h2{
	font-size:1.3em;
	line-height:1.6em;
}
h3{
	
	font-size:1.0em;
	line-height:1.3em;
}
.gridContainer {
	width: 100%;
	padding-left: 0%;
	padding-right: 0%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
h1 {
}
.list {
}

.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. 
width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;

*/

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

.gridContainer {
	width: 100%;
	max-width: 1010px;
	padding-left: 0%;
	padding-right: 0%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
h1 {
}
.list {
}

.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}