/* $Id: styles.css 16 2009-02-13 08:40:03Z Jeff_2 $ */
/*------------------------- PAGE LEVEL -------------------------*/
body {
	text-align: center;
	background: #000099;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	/*margin: 20px 0 20px 0;*/
	/*margin-top: 10px;
	margin-left: 100px;
	margin-right: 10px;*/
}

#wrapper {
  text-align: left;
  margin: 0px auto;
  /*padding: 10px;*/
	padding-top: 10px;
	padding-bottom: 10px;
  border:0;
  width: 800px;
  background: #ffffff;
}

/*------------------------- HEADER (LOGO) -------------------------*/
#header {
	width: auto;
	padding-bottom: 10px;
}

/*------------------------- LEFT SIDEBAR -------------------------*/
#left_sidebar_margin {
	margin-top: 0;
	/*margin-left: 10px;*/
  float: left;
  width: 10px;
	background: #ffffef;
	border-bottom: 1px dotted #AAAAAA; /*#7A7A7A;*/
}

#left_sidebar {
	margin-top: 0;
  float: left;
  width: 160px;
  padding-left: 5px;
  padding-right: 10px;
	/*height: 1%; /* Holly hack for Peekaboo Bug */
	/*background: #f6fff6;*/
	background: #ffffef;
	border-top: 1px solid #AAAAAA;
	border-right: 1px dotted #AAAAAA; /*#7A7A7A;*/
	/*border-bottom: 1px dotted #AAAAAA; /*#7A7A7A;*/
	color: #555;
}

#left_sidebar h1 {
	font: bold 20px Georgia, Arial, Helvetica, sans-serif;
	color: #888888;
	text-indent: 0;
	margin: 0;
	padding-top: 0px;
	padding-bottom: 10px;
}

#left_sidebar ul {
	font: 12px Arial, Helvetica, sans-serif;
	margin:0;
	padding:5px 0 5px 0;
}

#left_sidebar ul li {
	font: 14px Arial, Helvetica, sans-serif;
	color: #5A8200;
	list-style: none;
	line-height: 200%;
	text-indent: 10px;
	padding-bottom: 10px;
	background: url(http://www.investotek.com/images/bullet_gray.gif) left no-repeat;
	background-position: 0% 31%;
}

/*------------------------- MAIN TEXT -------------------------*/
#main_text {
  float: left;
  width: 570px;
	/*padding-top: 10px;*/
  padding-left: 20px;
  padding-right: 0px;
	border-top: 1px solid #AAAAAA;
}

#main_text p{
  /*text-align:justify;*/
}

#main_text h1 {
	font: bold 20px Georgia, Arial, Helvetica, sans-serif;
	color: #000099;
	/*color: #608800;*/
	/*background: url("http://www.investotek.com/images/bullet_large.gif") left no-repeat;*/
	text-indent: 0px;
	margin: 0;
	padding-top: 0px;
	padding-bottom: 5px;
}

#main_text h2 {
	font: bold 18px Georgia, Arial, Helvetica, sans-serif;
	color: #608800;
	background: url("http://www.investotek.com/images/bullet_large.gif") left no-repeat;
	text-indent: 15px;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

#main_text h3 {
	font: bold 16px Georgia, Arial, Helvetica, sans-serif;
	color: #608800;
	background: url("http://www.investotek.com/images/bullet_large.gif") left no-repeat;
	background-position: 0 70%;
	text-indent: 12px;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 1px;
}

#main_text h4 {
	font: bold 16px Georgia, Arial, Helvetica, sans-serif;
	color: #000099;
	text-indent: 0px;
	margin: 0;
	padding-top: 0px;
	padding-bottom: 12px;
}

#main_text p img {
	float: left;
	padding: 3px 5px 5px 0;
}

#main_text ul {
	margin:0;
	padding: 10px 0 10px 20px;
}

#main_text ul li {
	list-style: none;
	line-height: 120%;
	text-indent: 10px;
	background: url(http://www.investotek.com/images/bullet_small.gif) left no-repeat;
	padding-bottom: 3px;
}

#price {
  font: bold 16px Georgia, Arial, Helvetica, sans-serif;
	color: #444444;
	position: relative;
	bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
}

#bold {
  font: bold 14px Arial, Helvetica, sans-serif;
	color: #608800;
}

#main_text ol li {
	list-style: decimal;
	color: #000099;
	/*text-indent: 10px;*/
	padding-bottom: 3px;
}

#main_text ol a {
	color: #000099;
	text-decoration: none;
}

#faq {
  font: bold 14px Arial, Helvetica, sans-serif;
	color: #608800;
	padding-bottom: 4px;
}

#greybold {
	font: bold 14px Arial, Helvetica, sans-serif;
  color: #666666;
}


/*------------------------- BOTTOM (FOOTER) -------------------------*/
#bottom {
 	text-align: center;
  font: 12px Arial, Helvetica, sans-serif;
	width: auto;
	/*margin-top: 100px;*/
	padding-top: 20px;
	/*padding: 20px 0 10px 0;*/
}

#footer {
  clear: both;
}

/*------------------------- GENERAL PAGE ELEMENTS -------------------------*/
p {
	padding: 0 0 10px 0;
	margin: 0;
}

a:link, a:visited {
	color: #5A8200;
	text-decoration: underline;
	}

a:hover, a:visited:hover {
	color: #80B700;
	}

img {
	border: none;
}

blockquote {
	margin: 15px 30px 15px 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

#right #navig {
	font: bold 12px Georgia, Arial, Helvetica, sans-serif;
	padding: 10px 0 20px 0;
	margin: 0;
}

