
/* ------------------------------------------------------------

CSS Reset

------------------------------------------------------------ */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0; 
} 
table { 
	border-collapse:collapse;
	border-spacing:0; 
} 

fieldset,img {
	border:0; 
} 
address,caption,cite,code,dfn,th,var { 
	font-style:normal;
	font-weight:normal;
} 

ol,ul { 
	list-style:none; 
}
 
caption,th { 
	text-align:left; 
} 

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight: bold; 
} 

q:before,q:after {
	content:'';
} 

abbr,acronym { 
	border:0; 
} 

/* ------------------------------------------------------------

Defult setting

------------------------------------------------------------ */

body {
	background-color: #fff;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #807f83;
}

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

a:hover {
	color: #72b0e6;
	text-decoration: underline;
}

p {
	font-size: 1.1em;
	line-height: 1.2;
	margin-bottom: 16px;
}

img {
	border: none;
}

hr {
	color: #828282;
	background-color: #828282;
	height: 1px;
	margin-bottom: 20px;
}

sup {
font-size:9px;
}

/* ------------------------------------------------------------

Structure

------------------------------------------------------------ */


#container {
	background-color: #fff;
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

#header {
	width: 980px;
	height: 217px;
	position: relative;
	margin-bottom: 25px;
}

#content {
}

#left-column,
#middle-column,
#right-column {
	float: left;
	display: inline;
}

#left-column,
#right-column{
	width: 200px;
	margin-right: 24px;
}
#middle-column {
	width: 500px;
	margin-right: 32px;
}


/* ------------------------------------------------------------

Header

------------------------------------------------------------ */

#header h1 a {
	position: absolute;
	top: 66px;
	left: 10px;
	width: 194px; 
	height: 82px;
	display: block;
}

#header p {
	text-indent: -9999px;
}

body.home-page #header h1 {
	position: relative;
	text-indent: -9999px;
}

/*body.home-page #header        { background: transparent url(../images_clinicalstudy/hdr0_home.jpg) top left no-repeat; }*/
body.weight-loss-page #header { background: transparent url(../images_clinicalstudy/hdr1_weight_loss.jpg) top left no-repeat; }
body.study-page #header       { background: transparent url(../images_clinicalstudy/hdr2_the_study.jpg) top left no-repeat; }
body.candidate-page #header   { background: transparent url(../images_clinicalstudy/hdr3_candidate.jpg) top left no-repeat; }
body.faq-page  #header        { background: transparent url(../images_clinicalstudy/hdr4_faq.jpg) top left no-repeat; }

/* ------------------------------------------------------------

Menu

------------------------------------------------------------ */

#menu {
	margin-left: 15px;
}

#menu li {
	list-style-type: none;
	margin-bottom: 11px;
}

#menu li a {
	font-size: 1.2em;
	
}

#menu li a:link,
#menu li a:active,
#menu li a:visited {
	color: #807f83;
	text-decoration: none;
}

#menu li a:hover {
	color: #cee16e;
	text-decoration: none;	
}

#menu li.active-li a {
	color: #72b0e6;
}


/* ------------------------------------------------------------

middle-column

------------------------------------------------------------ */

#middle-column h2 {
	font-size: 1.2em;
	color: #3f3f3f;
	margin-bottom: 16px;
}

#middle-column h3 {
	font-size: 1.2em;
	color: #72b0e6;
	margin-bottom: 16px;
}

#middle-column h4 {
	font-size: 1.1em;
	color: #72b0e6;
}

#middle-column h5 {
	font-size: 1.1em;
	color: #3f3f3f;
}

#middle-column a {
	font-weight: bold;
}

#middle-column ul {
		margin: 0 0 16px 20px;
}

#middle-column ul li {
	list-style-type: disc;
	font-size: 1.1em;
	margin-bottom: 4px;
}

#middle-column ul.faq-list li a:link,
#middle-column ul.faq-list li a:active,
#middle-column ul.faq-list li a:visited {
	color: #72b0e6;
}

#middle-column ul.faq-list li a:hover {
	color: #ff852d;
}

#middle-column .orange {
	color: #ff852d;
}

#middle-column .grey {
	color: #b2b2b2;	
}

#middle-column .black {
	color: #3f3f3f;	
}


/* ------------------------------------------------------------

right-column

------------------------------------------------------------ */

#right-column p {
	font-size: 1.2em;
	line-height: 1.6;
}

#right-column strong {
	font-weight: normal;
	color: #ff852d;
}

#right-column a {
	color: #fff;
	padding: 2px 4px;	
}

#right-column a:link,
#right-column a:active,
#right-column a:visited {
	background-color: #ff852d; 
	color: #fff;
	text-decoration: none;
}

#right-column a:hover {
	background-color: #72b0e6; 
	color: #fff;
	text-decoration: none;	
}





/* ------------------------------------------------------------

Form

------------------------------------------------------------ */

#contactForm fieldset {
	margin-bottom: 50px;
}

#contactForm label { 
	font-size: 1.1em;
	color: #324143;
	/*cursor: hand;*/
	float: left;
	width: 80px;
	display: block;
	line-height: 2;
	margin-top: 8px;
}

#contactForm input,
#contactForm select,
#contactForm textarea {
	float: left;
	width: auto;
	border: 1px solid #b2b2b2;
	padding: 2px;
	margin-top: 8px;
	font: 11px Arial, Helvetica, sans-serif;
}

#contactForm input {
	border: 1px solid #c7c7c7;
	height: 15px;
}


#contactForm textarea {
	width: 294px;/*304px*/
	height: 79px;/*89px*/
	overflow:auto;
	border: none;
}

#contactForm br {
	clear: both;
}

#contactForm span {
	color: #ff852d;
}

#contactForm .optional label {
	color: #e16b29;
	width: 450px;
	margin: 0 0 15px 15px;
	line-height: 1.4;
}

#contactForm p {
	text-align: right;
	padding: 12px 75px 0 0;
	font-size: 1em;
	color: #b2b2b2;
}


#contactForm input.submit,
#contactForm input.reset {
	width: 83px;
	height: 30px;
	display: inline;
	border: none;
	cursor: pointer;
	overflow: hidden;
	padding: 0;
}

#contactForm input.submit {
	background: transparent url(../images_clinicalstudy/btn_submit.jpg) top left no-repeat;
	/*margin-left: 80px;*/	
	margin-right: 15px;
}

#contactForm input.reset {
	background: transparent url(../images_clinicalstudy/btn_reset.jpg) top left no-repeat;
	width: 81px;	
}

/* message */
#contactForm #message {
	margin-bottom: 20px;
}

#contactForm #message p{
	color: #f00;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	text-align: left;
}

#contactForm #message p.orange {
	color: #e16b29;
	font-weight: bold;
}

/* ------------------------------------------------------------

Footer

------------------------------------------------------------ */

#footer {
	background-color: #fff;
	width: 980px;
	height: 100px;
	margin: 0 auto;
	text-align: left;
	padding: 30px 14px 0;
}

#footer p {
	font-size: 1em;
	color: #b2b2b2;
	float: right;
	text-align: right;
	width: 980xpx;
}

/* ------------------------------------------------------------

Misc

------------------------------------------------------------ */

/* self-clearing floats */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearall {
	clear:both;
}

.uppercase {
	text-transform: uppercase;
}

.blue {
	color: #71cbd2;

}
