/*-------------------------------------------------
  Main Stylesheet - 
  Based on the Dynamic Drive CSS Library template
  CSS Fixed Layout #2.1- (Fixed-Fixed)
  Special version for 2 columns and no column header
  this version is for the phone list - includes
  the phone table definition
-----------------------------------------------------*/
body{
margin:0;
padding:0;
line-height: 1.5em;
background: #EFFFFF;
}
b{font-size: 105%;}
a:link {color: #000033}
a:visited {color: #000033}
b{font-size: 110%;}
em{color: red;}

p { 
	font-family: Times New Roman ;
	font-size: 12pt ;
	color: #333333 ;
	}
	
p.rsts{margin-bottom: 0px;
	color: #333131 ;
	}

p.hlp1{font-family: Times New Roman ;
	font-size: 12pt ;
	color: #333333 ;
	line-height: 1.3em;
	}

p.bdy{	font-family: Times New Roman ;
		font-size: 12pt ;
		line-height: 110% ;
		color: #333333 ;
		}

p.jstf{	font-family: Times New Roman ;
		font-size: 12pt ;
		line-height: 110% ;
		color: #333333 ;
		text-align: justify ;
		padding-right: 3px ;
}
p.rqst{	font-family: Times New Roman ;
		font-size: 10pt ;
		line-height: 105% ;
		color: #5A5555 ;
}
p.hlp {
  		font-family: Times New Roman ;
		font-size: 12pt ;
		line-height: 110% ;
		color: #333333 ;
		padding-left: 47px ;
		margin-top: -20px;
		margin-bottom: -15px ;
}
	
img.rsts{
	border-style: none ;
	padding-right: 5px ;
	width: 100px;
	height: 75px;
	margin-bottom: -12px ;
	}	

img.topbutton{
	border-style: solid ;
	border-width: 1pt ;
	border-color: #333333 ;
	}	

table.rsts{
  	border-style: none ;
	}

table.phonelist{
  	border-style: none;
	table-layout: fixed ;
	width: 90% ; 
  	font-family: Times New Roman ;
	font-size: 12pt ;
	line-height: 100% ;
	padding-left: 3px ;
	padding-right: 3px ;
	color: #333333 ;  	
}
table.cncllist{
	border-style: double;
  	border-width: 3px ;
	border-collapse: separate ;
  	table-layout: fixed ;
	width: 80% ; 
  	font-family: Times New Roman ;
	font-size: 12pt ;
	line-height: 100% ;
	padding-left: 3px ;
	padding-right: 3px ;
	color: #333333 ;  	
}

ul.btlist{
  	list-style-type: disc ;
}

ul.hlist
{
float: left;
width:100%;
padding: 0;
margin-left: 0 ;
margin-top: -8px ;
list-style-type:none;
}
li.hl {
	display:inline ;
	color: #333333;
	font-size: 12pt ;
	padding-right: 45px ;
}

a:link {color: #000033} 
a:visited {color: #000033} 

#maincontainer{
width: 860px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
height: 164px; /*Height of top section*/
background: url(http://fredincolorado.com/homepage/images/header-i70b.jpg);
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
	margin-left: 185px; /*Set left margin to LeftColumnWidth*/
	height: 415px ;
	overflow: auto ;
	padding-right: 6px ;
	background: #EFFFFF ;
}

#leftcolumn{
float: left;
width: 185px; /*Width of left column*/
margin-left: -860px; /*Set left margin to -(MainContainerWidth)*/
background: #EFFFFF;
}
#guestcenter{
    padding:  1px 15px ;
	text-align: center;
	line-height: 105% ;}
	
#blueblock{
width: 180px;
border-right: 1px solid #000;
padding: 0 0 1em 0;
margin-bottom: 1em;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 90%;
background-color: #90bade;
color: #333;
}

* html #blueblock{ /*IE 6 only */
width: 147px; /*Box model bug: 180px minus all left and right paddings for #blueblock */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
border-bottom: 1px solid #90bade;
margin: 0;
}

#blueblock li a{
display: block;
padding: 1px 3px 0px 2px;
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
background-color: #2175bc;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #blueblock li a{ /*Non IE6 width*/
width: auto;
}

#blueblock li a:hover{
border-left: 10px solid #1c64d1;
border-right: 10px solid #5ba3e0;
background-color: #2586d7;
color: #fff;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}

pre.footer{
color: #FFFF80;
font-size: 7pt;
margin-bottom: -7px ;
}

