/* CSS Document */

* {
  margin:0;
  padding:0;
}

html {
	height:100%;
}

body {
	background-image:url(images/bg.jpg);
	color:#1b1b1b;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:12px;
	height:100%;
}

a {
	color:#8a8a8a;
	outline:none;
	text-decoration:underline;
}

a img {
	border:0;
}

p {
	padding:5px 0 5px 0;
	margin:0;
}


.active a {
	background:scroll url(images/menudot.gif) 0 -10px no-repeat !important;
}

#big {
	background-image:url(images/inlay_bg.jpg);
	background-position:50% 0;
	background-repeat:repeat-y;
	min-height:100%;
	height:auto !important;
	margin:0 auto -30px auto;
	padding-bottom: 30px;
	width:721px;
}
#big:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
    font-size: 0.1em;
}
.clear {
	clear:both;
}

#content {
	float:left;
	margin:42px 0 0 17px;
	width:399px;
}

#content h1 {
	color:#e7bc24;
	font-size:18px;
	font-weight:normal;
	margin:5px 0 7px 0;
}
#content h2 {
	color:#e7bc24;
	font-size:17px;
	font-weight:normal;
	margin:5px 0 7px 0;
}
#content h3 {
	color:#e7bc24;
	font-size:16px;
	font-weight:normal;
	margin:5px 0 7px 0;
}
#content h4 {
	color:#e7bc24;
	font-size:16px;
	font-weight:normal;
	margin:5px 0 7px 0;
}

.contentc {
	padding:0 4px 20px 4px;
}
.contentc:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
    font-size: 0.1em;
}
.contentc img {
	width: 100%;
}

.contentc .imgleft {
	float: left;
	margin: 8px 10px 0 0;
	max-width: 200px;
}
.contentc .imgright {
	float: right;
	margin: 8px 0 0 10px;
	max-width: 200px;
}


#footer {
	background-image:url(images/footer.jpg);
	color:#e7bc24;
	height:14px;
	margin:15px auto 0 auto;
	padding:1px 0 0 0;
	text-align:center;
	width:721px;
	clear:both;
}

#headerttl {
	background-image:url(images/header.jpg);
	color:#ffffff;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:17px;
	font-weight: bold;
	height:180px;
	padding:7px 0 0 0;
	text-indent:29px;
	width:721px;
}
#headerttl a {
	color: #FFFFFF;
	text-decoration: none;
}
#headerttl a:hover {
	color: #CCCCCC;
}

#inlay {
	background-image:url(images/inlay_top.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	float:left;
}


#menu {
	border-top:1px solid #cacaca;
	display:inline;
	float:left;
	margin:53px 0 0 27px;
	width:106px;
}

#menu li {
	border-bottom:1px solid #dadada;
	float:left;
	list-style-type:none;
}

#menu li a {
	background:scroll url(images/menudot.gif) 0 8px no-repeat;
	color:#585858;
	display:block;
	height:17px;
	margin:0 0 0 1px;
	padding:6px 0 0 0;
	text-decoration:none;
	text-indent:28px;
	width:105px;
}

#menu li a:hover {
	background:scroll url(images/menudot.gif) 0 -10px no-repeat;
}

.news {
	color:#5c5c5c;
	font-family:Arial, Helvetica, sans-serif;
	margin:20px 0 0 9px;
	list-style: none;
}

.news li {
		margin:0 0 10px 0;
}
.news li a {
	display: block;
}
.news li a:hover {
	color: #e7bc24;
}

#newsbox {
	float:left;
	margin:4px 0 0 0;
	width:156px;
}

#newsbox .subttl {
	color:#0e0e0e;
	font-size:11px;
	font-weight:bold;
	padding:0 29px 0 0;
	text-align:right;
}

.newsboxpic {
	border-bottom:10px solid #f4f4f4;
	border-left:10px solid #f4f4f4;
	border-right:9px solid #f4f4f4;
	border-top:10px solid #f4f4f4;
}

#push {
	clear:both;
	height:30px;
}


.bgcolor {
	background-color: #FFFF00;
}

