/*****Basic Elements*****/
html, body {
	height: 100%;
}


body  {
	background: #f1f3f2 url(../images/head_bg.jpg) repeat-x left top;
	font:normal 14px Arial,Verdana,Helvetica,sans-serif;
	color:#2c2c2c;
	line-height:18px;
}

a {
	color:#00679A;
	text-decoration:none;
	cursor:pointer;
	overflow:hidden;
}
a:hover {text-decoration:underline;}


/*****Generic Classes*****/
h1{font-size:24px;color:#cf3c02;}
h2{font-size:18px;color:#2c2c2c;}
h3{font-size:14px;color:#2c2c2c;}



/*****Basic Layout*****/
#wrap {
}

/*****Header*****/
#header {
	height:421px;
}
#headerLeft {
	background: #f1f3f2 url(../images/header_left_bg.jpg) no-repeat left top;
	height:419px;
}

#featuredPhoto {
	margin:114px 0 0 9px;
}

#headerRight {
	background: #FFF url(../images/globe_bg.jpg) no-repeat left top;
	height:419px;	
}
#headerRightTop {height:215px;width:400px;margin-top:100px;}
#headerRight h1 {font-size:40px;color:#cf3c02;line-height:48px;letter-spacing:-1px;}
#headerRight h2 {font-size:14px;color:#fff;margin:0;}

 
#apply {
	width:220px;
	height:52px;
	float:left;
	display:inline;
	padding:28px 0 0 0;

}
#apply h2{
	font-size:20px;
	color:#00679A;
	line-height:28px;
	font-weight: bolder;
	padding:0;
	
}
#sign-up {
	background-image:url(../images/apply_btn.jpg);
	display:inline;
	float:left;
	width:169px;
	height:52px;
	margin:27px 0 0 0;
	position:relative;
}
#sign-up-disable {
	background:url(../images/apply_btn.jpg) 0 -104px;
	display:inline;
	float:left;
	width:169px;
	height:52px;
	margin:27px 0 0 0;
	position:relative;
}
#sign-up-disable span{
	display:none;
}
#sign-up:hover{
	background-position: 0 -52px;
}
#sign-up span{
	display:none;
}

/*****Content*****/
#mainContent {
	margin-top:20px;
}
#col1 {
	margin: 10px;
	z-index:1000;

}

#col1 ul li{
list-style-type:none;
padding:0;
margin:0;
}

#col2 {
	margin: 10px;
	min-height:435px;
}


/*****Footer*****/
#footerWrap {
	background: #1d242a url(../images/footer_bg.jpg) repeat-x left top;
	min-height: 420px;
	height: auto !important;
	height: 420px;
}

#footer {color:#fff;}
#footer a{color:#fff;text-decoration:underline;}
#footer a:hover{text-decoration:none;cursor:pointer;}

#footerLeft {
	margin-top:26px;
}
#footerRight {
	margin-top:26px;
}

/*****Etc*****/
/*Content Slider*/
#slider{
}
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:400px;
	height:435px;
	overflow:hidden;
	}
#slider p, #slider h2, #slider h3{
margin:8px;
}
#prevBtn, #nextBtn{
	display:block;
	float:left;
	text-indent:-9999px;
	padding:4px;
	width:24px;
	margin-top:4px;
	}													
#prevBtn a{
	display:block;
	height:24px;
	width:24px;	
	background:url(../images/prev_btn.gif) no-repeat 0 0;
	margin-left:160px;
	}	
#nextBtn a{
display:block;
	height:24px;
	width:24px;
	background:url(../images/next_btn.gif) no-repeat 0 0;	
	margin-left:180px;
	}
	
	
	
	
#panel {
	width: 100%;
	height: 420px;
	color: #999999;
	overflow: hidden;
	position: relative;
	z-index: 3;
}

#panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}

#panel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
}

#panel p {
	margin: 5px 0;
	padding: 0;
}

#panel a {
	text-decoration: none;
	color: #15ADFF;
}

#panel a:hover {
	color: white;
}


#panel {
	width:100%
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}

#panel form {
	margin: 0 0 10px 0;
}

#panel label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 380px;
	display: block;
}

#panel label.error { 
	font-weight:normal;
	color:#CF3C02;
	text-align:left;
	width:340px; 
	padding-left:28px;
	background: transparent url(../images/attention.png) no-repeat scroll left 4px; }

#panel input.field {
	border: 1px #1a2126 solid;
	background: #2b3339;
	margin-right: 5px;
	margin-top: 4px;
	width: 400px;
	color: white;
	height: 16px;
}

#panel input:focus.field {
	background: #393f45;
}

#panel textarea.field {
	border: 1px #1a2126 solid;
	background: #2b3339;
	margin-right: 5px;
	margin-top: 4px;
	width: 400px;
	color: white;	
}
#panel textarea:focus.field {
	background: #393f45;
}

/* BUTTONS */
#panel input.bt_register {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}

#panel input.bt_register {
	width: 97px;
	height:26px;
	color: white;
	background: transparent url(../images/slide_images/bt_register.png) no-repeat 0 0;
}