
* {
	outline: none;
}
body {
	font: 80%/150% Arial, Helvetica, sans-serif;
	color: #303030;
	/*edit here*/
	background: #ebebeb;
	margin: 0px;
	padding: 0px;
}
a {
	/*edit here*/
	color: #c70f2e;
	text-decoration: none;
}
a:visited {
	/*edit here*/
	color: #c70f2e;
	text-decoration: none;
}
a:hover {
	/*edit here*/
	color: #c70f2e;
}
img {
	border: none;
}
p {
	padding: 0px 0px 15px;
	margin: 0px;
}
h1 {
	font:bold 24px Arial, Helvetica, sans-serif;
	/*edit here*/
	color: #c70f2e;
	margin:10px 0 0 0;
	line-height:20px;
}
.highlight {
	color: #c70f2e;
	margin:0;
	background-position:3px 0;
	padding:0 0 1px 0;
	width:100%;
	font:bold 44px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
h1 a, h1 a:visited {
	color: #fff;
	text-decoration: none;
}
h1 a:hover {
	color: #fff;
	text-decoration: none;
	border: none;
	background: none;
}
h2 {
	/*edit here*/
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	color: #c70f2e;
	margin: 10px 0 15px 0;
	line-height:20px;
}
/*
h3 {
	font: normal 18px Georgia, "Times New Roman", Times, serif;
	color: #c70f2e;
	margin: 10px 0 15px 0;
	line-height:20px;
}
h4 {
	font: normal 130%/100% "Trebuchet MS", Tahoma, Arial;
	color: #c70f2e;
	margin: 10px 0px 5px;
}
*/
form {
	margin:0px;
	padding:0px;
}
#wrapper {
	background:#fff url(images/home-bg.gif) repeat-x;
}
#page {
	margin: 0px auto;
	width: 754px;
	border-top: none;
}
/* header area */

#header {
	position: relative;
	margin: 0px auto;
	width: 768px;
}
#header h1 {
	float:left;
	width:159px;
	height:45px;
	background:url(images/logo.gif) no-repeat;
	text-indent:-9009px;
	overflow:hidden;
	clear:both;
}
#header h1 a, #headerimg h1 a:visited {
	display:block;
	width:227px;
	height:27px;
}
#header h1 a:hover {
}
#navi {
	/*float: left;
	height: 45px;
	width: 100%;
	background: url(images/navbg.gif) no-repeat;
	overflow: hidden;*/
}
#nav {
	list-style: none;
	margin: 7px 0 0 0;
	padding-top: 7px;
}
#nav li {
	float: left;
	height: 31px;
	background: url(images/navtabactiver.png) top right no-repeat;
	margin: 0 3px;
	white-space: nowrap;
}
#nav .page_item a {
	color: #c70f2e;
	display: block;
	/*background: url(images/navtabactivel.png) top left no-repeat;*/
	background: url(images/navtabactivel.png) top left no-repeat;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 31px;
}
#nav li:hover {
	background-position: 100% -38px;
	/*background-color:#0d72a2;*/
	color: #fff;
}
#nav .page_item a:hover {
	background-position: 0px -38px;
	/*background-color:#0d72a2;	*/
	border: none;
	color: #fff;
}
#nav li.current_page_item {
	color: #fff;
	text-decoration: none;
	/*background: url(images/navtabr.png) top right no-repeat;*/
	background: url(images/navtabr.png) top right no-repeat;/*background-color:#0d72a2;*/

}
#nav .current_page_item a, #nav .current_page_item a:visited {
	color: #fff;
	text-decoration: none;
	/*background: url(images/navtabl.png) top left no-repeat;*/
	background: url(images/navtabl.png) top left no-repeat;
}
#mainbanner {
	height:129px;
	width:760px;
	clear:both;
	margin:0 auto;
	background:url(images/bannerbg.png) no-repeat right;
	border-left:7px solid #fff;
	border-right:7px solid #fff;
}
.description {
	padding: 30px 0 0 20px;
	color: #fff;
	font: lighter 14px "Trebuchet MS", "Lucida Sans Unicode", Verdana;
}

