@charset "utf-8";

/* *******************************
CSS for bent corners and shadow 
********************************** */

/* ----------------------------------------------
	COLOR CHART
	Top of page: #000000
	Navigation: #
	Body: #302b22
	Container: #fbe9d0
	Footer: #474559
------------------------------------------------ */


/* Global RESET --------------------------------------------------------------------------------------------------------- */

html, body, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, img, hr, table, td, tr {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;  
}

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

}

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

}

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

}

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

}

body  {
	font-size: 75% ;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background: #302b22 url(../images/backgrounds/BKG_main3.jpg)center top no-repeat;
}

a,
a:link,
a:visited,
a:active {
	color: #2c2b32;
	text-decoration: none;
}

a:hover {
	color: #43424c;
	text-decoration: underline;
}

.alignleft, .left {
	float: left;
	margin-right: 15px;
}

.alignright, .right {
	float: right;
	margin-left: 15px;
}

blockquote {
	font-size: 14px;
	font-style: normal;
	padding: 0px 30px 0px 20px;
	line-height: 130%;
	margin: 10px 0px;
}

blockquote p {
	margin: 0;
	padding: 0;
}

.clear {
	clear:both;
}

h1 {
	color: #000000;
	font-weight: normal;
	font-size: 30px;
	margin-bottom: 19px;
	padding: 0px;
	text-shadow:0px 0px 0px #202020;
}

h2 {
	font-weight: normal;
	font-family: 'SansationLight', Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000000;
	margin-bottom: 8px;
	padding: 0px;
	text-shadow:1px 1px 3px #131313;
}

h3 {
	font-weight: normal;
	font-family: 'UbuntuCondensedRegular', Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #000000;
	margin-bottom: 25px;
	padding: 0px;
	text-shadow:0px 0px 0px #202020;
}

h4 {
	font-weight: normal;
	font-family: 'UbuntuCondensedRegular', Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	margin-bottom: 10px;
	padding: 0px;
	text-shadow:0px 0px 0px #202020;
}


h5 {
	font-weight: bold;
	font-size: 22px;
	color:#000000;
	margin-bottom: 8px;
	padding: 0px;
}

h6 {
	font-weight: normal;
	font-family: 'SansationBoldItalic', Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#000000;
	margin-bottom: 3px;
	padding: 0px;
}

p {
	padding-bottom: 10px;
}

hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #7e7a6c;
	padding: 0;
	margin: 8px 0 8px 0;
	/*clear: both;*/
}



ul, ol {
	list-style-position: outside;
	margin-bottom: 10px;
	padding-left: 50px;
}

em,
i {
	font-style: italic;
}

.shadowx {	
	-moz-box-shadow: 1px 1px 4px #000000; /* Firefox 3.6 and earlier */
	-webkit-box-shadow: 1px 1px 4px #000000; /* Safari */
	box-shadow: 1px 1px 4px #000000;
}


/* Layout Elements --------------------------------------------------------------------------------------------- */

#top-banner {
	position: relative;
	height: 120px;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background: #000000 url(../images/banners/TOP_BANNER.jpg) no-repeat center top;
	margin: 0 auto;
	-moz-box-shadow: 0px 0px 6px #111111; /* Firefox 3.6 and earlier  */
	-webkit-box-shadow: 0px 0px 6px #111111; /* Safari */
	box-shadow: 0px 0px 6px #111111;
	border-bottom: solid 1px #242915;
}

#navigation {
	margin: 0 auto;
	position:relative;
	height: 30px;
	width:980px;
}

#content {
	background: #e1d1ba url(../images/backgrounds/BKG_content.jpg) no-repeat center top;
	float: left;
	text-align:left;
	border: 0px solid #ccc;
	margin: 0px;
	height: inherit;
	width: 570px;
	display: block;
	padding: 65px 50px 0px 50px;
}

#rightcolumn {
	border: 0px solid #ccc;
	text-align:left;
	margin: 0px;
	height: inherit;
	width: 310px;
	float: left;
	padding: 0px;
}




