/* this stylesheet is for all pages of drtpress.com*/

* {
	/* global whitespace reset*/
	margin: 0px;
	padding: 0px;
}

/* to avoid page-shift */
html { 
	min-height: 100%; margin-bottom: 1px; 
}

body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #cfecf4;
	background-image: url(images/gradientback.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#wrapper {
	width: 871px;
	min-height: 500px;
	height: auto; /* DLC added */
	_height: 500px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/newback.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
/* for Internet Explorer (DLC patches)*/
/*\*/
* html #wrapper {  height: 500px;}
* html #right {  height: 500px;}
/**/

#left {
	float: left;
	width: 243px;
	background-image: url(images/newleftback.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#left .text {
	width: 156px;
	margin-left: 80px;
	margin-top: 14px;
	
}
.text p {
	font: 11px/13px Georgia, "Times New Roman", Times, serif;
	padding: 0px 0px 10px 0px;
}
.text h4 {
	font: bold 12px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #c63;
	text-transform: uppercase;
	padding-top: 14px;
}
p.leftquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 19px;
	color: #669933;
	letter-spacing: 1px;
	padding-bottom: 8px;
	font-style: italic;
}
#right {
	float: right;
	width: 628px;
	background-image: url(images/newtopright2.jpg);
	background-repeat: no-repeat;
/*	background-position: left top; DLC fix for IE */
	background-position: right top;
	min-height: 500px;
	height: auto; /* DLC added */
}
#navigation {
	margin-top: 38px;
	width: 628px;
	padding-bottom: 6px;
	text-align: center;
}
#navigation ul {
	list-style: none;
	
}
#navigation li {
	font: bold 14px/15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: inline;
	
}
#navigation a:link, #navigation a:visited {
	color: #ffdf57;
	text-decoration: none;
	padding: 6px 6px;
}
#navigation a:hover {
	color: #fffefa;
}
#navigation .current a:link, #navigation .current a:visited {
	color: #fffefa;
}
#yellowbox {
	width: 578px;
	float: right;
	margin-top: 18px;
	margin-right: 32px;
	_margin-right: 14px;
	background-color: #ffdf57;
	background-image: url(images/yellowtop.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#right_content {
	background-color: #fffefa;
	width: 546px;
	margin-left: 18px;
	float: left;
	text-align: left;
	margin-bottom: 9px;
	background-image: url(images/spiral.jpg);
	background-repeat: no-repeat;
	background-position: 450px 44px;
	margin-top: 2px;
	min-height: 400px;
	_height: 400px;
}
p {
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	padding-bottom: 10px;
	padding-right: 16px;
	padding-left: 24px;
}
.smaller {
	font: 10px/12px Arial, Helvetica, sans-serif;
	color: #666;
}
.home {
	font: 11px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom: 4px;
	} 
.normal {
	font-weight: normal;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 19px;
	color: #669933;
	letter-spacing: 1px;
	padding-left: 54px;
	padding-right: 54px;
	padding-bottom: 8px;
	font-style: italic;
}
#book {
	width: 100%;
	clear: both;
}
h1 {
	font-size: 11px;
	line-height: 12px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 6px 0px 2px;
	letter-spacing: 4px;
	padding: 0px;
	
}
h2 {
	font-size: 16px;
	line-height: 16px;
	color: #c63;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 6px;
	display: block;
	padding-top: 16px;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ffdf57;
	
}
.large_red {
	font-size: 18px;
	color: #c63;
	line-height: 16px;
}
.first_letter {
	font: bold 30px/30px Verdana, Arial, Helvetica, sans-serif;
	color: #81b75d;
}
h3 {
	font: bold 14px/17px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #C63;
	padding-right: 14px;
	padding-top: 14px;
	padding-left: 20px;
	padding-bottom: 4px;
}
h5 {
	font: bold 12px/17px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #81b75d;
	text-transform: uppercase;
	padding-top: 12px;
	padding-left: 40px;
	padding-bottom: 4px;
}


#footer {
	background-image: url(images/newbottom-back4.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-left: auto;
	margin-right: auto;
	width: 871px;
	margin-top: -28px; 
	clear: both;
	height: 48px;
}
#footer p {
	font-size: 10px;
	line-height: 12px;
	color: #ffdf57;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 32px;
	padding-left: 24px;
	text-align: center;
}
#footer a:link, #footer a:visited {
	color: #CCCC66;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#footer a:hover {
	color: #CC6;
	text-decoration: underline;
}



a:link, a:visited {
	color: #358ba1;
	text-decoration: none;
}
a:hover {
	color: #579aab;
	text-decoration: underline;
}

