/* Main CSS */

html, body {
	height: 100%;
	background:#CCCCCC;
}

body {
	margin:0 auto;
	padding:0;
	text-align:center;
	font-family:"Myriad Pro", Helvetica, Tahoma, Verdana, Arial, sans-serif;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:14px;	
	color:#333333;
	line-height: 1.2;
}

form {
	margin:0;
	padding:0;
}

a, a:link, a:visited, a:active {
	outline:none;
	text-decoration:none;
	color:#666666;
}

#logo {
	position:absolute;
	top:49px;
	left:32px;
	width:370px;
	display:block;
}

#logo h1 {
	display:block;
	height:38px;
	width:226px;
	text-indent:-999em;
	overflow:hidden;
	margin:0 0 15px 0;
	background:url(../images/l_workfolio.png) no-repeat;
}

#vertical {
	float:left;
	height:50%;
	margin-top:-265px;/* half vertical height*/
	width:100%;
}

#container {
	clear:both;
	width:968px;
	height:530px;
	margin:0 auto;
	text-align:left;
	position:relative;
	background:url(../images/g_container_bg.png) no-repeat;
	display:block;
}

.blank #container {
	background:url(../images/g_container_bg_blank.png) no-repeat;
}

#systemnav {
	position:absolute;
	top:0px;
	right:0px;
	padding:18px 25px;
	font-size:14px;
	font-weight:bold;
	text-align:right;
	letter-spacing:0;
}

#systemnav a {
	color:#333;
	padding-bottom:3px;
}

#systemnav a:hover {
	border-bottom:1px solid #bfbfbf;
}

#systemnav .contact {
	margin-right:20px;
}


.col {
	display:block;
	position:absolute;
	top:251px;
	left:65px;
}

label {
	display:block;
	margin-bottom:2px;
}

.txtinput {
	height:29px;
	width:352px;
	margin:2px 0 9px 0;
	line-height:33px;
	font-size:14px;
	font-family:"Myriad Pro", Helvetica, Tahoma, Arial, sans-serif;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	padding:2px;
}


.btninput {
	cursor:pointer;
	background:url(../images/b_bg.png) no-repeat;
	display:block;
	float:left;
	width:120px;
	height:30px;
	color:#FFFFFF;
	font-size:11px;
	line-height:30px;
	text-align:center;
	text-transform:uppercase;
	border:none;
	margin-right:10px;
}

.btninput:hover {
	background:url(../images/b_bg.png) no-repeat 0 -30px;
}


.btnalt {
	line-height:30px;
	display:block;
	float:left;
	height:30px;
}

.btnalt:hover {
	border-bottom:1px solid #bfbfbf;
}

.col2 {
	top:251px;
	left:482px;
	padding-left:50px;
	background:url(../images/g_content_div.png) no-repeat left center;
}

.col2 h2.subhead {
	display:block;
	height:21px;
	width:248px;
	background:url(../images/h2_comingsoon.png) no-repeat;
	text-indent:-999em;
	overflow:hidden;
	margin:0;
}

h2.register {
	display:block;
	height:21px;
	width:304px;
	background:url(../images/h2_register.png) no-repeat;
	text-indent:-999em;
	overflow:hidden;
	margin:0;
}

.description {
	margin:3px 0 26px 0;
	display:block;
}

#colfull .description {
	margin:3px 0 21px 0;
}

#footer {
	position:absolute;
	bottom:0px;
	left:0px;
	padding:0 20px 12px 20px;
	text-transform:uppercase;
	font-size:10px;
	color:#b1b1b1;
	letter-spacing:.05em;
	width:928px;
}

#footer a {
	color:#b1b1b1;
}
#footer a:hover, #footer a.on {
	color:#fff;
}


#colfull {
	position:absolute;
	top:186px;
	left:33px;
	width:906px;
}
.close {
	float:right;
	display:block;
	height:23px;
	width:23px;
	text-indent:-999em;
	overflow:hidden;
	background:url(../images/close.png) no-repeat 0 0;
	margin:2px 0 10px 0;
}

.scrolltext {
	clear:both;
	color:#848484;
	overflow-y:auto;
	border:1px solid #cfd2d2;
	padding:10px;
	display:block;
	height:206px;
	width:886px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.group {
	float:left;
	width:370px;
	margin-right:26px;
	}

	.group .txtinput {	
		width:370px;	
		}

	.group .subgroup {
		float:left;
		width:180px;
		}
	
	.group .subgroup .txtinput {	
		width:180px;	
		}
	
	.group .subgroup2 {		
		padding-left:10px;
		width:170px;	
		}

.group2 {
	float:left;
	width:510px;
	}

	.group2 .txtinput {	
		width:510px;	
		}
	
	.group2 .short {	
		width:370px;	
		}

	.group2 .subgroup {
		float:left;
		width:250px;
	}
	
	.group2 .subgroup .txtinput {	
		width:250px;	
		}
	.group2 .subgroup2 {		
		padding-left:10px;	
		}
		
	.group2 .subgroup3 {
		float:left;	
		width:370px;	
		}
		
	.group2 .subgroup4 {
		float:left;	
		width:120px;	
		padding-left:20px;	
		padding-top:22px;
		}



/* colors */
.alt {
	color:#848484;
}

.success {
	color:#4267a2;
	display:block;
	line-height:30px;
}

input.on {
	background-position:0px -30px;
}

.txtinput:hover, .txtinput:focus {
	/*border:1px solid #333;*/
} 
/* Positioning */



.off {
	display:none;
	visibility:hidden;
}

.centertext { text-align:center; }

.floatleft { float:left; }

.floatright { float:right; }

.clearboth { clear:both; }

.nocursor { cursor:default; }

