@charset "utf-8";
/* Z-ATLAS SECONDARY CSS STYLES */

html { 
	background: transparent url(../media/images/reg_html-bg.jpg) top left repeat-x;	
}

/* CONTAINER */
#container {
	background: transparent url(../media/images/reg_bg.jpg) top left repeat-y;
	width: 950px;
	height: auto;
	margin: 0 auto 0 auto;
	position: relative;
}
/* END OF CONTAINER */

/* HEADER */
#header {
	margin: 0;
	padding: 0;
	width: 950px;
	height: 103px;
	display: block;
	position: relative;
	z-index: 10;
	background-color: #FFFFFF;
}

/* LOGO */
#header #logo {
	width: 209px;
	height: 103px;
	position: absolute;
	top: 0;
	left: 20px;
	background: transparent url(../media/images/logo.jpg) top left no-repeat;
	cursor: pointer;	
}

#header #logo h1 {
	margin: 0 0 0 -9999px;
}
/* END OF LOGO */

/* TOP NAV */
#header #top-nav {
	width: auto;
	position: absolute;
	top: 20px;
	right: 35px;
}

#header #top-nav a {
	font-size: 12px;
	color: #a1a1a5;
	text-decoration: none;
}

#header #top-nav a:hover {
	text-decoration: underline;
}

#header #top-nav span {
	font-size: 12px;
	color: #a1a1a5;
	margin: 0 3px 0 3px;
}
/* END OF TOP NAV */

/* NAVIGATION */
#header #navigation {
	width: 383px;
	position: absolute;
	top: 68px;
	right: 28px;
}
/* END OF NAVIGATION */
/* END OF HEADER */

/* MAIN IMAGE */
#main-img {
	width: 950px;
	height: 185px;
	display: block; 
	position: relative;
}

#main-img img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#main-img h1 {
	position: absolute;
	font-size: 30px;
	color: #FFFFFF;
	font-weight: normal;
	top: 75px;
	left: 25px;
	z-index: 5;
}
/* END OF MAIN IMAGE */

/* SUB NAV */
#sub-nav {
	width: 950px;
	height: 41px;
	display: block;
	background-color: #7d828a;
	position: absolute;
	top: 288px;
	left: 0;
}
/* END OF SUB NAV */

/* CONTENT */
#content {
	width: 950px;
	margin: 0;
	padding: 100px 0 0 0;
}

#content #side-nav {
	width: 162px;
	float: left; 
	margin: 0 0 0 29px;
	_margin: 0 0 0 14px;
	background-color: #FFFFFF;
}

#content #side-nav h2 {
	width: 162px;
	height: 25px;
	color: #FFFFFF;
	font-size: 14px;
	text-indent: 15px;
	background-color: #0266b1;
	display: block;
	line-height: 25px;
}

#content #side-nav ul {
	margin: 10px auto 10px auto;
	width: 150px;
	list-style: none;
}

#content #side-nav ul li {
	width: 150px;
	display: block;
	line-height: 25px;
	vertical-align: middle;
}

#content #side-nav ul li a {
	color: #2fb8e9;
	line-height: 25px;
	margin: 0 0 0 6px;
	font-size: 12px;
	text-decoration: none;
	display: block;
}

#content #side-nav ul li:hover {
	color: #ffffff;	
	background-color: #2fb8e9;
}

#content #side-nav ul li:hover a {
	color: #FFFFFF;
}

#content #copy {
	float: left;
	width: 418px;
	margin: 0 0 0 60px;
}

#content #copy h2 {
	font-size: 20px;
	color: #15afe6;
	font-weight: normal;
	margin: 0 0 5px 0;
}

#content #copy h3 {
	font-size: 13px;
	color: #666666;
	margin: 15px 0 0 0;
}

#content #copy h2 span {
	font-size: 16px;
	color: #666666;
}

#content #copy table th {
	font-size: 13px;
	color: #666666;
	margin: 15px 0 0 0;
	text-align: left;
}

