@charset "UTF-8";
/*///////////////////////////*/
/*RESET CSS*/
/*///////////////////////////*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background-color: #000000;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*///////////////////////////*/
/*GLOBALS*/
/*///////////////////////////*/

h1			{font-size: 18px;}
h2			{font-size: 18px;}
a:link		{color:#65575e; font-weight: bold; text-decoration: underline;}
a:visited	{color:#65575e; font-weight: bold; text-decoration: underline;}
a:hover		{color:#92c251; font-weight: bold; text-decoration: underline;}

img, div	{behavior: url(iepngfix.htc)}

strong {
	font-weight: bold;
	}

/*///////////////////////////*/
/*MAIN STRUCTURE*/
/*///////////////////////////*/

body {
	background: url(../images/bg.jpg) repeat;
	color: #65575e;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 135%;
	}
	
#shadow {
	background: url(../images/bg_shadow.jpg) top center no-repeat;
	/*height: 325px;*/
	width: 100%;
	}
	
#wrapper {
	margin: 0 auto;
	width: 962px;
	}
	
#shadow_left, #shadow_right {
	background: url(../images/bg_left.jpg) top right no-repeat;
	float: left;
	height: 325px;
	width: 71px;
	}
	
	#shadow_right {
	background: url(../images/bg_right.jpg) top left no-repeat;
	float: right;
	}
	
#main {
	float: left;
	width: 962px;
	}
	
	#nav {
	float: left;
	height: 33px;
	}
		
		#nav li {
		display: inline;
		float: left;
		list-style: none;
		}
	
	#flash_header {
	background: url(../images/bg_flash.png) top left no-repeat;
	float: left;
	height: 268px;
	width: 962px;
	}
	
		#flash_header div {
		display: inline;
		float:left;
		margin-left: 1px;
		}
	
	#content_wrapper {
	border: 1px solid #9c6790;
	border-top: none;
	float: left;
	width: 960px;
	}
	
	.cw_deardiary {
	background: url(../images/bg_deardiary.jpg) top left repeat-x #fffe58;
	}
	
	.cw_advice {
	background: url(../images/bg_advice.jpg) top left repeat-x #ccf294;
	}
	
	.cw_pictures {
	background: url(../images/bg_pictures.jpg) top left repeat-x #a0eafa;
	}
	
	.cw_videos {
	background: url(../images/bg_videos.jpg) top left repeat-x #ccf294;
	}
	
	.cw_health {
	background: url(../images/bg_health.jpg) top left repeat-x #a1eaf9;
	}
	
	.cw_quizzes {
	background: url(../images/bg_quizzes.jpg) top left repeat-x #fffd79;
	}
	
	.cw_bio {
	background: url(../images/bg_bio.jpg) top left repeat-x #cef596;
	}
	
	.cw_foundation {
	background: url(../images/bg_foundation.jpg) top left repeat-x #a0eafa;
	}
	
	.cw_talkshow {
	background: url(../images/bg_talkshow.jpg) top left repeat-x #a0eafa;
	}
	
	.cw_write {
	background: url(../images/bg_write.jpg) top left repeat-x #faf86e;
	}
	
		#ad { /*may not be larger than 300px*/
		float: left;
		margin-top: 10px;
		}
	
		#content {
		display: inline;
		float: right;
		margin: 0 26px 30px 0;
		text-align: justify;
		width: 640px;
		}
		
			/*#content p {
			margin: 0 75px 20px 75px;
			}*/
		
		.deardiary, .advice, .pictures, .videos, .health, .quizzes, .bio, .foundation, .write {
		border: 1px solid #d5cfb3;
		border-top: none;	
		}
			
		.deardiary {
		background: url(../images/bg_deardiary_content.jpg) top left repeat-x #fefff1;
		}
		
			.deardiary h1 {
			color: #92c251;
			margin-left: 75px;
			}
			
			.deardiary p {
			margin: 0 75px 20px 75px;
			}
		
		.advice {
		background: url(../images/bg_advice_content.jpg) top left repeat;
		color: #52644a;
		}
		
			.advice h1 {
			color: #95912a;
			margin-left: 75px;
			}
			
			.advice p {
			margin: 0 75px 20px 75px;
			}
			
		.pictures {
		background: url(../images/bg_pictures_content.jpg) top left repeat-x #a1fb7d;
		}
		
			.pictures p {
			margin: 0 35px 10px 35px;
			}
			
		.videos {
		background: url(../images/bg_videos_content.jpg) top left repeat;
		}
		
			.videos p {
			margin: 0 35px 10px 35px;
			}
			
		.health {
		background: url(../images/bg_health_content.jpg) top left repeat;
		color: #855e72;
		}
		
			.health h1 {
			color: #92c251;
			margin: 0 75px 0px 40px;
			}
			
			.health h1 small {
			color: #855e72;
			font-size: 13px;
			}

			.health h1.no_para {
			color: #92c251;
			margin: 0 75px 20px 40px;
			}	
			
			.health h1.no_para_img {
			color: #92c251;
			margin: 0;
			margin-left: 10px;
			margin-right: 40px;
			}
			
			.health .row_wrap{
			float:left; margin-bottom: 20px; margin-left: 75px; width: 640px;
			}				
						
					
			.health p {
			margin: 0 75px 20px 40px;
			}
			
			.health ul {
			list-style: disc outside;
			margin: 0 75px 10px 93px;
			}
			
		.quizzes {
		background: url(../images/bg_health_content.jpg) top left repeat #b9f898;
		}
		
			.quizzes p {
			margin: 0 75px 10px 75px;
			}
			
			.quizzes h1 {
			color: #92c251;
			margin: 0 75px 0px 75px;
			}
			
			.quizzes h2 {
			color: #0066CC;
			margin: 0 75px 0px 75px;
			}
			
			.quizzes ul {
			margin: 10px 75px 10px 93px;
			}
			
			.quizzes ul li{
			list-style: disc outside;
			padding-bottom: 3px;
			}
			
		.bio {
		background: url(../images/bg_bio_content.jpg) top left no-repeat #e0fcdc;
		}
		
			.bio p {
			margin: 0 75px 10px 75px;
			}
			
		.foundation {
		background: url(../images/bg_bio_content.jpg) top left repeat-x #fffff3;
		}
		
			.foundation h1 {
			color: #95912a;
			margin-left: 75px;
			}
		
			.foundation p {
			margin: 0 75px 10px 75px;
			}
			
		.write {
		background: url(../images/bg_bio_content.jpg) top left no-repeat #feffef;
		}
		
			.write p {
			margin: 0 75px 10px 75px;
			}
			
