@charset "utf-8";
/* CSS Document DJK */

@import "reset.css";
@import url(http://fonts.googleapis.com/css?family=Baumans);
html {
	width: 100%;
	height: 100%;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
body {
	background-color: #0F2696;
}
#gwwrapper {
	width: 1200px;
	height: 800px;
	margin: 40px auto 40px auto;
	background-image: url(../images2/page_bg.jpg);
/*        background: url(../images2/layout/reg_login.jpg) top center no-repeat;*/

	background-repeat: no-repeat;
}
#banner {
	width: 1017px;
	height: 109px;
	margin: 20px auto 10px auto;
}
#logo {
	position: relative;
	float: left;
	width: 346px;
	height: 109px;
	margin: 0;
	padding: 10px 0 10px 0;
	background-image: url(../images2/logo_bg.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	color: #000000;
}
#logo img {
	vertical-align: center;
	border: 0;
}
#menu {
	width: 671px;
	height: 109px;
	background-image: url(../images2/menu_bg.jpg);
	background-repeat: no-repeat;
	float: left;
}
#main {
	clear:both;
	position: relative;
	width: 750px;
	height: 450px;
	margin: 0 auto 0 auto;
	background-image: url(../images2/main_bg.jpg);
	background-repeat: no-repeat;
	position: relative;
	padding: 10px 11px 10px 11px;
}
#sideleft {
	position: absolute;
	width: 22px;
	height: 450px;
	margin: 0;
	padding: 0;
}

#content {
	position: absolute;
	width: 750px;
	height: 450px;
	margin: 0;
	padding: 0;
    background: url(../images2/layout/reg_login.jpg) top center no-repeat;
}
#quickcopy {
	width: 772px;
	margin: 5px auto 5px auto;
	position: relative;
}
#quick {
	position: relative;
	float: left;
        display: inline;
	width: 500px;
}
#quick ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#quick li {
	float: left;
	padding: 0 0 0 10px;
	margin: 0 6px 0 0;
	line-height: 0.8em;
	font-size: 0.7em;
	text-decoration: none;
	color: #FFFFFF;
	padding-right: 10px;
	cursor: pointer;
}
#quick a {
	font-size: 0.6em;
	text-decoration: none;
	color: #FFFFFF;
	padding-right: 10px;
}
#quick a:hover {
	text-decoration: underline;
}
.border {
	border-left: 1px solid #FFFFFF;
}
.border a {
	padding-left: 10px;
}
#copy {
	position: relative;
	float: right;
	width: 150px;
	font-size: 0.7em;
	color: white;
}
/* Styles for the entire LavaLamp menu */
.lavaLamp {
	position: relative;
	height: 109px;
	width: 671px;
	padding: 15px;
	margin: 10px 0 10px 20px;
}
/* Force the list to flow horizontally */
/* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
	background: url("../images2/lava.png") no-repeat right -30px;
	width: 14px;
	height: 30px;
	z-index: 8;
	position: absolute;
	top: 28px;
	left: 0;
}
.lavaLamp li.back .left {
	background: url("../images2/lava.png") no-repeat top left;
	height: 30px;
	margin-right: 0;
	top: 28px;
}
/* Styles for each menu-item. */
.lavaLamp li {
	list-style: none;
	line-height: 106px;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 14px arial;
	color: #fff;
	outline: none;
	text-align: center;
	top: 7px;
	z-index: 10;
	letter-spacing: 0;
	float: left;
	margin: auto 30px auto -15px;
	top: 20px;
	padding: 0 12px 0 12px;
	cursor: pointer;
}

.lavaLamp a {
	text-decoration: none;
	text-transform: uppercase;
	font: bold 14px arial;
	color: #fff;
}

.main {
	width: 750px;
	height: 420px;
	z-index: 0;
}
.show {
	display: block;
	width: 750px;
	height: 450px;
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
}
.hide {
	display: none;
	z-index: 0;
}
.xout {
	position: absolute;
	z-index: 9;
	width: auto;
	height: 30px;
	cursor: pointer;
	top: 10px;
	right: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #BB0000;
	letter-spacing: 2px;
}
.scroll {
	overflow: scroll;
}

.show a {
	color:  #0000FF;
}

.show h2 {
	padding: 0 0 3px 0;
	margin: 10px;
	font-size: 1.4em;
	font-weight: bold;
	color: #0F2696;
	border-bottom: 2px solid #0F2696;
}
.show p {
	margin: 10px;
	padding: 0;
	color: #333333;
	font-size: 0.8em;
	font-weight: none;
}
.show ul {
	margin: 10px 40px;
	list-style: circle;
}
.show li {
	color: #333333;
	font-size: 0.8em;
}
.show ol {
	margin: 10px 40px;
}
.show ol li {
	margin: 0 0 10px 0;
}
.show ol ol li {
	font-size: 1.0em;
}
.show blockquote {
	font-size: 0.8em;
	color: #333333;
	margin: 10px 40px;
}
.fauxlink {
	color: #000099;
	text-decoration: underline;
	cursor: pointer;
}
.fauxlink:hover {
	color: #000033;
}

.goog-logo-link{display:none;} 

.goog-te-banner-frame.skiptranslate {display: none !important;} 
body { top: 0px !important; }