/* a fix for IE6 only - see Star Hack in Stylin' with CSS to see how the comments and * html hide this hack from other browsers \*/
/** html * {
	zoom:100%; */
/* triggers IE6 "haslayout" - google 'IE6 haslayout' for details*/
	/*}*/
/* without the above hack, IE6 does not draw the header until the page is resized */
/* the problem is triggered by the universal * selector below that resets the margins, but I need to do that, hence the hack */
* {
	margin:0;
	padding:0;
	}
body {
	font: 1em Verdana, Arial, Helvetica, Sans-serif; /* 1em = 16pts */
}
.float_left {float:left; margin: 0 .3em .3em 0;}      /* apply this class to any image or element with width - text will wrap it to the right */
.float_right {
	float:right;
	margin: 0 0 .3em .3em;
} /* apply this class to any image or element with width  - text will wrap it to the left */

/* DEFAULT TAG STYLES - font sizes, margins, padding, etc. */
/* NOTE: text colors follow below */


#nav {background-color:#FFFFFF;}
#content {background-color:#FFFFFF;}
#promo {background-color:transparent;}
#footer, #footer2 {background-color:#D9D9C3;}

h1, h2, h3, h4, h5, h6, ul, ol, dl {
	font-family: 'Trebuchet MS', Verdana,  serif;
	} 
/* TEXT COLORS */
h1 {
	color:#FFF;
	}
h2, h3, h4, h5 {
	color:#808073;
	}
h6 {
	color:#000000;
	}
p {
	color:#000;
	}
ul, ol, dl, blockquote, cite {
	color:#808073;
	}
#nav ul, #nav a {
	color:#FFF;
	}
table, form {
	color: #BFBFAC;
	}
a {
	color:#808073;
	}
a:hover, #nav a:hover {
	color:#000;
	}	
#footer p, #footer2 p {
	margin:0;
	}

/* CLASS:LIME TAG STYLES - font sizes, margins, padding, etc. */
/* NOTE: text colors follow below */
/*body.lime {background: url(../images/grad.jpg) repeat-x;}*/
.lime #header {
}
.lime #nav {
	background-color: transparent;
}

.lime #nav li a { color:#f00; }

.lime #content {
	float: none;
}
.lime #promo {background-color:transparent;}

.lime #promo ul { color:#5f7a2f; }
.lime #footer, .lime #footer2 {
	background-color:#FFF;
}
.lime #base-footer {
	background-color:#FF9900;
}

/* CLASS:LIME TEXT COLORS */
.lime h1 {
	color:#660066;
	}
.lime h2 {
	color:#507EA1;
	}
.lime h3, .lime h5 {
	color:#e84c14;
	}
.lime h4 {
	color:#738040;
	}

.lime h6 {
	color:#507EA1;
	}
.lime p {
	color:#3A401A;
	}
.lime ul, .lime ol, .lime dl, .lime blockquote, .lime cite {
	color:#507EA1;
	}
.lime cite {
	color:555;
	}
.lime #nav ul, .lime #nav a {
	color:#5f7a2f;
	}
.lime a:visited {
	color: #738040;
}
.lime table, .lime form {
	color: #507EA1;
	}
.lime a {
	color:#507EA1;
	}
.lime a:hover {
	color:#738040;
	}
.lime #nav a:hover {
	color:#507EA1;
	}

/* FONT SIZES */
h1 {font-size:1.5em; /* 24pt */
	}
h2 {font-size:1.375em; /* 22pt */
	line-height:1.25;
	padding:.5em 0 0 0;	
	}
h3 {font-size:1.125em; /* 18pt */
	line-height:1.25;
	}
h4 {font-size:1.125em; /* 18pt */
	}
h5 {font-size:.9em; /* 16pt */
	}
h6 {font-size:.875em; /* 14pt */
	}
p  {
	font-size:.8em; /* 12pt */
	line-height:1.25; /* on 15pt */
	margin-bottom:.75em; /* 12pts of space */
 	}
a {
	
	}
a:hover {
	text-decoration:none;
	}
/* basic list styling - more-styled lists in list.css */
ul, dl, ol {
		margin:0 1em .75em 1em; /* lists without specific classes */
		font-size:.8em;
		line-height:1.5;}
li, dd {
		padding:0em 0; /* lists without specific classes */
		margin-left:2em;
		}
#nav ul, #nav dl, #nav ol {
		margin:.5em 1em .75em 1em; /* lists without specific classes */
		}
#nav li {
	list-style-type:none;
	margin-left:0;
	line-height: 1.25em;
	}
#nav li span{
	border-bottom:none;
	}
#promo ul, #promo dl, #promo ol {
		margin:.5em 1em .75em 1em; /* lists without specific classes */
		}
#promo li {
	list-style-type:none;
	margin-left:0;
	line-height: 1.25em;
	}

	
#promo li span{
	border-bottom:none;
	}
dt {font-weight:bold;}

code {font-size:1.25em;}
* html code {font-size:1.1em;} /* default size is smaller in IE */
	
