

html, body {height: 100%;  }
body {/* customize_background  background: #6e8d9b; /* customize_background */ text-align: center; padding: 0px; margin: 0px; background: #EBE7DE  url(/packages/theme_simple_blue/themes/simple_blue/images/backgnd.jpg) no-repeat center center fixed; color:#666 }
img {border: 0px}
a { cursor: pointer; text-decoration:none}

#img.source-image {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#page {
    width: 100%;
    text-align: left;
}

#page #header{
    width: 100%;
    border-top: 0px solid #1F3861;
}

#page #headerin{
    overflow: auto;
    height: auto;
	width:1000px;
	z-index:99;
}

#page #logo {
	display:none;
	margin-top: 20px;
}

#page #top form{
    margin-top: 0px;
}
#page #top-right h3{
    display: none;
}

#page #header-area {
    margin-top: 0px;
    text-align: center;
    padding-bottom: 0px;
    border-bottom: 0px solid #333333;
}

#page #nav-out{width: 1000px; background-image:url(/packages/theme_simple_blue/themes/simple_blue/images/nav-bg.jpg); height: 35px; margin:0 auto;}

#page #nav { margin-top: 0px; 
}
#page #nav ul {list-style: none; margin:0; padding:0; padding-left:100px; line-height: 30px;}
#page #nav ul li{float: left; }
#page #nav ul a{/*float: left;*/ color: #ffffff; text-decoration:none; padding: 0 10px;}
#page #nav ul a:hover{color:#C7D2D9;}

#page #contain {
   	background: #F6F5F1;
	margin-top: 0px; overflow: auto;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
}

#page #sidebar {
    width: 390px;
    margin-top: 5px;
	margin-bottom:10px;
	/*height:515px;*/ min-height:515px;
	overflow:auto;
}
#page #sidebar h2{margin-top: 10px; color: rgb(18, 107, 181); }

#page #sidebar.right {padding-left: 10px; padding-right:20px; border-left: 0px solid #6e8d9b}
#page #sidebar.left {padding-right: 10px; padding-left:20px; border-right: 0px solid #6e8d9b}

#page #main {
    width: 530px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 5;
	margin-top: 0;
	/*min-height: 525px;*/
}
#page #main.no-sidebar {
    width: 960px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 0;
	margin-top: 0;
}

#page #footer {
	margin-top:0px;
    clear: both;
    margin-bottom: 40px;
	background:#002257;
}

#page #footer #copyright{
    border: 0px solid #8fa7b2;
    padding: 8px 0;
    clear: both;
    overflow: hidden;
    height: 14px;
	padding-left: 10px;
	padding-right: 10px;
}
#page #footer #copyright a:hover{text-decoration: none}

#page .footer-area{
	display:none;
    width: 430px;
    padding: 0 10px 10px 10px;
    margin-top: 10px;
    border-top: 0px solid #333333;
}

.right{float: right}
.left{float:left}

.full{width: 1000px; margin: 0 auto}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}