@charset "UTF-8";



/*
 * Global definition ******************************
 */
body {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

img {
	border: none;
	display: block;
}

a {
	color: #004677;
	text-decoration: none;
}



/*
 * Base container ******************************
 */
#cont_main {
	width: 964px;
	height: auto;
	margin: 0px auto 0px auto;
}

/* Base container with 1px border - IE 'hack' */
#cont_main_border {
	width: 100%;
	height: 100%;
	border: 1px solid #ffffff;
	background: url(../images/main_gradient_bg.jpg) repeat-x bottom;
}



/*
 * Header ******************************
 */
#cont_header {
	width: 964px;
	height: 60px;
}

/* Base image - HEC logo */
#header_logo {
	float: left;
}

/* "> Program " button */
#program_btn {
	float: right;
	margin-top: 20px;
	background: url(../images/header_program_button.jpg) no-repeat;
	width: 213px;
	height: 40px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}



/*
 * Content ******************************
 */
 
/*
 * index.html ******************************
 */
#cont_content_index {
	width: 964px;
	height: 485px;
	display: table;
}



/*
 * profile.html ******************************
 */
#cont_content_profile {
	width: 964px;
	display: table;
}

#profile_left {
	float: left;
	width: 107px;
}

#profile_left_btn {
	width: 107px;
	height: 39px;
	background: url(../images/back_btn.jpg) no-repeat;
}

#profile_left_btn a {
	width: 107px;
	height: 39px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

#profile_center {
	float: left;
	width: 430px;
	height: 485px;
	background: #ffffff;
}

#profile_center_lead {
	width: 430px;
	height: 80px;
	background: url(../images/profile_lead_bg.jpg) repeat-y right;
}

#profile_center_lead_img {
	float: left;
	width: 106px;
	height: 80px;
}

#profile_center_lead_desc {
	width: 308px;
	float: right;
	padding-top: 9px;
}

#profile_center_lead h1 {
	padding: 0px;
	margin: 0px;
	color: #3399cc;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#profile_center_lead h2 {
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#profile_center_lead span {
	color: #ffffff;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: italic;
	padding-top: 10px;
	display: block;
}

#profile_center_content {
	width: 429px;
	height: 403px;
}

#profile_center_content_border {
	width: 100%;
	height: 100%;
	border: 1px solid #ffffff;
	border-left: none;
	background: url(../images/profile_content_bg.jpg) repeat-x;
}

#profile_center_content_main {
	width: 380px;
	display: table;
	position: relative;
	top: 18px;
	left: 30px;
	color: #004677;
}

#profile_center_content_main_summary {
}

#profile_center_content_main_details {
	color: #333333;
	width: 360px;
	margin-top: 25px;
	display: none;
}

#profile_center_content_main a {
	color: #999999;
	font-weight: normal;
	text-decoration: none;
	font-size: 14px;
	padding-right: 10px;
}
#profile_center_content_main a.profile_sec {
	padding-left: 10px;
}

#profile_center_content_main a.active {
	font-weight: bold;
	color: #33ccff;
}

.profile_center_content_main_item {
	border-bottom: 1px solid #d6d6d6;
	padding: 25px 0px 10px 0px;
}

.profile_center_content_main_item h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

.profile_center_content_main_item span {
	color: #333333;
}

#profile_right {
	float: left;
	width: 427px;
	height: 485px;
	background: #cccccc;
	margin-right: -2px;	/* ie6 */
}



/*
 * Program ******************************
 */
#program_content {
	float: left;
	width: 857px;
	/*height: 485px;*/ /* ************************* */
}

#program_content_top {
	width: 857px;
	height: 80px;
	background: url(../images/program_title_bg.jpg) repeat-y right;
	font-size: 12px;
	color: #ffffff;
}

#program_content_top_left {
	float: left;
}

#program_content_top_right {
	float: left;
	width: 550px;
	position: relative;
	top: 16px;
	left: 28px;
	line-height: 16px;
}

#program_content_bottom {
	width: 857px;
	/*height: 405px;*/ /* ***************************** */
}

#program_content_bottom_left {
	float: left;
	width: 216px;
	height: 405px;
}

