@charset "UTF-8";
/* CSS Document */

/****** BEGIN - COLOR SCHEME *****
COLOR SCHEME:

#HEXCOLOR - Brief Description
#HEXCOLOR - Brief Description
#HEXCOLOR - Brief Description

******* END - COLOR SCHEME *******/



/******************************
/**** SECTION 1 - BEGIN *******/


/**** SECTION 1 - END ********
******************************/
.content_leftBar
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 217px;
	color: #DED186;
	background: ;
}

	/* displays the services menu - (not always displayed) */
	.content_leftBar_menu
	{
		position: relative;
		margin-top: 7px;
		text-align: center;
		background: ; 
	}
		.content_leftBar_menu a{text-align:center; display:block; padding:5px; border-top:1px dashed #ded085; margin:0px 35px; font-size:12px; color: #DED085; font-weight:bold;}
		.content_leftBar_menu a:link{color:#DED085;}
		.content_leftBar_menu a:visited{color:#DED085;}
		.content_leftBar_menu a:hover{color:#F0EBCA;}
		.content_leftBar_menu a:active{color:#F0EBCA;}
	
	
	
	/* displays the magazines flash images on the left */
	.content_leftBar_magazines
	{
		position: relative;
		margin: 0 auto;
		height: 238px;
		background: ;
		text-align: center;
		color: inherit;
	}
	
	
		.content_leftBar_magazines_flash
		{
			position: relative;
			margin: 0 auto;
			text-align: center;
		}
		
		.content_leftBar_magazines_text
		{
			position: relative;
			margin: 0 auto;
			text-align: center;
			color: inherit;
		}
		
	
		
	/* displays the client images on the left */
	.content_leftBar_clients
	{
		position: relative;
		margin: 20px auto 0 auto;
		height: 143px;
		background: ;
		color: inherit;
	}
	
		.content_leftBar_clients_text
		{
			position: relative;
			margin: 0 auto;
			text-align: center;
			color: inherit;
			
		}
		
		.content_leftBar_clients_images
		{
			position: relative;
			margin: 0 auto;
			text-align: center;
			
		}
		
	.content_leftBar_creditCard
	{
		position: relative;
		margin: 0 auto;
		text-align: center;
		width: 176px;
		height: 55px;
		background: url(/images/general/credit_card_logos_9.gif) no-repeat;
		padding-bottom: 10px;
	}

	


/******************************
**** SECTION 2 - BEGIN *******/


/**** SECTION 2 - END ********
******************************/