@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'TeXGyreScholaBold';
    src: url('../fonts/texgyreschola-bold-webfont.eot');
    src: url('../fonts/texgyreschola-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreschola-bold-webfont.woff') format('woff'),
         url('../fonts/texgyreschola-bold-webfont.ttf') format('truetype'),
         url('../fonts/texgyreschola-bold-webfont.svg#TeXGyreScholaBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TeXGyreScholaRegular';
    src: url('../fonts/texgyreschola-regular-webfont.eot');
    src: url('../fonts/texgyreschola-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreschola-regular-webfont.woff') format('woff'),
         url('../fonts/texgyreschola-regular-webfont.ttf') format('truetype'),
         url('../fonts/texgyreschola-regular-webfont.svg#TeXGyreScholaRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'TeXGyreHerosBold';
    src: url('../fonts/texgyreheros-bold-webfont.eot');
    src: url('../fonts/texgyreheros-bold-webfont.eot?iefix') format('eot'),
         url('../fonts/texgyreheros-bold-webfont.woff') format('woff'),
         url('../fonts/texgyreheros-bold-webfont.ttf') format('truetype'),
         url('../fonts/texgyreheros-bold-webfont.svg#webfontn4ITA6VL') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TeXGyreHerosRegular';
    src: url('../fonts/texgyreheros-regular-webfont.eot');
    src: url('../fonts/texgyreheros-regular-webfont.eot?iefix') format('eot'),
         url('../fonts/texgyreheros-regular-webfont.woff') format('woff'),
         url('../fonts/texgyreheros-regular-webfont.ttf') format('truetype'),
         url('../fonts/texgyreheros-regular-webfont.svg#webfontDcyM7yLx') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('../fonts/BebasNeue-webfont.eot');
    src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeue-webfont.woff') format('woff'),
         url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('../fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat-bold-webfont.eot');
    src: url('../fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-bold-webfont.woff') format('woff'),
         url('../fonts/montserrat-bold-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.eot');
    src: url('../fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff'),
         url('../fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'daysregular';
    src: url('../fonts/Days-webfont.eot');
    src: url('../fonts/Days-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Days-webfont.woff') format('woff'),
         url('../fonts/Days-webfont.ttf') format('truetype'),
         url('../fonts/Days-webfont.svg#daysregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ca_bnd_webbold';
    src: url('../fonts/cabndwebbold-webfont.eot');
    src: url('../fonts/cabndwebbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/cabndwebbold-webfont.woff') format('woff'),
         url('../fonts/cabndwebbold-webfont.ttf') format('truetype'),
         url('../fonts/cabndwebbold-webfont.svg#ca_bnd_webbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'GothamRegular';
    src: url('../fonts/gotham-black-webfont.eot');
    src: url('../fonts/gotham-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gotham-black-webfont.woff') format('woff'),
         url('../fonts/gotham-black-webfont.ttf') format('truetype'),
         url('../fonts/gotham-black-webfont.svg#GothamRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Reset Styles */

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	vertical-align: baseline;
	text-decoration: none;
	font-weight: normal;
	font-size: 1em;
}

body {
	background-image: url('../images/pattern.jpg');
	background-repeat: repeat;
}
h1 {
	font-family: TeXGyreScholaBold, "Times New Roman Bold", serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bolder;
	letter-spacing: 0.20em;
	color:#093504;
}

#navbar-right ul {
	list-style-type: none;
	margin: 0;
	padding:0;
	font-family: daysregular, "Helvetica Neue", sans-serif;
	font-weight: normal;
	font-size: .97em;
	letter-spacing: .35em;
}

#navbar-right ul li {
	float:left;
	margin-left: 20px;
}
#navbar-right ul li a:link {
	display:block;
	width:80px;
	color: #cccccc;
}
#navbar-right ul li.w a:link {
	color: #ba1719;
	margin-left:2px;
}
#navbar-right ul li.w a:visited {
	color: #ba1719;
}
#navbar-right ul li.w a:hover {
	color: #ff0000;
}
#navbar-right ul li.w a:active {
	color: #cb9a06;
}
#navbar-right ul li.x a:link {
	color: #c4c4c4;
	margin-left: 7px;
}
#navbar-right ul li.x a:visited {
	color: #c4c4c4;
}
#navbar-right ul li.x a:hover {
	color: #ff0000;
}
#navbar-right ul li.x a:active {
	color: #cb9a06;
}
#navbar-right ul li.y a:link {
	color: #c4c4c4;
	margin-left: -14px;
}
#navbar-right ul li.y a:visited {
	color: #c4c4c4;
}
#navbar-right ul li.y a:hover {
	color: #ff0000;
}
#navbar-right ul li.y a:active {
	color: #cb9a06;
}
#navbar-right ul li.z a:link {
	color: #c4c4c4;
	margin-left: 7px;
}
#navbar-right ul li.z a:visited {
	color: #c4c4c4;
}
#navbar-right ul li.z a:hover {
	color: #ff0000;
}
#navbar-right ul li.z a:active {
	color: #cb9a06;
}
table {
	width: 90px;
	height: 80px;
	background: #d9d7d0;       /*#eeeeee;      /*#f4f3ec;*/
}
#table-box {
	width: 90px;
	height: 240px;
	border-style: solid;
	border-width: 8px;
	border-color: #d9d7d0;
	padding-top: 10px;
	margin-left: 23px;
	background: #d9d7d0;        /*#eeeeee;      /*#f4f3ec;*/
}
th {
}
td {
	text-align: center;
	padding-top: 6px;
	font-family: montserratbold, "Helvetica Neue", sans-serif;
	font-size: .75em;
	font-weight: bolder;
	letter-spacing: .08em;
}