#program_content_bottom_left img {
	float: right;
}

#program_content_bottom_right {
	float: left;
	width: 641px;
	height: 405px;
	margin-right: -2px;	/* ie6 */
}

.program_content_bottom_right_item {
	float: left;
	width: 190px;
	height: 385px;
	margin: 20px 0px 0px 20px;
	font-size: 13px;
}

* html .program_content_bottom_right_item {
	margin-left: 20px !important;
}

* html #program_content_bottom_right .first {
	margin-left: 10px !important;
}

.program_content_bottom_right_item h3 {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #004677;
	height: 50px;
}



/*
 * Legals
 */
#program_content_top_right_legals {
	float: left;
	width: 550px;
	position: relative;
	top: 56px;
	left: 28px;
	line-height: 16px;
}

.program_content_bottom_right_item_legals {
	float: left;
	width: 190px;
	height: 385px;
	margin: 20px 0px 0px 20px;
	font-size: 11px;
	line-height: 11px;
	color: #606060;
}

.program_content_bottom_right_item_legals h3 {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #004677;
}

.program_content_bottom_right_item_extra {
	float: left;
	width: 190px;
	height: 385px;
	margin: 20px 0px 0px 20px;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	color: #606060;
	text-align: center;
}

.program_content_bottom_right_item_extra h3 {
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	color: #004677;
}

.program_content_bottom_right_item_extra #name {
	display: block;
	float: left;
	text-align: left;
}

.program_content_bottom_right_item_extra #name span {
	color: #004677;
}



/*
 * Thankyou ******************************
 */
#program_content_bottom_right_thankyou {
	float: left;
	width: 641px;
	height: 405px;
	margin-right: -2px;	/* ie6 */
}

#program_content_bottom_right_thankyou div {
	padding: 20px 0px 0px 20px;
	color: #606060;
}

#program_content_bottom_right_thankyou h3 {
	font-size: 14px;
	font-weight: bold;
	color: #004677;
	padding: 0px;
	margin: 0px;
}



/*
 * Contact ******************************
 */
#program_content_top_right_contact {
	float: left;
	width: 550px;
	position: relative;
	top: 56px;
	left: 28px;
	line-height: 16px;
}

#program_content_top_right_contact span {
	float: right;
	position: relative;
	top: 8px;
	left: 60px;
	font-style: italic;
}

* html #program_content_top_right_contact span {
	top: -10px;
}

*:first-child+html #program_content_top_right_contact span {
	top: -10px;
}

#program_content_bottom_right_contact {
	float: left;
	width: 641px;
	/*height: 405px;*/ /* *********************** */
	margin-right: -2px;	/* ie6 */
}

#contact_main {
	width: 600px;
	display: table;
	margin: 10px 0px 0px 20px;
}

#contact_main form {
	position: relative;
	top: 0px;
	left: 0px;
}

#contact_main form h3 {
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	color: #004677;
}

#contact_main form h3#mess {
	padding: 40px 0px 10px 0px;
}

#contact_main form, #contact_main form input {
	padding: 0px;
	margin: 0px;
}

#contact_main form input {
	width: 175px;
	height: 18px;
	position: relative;
	top: -5px;
}

#contact_main form #contact_captcha {
	position: absolute;
	top: 22px;
	right: 0px;
	width: 250px;
	display: table;
}

#contact_main form p {
	padding: 0px;
	margin: 0px;
}

#contact_main form p.span {
	float: left;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	width: 80px;
}

#contact_main form p.span2 {
	padding: 10px 0px 0px 0px;
	margin: 0px;
}

#contact_main form textarea {	
	color: #999999;
	font-style: italic;
	width: 399px;
	height: 140px;
}

#contact_main form #contact_send {
	width: 84px;
	height: 21px;
	background: url(../images/send_btn.jpg);
	border: none;
	position: relative;
	left: 318px;
	top: -40px;
}

#contact_main form #contact_error {
	width: 300px;
	height: 45px;
	margin-top: 15px;
	color: #ff0000;
}



/*
 * Send
 */
#contact_second_send {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 310px;
	display: table;
}

