@charset "UTF-8";
/* CSS Document */
body{
	background-image:url(../img/common/paper-bg-02.jpg);
	background-repeat:repeat;
}

header{
	padding:20px 40px;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc1NGMyNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  rgba(117,76,36,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(117,76,36,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(117,76,36,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(117,76,36,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(117,76,36,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(117,76,36,1) 0%,rgba(255,255,255,0) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#754c24', endColorstr='#00ffffff',GradientType=0 ); /* IE6-8 */


}
H1{
	width:12%;
	float:left;
}
H1 img{
	width:100%;
}
#right_nav{
	float:left;
	width:80%;
	margin-left:7.2%;
	position:relative;
  	overflow:hidden;
}
nav ul:after{
	content:"";
	display:block;
	clear:both;
}
nav ul{
	position:relative;
   	left:50%;
   	float:left;
}
nav ul li{
	float:left;
	padding:5px 30px;
	position:relative;
	left:-50%;
}
nav ul li:first-child{
	margin-left:0;
}
nav ul li a{
	display:block;
	text-decoration:none;
	color:#FFF;
}
nav ul li a:hover{
	border-bottom:1px solid #FFF;
	margin-bottom:-1px;
}
H2{
	margin-top:1em;
	text-align:center;
	line-height:1em;
	color:#FFFFFF;
}
H2 span{
	font-size:6.9%;
	letter-spacing:0;
}
H2 {
  	display: table;
  	text-align: center;
  	white-space: nowrap;
  	margin-top:1em;
	line-height:1em;
	letter-spacing:0.1em;
	color:#FFFFFF;
}
H2:after, H2:before {
  content: '';
  display: table-cell;
  width: 50%;
  background: -webkit-linear-gradient(transparent 50%, currentColor 50%, currentColor -webkit-calc(50% + 1px), transparent -webkit-calc(50% + 1px));
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, currentColor), color-stop(currentColor calc(50% + 1px)), to(transparent calc(50% + 1px)));
  background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 1px));
  -webkit-background-clip: padding;
  background-clip: padding;
}
H2:after {
  border-left: 1.5em solid transparent;
}
H2:before {
  border-right: 1.5em solid transparent;
}

H3{
	margin-top:1em;
	text-align:center;
	line-height:1em;
	color:#42210b;
}
H3 span{
	font-size:6.9%;
	letter-spacing:0;
}
H3 {
    font-size:1.5em;
    font-weight:bold;
  	display: table;
  	text-align: center;
  	white-space: nowrap;
  	margin-top:3em;
	line-height:1em;
	letter-spacing:0.1em;
	color:#42210b;
}
H3:after, H3:before {
  content: '';
  display: table-cell;
  width: 50%;
  background: -webkit-linear-gradient(transparent 50%, currentColor 50%, currentColor -webkit-calc(50% + 1px), transparent -webkit-calc(50% + 1px));
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, currentColor), color-stop(currentColor calc(50% + 1px)), to(transparent calc(50% + 1px)));
  background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 1px));
  -webkit-background-clip: padding;
  background-clip: padding;
}
H3:after {
  border-left: 1.5em solid transparent;
}
H3:before {
  border-right: 1.5em solid transparent;
}
footer{
	background-color:#000000;
	padding:0.2em 0;
}
footer ul li{
	float:left;
	margin-left:1.2em;
}
footer ul li a{
	text-decoration:none;
	color:#FFFFFF;
}
footer p{
	color:#FFFFFF;
	text-align:right;
	margin-right:1.2em;
}

#container{
	width:100%;
	max-width:1280px;
    min-width:950px;
	margin:0 auto;
}
