/* <![CDATA[ */
/* 
BartellCo.com CSS file created by Concept 53 Consulting.
 */
 
 /* 
 Structural components
  */
	body 
	{
		scrollbar-face-color: #49724e;
		scrollbar-arrow-color: #49724e;
		scrollbar-track-color: #ffffe0;
		scrollbar-shadow-color: '';
		scrollbar-highlight-color: '';
		scrollbar-3dlight-color: '';
		scrollbar-darkshadow-Color: '';
		color : Black;
		background-color: #FFFFE0;
		font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 12px; 
		margin: 0px 80px 0px 80px;
		padding:0;
		line-height : normal;		
	}

	#header 
	{
		margin:0px; 
		padding:0px;		
		height: 104px;
	}

	#main1 
	{
		margin:0px; 
		padding:0px;
		top : 0px;
		line-height : normal;
		background-image : url(../images/Left.gif);
		background-position :  top left;
		background-repeat : repeat-y;
		background-color :  White;		
		border-top-color : #BDB88B;
		border-top-style : solid;
		border-top-width : 3px;
		border-left-color : #BDB88B;
		border-left-style : solid;
		border-left-width : 3px;	
		border-right-color : #BDB88B;
		border-right-style : solid;
		border-right-width : 3px;
		border-bottom-color : #BDB88B;
		border-bottom-width : 3px;
		border-bottom-style : solid;
	}
	
	#main2 
	{
		margin:0; 
		padding:0;
		top : 0px;
		background:url("../images/right.gif") top right repeat-y;		
	}
		
	#left 
	{
		float: left;
		width: 150px;
		margin:0; 
		padding:2px;
		top : 0px;
		color : White;
		line-height : normal;
		overflow : hidden;
		z-index : 1;		
	}
		
	#recs
	{
		float : none;
		position : relative;
		left : 30px;
		bottom : 125px;	
					
	}		
		
	#right 
	{
		float:right;
		width:150px;
		margin:0; 
		padding:2px;
		top : 0px;
		line-height : normal;
		text-align : justify;		
		border-left-color : Gray;
		border-left-width : 2px;
		border-left-style : dashed;		
	}
		
	#middle 
	{
		margin:0 150px;
		padding : 6px;		
		width : 500px;	
		background-image : url(../images/house-soft.jpg);
		background-attachment : fixed;
		background-position : top center;
		background-repeat : no-repeat;
		background-color : White;
		line-height : normal;
		overflow : hidden;			
	}
	
	#Special
	{
		text-align: center;
		background : transparent;
	}
	
	#Container
	{
	    background-color: transparent;
		 top : 0px;			
	    border: 0px;
	    padding: 0px;
	    margin: 0px;	
	}
	
	#footer	
		{
			background-color : #ffffe0
		}
	
/* 
Classes
 */	
	
	.listing
		{
			padding-top : 4px;
			padding-bottom : 40px;
			text-align : justify;
			clear : both;
			border-bottom-color : #20B2AA;
			border-bottom-style : groove;
			border-bottom-width : 2px;	
		}
		
	.CTR
	{
		text-align : center;
		vertical-align : 50%;
	}
					
	.LeftPic
		{
			float : left;
			padding-right: 6px;
			padding-bottom : 4px;
		}	
	
	.Redlight
	{
		color : #930;
		font-weight : bold;
	}
	
	.Redcenter
	{
		color : #930;
		font-weight : bold;
		text-align : center;
	}
	
	.RightPic
		{
			float : right;
			padding-left : 6px;
			padding-bottom : 4px;
		}
				
	.column-in 
	{
		margin:0px; 
		padding: 0px 1.5px;		
		}
		
	.cleaner {
		clear:both;
		height:1px;
		font-size:1px;
		border:none;
		margin:0; padding:0;
		background:transparent;
		}
		
/* 
Text and type
 */	
	
	H1
	{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #006400;
		font-size: 24px;
		padding : 0px;
	}

	H1:Hover
	{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #2E8B57;
		font-size: 24px;
		padding : 0px;
	}

	H2
	{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-style: italic;
		color: #20B2AA;
		font-size: 20px;
		padding : 0px;
	}

	H3
	{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #3CB371;
		font-size: 18px;
		padding : 0px;
	}

	H4
	{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #930;
		font-size: 16px;
		padding : 0px;
	}

	H5
	{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #FFFFF0;
		font-size: 14px;
		padding : 3px;
	}
	
	H6
	{
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #5F9EA0;
		font-size: 13px;
		padding : 0px;
	}

	p
	{
		font-size: 12px;	
		padding : 0px;		
	}
	
	p.left
	{
		font-size: 11px;
		font-weight : bold;	
		padding-left : 4px;
		padding-right : 4px;
		text-align : justify;		
	}

	UL
	{
		list-style : square;
		list-style-image : url(../images/bullet1.gif);
		text-align : left;
		display : block;
		white-space : normal;
		list-style-position : inside;		
	}
	
	/* 
	Links and navigation
	 */
	
	A:Link 
	{
		font-size : 12px;
		font-weight : bold;
		color : #228B22;
		text-decoration : none;
	}
	
	A:Visited 
	{
		font-size : 12px;
		font-weight : bold;
		color : #4682B4;
		text-decoration : none;
	}

	A:Hover 
	{
		font-size : 12px;
		font-weight : bold;
		color : #FA8072;
		text-decoration : underline;
	}
		
	A.rightnav:Link
	{
		color : Blue;
		font-size : 12px;
		font-weight : bold;
	}
	
	A.rightnav:Visited
	{
		color : #8A0000;
		font-size : 12px;
		font-weight : bold;
	}
	
	A.rightnav:Hover
	{
		color : Blue;
		font-size : 12px;
		font-weight : bold;
		text-decoration : underline;
	}
	
	A.leftnav:Link
	{
		color : #FFFFF0;
		font-size : 12px;
		font-weight : bold;
	}
	
	A.leftnav:Visited
	{
		color : #F5FFFA;
		font-size : 12px;
		font-weight : bold;
	}
	
	A.leftnav:Hover
	{
		color : #FFFFF0;
		font-size : 12px;
		font-weight : bold;
		text-decoration : underline;
	}
	
	.copy 
	{ 
		text-align: center;
		font-family : Verdana, Arial, sans-serif;		
		font-weight : bold;
		font-size : 13px;
	}
	
	.author 
	{
		text-align: center;
	}
	/* 
	Image placement
	 */
	img.Identity
	{	
		float: right;
		position: relative;
		right: 138px;
		bottom : 15px;
		vertical-align: bottom;
		z-index: 1;
	}

/* ]]> */