.title-text { font:normal 20px Arial, Helvetica, sans-serif; color:#c70f2e; letter-spacing:-1px; margin:0; padding:0; }
.title-text-highlight { color:#E1A612; }

.sub-text { font:normal 11px Arial, Helvetica, sans-serif; color:#898989; letter-spacing:-0.05em; margin:0; padding:0; }
.sub-text-highlight { color:#E1A612; }
.get-copy-field { font:normal 11px Arial, Helvetica, sans-serif; color:#898989; width:145px; }

/* content area */

#content {
	padding: 20px 0px 30px 0;
	float: left;
	width: 450px;
	overflow: hidden;
}
#content img {
	border: 1px solid #D3EAF3;
	padding: 5px;
}
.narrowcolumn {
	margin: 15px 0 10px 0;
}
.post {
	clear:both;
}
.entry {
	/*edit here*/
	/*background: #ecfad6;*/
	padding-bottom:7px;
	width:430px !important;
	display: table;
}
.entrytop {
	padding-top: 9px;
	/*background: #ecfad6;*/
	width:430px;
	display:table;
}
.entry h2 {
	width:430px;
	margin:0 auto!important;
}
.postmeta {
	margin: 0;
	padding: 5px 5px 5px 28px;
	font-size: 0.9em;
	color: #666;
	/*border-bottom: 1px solid #e4f1fa;*/
	background: url(images/file_icon.gif) no-repeat left;
}
.comments-link {
	padding: 0 0 0 20px;
	background: url(images/comments.gif) no-repeat left;
}
.post-content {
	clear: both;
	padding:0px 20px 5px 5px;
}
.post-content a {
	color: #464646;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #e4f1fa;
}
.post-content a:hover {
	color: #898989;
	text-decoration: none;
	font-weight: bold;
	border-bottom: none;
}
.post-info {
	padding: 5px 5px 15px 5px;
	height: 15px;
	color: #006699;
	font: 12px "Trebuchet MS", "Tahoma", sans-serif;
}
.post-info a {
	color: #006699;
	text-decoration: none;
}
.post-info a:hover {
	color: #24A6D9;
	text-decoration: underline;
	border: none;
	background: none;
}
.post-content blockquote {
	/*background:#f4f6c8 url(wp-content/uploads/2009/07/quote-box-bg.gif) no-repeat top left;*/

		background:#f4f6c8 url(images/quote-box-bg.gif) no-repeat left top;
	padding:10px 15px 10px 50px;
	display:block;
	border-bottom:1px solid #cccccc;
	margin:0 0 15px 0;
}
/*.post-content blockquote {

	background: url(images/quote.gif) no-repeat left top ;

	font-style:italic;

	padding: 0 0 0 20px;

	margin:0 0 0 10px;

	width: 415px;

}*/



.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	/*edit here*/
	color: #c70f2e;
}
.previous-entries a {
	float: left;
	padding-left: 18px;
	background: url(images/mini-nav-left.gif) no-repeat left center;
}
.next-entries a {
	float: right;
	padding-right: 18px;
	background: url(images/mini-nav-right.gif) no-repeat right center;
}
/*Sidebar starts*/

label { font:normal 8pt Verdana, Arial, Helvetica, sans-serif !important; color:#464646; /*letter-spacing:0.10em;*/ }

.form-box-header { background:url(images/bg-form-header.gif) repeat-x; font:bold 22px Arial, Helvetica, sans-serif; color:#fff; margin:0; padding:8px; text-align:left;}
.form-note-inner { font:normal 11px Arial, Helvetica, sans-serif; color:#898989; padding:10px; text-align:left; }
.form-note-required { font:normal 11px Arial, Helvetica, sans-serif; color:#898989; text-align:left; }

/*#form-box { background-color:#eaeaea; margin:10px 0 0 0; }*/

#form-box {
	background-color:#EAEAEA;
	margin:10px 0 0 0;
}
#sidebar {
	float: right;
	/*background: url(images/sidebarbg.gif) no-repeat top;*/
	font-size:100%;
	width: 259px;
	margin: 0px;
	color:#333;
}
#sidebar a {
	color:#333;
	text-decoration:none;
}
#sidebar a:hover {
	color: #FF6600;
}
#sidebar h2 {
	color: #d4a107;
	margin: 15px 0px 10px 0px;
	width:100%;
	background:none;
	padding:0;
	font: lighter 1.5em/1em "trebuchet MS", "Lucida Sans Unicode", Georgia;
	padding-bottom: 3px;
}
#sidebar p {
	padding: 2px 0px 16px 0px;
	margin: 0px;
	line-height: 20px;
}
/*sidebar list level1 */