#contact_main form p.span3 {
	float: left;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	width: 120px;
}

#ta_send {
	color: #999999;
	font-style: italic;
	width: 590px !important;
	height: 140px;
}

#contact_main form #contact_send_send {
	width: 84px;
	height: 21px;
	background: url(../images/send_btn.jpg);
	border: none;
	position: relative;
	left: 510px;
	top: -40px;
}

#contact_main form #contact_error_send {
	width: 200px;
	height: 45px;
	margin-top: 15px;
	color: #ff0000;
}

#contact_main form #contact_captcha_send {
	position: absolute;
	bottom: 0px;
	left: 215px;
	width: 280px;
	display: table;
}



/*
 * YourStories ******************************
 */
#contact_main form p.span_ys {
	float: left;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	width: 105px;
}

#contact_main form p.span2_ys {
	padding: 10px 0px 0px 0px;
	margin: 0px;
}

#contact_main form p.span_ys_sel {
	float: left;
	padding: 13px 0px 0px 0px;
	margin: 0px;
	width: 105px;
}

#contact_main form p.span_ys_sel .first_opt {
	font-style: italic;
	color: #666666;
}

.ys_sel {
	width: 179px;
	height: 20px;
}

#contact_main form #contact_captcha_ys {
	width: 285px;
	display: table;
	margin-top: 45px;
}

#right_form_yourstories {
	position: absolute;
	top: 0px;
	left: 310px;
	float: right;
	width: 290px;
	display: table;
}

#right_form_yourstories h3 {
	padding-bottom: 10px !important;
}

#right_form_yourstories textarea {
	margin-top: 10px;
	width: 290px !important;
	height: 116px !important;
}

* html #right_form_yourstories textarea {
	height: 123px !important;
}

*:first-child+html #right_form_yourstories textarea {
	height: 120px !important;
}

#contact_main form #yourstories_send {
	width: 84px;
	height: 21px;
	background: url(../images/send_btn.jpg);
	border: none;
	position: relative;
	left: 210px;
	top: 60px;
}

#right_form_yourstories #ys_file_cont {
	position: relative;
	top: 45px;
}

#right_form_yourstories #ys_file_cont span {
	position: relative;
	top: -4px;
}

#ys_file_desc {
	font-size: 9px;
	color: #666666;
	position: relative;
	left: 43px;
}

#right_form_yourstories #ys_file {
	width: 240px;
	height: 20px;
}

.imp_char1, .imp_char2 {
	color: #ff0000;
	position: relative;
}

.imp_char1 { top: -9px; }
.imp_char2 { top: -4px; }



/*
 * Footer ******************************
 */
#cont_footer {
	width: 964px;
	height: 56px;
}

#cont_footer div {
	margin-left: 19%;
	padding-top: 23px;
}

#cont_footer div ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#cont_footer div ul li {
	padding: 0px;
	margin: 0px;
	float: left;
}

#cont_footer div ul li a {
	text-decoration: none;
	color: #004677;
	margin: 0px 12px 0px 10px;
}

#cont_footer div ul li a:hover {
	text-decoration: underline;
}

#cont_footer div ul li a#f {
	margin: 0px 0px 0px 0px !important;
}

#cont_footer div ul li.first {
	position: relative;
	left: -10px;
}

/* IE6 */
* html #cont_footer div ul li a#f, * html #cont_footer div ul li a#in {
	position: relative;
	top: 1px;
}

/* IE7 */
*:first-child+html #cont_footer div ul li a#f, *:first-child+html #cont_footer div ul li a#in {
	position: relative;
	top: 1px;
}

#cont_footer div ul li a#in {
	margin: 0px 0px 0px 0px !important;
}

#cont_footer div ul li span {
	font-size: 10px;
	color: #666666;
	padding-left: 12px;
}

#cont_footer div ul li img {
	padding: 0px;
	margin: 0px;
}

/* Ogilvy Upgrade Captcha */
#program_content_bottom_right_contact input#contact_captcha {
	display:block;
	position:relative;
	top:-5px;
	width: 175px
}

#contact_main form input#profil_photo {
	height:22px;
}