div.signature_hr{
	margin: 0; padding: 0; 
	margin-right: 75px; margin-left: 40px; margin-bottom: 20px; 
	padding-bottom: 20px; 
	border-bottom-color:#95912a; border-bottom-style: dotted; border-bottom-width: 1px;
}			
			
#footer {
	color: #fbe4f7;
	float: left;
	font-size: 10px;
	margin: 10px 0;
	text-align: center;
	width: 962px;
	}
	
	#footer a:link		{color:#fbe4f7; font-weight: bold; text-decoration: underline;}
	#footer a:visited	{color:#fbe4f7; font-weight: bold; text-decoration: underline;}
	#footer a:hover		{color:#92c251; font-weight: bold; text-decoration: underline;}
			
/*///////////////////////////*/
/*FORM*/
/*///////////////////////////*/

form {
	margin-left: 75px;
	text-align: left;
	}

input, textarea {
	background: #fffbe1;
	border: 1px solid #e3e3dd;
	color: #65575e;
	display: inline;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
	width: 200px;
	}
	
textarea {
	width: 478px;
	}
	
label {
	display: inline;
	}

labelw {
	display: block;
	}

/*///////////////////////////*/
/*CLASSES*/
/*///////////////////////////*/

.img_padding_r {
	margin-right: 3px;
	}
	
.img_padding_r65 {
	margin-right: 65px;
	}

.img_padding_10 {
	margin-right: 10px;
	}
		
.img_padding_40 {
	margin-right: 40px;
	}	
	
/*///////////////////////////*/
/*DROPDOWN*/
/*///////////////////////////*/