#content #copy table td {
	font-size: 12px;
	color: #666666;
	margin: 0 0 8px 0;
	padding: 0;
	line-height: 18px;
	text-align: justify;
}

#content #copy table td a {
	font-size: 12px;
	color: #15afe6;
	text-decoration: underline;
}

#content #copy table td a:hover {
	text-decoration: none;
}


#content #copy p {
	font-size: 12px;
	color: #666666;
	margin: 0 0 8px 0;
	padding: 0;
	line-height: 18px;
	text-align: justify;
}

#content #copy p.email {
	font-size: 12px;
	color: #666666;
	margin: 5px 0 0 0;
	width: 100%;
	line-height: 18px;
	text-align: right;
}

#content #copy ul {
	margin: 0 0 8px 20px;
}

#content #copy ul li {
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	text-align: justify;
}

#content #copy ol {
	margin: 0 0 8px 20px;
}

#content #copy ol li {
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	text-align: justify;
}

#content #copy img {
	margin: 0 15px 0 0;
}

#content #copy p span {
	font-size: 12px;
	color: #15afe6;
	margin: 0 5px 0 5px;
}

#content #copy p a, #content #copy ul li a {
	font-size: 12px;
	color: #15afe6;
	text-decoration: underline;
}

#content #copy p a:hover, #content #copy ul li a:hover {	
	text-decoration: none;
}

#content #info {
	width: 185px;
	float: left;
	clear: right;
	margin: 0 0 0 70px;
}

#content #info #register {
	background: #15aee5 url(../media/images/img_reg-top.jpg) top left no-repeat;
	padding: 5px 0 10px 0;
}

#content #info #register h2 {
	font-size: 18px;
	color: #ffffff;
	width: 85%;
	font-weight: normal;
	padding: 15px 0 15px 0;
	margin: 0 auto 0 auto;
	border-bottom: 1px solid #ffffff;
}

#content #info #register p {
	font-size: 13px;
	color: #ffffff;
	margin: 15px auto -5px auto;
	width: 85%;
	text-align: left;
}

#content #info #register p a {
	background: transparent url(../media/images/btn_reg.jpg) top left no-repeat;
	width: 94px;
	height: 28px;
	display: block;
	font-size: 12px;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	margin: 0 0 0 60px;
}

#content #info #register p a:hover {
	background: transparent url(../media/images/btn_reg.jpg) top right no-repeat;
}

#content #info .register-bottom {
	width: 185px;
	height: 13px;
	display: block;
	background: transparent url(../media/images/img_reg-bottom.jpg) top left no-repeat;	
}

#content #info #bucket {
	width: 185px;
	margin: 30px 0 0 0;
}

#content #info #bucket #title {
	width: 185px;
	height: 27px;
	border-bottom: 1px solid #005dab;
}

#content #info #bucket #title h2 {
	width: 115px;
	height: 27px;
	display: block;
	color: #fFFFFF;
	padding: 0;
	line-height: 27px;
	font-size: 14px;
	background-color: #015eac;
	font-weight: normal;
	text-align: center;
}

#content #info #bucket p {
	color: #666666;
	font-size: 11px;
	width: 95%;
	margin: 10px 0 0 0;
}

#content #info #bucket p span {
	font-size: 12px;
	color: #015eac;
}

#content #bucket p a {
	font-size: 12px;
	color: #015eac;
	text-decoration: underline;
}

#content #bucket a:hover {
	text-decoration: none;
}

#content #info #bucket ul {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}

#content #info #bucket ul li {
	color: #666666;
	font-size: 12px;
	display: block;
	margin: 0 0 8px 0;
}

#content #info #bucket ul li a {
	color: #1ea5d6;
	font-size: 12px;
}

#content #info #bucket ul li a:hover {
	text-decoration: none;
}
/* END OF TROUBLE */

/* FOOTER */
#footer {
	width: 950px;
	margin: 10px auto 20px auto;
}

#footer p {
	color: #dfe7ef;
	font-size: 10px;
	text-align: right;
}
/* END OF FOOTER */
