body {
	background-color: #F4F9FF;
	margin: 0px;
	padding: 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:small;

}

/* layout structure */

#wrap {
	min-width:500px;
	max-width:1500px;
	background-image: url(../images/wrap-bg.gif);
	background-repeat: repeat-y;
	background-position: 70% 0;
}


p {
	font-size:95%;
	line-height: 1.5em;
	color: #003399;
}

#results #content {
	float:left;
	width: 100%;
	font-size:95%;
	line-height: 1.5em;
	color: #003399;
}

#sidebar {
	float:right;
	width: 30%;
	font-size:90%;
	color:#056597;
}

#footer {
	clear:both;
	background: #006699;
	font-size:80%;
	color:#FFFFFF;
	height: 25px;
	width: 100%;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 5px;
}
	
/*  end of layout structure */

/* header */
#header {
	background-color: #3da3ff;
	background-image: url(../images/header2-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #99FF33;
	}



/* navagation */

#nav {
	float: left;
	width: 100%;
	margin: 0;
	padding: 5px 0 0 30px;
	list-style: none;
	vertical-align: top;
	background-color: #006699;
	background-image: url(../images/nav-linebg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}

#nav a {
	float: left;
	display:block;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	color: #333;
	text-decoration: none;
	border: 1px solid #006699;
	border-bottom: none;
	background: #61c7ff url(../images/blueTab.gif) repeat-x top left;
}

#nav a:hover, body#home #t-home a {
	color: #333;
	padding-bottom: 5px;
	border-color: #333333;
	background: #eff6fc url(../images/whiteTab.gif) repeat-x top left;
}

#nav a:hover, body#aboutus #t-aboutus a {
	color: #333;
	padding-bottom: 5px;
	border-color: #333333;
	background: #eff6fc url(../images/whiteTab.gif) repeat-x top left;
}

#nav a:hover, body#about #t-about a {
	color: #333;
	padding-bottom: 5px;
	border-color: #333333;
	background: #eff6fc url(../images/whiteTab.gif) repeat-x top left;
}

#nav a:hover, body#antiaging #t-antiaging a {
	color: #333;
	padding-bottom: 5px;
	border-color: #333333;
	background: #eff6fc url(../images/whiteTab.gif) repeat-x top left;
}

#nav a:hover, body#results #t-results a {
	color: #333;
	padding-bottom: 5px;
	border-color: #333333;
	background: #eff6fc url(../images/whiteTab.gif) repeat-x top left;
}

#nav a:hover, body#testimonials #t-testimonials a {
	color: #333;
	padding-bottom: 5px;
	border-color: #333333;
	background: #eff6fc url(../images/whiteTab.gif) repeat-x top left;
}

#nav a:hover, body#faqs #t-faqs a {
	color: #333;
	padding-bottom: 5px;
	border-color: #333333;
	background: #eff6fc url(../images/whiteTab.gif) repeat-x top left;
}

#nav a:hover, body#press #t-press a {
	color: #333;
	padding-bottom: 5px;
	border-color: #333333;
	background: #eff6fc url(../images/whiteTab.gif) repeat-x top left;
}

#nav a:hover, body#papers #t-papers a {
	color: #333;
	padding-bottom: 5px;
	border-color: #333333;
	background: #eff6fc url(../images/whiteTab.gif) repeat-x top left;
}
#nav a:hover, body#more #t-more a {
	color: #333;
	padding-bottom: 5px;
	border-color: #333333;
	background: #eff6fc url(../images/whiteTab.gif) repeat-x top left;
}
#nav a:hover, body#contact #t-contact a {
	color: #333;
	padding-bottom: 5px;
	border-color: #333333;
	background: #eff6fc url(../images/whiteTab.gif) repeat-x top left;
}
#nav a:hover, body#registration #t-registration a {
	color: #333;
	padding-bottom: 5px;
	border-color: #333333;
	background: #eff6fc url(../images/whiteTab.gif) repeat-x top left;
}



#tabs a:hover, body#home #t-home a{
	} 

#tabs a:hover, body#aboutus #t-aboutus a {
	}
	
#tabs a:hover, body#about #t-about a {
	}

#tabs a:hover, body#results #t-results a{
	}
	
	#tabs a:hover, body#antiaging #t-antiaging a{
	}

#tabs a:hover, body#testimonials #t-testimonials a{
	}

#tabs a:hover, body#faqs #t-faqs a{
	}
 
#tabs a:hover, body#press #t-press a{
	}

#tabs a:hover, body#papers #t-papers a{
	}

#tabs a:hover,  body#more #t-more a{
	}
	
#tabs a:hover,  body#contact #t-contact a{
	}

#tabs a:hover,  body#registration #t-registration a{
	}

/*  end of navagation */

/* gutters

#home #content .gutter {
	padding: 25px;
	background-image: url(../images/contentface-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	} */

#content .gutter {
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;	
	}
	
#home #content .gutter {
	padding: 25px;
	background-image: url(../images/home_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-attachment: scroll;
	}
#home #wrap #content .gutter li {
	font-size: 120%;
	font-weight: bold;
	color: #990066;
	padding-left: 0px;
	line-height: 120%;
	margin-left: 100px;
}

#about #content .gutter {
	padding: 25px;
	background-image: url(../images/home_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-attachment: scroll;
	}
	
	
.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: italic;
}
.tagline {
	font-size: 110%;
	font-style: italic;
}




/* content */
p {
	padding-left: 25px;
	padding-right: 25px;
	font-family: "Trebuchet MS", Arial, sans-serif, Helvetica;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	font-weight: normal;
	color:#003399;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 25;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25;
	}

.dottedLine {
	font-size: x-small;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #993366;
	line-height: 50%;
	padding-right: 25px;
	padding-left: 25px;
}
#home .thcontent li {
	color: #993366;
}
#points {
	padding-left: 80px;
	font-size: 120%;
}
#home .thcontent h2 {
	padding-left: 25px;
}
.sideQuote {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}



#home #wrap #sidebar .gutter .quote {
	font-size: 95%;
}
#papers #wrap #content .gutter .casestudy {
	font-size: 110%;
}
.required {
	font-size: 90%;
}
.thcontent {
	background-color: #F4F9FF;
	background-image: url(../images/home_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.thsidebar {
	background-color: #A1D2FE;
}
#home #footer .hdc {
	float: right;
	padding-right: 10px;
	color: #006699;
	line-height: 20px;
}

#footer a {
	color:#006699;
	text-decoration: none;	
}
#footer a:hover {
	color:#99FF33;
	
}

