/* Project: Peter Contino
URL: http://www.guideforgrowth.com/
Date: January 2008
Author: Red Kite Creative
Author URL: http://www.redkitecreative.com */

/**************************************
  Override default styling rules
**************************************/
/* zeroes all margins and paddings */
*, html, body, div, p, th, td, ul, ol, li, form, fieldset, input, h1, h2, h3, h4, blockquote, pre {
	margin: 0;
	padding: 0;
}
/* commented backslash hack for ie5mac \*/ 
html, body {
	height: 100%;
} 
/* normalize font-size for all headers */
h1, h2, h3, h4 {
	font-size: 100%;
}
/* remove list-style from lists */
ul, ol {
	list-style: none;
}
/* set base font size to 10px for most browsers */
html {
	font-size: 62.5%;
}
img, fieldset {
	/* avoid image-gap bug in Gecko browsers */
	display: block;
	border: none;
}

/**************************************
  Default rules
**************************************/
html {
	height: 100%; /* Required for footerstickalt */
	text-align: left;
}
h1, h2, h3, h4 {
	margin-bottom: 0.3em;
	padding: 0.4em 0 0 0.3em;
	color: #6A6F6C;
	background-color: transparent;
	text-align: left;
	line-height: 120%;
	font-weight: bolder;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.25em;
	padding-left: 0.6em;
}
h3 {
	font-size: 1.1em;
	padding-left: 0.6em;
}
h4 {
	font-size: 1.05em;
}
hr {
	margin: 1em 0 1.2em 0;
	height: 1px;
	width: 75%;
	border: none;
	color: #A3AAA5;
	background-color: #A3AAA5;
}
p, div {
	margin: 0;
	padding: 0;
	color: #555956;
	background-color: transparent;
	font-size: 1.1em;
	line-height: 1.5em;
}
a {
	color: #A14B3A;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}
a:link, a:visited {
	color: #A14B3A;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	color: #585845;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
ul li {
	margin: 0;
	padding-bottom: 1em;
}
acronym {
	border-bottom: 1px dotted #333;
}
/**************************************
  Overall layout rules
**************************************/
body {
	position: relative;
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 1em;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #555956;
	background-color: #8F8E6F;
}
/*#left-vert-bar {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(graphics/left_bar.gif);
	background-position: top left;
	background-repeat: repeat-y;
	height: 100%;
	min-height: 100%;
	width: 52px;
	z-index: 2000;
}*/
#wrapper {
	position: relative;
	margin-right: 20px;
	padding: 0;
	width: 953px;
	height: 600px;
	color: #6A6F6C;
	background-color: transparent;
	background-image: url(graphics/wrapper_bg2.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
/** html #wrapper { ie6 and under
	height: 100%;
}*/
#main {
	margin-left: 0;
	padding: 0;
	width: 937px;
	height: 597px;
	color: #555956;
	background-color: transparent;
}
#main-left {
	float: left;
	padding: 0;	
	width: 20%;
}
#main-center {
	position: relative;
	float: left;
	margin-left: 0;
	margin-right: 3px;
	padding: 0;
	width: 552px;
	/*width: 56.3%;*/
	height: 100%;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
}
#main-right {
	float: left;
	margin: 0;
	padding: 0;
	width: 190px;
	/*width: 22%;*/
}
/**************************************
  Main-left rules
**************************************/
#logo-box {
	margin-bottom: 3px;
	padding: 0;
	width: 176px;
	height: 113px;
}
#quote-box {
	margin: 0;
	padding: 0;
	height: 159px;
	width: 176px;
	color: #FFF;
	background-color: #A3AAA5;
	display: table;
	text-align: center;
	vertical-align: middle;
}
#quote-box-outer {
	margin: 0;
	padding: 0;
	display: table-cell;
	width: 176px;
	vertical-align: middle;
	line-height: 15px;
}
#quote-box-inner {
	padding: 4px;
	font-size: 13px;
	font-weight: bold;
	font-family: Georgia, serif;
	color: #FFF;
	background-color: transparent;
	background-image: url(graphics/paranthesis.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
/*#quote-box {	
	position: relative;
	margin: 0;
	padding: 0;
	height: 160px;
	width: 176px;
	color: #FFF;
	background-color: #A3AAA5;
	overflow: hidden;
	display: table;
	text-align: center;	
	vertical-align: middle;
}
#quote-box p {
	margin: 0 auto;
	padding: 3%;
	color: #FFF;
	background-color: transparent;
	line-height: 15px;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	font-family: Georgia, serif;
	background-color: red;
	background-image: url(graphics/paranthesis.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}*/
#stifel {
	position: relative;
	top: 3px;
	left: 0;
	height: 70px;
}
/**************************************
  Main-center rules
**************************************/
#main-center p {
	margin-bottom: 0.5em;
	padding: 0.2em 1em 0 0.5em;
	color: #555956;
	background-color: transparent;
	font-size: 1.05em;
	line-height: 1.5em;
}
.color-box-text {
	clear: both;
	margin: 1em 1em 1em 0;
	padding: 5px;
	background-color: #E7EAE8;
	border: 1px solid #C0C7C4;
	font-size: 1em;
}
.img-right {
	float: right;
	padding: 0.2em 1em 0.2em 0.3em;
}
.img-left {
	float: left;
	padding: 0.6em 0.6em 0.2em 0.5em;
}
.list-box {
	margin: 0.5em 0;
	padding-left: 1.5em;
}
.list-photo-box {
	clear: both;
	width: 100%;
	margin: 1em 0 1em 0;
	padding-left: 0.5em;
}
.list-photo-box h2, .list-photo-box p {
	padding: 0;
}
.list-photo-box .img-right {
	float: right;
	padding: 0 1em 0.2em 0;
}
.list-photo-box .img-left {
	float: left;
	padding: 0 0.4em 0.2em 0;
}
.bullet-list {
	margin: 0;
	padding-right: 1em;
}
.bullet-list ul {	
	list-style-type: square;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
}
.bullet-list li {
	list-style-type: square;
	list-style-position: inside;
	margin: 0;		
	padding: 0;	
	font-size: 95%;
}
/**************************************
  Main-right rules
**************************************/
#calendar-box {
	margin: 3px 0;
	padding: 0;
	width: 191px;
	height: 333px;
	font-size: 1em;
	color: #555956;
	background-color: #D5D0B2;
}
#calendar-box h4 {
	padding-left: 0.5em;
}
#calendar-box p {
	margin-bottom: 0.5em;
	padding: 0.2em 0.4em 0 0.55em;
	color: #555956;
	background-color: transparent;
	font-size: 1em;
	line-height: 1.3em;
}
#contact-box {
	margin: 3px 0;
	padding: 0;
	width: 191px;
	height: 130px;
	color: #FFF;
	background-color: #A14B3A;
}
#contact-box p {
	margin: 0 auto;
	padding-top: 0.2em;
 	font-size: 0.8em;
	font-weight: bold;
	color: #FFF;
	background-color: transparent;
	text-align: center;
}
#contact-box img {
	margin: 0 auto;
	padding: 34px 0 0 0;
}
/**************************************
  Contact form rules (Aneko Studios)
**************************************/
#form-container {
	margin: 0;
	padding-left: 5px;
}
.form_field {
	padding-bottom: 0;
}
p.fieldname {		
	margin: 10px 0 0 0;
	padding-left: 5px;
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
	background-color: transparent;
}
input.form  {	
	margin-top: -15px;
	padding: 0 4px 1px 1px;
	font-size: 11px;
}
/*input.button {			
	font-size: 12px;
	width: 60px;
	font-weight: bold;
	color: #3F3F3F;
	background-color: #C2C2C2;
}*/
.button {
	margin: 0;
	padding-top: 0;
}
.form_checkboxes {
	width: 650px;
}
.thankyou {
	margin: 0 auto;
	padding-top: 0;
	width:425px; 
	vertical-align: top;
	font-size: 1em;
	font-family: Verdana, Helvetica, sans-serif;
}
/**************************************
  FAQ list rules
**************************************/
dl.faqlist {
	margin: 0.5em 0;
	padding: 0.2em 1em 0 0.5em;
}
.faqlist dt {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
.faqlist dd {
	margin: 0 0 1em 2em;
	padding: 0;
}
/**************************************
  Navigation rules
**************************************/
#nav { 
	width: 170px; 
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
}
#nav li {
	margin: 0;		
	padding-bottom: 3px;	
	font-size: 1.05em;
	font-weight: normal;
}
#nav a {
	padding: 3px;
	display: block;
	width: 170px;	
	font-size: 1em;
	background-color: #BBC3BD;
}
#nav a, #nav a:link, #navlist a:visited {
	color: #6A6F6C;
	text-decoration: none;
}
#nav a:hover, #nav li a:active {
	color: #FFF;
	background-color: #A3AAA5;
	text-decoration: none;
}
/**************************************
  Footer rules
**************************************/
#footer {
	clear: both;
	position: relative;
	bottom: 0;
	left: 0;
	padding: 0;
	min-height: 95px;
	height: 25%;
	background-image: url(graphics/footer_bg.gif);
	background-repeat: repeat;
	z-index: 2;
}
#cfp-tagline {
	position: absolute;
	top: 5px;
	left: 585px;
	padding-top: 4px;
}
#contact-info p {
	padding: 6px 0 0 6px;
	text-align: left;
	line-height: 1.1em;
	color: #DCDFC9;
	background-color: transparent;
}
.copyright {
	font-size: 0.85em;
}
#footer a, #footer a:link, #footer a:visited {
	color: #FFFFA0;
	background-color: transparent;
	font-weight: normal;
}
#footer a:hover, #footer a:active {
	color: #FEFF46;
	background-color: transparent;
	font-weight: normal;
}
/**************************************
  Miscellaneous ID's
**************************************/
#acorn-box {
	position: absolute;
	top: -52px;
	left: 812px;
	z-index: 1000;
}
/**************************************
  Miscellaneous Classes
**************************************/
p.read-more {
	float: right;
	text-align: right;
}
p.read-more a, p.read-more a:link, p.read-more a:visited {
	font-style: italic;
	font-weight: bolder;
	font-size: 0.95em;
}
.button {
	padding: 1px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#fff; 
	background-color: #8F8E6F;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.bold-italic {
	font-weight: bold;
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.smallcaps {
	text-transform: uppercase;
}
span.reg {
	position: relative;
	top: -4px;
	font-size: 10px;
}
#footer span.reg {
	position: relative;
	top: -3px;
	font-size: 9px;
}
sup {
	font-size: 65%;
}
/* Opera hack for quote-box on home page */
@media all and (min-width:0px) {
    #quote-box { height: 167px; }
}
.pullquote {
	float: right;
	margin: 0.6em 1em;
	padding: 0.5em;
	width: 150px;
	text-align: center;
	font-size: 120%;
	line-height: 1.3em;
	color: #373737;
	background-color: #E7EAE8;
	border: 1px solid #C0C7C4;
	/*border-top: 3px double #C6C6C6;
	border-bottom: 3px double #C6C6C6;*/
}