#mainul {
	margin:0 15px!important;
}
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
/*sidebar list level2 */



#sidebar ul li ul {
	padding: 0;
	margin: 0;
}
#sidebar ul li ul li {
	padding: 2px 0;
	margin:2px 0;
}
/*sidebar list level3 */



#sidebar ul li ul li ul li {
	padding: 1px 0;
	border: none;
}
/*blogroll */



ul.list-blogroll li, li.list-blogroll ul li, li.linkcat ul li {
	background: url(images/mini-blogroll.gif) no-repeat !important;
	background-position:0 3px!important;
	padding-left: 20px !important;
}
/*Meta*/



li.list-meta ul li, .widget_meta ul li {
	background: url(images/mini-page-arrow.gif) no-repeat !important;
	padding-left: 10px !important;
}
/*category widget */



li.list-cat ul li, ul.list-cat li, .widget_categories ul li {
	background: url(images/mini-category.gif) no-repeat !important;
	background-position:0 3px!important;
	padding-left: 20px !important;
}
/*archives widget */



li.list-archives ul li, .widget_archives ul li {
	background: url(images/mini-monthly-archive.gif) no-repeat !important;
	background-position:0 3px!important;
	padding-left: 20px !important;
}
/*pages widget */



li.list-page ul li, ul.list-page li, .widget_pages ul li, .widget_recent_entries ul li {
	background: url(images/mini-page.gif) no-repeat !important;
	background-position:0 3px!important;
	padding-left: 20px !important;
}
/*sub-pages */



ul li.list-page ul li ul li, ul.list-page li ul li, .widget_pages ul li ul li {
	background: url(images/mini-page-arrow.gif) no-repeat !important;
	padding-left: 10px !important;
}
/*recent comments widget */



li.list-recent ul li, .widget_recent_comments ul li {
	background: url(images/vcard.gif) no-repeat !important;
	background-position:0 3px!important;
	padding-left: 20px !important;
}
/* Admin block sidebar */



li.admin-sidebar ul li, .widget_recent_comments ul li {
	background: url(images/bullet_green.gif) no-repeat !important;
	background-position:0 3px!important;
	padding-left: 15px !important;
}
/*calendar widget */



li.widget_calendar td {
	padding: 1px 6px;
}
div.widget_calendar h2 {
	display:none;
}
/* Form Elements */



form {
	margin:0;
	padding:0;
}
#form-contact {
	background:#F4F6C8 url(wp-content/uploads/2009/07/bg-form-check.jpg) no-repeat left center;
}
#search {
	display: none;
}
#sidebar form {
	margin:0;
	padding:5px 0;
	clear:both;
}
.searchtitle {
	font:bold 15px "Trebuchet MS", sans-serif, "Lucida Sans", Tahoma!important;
	color:#2c65a8;
}
#searchform {
	margin: 10px auto;
	padding: 0;
}
#searchform #s {
	height:17px;
	width:180px;
	margin-left:10px;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #fff;
}
#searchsubmit {
	padding:0;
	background:#fce49b;
	border:none;
	width:50px;
	height:21px;
	font:11px "Trebuchet MS", "Lucida Sans Unicode", Verdana;
}
#searchsubmit:hover {
	background:#fff;
}
/* Sidebar RSS Link*/







.rsslinks {
	padding:10px;
	margin-bottom:15px;
}
.rsslinks ul {
	list-style:none;
}
.rsslinks li {
	display:inline;
}
.rsslinks li a {
	background:url(images/rss.gif) no-repeat left;
	padding:3px 3px 3px 20px;
	margin-right:10px;
}
/*text widget */



.textwidget {
	padding-top: 5px;
}
/* comments area */