cite {
	font-size:.85em;
	font-style:italic;
	}
blockquote {
	border-top:2px solid;
	border-bottom:2px solid;
	width:50%;
	margin:1em 0 1em 20%;
	padding:.3em 1em;
	}
blockquote p {
	margin-bottom:.1em;
	}
blockquote p:before { /* IDWIMIE 6 and 7 */
	content: open-quote;
	color:#cccc8f;
}
blockquote p:after {  /* IDWIMIE 6 and 7 */
	content: close-quote;
	color:#366;
}
blockquote cite {
	font-size:.85em;
	}
abbr, acronym {
	border-bottom:1px dashed #000;
	cursor:default;
	}
address {
	margin:0 1em .75em 1em;
	}
img {
	border:0;
	}

/* basic table styling  - more-styled tables in tables.css */
table caption {
	font-weight:bold;
	font-size:1em;
	margin-top:.6em;
	}
table {
	margin: .3em 1em 1em 1em;
	border-top:1px solid #069;
	border-collapse:collapse;
	font-size:.8em;
	}
table th	{
	padding: .3em .5em .3em .5em;
	border-bottom:2px solid #069;
	}
table td	{
	padding: .3em .5em .3em .5em;
	border-bottom:1px solid #069;
	}
/* THE ALSETT CLEARING METHOD */
	.clearfix:after {
 content: “.”;
 display: block; 
 height: 0;
 clear: both;
 visibility: hidden;
}
.clearfix {display: inline-table;}
/* backslash hack hides from IE mac \*/ LEAVE THIS COMMENT RIGHT HERE! 
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end backslash hack */ 

#intro-text {
	font-size: 1.5em;
	color:#FF3300;
	line-height:1.2em;
	font-family: Georgia, Verdana, serif;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#intro-text2 { padding: 0px 20px 0px 20px; font-size:1em; line-height:1.2em; color:#558F10; font-family: Verdana;}
.fullfloat { float:left; width:100%; }
.fullfloat h1 {
	font-family: "Trebuchet MS", Verdana, Sans-serif;
}
.fullfloat p {
	color: #736357;
	font-family: Verdana, "Arial Unicode MS", Helvetica, Sans-serif;
}
#promotype {
	font-size: 0.7em;
	color:#999900;
}
#articles-h4 { font-size: 1em; color:#990000; }

.articlesColor {
	color: #900000;
}.lime #footer #footer_inner p, .lime #footer #footer_inner p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	color: #666666;
 	letter-spacing: .05em;
}
#textlinks {
    font-family:Arial, Helvetica, sans-serif
	font-size: .75em;
	color: #660066
	}
	
#textlinks a { color:#fff; }

#base-footer .someclass { text-decoration:none; }
#base-footer .someclass:hover { font-weight:bold; font-size:124%; color:#000;}
#base-footer .somelinkclass { text-decoration:underline; color:#f00;}
#base-footer .somelinkclass:hover { font-weight:bold; font-size:124%; color:#000; text-decoration:underline;}

ul.next{

	height:28px; width:400px; display:block; margin:0 auto 0 auto;  padding:0 0 0 0; font-size:0px;

	}

ul.next li{

	display:block;

	float:left;

	font:10px/17px Arial, Helvetica, sans-serif;

	font-weight:bold;

	}

ul.next a{

	color:#362900; margin:0 14px 0 4px;	text-decoration:none; background-color:#FFFFFF;

	}

ul.next a:hover{

	color:#A68A33; background-color:#FFFFFF;

	}
ul#vertNavigation {  margin:7px 0 0 0; padding:0;  width:150px; font: .65em Arial, Helvetica, Sans-serif; line-height:1.1em; }
ul#vertNavigation li { padding:12px 2px 1px 2px; border-bottom:solid 1px #fc0; text-align:right; }
ul#vertNavigation li a.vNa { text-decoration:none; color:#333; }
ul#vertNavigation li a.vNa:hover {  color:#738040; }
ul#vertNavigation li#thisPage a { color:#E84C14; font-style: bold; }
.content_colorBlocks {
	background: #FFFFCC;
	padding: 5px;
}
.content_colorYellow {
	background: #FFFFCC;
	padding: 4px;
}
.imageFloatLt {
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
}

.testimonial-group {
	background: #FFF;
	padding: 30px;
	border-top: 1px solid #FF9900;
	border-bottom: 1px solid #FF9900;
}
.book-info {
	background: url(../images/SidebarSofterGlowYellow163W.jpg) no-repeat;
	padding: 50px 20px 20px 55px;
	float: none;
	border-bottom: 1px dashed #FF9900;
}
.imageFloatLeft {
	background: url(../images/SidebarSofterGlowYellow163W.jpg) no-repeat;
	padding: 10px 10px 10px 20px;
	float: none;
	margin-right: 10px;
	margin-left: 10px;
}
.IndentBlock {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 15px;
}
.contact-info {
	padding-right: 50px;
	padding-left: 100px;
	line-height: 1.25px;
	margin-top: 20px;
}