/* *******************************
#index-images-wrap: is used only for main index page,
to contain images. Two special classes: 
".imgs-1256" and ".imgs-347" complete the set-up
for the photo collage in index.htm page
********************************** */

#index-images-wrap {
	width:980px; 
	height:504px; 
	background-color:#FFFFFF; 
	margin:auto; 
	padding:0px;
}

.imgs-1256 {padding:12px 12px 0px 0px; float:left;}
.imgs-1256-top {padding:0px 12px 0px 0px; float:left;}
.imgs-347 {padding-top:12px; float:left;}
.imgs-347-top {padding-top:0px; float:left;}

#container {
	width: 980px;
	height:100%;
	margin-top:20px;
	background-color: #e1d1ba; 
	-moz-box-shadow: 0px 0px 6px #111111; /* Firefox 3.6 and earlier  */
	-webkit-box-shadow: 0px 0px 6px #111111; /* Safari */
	box-shadow: 0px 0px 6px #111111;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position:relative;
	overflow:hidden;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
}

#footer {
	width: 947px;
	height: 50px;
	clear: both;
	background-color: #100f0d;
	border-top: solid 1px #4d482c;
	text-align:right;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 10px 25px 0px 8px;
}

#footer a,
#footer a:link,
#footer a:visited,
#footer a:active {
	color: #5c513c;
	text-decoration: none;
}

#footer a:hover {
	color: #fed36f;
	text-decoration: none;
}

#footer p {

font: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #5c513c;

}


/* Primary Navigation --------------------------------------------------------------------------------------------- */

#horizontal-nav {
	margin: auto;
	padding: 0px 0px 0px 30px;
	height: 28px;
	display: block;
	border-top: 1px solid #b9d367;
	border-bottom: 1px solid #32391c;
	box-shadow:2px 0px 3px #2f2f2f;
}

#horizontal-nav,
#horizontal-nav ul {
	background: -moz-linear-gradient(top, #8b9e4f 0%, #586432 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8b9e4f), color-stop(100%,#586432)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #8b9e4f 0%,#586432 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top, #8b9e4f 0%,#586432 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b9e4f', endColorstr='#586432',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #8b9e4f 0%,#586432 100%); /* W3C */
	background-image: -o-linear-gradient(top, #8b9e4f 0%, #586432 100%); /* Opera 11.10+ */
}

#horizontal-nav li {
	height: 28px;
	color: #EBDFD3;
	font-family: 'Cabin Condensed', sans-serif;
	text-shadow:0px 0px 3px #151515;
	font-weight: 400;
	font-size: 15px;
	list-style-type: none;
	float: left;
	border-left: 1px solid #8a9e4e;
	border-right: 1px solid #586433;
	line-height: 28px;
	padding: 0;
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease;
}

#horizontal-nav li.first {
	width: 1px;
	border-right: none;
	border-left-color: #586433;
	margin-right: -1px;
}

#horizontal-nav li.last {
	width: 0px;
	border-left: 1px solid #8a9e4e; 
	border-right: none; 
	margin-left: 0px;
}

#horizontal-nav li a {
	padding: 0px 21px;
	display: block;
	text-decoration: none;
	color: #EBDFD3;
	border-bottom: none;
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease;
}

#horizontal-nav li a:hover,
#horizontal-nav li:hover {
	color: #FFF;
	background: -moz-linear-gradient(top, #637139 0%, #394121 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#637139), color-stop(100%,#394121)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #637139 0%,#394121 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top, #637139 0%,#394121 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#637139', endColorstr='#394121',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #637139 0%,#394121 100%); /* W3C */
	background-image: -o-linear-gradient(top, #637139 0%, #394121 100%); /* Opera 11.10+ */
}

/* ***************** ORIGINAL rigth column code

#rightcolumn {
	border: 0px solid #ccc;
	text-align:left;
	margin: 0px;
	height: inherit;
	width: 270px;
	float: left;
	padding-top: 45px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

***************************** */