#comments, #respond {
	width:430px;
	border-bottom: 1px solid #e4f1fa;
	margin: 0 10px 0 0px;
	padding-bottom: 4px;
	clear: both;
}
.commentlist {
	margin:0;
	padding:0;
	line-height: 130%;
	width:485px;
}
.commentlist li {
	margin:10px 0;
	padding:0;
	list-style:none;
	/*background:url(images/crv_btm.gif) no-repeat bottom;*/
	width:430px;
}
.commenttext {
	border-bottom:1px solid #e4f1fa;
	margin-bottom:5px;
}
.comment-btm {
	/*background:url(images/crv_top.gif) no-repeat top;*/
	padding:10px 20px 40px 20px;
	text-align:justify;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-style: normal;
	font-size: 100%;
}
.commentlist small {
	margin-bottom: 5px;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label {
	color: #787878;
	font-size: 87%;
}
#commentform input {
	width: 200px;
	background:#f2f8fb;
	border: 1px solid #dbeff6;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea {
	width: 410px;
	height: 115px;
	background:#f2f8fb;
	border: 1px solid #dbeff6;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #ffffff;
}
#commentform #submit {
	background: url(images/btn-bg.gif) no-repeat;
	border: 1px solid #dbeff6;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #006699;
	float: right;
	width: 144px;
	height: 28px;
	margin-right:34px;
	cursor: pointer;
}
/* footer area */



#footerbg {
	clear: both;
}
#footer {
	width: 760px;
	color: #555;
	margin: 0px auto 0px;
	padding: 10px 0px 30px 0px;
	line-height: 18px;
	font-size: 0.9em;
}
#footer a {
	/*edit here*/
	color: #c70f2e;
	font-weight: bold;
}
#footer a:hover {
	/*edit here*/
	color:#959595;
}
.xhtml_valid {
	background:url(images/xhtml_valid.gif) no-repeat left;
	padding-left:20px;
	margin:0 5px;
}
.css_valid {
	background:url(images/css_valid.gif) no-repeat left;
	padding-left:20px;
	margin:0 5px;
}
.rss {
	background:url(images/rss_valid.gif) no-repeat left;
	padding-left:20px;
	margin:0 5px;
}
/* credits */



#credits {
	margin: 0px auto;
	width: 760px;
	color: #39a1ce;
	font-size: 110%;
	line-height: 50px;
}
#credits a, #credit a:visited {
	color: #c70f2e;
}
.footer-meta ul li.rss {
	background: url(images/mini-rss.gif) no-repeat left 2px;
	padding: 0px 0px 10px 20px;
}
.loginout {
	background:#132f3c url(images/mini-loginout.gif) no-repeat left center;
	padding-left: 18px;
	padding-bottom: 2px;
	margin-left: 8px;
}
.valid {
	background:url(images/valid.gif) no-repeat left;
	padding-left:20px;
	margin:0 5px;
}
/* alignments */



.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
/* footer links */

#footer-navi {
	width: 100%;
	height: 25px;
}
#footer-navi li {
	display: inline;
	padding: 0 10px;
}
#footer-spacer {
	width: 100%;
	height: 15px;
}
.post-content p, table {
	text-align: justify;
}


/* SQUEEZE PAGE TEMPLATE */
#squeeze-content  { }
#squeeze-content p { font-size: 14px; line-height: 22px; }
#squeeze-content .highlight { color:#cc0000; }
#squeeze-content strong { color:#303030; }
#squeeze-content ul { margin: 0 0 15px 10px; padding: 0; }
#squeeze-content li {
	background:url(images/bullet-check.jpg) no-repeat left top;
	list-style:none;
	text-align: justify;
	font-size: 14px;
	line-height: 20px;
	padding: 0 10px 10px 28px;
	

}

#squeeze-content h1 { font:normal 26px "Georgia", Times New Roman, Times, serif; color: #cc0000; margin: 10px 0 20px 0; line-height:30px; }
#squeeze-content h2 { font:normal 18px "Georgia", Times New Roman, Times, serif; color: #4b4a4a; margin: 0 0 15px 0; line-height:20px; }
#squeeze-content h3 { font:normal 18px "Georgia", Times New Roman, Times, serif; color: #303030; margin: 0 0 15px 0; line-height:20px; }

blockquote { 
	background:#e6e6e6 url(images/quote-box-bg.gif) no-repeat left top; 
	display: block; 
	padding: 10px 10px 10px 50px; 
	margin: 10px 0;
}
blockquote p { 	
	font:normal 18px "Georgia", Times New Roman, Times, serif;
	text-align: left;
	line-height: 16px;
}

