@charset "UTF-8";
/* CSS Document */
/* TopLine Leadership: SHARED STRUCTURE ELEMENTS */
/* .: Bullsprig Interactive :: www.bullsprig.com :. */

/* Last revision: JAN 4 2009 */


/*  Basic Elements
============================================= */
body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td { margin:0; padding:0; }

body  {
	font: 100% "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	background: #F2F2F2;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
}
.homePage #container { 
	width: 955px; 
	background: transparent url(../images/mainElements/mainBg_Sides.jpg) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */ } 
	
.homePage #search { 
	float:right;
	width:305px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin:12px 10px 0 0;} 	
	
.homePage #header { 
	background: transparent;
	padding: 0 0 22px 24px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin:0 3px 0 2px;
	width:926px;
	clear:both;} 	

.homePage #free-report { 
	background: transparent url(../images/homeElements/freeReport_10.jpg) no-repeat top; height:63px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin:0;
	padding:0 0 22px 0;} 
h5 a { display: block; width: 955px; height: 63px; text-decoration: none; text-indent: -9000px; }
	
.homePage p { font: 12px/1.8em "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; color:#222; margin:0; padding:0 5px 22px 12px;}
.homePage h1 { font: bold 22px/1.6em "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; color:#005ca8; margin-top:4px; padding:0 8px 0 0; }
.homePage h1 a { font: bold 22px/1.6em "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; color:#005ca8; margin-top:4px; padding:0 8px 0 12px; text-decoration:none; }
.homePage h1 a:hover { text-decoration:underline;}
.homePage a { font-weight:bold;color:#005ca8; text-decoration:none;}
.homePage a:hover {color:#222;}



/*  Home Page Navigation
============================================= */	
.homePage #header ul { position:absolute; font: normal 15px/27px "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; display: inline; padding: 0; margin: 30px 0 0 150px; }
.homePage #header ul li { display: block; float:left; padding: 0 30px 0 0; margin:0; }
.homePage #header ul li a { color:#005eb7; text-decoration:none; background-image:none; }
.homePage #header ul li a:hover { color:#333; text-decoration:none; background-image:none; }

/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".homePage #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/

.homePage #right-sidebar {
	background: transparent url(http://toplineleadership.goodbarry.com/images/homeElements/tllEvents_bck.gif) no-repeat top; height:130px;
	position:absolute;
	width: 186px; 
	padding:0;
	margin:30px 0 0 748px; }
	
	.homePage #right-sidebar h2 { font: bold 17px/20px "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; color:#555; padding:10px 6px 0 15px; margin:0; }		
	.homePage #right-sidebar p { font: normal 13px/16px "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; color:#444; padding:4px 6px 0 15px; margin:0; }
	.homePage #right-sidebar a { font: normal 12px/26px "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; color:#005ca8; padding:0; margin:0; text-decoration:underline; }
	.homePage #right-sidebar a:hover { color:#80ae3f; }
	
.homePage #right-sidebar-2 {
	background: transparent url(http://toplineleadership.goodbarry.com/images/homeElements/ourHead_bck.jpg) no-repeat top; height:129px;
	position:absolute;
	width: 186px; 
	padding:0;
	margin:170px 0 0 748px;}
	
	.homePage #right-sidebar-2 h2 { font: bold 17px/20px "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; color:#555; padding:10px 6px 0 15px; margin:0; }		
	.homePage #right-sidebar-2 p { font: normal 12px/14px "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; color:#444; padding:4px 6px 0 15px; margin:0; }
	.homePage #right-sidebar-2 a { font: normal 12px/20px "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; color:#005ca8; padding:0; margin:0; text-decoration:underline; }
	.homePage #right-sidebar-2 a:hover { color:#80ae3f; }
	
.homePage #right-sidebar-3 {
	background: transparent url(http://toplineleadership.goodbarry.com/images/homeElements/quiz_bck.gif) no-repeat top; height:129px;
	position:absolute;
	width: 186px; 
	padding:0;
	margin:309px 0 0 748px;}
	
	.homePage #right-sidebar-3 h2 { font: bold 17px/20px "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; color:#555; padding:10px 6px 0 15px; margin:0; }		
	.homePage #right-sidebar-3 p { font: normal 13px/16px "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; color:#444; padding:4px 6px 0 15px; margin:0; }
	.homePage #right-sidebar-3 a { font: normal 12px/20px "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; color:#005ca8; padding:0; margin:0; text-decoration:underline; }
	.homePage #right-sidebar-3 a:hover { color:#80ae3f; }
	
.homePage p.blueArrow {font: 12px/1.8em "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; background:transparent url(../images/mainElements/blArrow_rt.jpg) no-repeat top left; color:#222; margin:0 0 0 12px; padding:0 5px 22px 30px;}
	
#content { width:100%; }
#contentdiv { padding:6px 12px 0 10px; }	

/*  Home Page Navigation
============================================= */	
.homePage #footer {
	width:100%;
	margin: 20px 0 0 0;
	padding:0;
	border:1px solid #c2c3c2; }
	
.homePage #footer p {
	color:#555;
	font: normal 12px/1.3em Arial, Helvetica, sans-serif;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 10px 4px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */ }	
	
.homePage #footer ul { float:right; font: normal 12px/1.6em Arial, Helvetica, sans-serif; display: inline; padding: 10px; margin: 0; }
.homePage #footer ul li { color:#999; display: block; float:left; padding: 0; margin:0 0 0 10px; }
.homePage #footer ul li a { color:#999; text-decoration:none; background-image:none; }
.homePage #footer ul li a:hover { color:#444; text-decoration:none; background-image:none; }	

.homePage #footer-shadow { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: transparent url(../images/mainElements/mainBg_Bck.jpg) no-repeat bottom; height:12px; }
	
	
.emailSubscribe { font: normal 12px/1.6em Arial, Helvetica, sans-serif; color:#333; padding:0 10px 0 0;}	
	

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px; }
--> 
</style><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.homePage #sidebar1 { padding-top: 30px; }
.homePage #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>

/*  Home Page Bottom Copy
============================================= */
#homeBtm {
	clear:both;
	width:100%;
}
#homeBtmdiv {
	position:relative;
	z-index:0;
}
#homeBtmdiv {
	margin:0 auto;
	width:955px;
	text-align:left;
	padding:0;}
#homeBtmdiv p {margin:0 20px 0 20px; padding:10px 0 14px 0; font: normal 11px/1.5em "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; color:#888; text-align:left; border-bottom:1px dotted #888; }
#homeBtmdiv a { color:#666; text-decoration:none; }
#homeBtmdiv a:hover { color:#333; text-decoration:underline; }

#homeBlog {
	clear:both;
	width:100%;
}
#homeBlogdiv {
	position:relative;
	z-index:0;
}
#homeBlogdiv {
	margin:0 auto;
	width:955px;
	text-align:left;
	padding:0;}

#homeBlogdiv ul { margin:0 20px 0 20px; padding:10px 0 14px 0; float:left;	 }
#homeBlogdiv li { list-style: none; font-size: 11px; color:#888; line-height:1.8em;  }
#homeBlogdiv li a { color:#1778b9; }
#homeBlogdiv li a:hover { color:#333; }

#homeBlogdiv ol { margin:0 20px 0 20px; padding:10px 0 14px 0; float:left;  } /*!Blog posts on Home page!*/

h6 { font-size:13px;color:#777; padding:12px 0 0 20px;}

/*  Credits
============================================= */
#creditsHome {
	clear:both;
	width:100%;
}
#creditsHomediv {
	position:relative;
	z-index:0;
}
#creditsHomediv {
	margin:0 auto;
	width:955px;
	text-align:left;
	padding:0;}
#creditsHomediv p {margin:0; padding:14px; font: normal 11px/1.5em "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; color:#888; text-align:center; }
#creditsHomediv a { color:#888; text-decoration:none; }
#creditsHomediv a:hover { color:#333; text-decoration:underline; }

