/*------------------------------------------------------
CSS Created for P&G dynamic website
Copyright 2004 Michael Moore
DataShepherd Ltd.
------------------------------------------------------*/

/*------------------------------------------------------
We have thought about adding the feature to span the page
the enitre width of the browser. There are a couple of points
to be raised here. The ability to span the header 100% though
keep the content the same width, or the entire content spanned
100%.
------------------------------------------------------*/

/*------------------------------------------------------
SPLASH PAGE
------------------------------------------------------*/
#SplashEnter {
	padding: 4px 20px 4px 20px;
	margin: 0;
	width: 0;
	border: 1px #000000 solid;
	text-decoration: none;
	background: #FFFFFF;
}
a #SplashEnter {
	text-decoration: none;
	color: #FF9900;
}
a:hover #SplashEnter {
	text-decoration: none;
	color: #000000;
	background: #DDDDDD;
}
/*------------------------------------------------------
BODY
------------------------------------------------------*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #000000;
	margin: 0;
	border: 0;
	padding: 0;
	text-align: center;
	background: #CCCCCC url('images/bg.gif') repeat-y top center;
}
#Container {
	background: transparent;
	position: relative;
	margin: auto;
	padding: 0;
	border: 0;
	width: 760px;
	text-align: left;
}
/*------------------------------------------------------
HEADER
------------------------------------------------------*/
#Header {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0;
	border: 0;
	margin: 0;
	width: 760px;
	height: 75px;
	text-align: left;
/* 
	background: #666666 url('../header.jpg') no-repeat top left;
 */
}


.main_sponsor
{ 
  height: 75px;
  position: absolute;
  top: -120;
  right: -30;
  }



#Lang {
	margin: 0;
	position: absolute;
	top: 110px;
	right: 0;
	padding-right: 10px;
	border: 0;
	font-weight: 700;
	text-align: right;
	background: transparent;
	z-index: 100;
    vertical-align: middle; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
}
#Lang a {
	color: #AAAAAA;
	text-decoration: none;
}
#Lang a:hover {
	color: #AAAAAA;
	text-decoration: underline;
}
/*------------------------------------------------------
NAVIGATION
------------------------------------------------------*/
.MainNav, #Nav {
	position: absolute;
	top: 75px; 
	left: 30px;
	padding: 0;
	margin: 0;
	border: 0;
}


.NavLeftCorner 
{
  position: absolute;
  top: -45px; 
  left: -30px;
  width: 30px;
  height: 30px;
  background: url('images/nav-left.gif');
  z-index: 99;
  }
.NavRightCorner 
{
  position: absolute;
  top: -45px; 
  right: -30px;
  width: 30px;
  height: 30px;
  background: url('images/nav-right.gif');
  z-index: 99;
  }



#Nav {
	width: 700px;
}
#Nav ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	text-align: center;
	overflow: auto;
	height: 31px;
	background: #DDDDDD url('../nav.gif')  ;
}
#Nav ul li {
	display: block;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
	border: 0;
 	text-transform: uppercase;
	text-decoration: none;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 31px;
	font-weight: bold;
	background: #DDDDDD url('../nav.gif')  ;
}


#Nav ul li a, #Nav ul li.left a, #Nav ul li.right a, #Nav ul li.rightselectednav a, #Nav ul li.leftselectednav a, #Nav ul li.selectednav a {
	padding-left: 15px;
	padding-right: 15px;
 	margin: 0;
	display: block;
	border-right: 1px #EBEBEB solid;
	color: #888888;
	text-decoration: none;
	background: #DDDDDD url('../nav.gif')  ;
}
#Nav ul li.left a {
	border-right: 1px #EBEBEB solid;
	border-left: 1px #EBEBEB solid;
}
#Nav ul li.right a {
	border-left: 1px #EBEBEB solid;
	border-right: 1px #EBEBEB solid;
}
#Nav ul li.rightselectednav a {
	border-left: 1px #EBEBEB solid;
	border-right: 1px #EBEBEB solid;
	color: #286DB;
	background: #AAAAAA url('../nav-on.gif')  ;
}
#Nav ul li.leftselectednav a {
	border-right: 1px #EBEBEB solid;
	border-left: 1px #EBEBEB solid;
	color: #286DB;
	background: #AAAAAA url('../nav-on.gif')  ;
}
#Nav ul li.selectednav a {
	color: #286DB;
	background: #AAAAAA url('../nav-on.gif')  ;
}
#Nav ul li a:hover, #Nav ul li.left a:hover, #Nav ul li.right a:hover {
	cursor: pointer;
	color: #246ABD;
	background: #AAAAAA url('../nav-on.gif')  ;
}




