@charset "UTF-8";

/*html, body, div, span, object, iframe,*/
/*h1, h2, h3, h4, h5, h6, p, blockquote, pre,*/
/*abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,*/
/*small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,*/
/*fieldset, form, label, legend,*/
/*table, caption, tbody, tfoot, thead, tr, th, td,*/
/*article, aside, canvas, details, figcaption, figure,*/
/*footer, header, hgroup, menu, nav, section, summary,*/
/*time, mark, audio, video, main {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    border: 0;*/
/*    font-size: 100%;*/
/*    font: inherit;*/
/*    vertical-align: baseline;*/
/*    !*font-family: 'Oxygen', Verdana, Lucida, Arial, Helvetica, sans-serif;*!*/
/*    font-family: Georgia, "Times New Roman", Times, serif;*/
/*}*/

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
    display: block;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	background-color: #EEEEEE;
	font-style: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

#wrapper {
    width: 100%;
    margin-top: 0;
    box-sizing: border-box;
}

#wrapper {
    width: 100%;
    margin-top: 0;
    box-sizing: border-box;
}

.index--wrapper {
    width: 100%;
    margin-top: 0;
    box-sizing: border-box;
    background-color: #fff;
    min-height: 800px;
}

.index--img-container {
    /*border: 1px solid red;*/
    width: 400px;
    height: 240px;
    float: left;
}
div.index--img-container.small {
    height: 120px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

div.content-wrapper {
    width: 950px;
    box-sizing: border-box;
    margin: 0 auto;
    background: #fff;
}

div.index--content-wrapper {
    width: 800px;
    box-sizing: border-box;
    margin: 0 auto;
    background: #fff;
}

.bg-upper-left {
    background: url("../img/enter_a1.jpg") no-repeat;
}

.bg-upper-right {
    background: url("../img/enter_a2.jpg") no-repeat;
}

.bg-middle-left {
    background: url("../img/enter_b1.jpg") no-repeat;
}

.bg-middle-right {
    background: url("../img/enter_b2.jpg") no-repeat;
}

header.header {
    max-width: 950px;
    background: #fff url(../img/header.jpg) no-repeat;
    height: 175px;
    margin: 0 auto;
}

nav#menu {
    width: 200px;
    margin: 0;
    /*border: 1px solid green;*/
    overflow: auto;
    padding: 0 5px;
    display: inline-block;
    float: left;
    position: absolute;
    min-height: 880px;
}

#content {
    width: 730px;
    margin: 0 0 0 210px;
    background: #fff;
    /*border: 1px solid red;*/
    overflow: auto;
    padding: 0 5px;
    min-height: 880px;
}

#content img {
    border: 1px solid #000;
}

#footer {
    display: block;
    height: 15px;
    /*border: 1px solid blue;*/
    padding: 15px;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
}

.txt_small {
	font-size: small
}
.txt_big {
	font-size: large
}

/* TinyMCE specific rules */
body.mceContentBody {
   background: #FFF;
}

.mceContentBody a {
   color: red !important; /* FF requires a important here */
}

a:link { color: #000000; text-decoration: none }
a:hover  { color: #333333; text-decoration: underline}
a:visited { color: #222222; text-decoration: none }
a:active { color: #333333; text-decoration: underline }

h1,h2,h3,h4,h5,h6
{
color: #000000;
}

.main
{
	width: 950px;
	border: 0px;
	background-color: ffffff;
	padding: 0px;
}

/*#content {*/
/*	width: 730px;*/
/*	overflow: auto;*/
/*	margin: 5px;*/
/*	padding: 5px;*/
/*}*/

.footer
{
	text-align:center;
	margin: 3px;
}

#alert {
	text-align: 	center;
	width: 			550px;
	margin: auto;
	outline-width: thick;
	outline-color: #FF0000;
	outline-style: solid;
	background-color: #EEEEEE;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#redsub
{
	color: #FF0000;
	font-weight: bolder;
}

.right{ float: right; clear: right; margin: 4px 0 5px 5px;}
.left{ float:left; clear: left; margin: 4px 5px 4px 0;}

table.menulist
{
	width: 700px;
	margin: 2px;
	padding: 2px;
	border-width: 2px;
	border-style: solid;
}

td.menulist
{
	border-width: 0px;
	border-style: solid;
	margin: 2px;
	padding: 20px;
}



.adminmenu {
	padding-left: 20px;
}

.transparent_class {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}


#masterdiv{
	padding: 5px;
}

.menutitle{
cursor:pointer;
margin-bottom: 5px;
background-color:#EEEEEE;
color:#000000;
width:160px;
padding:2px;
text-align:center;
font-weight:bold;
border:1px solid #000000;
}

.submenu{
margin-left: 0;
}

.menuitem{
	margin: 0 0 5px 10px;
}

.subcat{
 /* margin-bottom: 0.5em; */
}

.insertpic{

	height:200px;
	overflow:auto;
}

.insertfile{

	height:75px;
	overflow:auto;
}