td.b a {
	color: #666666;
}
td.b a:hover {
	color: #f50560;
}
td.b a:active {
	color: #cb9a06;
}
td.c a {
	color: #666666;
}
td.c a:hover {
	color: #76cb06;  /*#80bd28;*/
}
td.c a:active {
	color: #cb9a06;  /*#80bd28;*/
}
td.d a {
	color: #666666;
}
td.d a:hover {
	color: #02c2d9;
}
td.d a:active {
	color: #cb9a06;
}

#main-container {
	margin-left: auto;
	margin-right: auto;
}
#container {
	min-height: 100px;
	width: 750px;
	background: #e9e6d8;
	margin-left: auto;
	margin-right: auto;
	margin-top: 65px;
	padding-bottom: 0px;
}
#header {
	width: 750px;
	height: 140px;
	padding-top: 10px;
	background: #789e31; 
}
#logo-holder {
	height: 117px;
	width: 400px;
	float: left;
	margin-top: 0px;
	margin-left: 27px;
	padding-top: 18px;
}
#logo {
	width: 95px;
	height: 95px;
	float: left;
	background-image: url('../images/logo-only.png');
	background-repeat: no-repeat;
}
#t-holder {
	height: 30px;
	width: 300px;
	float: left;
	padding-top: 0px;
	margin-left: -21px;
	margin-top: 34px;
	color: #000000;
}
#header-contact {
	width: 290px;
	height: 47px;
	padding-top: 13px;
	margin-top: 80px;
	margin-right: 15px;
	float: right;
}
#navbar-container {
	width: 750px;
	height: 25px;
}
#navbar-left {
	width: 150px;
	height: 25px;
	float: left;
	background: #e9e6d8;
}
#navbar-right {
	width: 585px;
	height: 28px;
	float: right;
	text-align: left;
	padding-top: 7px;
	padding-left: 15px;
	color: #ffffff;
	background: #000000;
}
#lower-container {

}
#lower-left {
	width: 150px;
	min-height: 250px;
	background: #e9e6d8; /*e9e6d8*/
	padding-top: 80px;
	float: left;
}
/*ul.a {
	list-style-type: none;
	margin-left: 20px;
	padding:0;
	font-size: .87em;
	text-align: center;
	letter-spacing: .1em;
	line-height: 260%;
}*/
#lower-right {
	width: 600px;
	min-height: 464px;
	background: #dddddd;
	float: right;
	padding-bottom: 20px;
}
.thumb-container {
	width: 140px;
	height: 140px;
	float: left;
	margin-left: 8px;
	margin-top: 8px;
	background: #cccccc;
}
#home-image-container {
	width: 584px;
	height: 436px;
	float: left;
	margin-left: 8px;
	margin-top: 8px;
	background: #cccccc;
}
#footer {
	width: 750px;
	height: 40px;
	padding-top: 20px;
	background: #000000;
}
#copyright {
	width: 500px;
	height: 20px;
	margin-left:125px;
	text-align: center;
	color: #bbbbbb;
	font-family: montserratbold, "Helvetica Neue", sans-serif;
	font-size: .7em;
	letter-spacing: 1.5px;
}

#about-container {
	width: 584px;
	height: 436px;
	float: left;
	margin-left: 8px;
	margin-top: 8px;
}

p.about {
	text-align: left;
	padding-top: 40px;
	margin-left: 20px;
	margin-right: 30px;
	font-family: montserratregular, "Helvetica Neue", sans-serif;
	font-size: 1.1em;
	font-weight: bolder;
	letter-spacing: 0em;
	color: #505050;
	line-height: 1.4em;	
}


.header-info {
	text-align: right;
	color:#093504;
	font-family: montserratbold, "Helvetica Neue", sans-serif;
	font-size: .8em;
	letter-spacing: 1.5px;
}
.spacer {
	clear: both;
}
.page-identity {
	color: #069ccb;
}
/*slideshow Image*/
.slideshow { 
	height: 584px; 
	width: 436px; 
	/*margin: auto*/ 
}
.slideshow img { 
}