.boldtxt {
	font-weight: bold;
}



@media screen and (max-width: 680px) {

body {
	background-image:url(images/bg.jpg);
	color:#1b1b1b;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:12px;
	height:100%;
}

a {
	color:#8a8a8a;
	outline:none;
	text-decoration:underline;
}

a img {
	border:0;
}

p {
	padding:5px 0 5px 0;
	margin:0;
}


.active a {
	background:scroll url(images/menudot.gif) 0 -10px no-repeat !important;
}

#big {
	background-image:none;
	min-height:100%;
	height:auto !important;
	margin:0 auto -30px auto;
	padding-bottom: 30px;
	width:100%;
}
#big:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
    font-size: 0.1em;
}
.clear {
	clear:both;
}

#content {
	float:none;
	margin:30px 0 0 0;
	padding: 0 5px;
	width: calc(100% - 10px);
}

#content h1 {
	color:#e7bc24;
	font-size:18px;
	font-weight:normal;
	margin:5px 0 7px 0;
}
#content h2 {
	color:#e7bc24;
	font-size:17px;
	font-weight:normal;
	margin:5px 0 7px 0;
}
#content h3 {
	color:#e7bc24;
	font-size:16px;
	font-weight:normal;
	margin:5px 0 7px 0;
}
#content h4 {
	color:#e7bc24;
	font-size:16px;
	font-weight:normal;
	margin:5px 0 7px 0;
}

.contentc {
	padding:0 4px 20px 4px;
}
.contentc:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
    font-size: 0.1em;
}
.contentc img {
	width: 100%;
}

.contentc .imgleft {
	float: left;
	margin: 8px 10px 0 0;
	max-width: 50%;
}
.contentc .imgright {
	float: right;
	margin: 8px 0 0 10px;
	max-width: 50%;
}


#footer {
	background-image:none;
	background-color: #252525;
	color:#e7bc24;
	height:auto;
	margin:15px auto 0 auto;
	padding:1px 0 0 0;
	text-align:center;
	width:100%;
	font-size: 13px;
	clear:both;
}

#headerttl {
	background-image:url(images/header.jpg);
	color:#ffffff;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:17px;
	font-weight: bold;
	height:180px;
	padding:7px 0 0 0;
	text-indent:29px;
	width:100%;
	background-size: cover;
}
#headerttl a {
	color: #FFFFFF;
	text-decoration: none;
}
#headerttl a:hover {
	color: #CCCCCC;
}

#inlay {
	background-image: none;
	background-position:0 0;
	background-repeat:no-repeat;
	float:none;
}


#menu {
	border-top:1px solid #cacaca;
	display: block;
	float:none;
	margin:10px 0 0 0;
	width:100%;
}

#menu li {
	border-bottom:1px solid #dadada;
	float:none;
	text-align:center;
	list-style-type:none;
}

#menu li a {
	background-image: none;
	color:#585858;
	display:block;
	height:17px;
	margin:0 0 0 1px;
	padding:10px 0 8px 0;
	text-decoration:none;
	text-indent:28px;
	width:calc(100% - 1px);
}

#menu li a:hover {
	background:scroll url(images/menudot.gif) 0 -10px no-repeat;
}

.news {
	color:#5c5c5c;
	font-family:Arial, Helvetica, sans-serif;
	margin:20px 0 20px 9px;
	list-style: none;
}

.news li {
		margin:0 0 16px 0;
		font-size: 14px;
}
.news li a {
	display: block;
}
.news li a:hover {
	color: #e7bc24;
}

#newsbox {
	float:none;
	margin:20px 0 0 0;
	width:100%;
	padding-top: 20px;
	border-top: 1px #BBBBBB dashed;
}

#newsbox .subttl {
	color:#0e0e0e;
	font-size:16px;
	font-weight:bold;
	padding:0 29px 0 0;
	text-align:left;
}

.newsboxpic {
	border-bottom:10px solid #f4f4f4;
	border-left:10px solid #f4f4f4;
	border-right:9px solid #f4f4f4;
	border-top:10px solid #f4f4f4;
	display: none;
}




}