/*------------------------------------------------------
SUB NAVIGATION
------------------------------------------------------*/
#SideNav {
	position: absolute;
	top: 105px;
	left: 0px;
	padding: 0;
	margin: 0;
	border: 0;
	width: 179px;
}
#Sub {
	margin: 0;
	padding: 4px;
}
#Sub ul {
	border: 0;
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	text-align: left;
}
#Sub ul li a {
	padding: 4px;
 	margin: 0;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
	text-decoration: none;
	display: block;
	text-align: left;
/*
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9900;
	background: #FFFFFF url('')  ;
*/
}
/*
#Sub ul li a:hover {
	color: #000000;
	background: #DDDDDD url('')  ;
}
*/
#SubTitle {
	height: 20px;
	line-height: 20px;
	margin: 0;
	padding: 0 4px 0 4px;
	overflow: hidden;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	border-top: 1px #CCCCCC solid;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-transform: none;
	background: #CCCCCC url('../subnav_bg.gif')  ;
}
/*--------------------------------------
Side Container
--------------------------------------*/
#Sub ul li.SubBlank {
	margin: 0 0 0 0;
	padding: 4px;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
	background: #FFFFFF;
	font-size: 10px;
	text-align: left;
}
#Sub ul li.SubBlank a {
	margin: 0;
	padding: 0;
	border: 0;
	display: inline;
	text-decoration: underline;
	background: none;
	color: #FF9900;
}
#Sub ul li.SubBlank a:hover {
	color: #000000;
}
#SubLogin {
	margin: 0 0 0 0;
	padding: 4px;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
	background: #FFFFFF;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
}
#SubSpacer {
	margin: 0;
	padding: 0;
	border: 0;
	height: 4px;
	font-size: 1%;
	line-height: 1px;
}
/*------------------------------------------------------
SUB SUB NAVIGATION
------------------------------------------------------*/
#Sub ul li.subsubTitle {
	line-height: 20px;
	margin: 0;
	padding-left: 4px;
	overflow: hidden;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal; 
	color: #333333; 
	text-decoration: none;
	text-transform: none;
	background: #CCCCCC url('../subnav_bg.gif')  ; 
}
#Sub ul li.currentSub {
	margin: 0 0 0 0;
/*	padding: 3px 3px 3px 10px; */
/*	border-left: 1px #CCCCCC solid; */
/*	border-right: 1px #CCCCCC solid; */
/*	border-bottom: 1px #CCCCCC solid; */
	font-size: 10px;
	font-weight: bold; 
	color: #FFFFFF;
