@charset "UTF-8";
/* Simple fluid media
*/
img, object, embed, video {
	max-width: 100%;
}



/**General**/

header {
	font-family: "Erode-Medium", Cochin, serif;
	font-size: 22px;
	color: #ff6c00;
	text-align: center;
	background-color: #9c4302;
	margin-top: 0px;
	margin-left: 0px !important; 
	 display: block;

	
}

body {
	font-family: "Erode-Regular", Cochin, serif;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 1.4;
	background-color: #ff6c00;
	margin-top: 0px;
	margin-left: 0px;
	 display: block;
}

a {
	font-size: 20px;
	color: #FFE900;
	border: none;
}
a:visited {
	color: #FFE900;
	text-decoration: none;
	border: none;
}
a:hover {
	color: #FFE900;
	text-decoration: underline;
	border: none;
}
a:active {
	color: #FFE900;
	text-decoration: none;
	border: none;
}
a:link {
	color: #FFE900;
	text-decoration: none;
	border: none;
}


/**Slideshow**/
.cycle-slideshow {  
max-width:100%;   
}  
.cycle-slideshow img {max-width:100%}  





/**
* embedded fonts here:
*/

@font-face {
  font-family: 'Erode-Variable';
  src: url('fonts/Erode-Variable.woff2') format('woff2'),
       url('fonts/Erode-Variable.woff') format('woff'),
       url('fonts/Erode-Variable.ttf') format('truetype');
       font-weight: 300 700;
       font-display: swap;
       font-style: normal;
}

@font-face {
  font-family: 'Erode-VariableItalic';
  src: url('fonts/Erode-VariableItalic.woff2') format('woff2'),
       url('fonts/Erode-VariableItalic.woff') format('woff'),
       url('fonts/Erode-VariableItalic.ttf') format('truetype');
       font-weight: 300 700;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'Erode-Light';
  src: url('fonts/Erode-Light.woff2') format('woff2'),
       url('fonts/Erode-Light.woff') format('woff'),
       url('fonts/Erode-Light.ttf') format('truetype');
       font-weight: 300;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Erode-LightItalic';
  src: url('fonts/Erode-LightItalic.woff2') format('woff2'),
       url('fonts/Erode-LightItalic.woff') format('woff'),
       url('fonts/Erode-LightItalic.ttf') format('truetype');
       font-weight: 300;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'Erode-Regular';
  src: url('fonts/Erode-Regular.woff2') format('woff2'),
       url('fonts/Erode-Regular.woff') format('woff'),
       url('fonts/Erode-Regular.ttf') format('truetype');
       font-weight: 400;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Erode-Italic';
  src: url('fonts/Erode-Italic.woff2') format('woff2'),
       url('fonts/Erode-Italic.woff') format('woff'),
       url('fonts/Erode-Italic.ttf') format('truetype');
       font-weight: 400;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'Erode-Medium';
  src: url('fonts/Erode-Medium.woff2') format('woff2'),
       url('fonts/Erode-Medium.woff') format('woff'),
       url('fonts/Erode-Medium.ttf') format('truetype');
       font-weight: 500;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Erode-MediumItalic';
  src: url('fonts/Erode-MediumItalic.woff2') format('woff2'),
       url('fonts/Erode-MediumItalic.woff') format('woff'),
       url('fonts/Erode-MediumItalic.ttf') format('truetype');
       font-weight: 500;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'Erode-Semibold';
  src: url('fonts/Erode-Semibold.woff2') format('woff2'),
       url('fonts/Erode-Semibold.woff') format('woff'),
       url('fonts/Erode-Semibold.ttf') format('truetype');
       font-weight: 600;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Erode-SemiboldItalic';
  src: url('fonts/Erode-SemiboldItalic.woff2') format('woff2'),
       url('fonts/Erode-SemiboldItalic.woff') format('woff'),
       url('fonts/Erode-SemiboldItalic.ttf') format('truetype');
       font-weight: 600;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'Erode-Bold';
  src: url('fonts/Erode-Bold.woff2') format('woff2'),
       url('fonts/Erode-Bold.woff') format('woff'),
       url('fonts/Erode-Bold.ttf') format('truetype');
       font-weight: 700;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'Erode-BoldItalic';
  src: url('fonts/Erode-BoldItalic.woff2') format('woff2'),
       url('fonts/Erode-BoldItalic.woff') format('woff'),
       url('fonts/Erode-BoldItalic.ttf') format('truetype');
       font-weight: 700;
       font-display: swap;
       font-style: italic;
}










/* 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;
	
	
*/

.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: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
#div1 {
}
.header {
}
.nav_bar {
}
.nav_list {
}
.list_item1 {
}
.footer {
}
.column1 {
width: 100%;
position: static;
height: auto;
margin-left: 0;
clear: both;
}
.column2 {
width: 100%;
clear: both;
margin-left: 0;
}
.column3 {
width: 100%;
margin-left: 0;
clear: both;
}
.column_current2 {
width: 100%;
display: block;
position: static;
height: auto;
margin-left: 0;
}
.column_current3 {
width: 100%;
clear: both;
margin-left: 0;
}
.column_contact1 {
}
.column_record {
width: 100%;
clear: both;
margin-left: 0;
}
.column_record_split {
width: 100%;
clear: both;
margin-left: 0;
}
.column_record_small {
width: 100%;
clear: both;
margin-left: 0;
}
.container_slideshow {
width: 100%;
margin-left: 0;
}
.column_current1 {
width: 100%;
margin-left: 0;
}
.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;
}
#div1 {
}
.header {
}
.nav_bar {
}
.nav_list {
}
.list_item1 {
}
.footer {
}
.column1 {
width: 48.7179%;
position: static;
height: auto;
margin-left: 2.5641%;
clear: none;
}
.column2 {
width: 35.8974%;
margin-left: 0;
clear: both;
}
.column3 {
width: 100%;
clear: both;
margin-left: 0;
}
.column_current2 {
width: 35.8974%;
display: block;
position: static;
height: auto;
margin-left: 0;
}
.column_current3 {
width: 61.5384%;
clear: none;
margin-left: 2.5641%;
}
.column_contact1 {
}
.column_record {
width: 100%;
clear: both;
margin-left: 0;
}
.column_record_split {
width: 100%;
clear: both;
margin-left: 0;
}
.column_record_small {
width: 48.7179%;
clear: both;
margin-left: 0;
}
.container_slideshow {
width: 100%;
margin-left: 0;
}
.column_current1 {
width: 100%;
margin-left: 0;
}
.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: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
.header {
}
.nav_bar {
}
.nav_list {
}
.list_item1 {
}
.footer {
}
.column1 {
width: 32.2033%;
margin-left: 1.6949%;
position: static;
height: auto;
clear: none;
}
.column2 {
width: 23.7288%;
clear: both;
margin-left: 0;
}
.column3 {
width: 66.1016%;
clear: none;
margin-left: 1.6949%;
}
.column_current2 {
width: 23.7288%;
margin-left: 0;
position: static;
height: auto;
}
.column_current3 {
width: 74.5762%;
margin-left: 1.6949%;
clear: none;
}
.column_contact1 {
}
.column_record {
width: 74.5762%;
margin-left: 0;
clear: both;
}
.column_record_split {
width: 49.1525%;
margin-left: 1.6949%;
clear: none;
}
.column_record_small {
width: 23.7288%;
margin-left: 0;
clear: both;
}
.container_slideshow {
width: 83.0508%;
margin-left: 8.4745%;
}
.column_current1 {
width: 74.5762%;
margin-left: 25.4237%;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
