@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.centered {
    display: block;
    margin-left: auto;
    margin-right: auto; 
}

img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
table, th, td {
   border: 1px solid white;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
*/

body {
    background-color: #DADADA !important;
	margin: 0;
	padding: 0;
    
    font-family: Arial, Helvetica, sans-serif !important;
	font-size: .9em;
	line-height: 1.4em;
}
.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}
.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* ------------------- DIVIDER ------------------- */

/* Mobile Layout: 340px and below. */
  
.gridContainer {
    background-color: #ffffff;
	width: 320px;
	margin: 0 auto;
	clear: none;
	float: none;
	margin-left: auto;
	box-shadow: rgba(0,0,0,0.25) 0px 1px 30px;
 	-webkit-box-shadow: rgba(0,0,0,0.25) 0px 1px 30px;
 	-moz-box-shadow: rgba(0,0,0,0.25) 0px 1px 30px;
    outline: none;
}
.fluid {
}

#header { display: none; }
#headerMobile {
    width: 320px;
    height: 100%;
    display: block;
}

#navigation { display: none; }
#navigationTablet { display: none; }
#navigationMobile {
	width: 280px;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
	clear: right;
	display: block;
}

#homeMobile { 
    width: 100%;
    float: left;
    clear: both;
    overflow: hidden;
    display: block;
}
#home { display: none; }
#homeTablet { display: none; }

#columns {
	background-color: #ffffff;
	width: 280px;
	padding: 20px 20px 0px 20px;
	margin: 0px 20px 0px 0px;
	float: left;
	overflow: hidden;
}
#left {
	width: 100%;
	height: 100%;
	float: left;
	clear: both;
	overflow: hidden;
    display: block;
}
#right {
	width: 100%;
	padding: 10px 0px 0px 0px;
	float: left;
	clear: both;
	overflow: hidden;
}

#footer {
    background-color: #95312f;
    border-top: solid 1px #ffffff;
	width: 280px;
	padding: 20px 20px 15px 20px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 9px;
	letter-spacing: 0px;
	line-height: 13px;
	text-align: center;
} 

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

/* end mobile media query */

/* ------------------- DIVIDER ------------------- */

/* begin tablet: 301px to 600px, inherits styles from mobile */

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

.gridContainer {
    background-color: #ffffff;
	width: 700px;
	margin: 15px auto;
	clear: none;
	float: none;
    border: solid 1px #ffffff;
    box-shadow: rgba(0,0,0,0.25) 0px 1px 30px;
 	-webkit-box-shadow: rgba(0,0,0,0.25) 0px 1px 30px;
 	-moz-box-shadow: rgba(0,0,0,0.25) 0px 1px 30px;
}
.fluid {
}
    
#header {
    background-color: #ffffff;
    width: 700px;
    display: block;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
#headerMobile { display: none; }
    
#navigationTablet {
    background-color: #95312f;
    padding: 0px;
	display: block;
}
#navigation { display: none; }
#navigationMobile { display: none; }
    
#homeTablet { 
    width: 100%;
    float: left;
    clear: both;
    overflow: hidden;
    display: block;
}
#homeMobile { display: none; }
#home { display: none; }
       
#columns {
	background-color: #ffffff;
	width: 660px;
	padding: 0px 20px 10px 20px;
	margin: 15px 0px 0px 0px;
	float: left;
	overflow: hidden;
}
#left {
	width: 63%;
	height: 100%;
    padding: 0px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
	float: left;
	clear: left;
	overflow: hidden;
	display: block;
}
#right {
	width: 33%;
	min-height: 300px;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: right;
	clear: right;
	overflow: hidden;
	display: block;
}  
    
#footer {
    background-color: #95312f;
    border-top: solid 1px #ffffff;
	width: 660px;
	padding: 20px 20px 20px 20px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	letter-spacing: 0px;
	line-height: 18px;
	text-align: center;
}
    
.zeroMargin_mobile { margin-left: 0; }
.hide_tablet { display: none; }

} /* end tablet media query */

/* ------------------- DIVIDER ------------------- */

/* begin desktop: 701px to a max of 1000px, inherits styles from mobile and tablet */

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

.gridContainer {
    background-color: #ffffff;
	width: 996px;
	margin: 20px auto;
	clear: none;
	float: none;
    border: solid 1px #ffffff;
	box-shadow: rgba(0,0,0,0.25) 0px 1px 30px;
 	-webkit-box-shadow: rgba(0,0,0,0.25) 0px 1px 30px;
 	-moz-box-shadow: rgba(0,0,0,0.25) 0px 1px 30px;
}
.fluid {
}
#header {
    background-color: #ffffff;
    width: 996px;
    display: block;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
#headerMobile { display: none; }

#navigation {
    background-color: #95312f;
    padding: 0px;
	display: block;
}
#navigationMobile { display: none; }
#navigationTablet { display: none; }
    
#home { 
    width: 100%;
    float: left;
    clear: both;
    overflow: hidden;
    display: block;
}
#homeMobile { display: none; }
#homeTablet { display: none; }
    
#columns {
	background-color: #ffffff;
	width: 936px;
	padding: 25px 30px 10px 30px;
	margin: 0px 0px 0px 0px;
	float: left;
	overflow: hidden;
}
#left {
	width: 65%;
	height: 100%;
    padding: 15px 0px 0px 20px;
	margin: 0px 10px 0px 0px;
	float: left;
	clear: left;
	overflow: hidden;
	display: block;
}

#right {
	width: 28.5%;
	min-height: 300px;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: right;
	clear: right;
	overflow: hidden;
	display: block;
}
    
#footer {
    background-color: #95312f;
    border-top: solid 1px #ffffff;
	width: 936px;
	padding: 20px 30px 20px 30px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	letter-spacing: 0px;
	line-height: 18px;
	text-align: center;
}
    
.zeroMargin_mobile { margin-left: 0; }
.hide_desktop { display: none; }

} /* end desktop media query */

/* ------------------- DIVIDER ------------------- */

#clear { clear: both; }

#spacer_10 { height: 10px; clear: right; }
#spacer_20 { height: 20px; clear: right; }
#spacer_30 { height: 30px; clear: right; }

#middle { 
	background-color: #ffffff;
	height: 100%;
	overflow: auto;
	padding: 30px 30px 25px 30px;
	overflow: hidden;
}
#placeholder { 
    width: 100%;
    float: left;
    clear: both;
    overflow: hidden;
}
#newsletter { 
    background: linear-gradient(#95312f, #ab44a9); /* Standard syntax */
	background: -webkit-linear-gradient(#95312f, #ab44a9); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#95312f, #ab44a9); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#95312f, #ab44a9); /* For Firefox 3.6 to 15 */
    width: 100%;
    padding: 20px 20px 10px 20px;
    float: left;
    clear: both;
    overflow: hidden;
}

/* purple=#95312f  light-purple=#ab44a9  blue=#335487  fade-grey=#eaeaea */

