body
{
	padding:0 0;
	margin:0 0;
	background: #FFFFFF;
	color: #000000;
	font-size: 16px;
	font-family:Arial;
}
p {
    margin-bottom:15px;
}
h1 {
    font-size:18px;
    margin-bottom:20px;
}
h2 {
    font-size:14px;
    color:#333;
    font-weight:bold;
    margin:10px 0;
}

.news_small_container{
	width:100%;
	margin:20px 0;
	/*background-color: rgb(255, 255, 255);
	background-color: rgba(255, 255, 255, 0.7);*/
	clear:both;
	padding: 5px 5px;
	display:block;
	vertical-align:top;
}

.news_small{
	display: block;
	margin: 5px 5px;
	cursor: pointer;
	text-align:left;
	font-size:90%;
	
}


.news_small img{
	width:100%;
}

.news_small:hover{
	background-color:#B2C37F;
	border: 6px solid #576237;
}

.news_readmore{
	margin-top:10px;
	color:#036ea6;
}

.example-info{
    width:150px;
    border:1px solid #c3daf9;
    border-top:1px solid #DCEAFB;
    border-left:1px solid #DCEAFB;
    background:#ecf5fe url( info-bg.gif ) repeat-x;
    font-size:10px;
    padding:8px;
}
pre.code{
    background: #F8F8F8;
    border: 1px solid #e8e8e8;
    padding:10px;
    margin:10px;
    margin-left:0px;
    border-left:5px solid #e8e8e8;
    font-size: 12px !important;
    line-height:14px !important;
}
.msg .x-box-mc {
    font-size:14px;
}
#msg-div {
    position:absolute;
    left:35%;
    top:10px;
    width:300px;
    z-index:20000;
}
#msg-div .msg {
    border-radius: 8px;
    -moz-border-radius: 8px;
    background: #BACBF8;
    border: 2px solid #ccc;
    margin-top: 2px;
    padding: 10px 15px;
    color: #555;
}
#msg-div .msg h3 {
    margin: 0 0 8px;
    font-weight: bold;
    font-size: 15px;
}
#msg-div .msg p {
    margin: 0;
}
.x-grid3-row-body p {
    margin:5px 5px 10px 5px !important;
}

.feature-list {
    margin-bottom: 15px;
}
.feature-list li {
    list-style: disc;
    margin-left: 17px;
    margin-bottom: 4px;
}

a:link { color: #000000; text-decoration: none}
a:visited { color: #000000; text-decoration: none}
a:active { color: #000000; text-decoration: underline}
a:hover { color: #3D8F52; text-decoration: underline}


.linktype01 { cursor:pointer;color:#0099FF; text-decoration: underline}
.linktype01:link { cursor:pointer;color:#0099FF; text-decoration: underline}
.linktype01:hover { color:#FF8000; text-decoration: underline}

.linktype02 { cursor:pointer;color:#000000; text-decoration: underline}
.linktype02:hover { color:#0099FF; text-decoration: underline}

.centerdiv{
	width:1100px;
	clear:both;
	margin:auto;
}

#topheadpane{
	width:100%;
	border-bottom:1px solid #BABABA;
	padding: 0 0;
	height:115px;
}

#mainpixpane{
	width:100%;
	background-image:url('../images/frame/bluebk2.jpg');
	background-repeat:no-repeat;
	background-size: 100%;
}

.headmenu{
	border-right:1px solid #BABABA;
	float:left;
	padding-top:50px;
	text-align:center;
	height:65px;
	width:115px;
	font-family:Arial;
	font-weight:bold;
	font-size:15px;
	/*color:#3D8F52;*/
	color:#34bfe4;
	cursor:pointer;
}
.headmenu:hover{
	/*background-color:#3D8F52;*/
	background-color:#34bfe4;
	color:#FFFFFF;
}

.headmenufirst{
	border-left:1px solid #BABABA;
}

.headmenuselected{
	background-color:#F9F9F9;
}

.pageheaderfont{
	font-size:28px;
	font-weight:bold;
	color: #036ea6;
}

.pagesubheadfont{
	font-size:20px;
	font-weight:bold;
	color: #036ea6;
}

.gallerytbl td{
	padding:10px 10px;
	border-bottom:1px solid #006600;
	background-color:#ABB38F;
}
.gallerytbl td:hover{
	background-color:#454D29;
	color:#FFFFFF;
	font-weight:bold;
	cursor:pointer;
}
.galleryifrm{
	height:0px;
	width:100%;
	border:1px solid #EEEEEE;
	background-color:#DDDDDD;
}

.suw-namehof{
	width: 100%;
	border:1px solid #AAAAAA;
	border-radius: 4px;
	padding: 5px 5px;
	float: left;
	margin:5px 5px;
	background-color:#FEFEFE;
	text-decoration:none;
}

.suw-namehof-old{
	width: 31%;
	border:1px solid #AAAAAA;
	border-radius: 4px;
	padding: 5px 5px;
	float: left;
	margin:5px 5px;
	background-color:#FEFEFE;
	text-decoration:none;
}

.suw-namehof:hover{
	background-color:#88D5FF;
	text-decoration:none;
	font-weight:bold;
	color:#222222;
}


.suw-namehof img{
	float:right;
	max-width:32px;
	max-height:24px;
	border:1px solid #CCCCCC;
}