#book-sidebar { background:#eee; border: solid 1px #ddd; }
#book-sidebar2 { background:#eee; border: solid 1px #ddd; }
#book-sidebar p { font-size: 12px; padding: 0 10px; margin:0; line-height: 16px; }
#book-sidebar2 p { font-size: 12px; padding: 0 10px; margin:0; line-height: 16px; }
#book-sidebar h2 {
	background-color:#cc0000;
	display: block;
	font:bold 15px "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 10px 0;
	line-height:20px;
}
#book-sidebar2 h2 {
	background-color:#cc0000;
	display: block;
	font:bold 15px "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 10px 0;
	line-height:20px;
}

#book-sidebar .disclaimer { font:normal 11px Arial, Helvetica, sans-serif; color:#666; padding: 0 10px; margin:0; }
#book-sidebar input { padding: 3px; }
#book-sidebar2 .disclaimer { font:normal 11px Arial, Helvetica, sans-serif; color:#666; padding: 0 10px; margin:0; }
#book-sidebar2 input { padding: 3px; }

#secrets-box { }
#secrets-box p { font:bold 12px Arial, Helvetica, sans-serif; color:#303030; text-align: center; margin-top: 10px; padding: 0 15px; }
#secrets-box .secrets-title-no { 
	font:bold 14px "Lucida Sans",Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:#cc0000;
	display: inline-block;
	padding: 5px;
	top: 10px;
}

.testimonial { padding: 5px 15px !important; color: #616161; }
span.upletter { text-transform:  capitalize; }

#wrapper { background:#fff url(images/invest-bgtop.jpg) repeat-x; }

/* ------------------------------------------------------------------------------------------- */
/* JUST COPY THE CODE BELOW AND PASTE/OVERWRITE THE EXISTING SQUEEZE CSS OF THE style.css FILE */
/* ------------------------------------------------------------------------------------------- */

/* SQUEEZE PAGE TEMPLATE */
#squeeze-content { }
#squeeze-content p { font-size: 14px; line-height: 18px; text-align: left; }
#squeeze-content .highlight { color:#cc0000; }
#squeeze-content strong { font-weight: normal; color:#cc0000; }
#squeeze-content ul { margin: 0 0 15px 10px; padding: 0; }
#squeeze-content li {
	background:url(images/squeeze-bullet-check.gif) no-repeat left top;
	list-style:none;
	text-align: left;
	font: normal 14px "Lucida Sans", Arial, Helvetica, sans-serif;
	line-height: 20px;
	padding: 0 10px 10px 35px;
}
#squeeze-content h1 {
	font:normal 30px Arial, Helvetica, sans-serif;
	color: #cc0000;
	margin: 10px 0;
	line-height:30px;
	text-align: left;
	letter-spacing: -1px;
}
#squeeze-content .h1-highlight { color:#043bb8; font-weight: bold; }
#squeeze-content h2 {
	font:normal 16px "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #303030;
	/*margin: 0 0 15px 0;*/
	line-height:20px;
}
#squeeze-content h3 {
	font:normal 18px "Lucida Sans", Arial, Helvetica, sans-serif;
	color: #cc0000;
	margin: 0 0 10px 0;
	line-height:20px;
}
.squeeze-form-text {
	background:url(images/invest-form-arrow.gif) no-repeat left top;
	text-align: left;
	font:normal 12px Arial, Helvetica, sans-serif;
	line-height: 14px;
	padding: 0 0 0 55px;
	height: 54px;
}
.squeeze-secrets-background { background:url(images/invest-secrets-bg.jpg) no-repeat; }
#squeeze-content blockquote {
	border-top: solid 1px #e1e1e1;
	border-bottom: solid 1px #e1e1e1;
	display: inherit;
}
#squeeze-content blockquote p {
	font:normal 18px "Georgia", Times New Roman, Times, serif;
	text-align: center;
	padding: 10px 25px;
	margin: 0;
	color:#4a4949;
}
#secrets-box { }
#secrets-box p {
	font:normal 11px "Lucida Sans", Arial, Helvetica, sans-serif;
	color:#595959;
	text-align: left;
	margin-top: 5px;
}
#secrets-box .secrets-title-no {
	font:bold 14px "Lucida Sans", Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:#cc0000;
	display: inline-block;
	padding: 5px;
	margin: 5px 0 0 0;
}