@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%; }
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;
*/

html { height: 100% }

body {
    background-color: #501d02 !important;
    background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
.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.10) 0px 1px 30px;
 	-webkit-box-shadow: rgba(0,0,0,0.10) 0px 1px 30px;
 	-moz-box-shadow: rgba(0,0,0,0.10) 0px 1px 30px;
    outline: none;
	
	font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
	font-size: .85em;
	line-height: 1.45em;
    color: #000000;
}
.fluid { }

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

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

#columns_none {
    width: 100%;
    float: left;
    clear: both;
    overflow: hidden;
}

#columns_sidebar {
	background: linear-gradient(#ffffff, #ffffff); /* Standard syntax */
	background: -webkit-linear-gradient(#ffffff, #ffffff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffffff, #ffffff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffffff, #ffffff); /* For Firefox 3.6 to 15 */	
	width: 280px;
	padding: 10px 20px 10px 20px;
	margin: 0px 20px 0px 0px;
	float: left;
	overflow: hidden;
}
#left_sidebar {
	width: 100%;
	height: 100%;
	float: left;
	clear: both;
	overflow: hidden;
    display: block;
}
#right_sidebar {
	width: 100%;
	padding: 10px 0px 0px 0px;
	float: left;
	clear: both;
	overflow: hidden;
}

#footer {
    background-color: #690900;
    width: 300px;
	padding: 5px 10px 15px 10px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 10px;
	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;
    
	box-shadow: rgba(0,0,0,0.10) 0px 1px 30px;
 	-webkit-box-shadow: rgba(0,0,0,0.10) 0px 1px 30px;
 	-moz-box-shadow: rgba(0,0,0,0.10) 0px 1px 30px;
	
	font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
	font-size: .8em;
	line-height: 1.5em;
    color: #000000;
}
.fluid { }

    
#headerTablet {
    background-color: #ffffff;
    width: 700px;
    display: block;
}
#headerMobile { display: none; }
#header { display: none; }
    
#navigation {
    background-color: #d1d2d4;
	display: block;
}
#navigationMobile { display: none; }
	
#columns_none {
	width: 660px;
	padding: 20px 20px 20px 20px;
	margin: 0px 0px 0px 0px;
	float: left;
	overflow: hidden;
}
       
#columns_sidebar {
	background: linear-gradient(#ffffff, #ffffff); /* Standard syntax */
	background: -webkit-linear-gradient(#ffffff, #ffffff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffffff, #ffffff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffffff, #ffffff); /* For Firefox 3.6 to 15 */	
	width: 660px;
	padding: 20px 20px 20px 20px;
	margin: 0px 0px 0px 0px;
	float: left;
	overflow: hidden;
}
#left_sidebar {
	width: 440px;
    padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	clear: left;
	overflow: hidden;
	display: block;
}
#right_sidebar {
	width: 200px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: right;
	clear: right;
	overflow: hidden;
	display: block;
}
    
#footer {
    background-image: url("../images/main/footer_tablet.png");
	background-repeat: no-repeat;
	background-color: #690900;
    width: 700px;
	height: 36px;
	padding: 0px 0px 10px 0px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	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;
    
	box-shadow: rgba(0,0,0,0.10) 0px 1px 30px;
 	-webkit-box-shadow: rgba(0,0,0,0.10) 0px 1px 30px;
 	-moz-box-shadow: rgba(0,0,0,0.10) 0px 1px 30px;
	
	font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
	font-size: 1em;
	line-height: 1.6em;
    color: #000000;
}
.fluid { }

#header {
    background-color: #ffffff;
    width: 996px;
    display: block;
}
#headerTablet { display: none; }
#headerMobile { display: none; }
    
#navigation {
    display: block;
}
#navigationMobile { display: none; }  
	
#columns_none {
	width: 936px;
	padding: 30px 30px 30px 30px;
	margin: 0px 0px 0px 0px;
	float: left;
	overflow: hidden;
}
    
#columns_sidebar {
    background: linear-gradient(#ffffff, #ffffff); /* Standard syntax */
	background: -webkit-linear-gradient(#ffffff, #ffffff); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ffffff, #ffffff); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ffffff, #ffffff); /* For Firefox 3.6 to 15 */	
	width: 956px;
	padding: 20px 30px 30px 10px;
	margin: 0px 0px 0px 0px;
	float: left;
	overflow: hidden;
}
#left_sidebar {
	width: 600px;
    padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	float: left;
	clear: left;
	overflow: hidden;
	display: block;
}
#right_sidebar {
	width: 280px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: right;
	clear: right;
	overflow: hidden;
	display: block;
}
    
#footer {
    background-image: url("../images/main/footer.png");
	background-repeat: no-repeat;
	background-color: #690900;
	width: 996px;
	height: 50px;
	padding: 4px 0px 10px 0px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 14px;
	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; }

#placeholder { 
    width: 100%;
    float: left;
    clear: both;
    overflow: hidden;
}

#red_box { 
	background-color: #d82e1c;
	width: 210px;
	padding: 20px 20px 10px 20px;
	float: left;
}

/* maroon=#501e02  l.red=#d82e1c  d.red=#690900 */