/*	color: #FFFFFF; */
	text-align: left;
	text-indent: 6px;
	background: #FF9900;
}
#Sub ul li.currentSub a, #Sub ul li.currentSub a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#Sub ul li.subsub a {
	margin: 0 0 0 0;
	padding-left: 10px;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9900;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url('') ;
}
#Sub ul li.subsub a:hover {
	color: #000000;
	background: #DDDDDD url('')  ;
}
/*------------------------------------------------------
MAIN
------------------------------------------------------*/
#MainContainer {
	margin: 0 0 0 0px;
	padding: 0 0 0 0;
	text-align: left;
	vertical-align: top;
	width: 700px;
	text-align: left;
}
#Main {
	position: absolute;
	top: 105px;
	left: 180px;
	width: 700px;

	margin: 0;
	padding: 10px;
	text-align: left;
	vertical-align: top;
}
#Main a {
	text-decoration: underline;
	color: #691A95;
}
#Main a:hover {
	text-decoration: underline;
	color: #691A95;
}
td.main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #000000;
}
/*-------------------------------------------------
Blockquote
-------------------------------------------------*/
blockquote {
	margin: 0;
	padding: 4px;
	border: 1px #DDDDDD solid;
	font-size: 130%;
	font-weight: bold;
	line-height: 1.5em;
	text-indent: 22px;
	background: #EEEEEE url('../images/quote_start.gif') no-repeat 4px 4px;
}
/*------------------------------------------------------
FOOTER
------------------------------------------------------*/
#Footer {

   position: relative;
    top: -30px;
    left: -30px;
	padding-left: 30px;
	border: 0;
	margin: 30px 0 0 0px;
	width: 730px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #000000;
    background: #FFFFFF url("images/footer-bg.gif") repeat-x top left;
}
#Footer p {
	border: 0;
	padding: 10px 0 10px 0;
	margin: 0 0 0 0;
	text-align: left;
}
#Footer p a {
	text-decoration: underline;
	color: #691A95;
}
#Footer p a:hover {
	text-decoration: underline;
	color: #691A95;
}
/*------------------------------------------------------
FONT
------------------------------------------------------*/
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #444444;
	text-transform: none;
	text-decoration: none;
	margin-top: 0.0em;
	margin-bottom: 0.2em;
	line-height: 1em;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #444444;
	text-transform: none;
	text-decoration: none;

	margin-top: 0.0em;
	margin-bottom: 0.2em;
	line-height: 1em;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-transform: none;
	text-decoration: none;
	margin-top: 0.0em;
	margin-bottom: 0.2em;
	line-height: 1em;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-transform: none;
	text-decoration: none;
	margin-top: 0.0em;
	margin-bottom: 0.2em;
	line-height: 1em;
}
p {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #000000;
}
p a {
	text-decoration: underline;
	color: #691A95;	
}
p a:hover {
	text-decoration: underline;
	color: #691A95;
}
.data {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.3em;
}
strong {
	font-weight: bold;
}
.bullet {
	padding-left: 20px;
	background: url('../images/bullet_icon.gif') no-repeat left; 

}
.center {
	text-align: center;
}
/*------------------------------------------------------
IMAGES
------------------------------------------------------*/
.image {
	padding: 0;
	margin: 0;

	border: 0;
}
.headerImage {
	text-align: left;
	padding: 0;
	border: 0;
	margin: 0;
}
.featureImage {
	float: right;
	padding: 3px;
	margin-left: 10px;
	border: 1px #CCCCCC solid;
	background: #FFFFFF;
}
.featureImage:hover {
	border: 1px #999999 solid;
	background: #FFFFFF;
}
/*------------------------------------------------------
FEATURE IMAGE TABLE STYLES
------------------------------------------------------*/
.featureImageTable table, .featureImageTableRight table, .featureImageTableLeft table {
    border: 1px #CCCCCC solid;
    background: #EDEEC2;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    color: #000000;
}
.featureImageTable, .featureImageTableLeft, .featureImageTableRight {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    color: #000000;
}
.featureImageTable {
    align: center;
    margin: 0px 6px 0px 6px;
}
.featureImageTableRight {
   float: right;    
   margin: 0px 0px 0px 6px;
}
.featureImageTableLeft {
   float: left;
   margin: 0px 6px 0px 0px;
   position: relative;
   left: -3px;
}
.featureImageTable img, .featureImageTableRight img, .featureImageTableLeft img {
    border: 1px #CCCCCC solid;
    padding: 4px;
}
.featureImageTable:hover img, .featureImageTableRight:hover img, .featureImageTableLeft:hover img {
    border: 1px #999999 solid;
}
/*------------------------------------------------------
LIST SUMMARY
------------------------------------------------------*/
dl.list dd {
	margin: 0;
	padding: 0;
}
/*------------------------------------------------------
TABLE
------------------------------------------------------*/
#List {
	width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