.imgright {
	float: right;
	margin-left: 26px;
	margin-bottom: 6px;
	margin-right: 54px;
}
.imgrightflush {
	float: right;
	margin-left: 18px;
}
.imgleft {
	float: left;
	margin-right: 9px;
	margin-bottom: 6px;
	margin-left: 12px;
	margin-top: 4px;
}
.boxright {
	float: right;
	margin-left: 28px;
	margin-bottom: 24px;
	margin-top: 0px;
	margin-right: 12px;
	padding: 3px;
	border: 1px solid #996;
}
ul.yellowbullet {
	line-height: 15px;
	font-size: 11px;
	color: #666;
	list-style-position: outside;
	margin-left: 84px;
	margin-bottom: 18px;
	margin-right: 42px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-image: url(images/bullet.jpg);
}
	
ul.yellowbullet li {
	
	padding-right: 18px;
	padding-left: 6px;
	margin-bottom: 9px;
}	
ul.media {
	list-style-type: disc;
	line-height: 15px;
	font-size: 12px;
	color: #666;
	list-style-position: outside;
	padding-left: 12px;
	margin-left: 54px;
	margin-right: 24px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
ul.media li {
	list-style-position: outside;
	padding-right: 18px;
	padding-bottom: 2px;
	list-style-type: disc;
	margin-left: 14px;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}
.clearleft {
	clear: left;
}
.bigmarks {
	font-size: 15px;
	line-height: 15px;
	color: #993300;
}
.right {
	text-align: right;
}
.indent {
	padding-left: 54px;
	padding-right: 54px;
}

/*specifically for phplist form */
#content {
	width: 615px;
	color: #666;
	_width: 620px;
	
	margin-right: auto;
	margin-left: auto;
	margin-top: 6px;
	text-align: left;
	margin-bottom: 12px;
/*
DLC fix for IE
	padding-left: 24px;
	padding-right: 32px;
	padding-top: 18px;
*/
	padding-top: 26px;
}
#content p {
	padding-left: 26px;
}
#content form {
	margin-left: 14px;
	margin-left: 14px;
	margin-top: 12px;
	margin-bottom: 14px;
}
#content textarea {
	margin-top: 36px;
	margin-bottom: 12px;
}

	
#content h1 {
	font-weight : bold;
	font-size: 14px; 
	color: #2c5240; 
	font-style: normal; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none;  
	padding-left: 18px;
	padding-top: 12px;
	padding-right: 24px; 
}
#content h2, #content h3 {
	font-weight : normal;
	font-size: 12px; 
	color: #666; 
	font-style: normal; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none; 
	padding-left: 24px;
	padding-top: 12px;
	padding-right: 24px;
}


/*new version for subscribe pages, trying it out - ss*/

#maillist_content {
	width: 615px;
	color: #666;
	_width: 620px;
	
	margin-right: auto;
	margin-left: auto;
	margin-top: 6px;
	text-align: left;
	margin-bottom: 12px;
/*
DLC fix for IE
	padding-left: 24px;
	padding-right: 32px;
	padding-top: 18px;
*/
	padding-top: 26px;
}
#maillist_content  .list {
	margin-bottom: 24px;
}
#maillist_content .listdescription {
	font: 12px/15px Arial, Helvetica, sans-serif;
	margin-bottom: 14px;
	width: 350px;
}
.required {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : red;
	padding-left: 24px;
	padding-top: 16px;
	padding-bottom: 16px;
	text-decoration : none;
}
#maillist_content h1 {
	font-weight : bold;
	font-size: 14px; 
	color: #666; 
	font-style: normal; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none;  
	padding-left: 18px;
	padding-top: 12px;
	padding-right: 24px; 
}
#maillist_content p {
	padding-left: 8px;
	padding-top: 16px;
	font: 12px/15px Verdana, Arial, Helvetica, sans-serif; 
}
#maillist_content form {
	margin-left: 14px;
	margin-left: 14px;
	margin-top: 12px;
	margin-bottom: 14px;
}
#maillist_content textarea {
	margin-top: 36px;
	margin-bottom: 12px;
}
#maillist_content input {
	margin-right: 12px;
}
#maillist_content table {
	font: 12px/15px Verdana, Arial, Helvetica, sans-serif;
}
#maillist_content h2, #maillist_content h3 {
	font-weight : normal;
	font-size: 12px; 
	color: #666; 
	font-style: normal; 
	font-family: Arial, Helvetica, sans-serif; 
	text-decoration: none; 
	padding-left: 24px;
	padding-top: 12px;
	padding-right: 24px;
}