#List th {
	margin: 0;
	padding: 4px;
	line-height: 1.3em; 	
    border-bottom: 1px #CCCCCC solid;
	height: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
    color: #444444;
	font-weight: normal;
	text-align: left;
	background: #000000 url('')  ;
}
#List tr.list-no-hover {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
/* added for non-detail lists  */
#List tr.list td {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
#List tr.list:hover td, #List tr.list:hover td a {
	text-decoration: none;
	cursor: pointer;
	color: #FFFFFF;
	background: #87C3DF;
}
#List td {
	margin: 0;
	padding: 4px;
	overflow: hidden;
}
#List td a {
	text-decoration: underline;
}
#List td a:hover {
	text-decoration: underline;
}
#ListDetailOptions {
	padding: 0;
	height: 1.5em;
	border: 0;
	margin: 0;
}
#PageResults {
	width: 558px;
	padding: 2px;
	height: 1em;
	margin: 0;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
#PageResults .results {
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
}
#PageResults .page {
	margin: 0;
	padding: 0;
	border: 0;
	float: right;
	text-align: right;
}
/*------------------------------------------------------
FORMS
------------------------------------------------------*/
input {
    font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #000000;
 	border-top: 1px #AAAAAA solid;
 	border-left: 1px #CCCCCC solid;
 	border-right: 1px #CCCCCC solid;
 	border-bottom: 1px #CCCCCC solid;
	padding: 2px;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border-top: 1px #AAAAAA solid;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	border-bottom: 1px #CCCCCC solid;
	padding: 2px;
}
button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border-top: 1px #FFFFFF solid;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	border-bottom: 1px #AAAAAA solid;
	background: #EEEEEE;
	cursor: pointer;
	padding: 2px;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border-top: 1px #FFFFFF solid;
	border-left: 1px #CCCCCC solid;
	border-right: 1px #CCCCCC solid;
	border-bottom: 1px #AAAAAA solid;
	background: #EEEEEE;
	cursor: pointer;
	padding: 2px;
}
hr {
	width: 100%;
	height: 1px;
	padding: 0;
	margin-top: 1em;
	margin-bottom: 1em;
	border-bottom: 1px #EEEEEE solid;
	background-color: none;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
}
/*----------------------------------------------------
Comments
----------------------------------------------------*/
#HitCounter {
	vertical-align: top !important; vertical-align: middle;
	padding: 2px;
	margin: 0;
	width: 0;
	border: 1px #CCCCCC solid;
	background: #EEEEEE;
}
.CommentCount {
	float: left;
	margin: 0;
	padding: 0 !important; padding-top: 4px;
	width: 120px;
	height: 20px;
	text-align: center;
	color: #000000;
	font-size: 9px;
	font-weight: normal;
	line-height: 20px;
	display: block;
	cursor: pointer;
	cursor: hand;
	background: url('../../../core/images/comment_bg.gif') no-repeat left top;
	background-color: none;
}
.CommentCount strong {
	font-weight: bold;
	color: #739BA8;
}
.NoComment {
	float: left;
	margin: 0;
	padding: 0 !important; padding-top: 4px;
	width: 100px;
	height: 20px;
	text-align: center;
	color: #000000;
	font-size: 9px;
	font-weight: normal;

	line-height: 20px;
	display: block;
	vertical-align: middle;
	display: block;
	cursor: pointer;
	cursor: hand;
	vertical-align: center;
	background: url('../../../core/images/comment_bg2.gif') no-repeat left top;	
	background-color: none;
}
.CommentCountFAQ {
	float: left;
	margin: 0;
	padding: 0;
	width: 120px;
	height: 20px;
	text-align: center;
	color: #000000;
	font-size: 9px;
	font-weight: normal;
	line-height: 20px;
	display: block;
	cursor: pointer;
	cursor: hand;
	background: url('../../../core/images/comment_bg.gif') no-repeat left top;
	background-color: none;
}
.CommentCountFAQ strong {
	font-weight: bold;
	color: #739BA8;
}
.NoCommentFAQ {
	float: left;
	margin: 0;
	padding: 0 !important; padding-top: 4px;
	width: 100px;
	height: 20px;
	text-align: center;
	color: #000000;
	font-size: 9px;
	font-weight: normal;
	line-height: 20px;
	display: block;
	vertical-align: middle;
	display: block;
	cursor: pointer;
	cursor: hand;
	vertical-align: center;
	background: url('../../../core/images/comment_bg2.gif') no-repeat left top;	
	background-color: none;
}
/* end dry test */
.CommentsHeader {
	padding: 6px;
	font-weight: bold;
	font-size: 11px;
	border-left: 1px #CCCCCC solid;
	background: #EEEEEE solid;
}
.CommentIcon {
	width: 28px;
	height: 23px;
	padding: 2px;
	margin: 2px;

	border: 1px #CCCCCC solid;
	background: #FFFFFF;
	float: left;
}

.CommentsPosted {
	border-top: 1px #DDDDDD solid;
	padding: 6px;
	background: #EFEFEF;
}
.Comments {
	padding: 6px;
}
.CommentsForm {
	padding: 6px;
}



.breadcrumbs
{ 
  height: 31px;
  background: #aaaaaa url("images/breadcrumb-bg.gif") repeat-x top left;
  position: relative;
  top: -15;
  left: -30;
  width: 730px;
  padding-left: 30px;
  line-height: 31px;
  }
h2.pagename {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
/* 
	line-height: 140%;
	margin-top: 10px;
 */
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #2062AE;
    font-weight: bold;
}
.leftmenutitle, #Main .leftmenutitle a, #Main .leftmenutitle a:hover {
	font-size: 15px;
/* 
	line-height: 120%;
 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #2062AE;
    text-decoration: none;
}
.leftmenu {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
    text-decoration: none;
}


#photo_select_span
{ 
  padding-top: 5px;
  padding-bottom: 5px;
 }
#photo_credit_span
{ 
  padding-top: 5px;
 }
.profileTitle
{ 
  background: url('images/name-title-bg.gif');
  line-height: 44px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 18px;
  color: #2062AE;
  padding-left: 25;
  font-weight: bold;
  }
.profileBody
{ 
  padding-top: 15;
  padding-left: 25;
  padding-right: 25;
  }

.profileWriter
{ 
  padding-top: 15;
  padding-left: 25;
  padding-right: 25;
  padding-bottom: 15;
  float: left;
  }
.profileHealth
{ 
  padding-top: 15;
  padding-left: 25;
  padding-right: 25;
  padding-bottom: 15;
  float: right;
  text-align: right;
  }


.homeMain
{ 
  width: 760px;
  position: relative;
  top: -15px;
  left: -30px;
  }

.homeCenter
{ 
  margin-top: 10px; 
  padding: 15px; 
  background: #2062AE;
  color: #ffffff;
  }

#Main .homeCenter a, #Main .homeCenter a:hover
{ 
  text-decoration: underline;
  color: #ffffff;
 }


/* 

.homeLeft
{ 
  width: 180px;
  position: absolute;
  top: 0px;
  left: 0px;  
  }
.homeRight
{ 
  width: 400px;
  position: absolute;
  top: 0px;
  left: 360px;
  }

.homeCenterBottom1
{ 
  background: #2062AE;
  width: 180px;
  height: 25px;
  position: absolute;
  bottom: -25px;
  right: 400px;
  left: 180px;
 }

.homeCenterBottom2
{ 
  background: #A9C0E0;
  width: 180px;
  height: 25px;
  position: absolute;
  bottom: -50px;
  right: 400px;
  left: 180px;
 }


 */