/* CSS Document For D.Piche HVAC Website*/
body
	{
	font-family: Arial;
	color: #6A8494;
	}
	
.fontsmall {font-size: 8px;}

h1
	{
	color: #E14000;
	font-size: 19px;
	}
	
h2
	{
	color: #E14000;
	font-size: 12px;
	text-transform: uppercase;
	}

.bordered
	{
	border: 1px solid black;
	background-color: white;
	}

.grayborder {border: 1px solid #6A8494;}

.nobullet
	{
	list-style: none;
	}
	
.lightorange
	{
	color: #EBAE62;
	font-size: 14px;
	}
	
.grayblue
	{
	color: #6A8494;
	font-size: 18px;
	}
	
.grayblue2
	{
	color: #6A8494;
	font-size: 16px;
	}

.homepagefont {font-size: 12px;}
.homepagefont a {color: #6A8494;}

.hrorange {color: #F0BE7B; height: 2px;}
.hrgrayblue {border: 1px dotted #A0C2ED;}

.left-menu-link
	{
	border-bottom: 1px dotted #BAC5D2;
	font-size: 11px;
	}

#content
	{
	border-left: 1px dotted #A0C2ED;
	padding: 10px;
	}

.maxheight8 {max-height:8px;}
.maxheight6 {max-height:6px;}

#left-menu
	{
	font-weight: bold;
	}

#left-menu a
	{
	text-decoration: none;
	color: #71777A;
	font-weight: bold;
	}

#footer
	{
	color: #ABAEB0;
	font-size: 10px;
	}

#footer a
	{
	text-decoration: underline;
	color: #ABAEB0;
	}
	
.t {background: url(../images/content-top-background.gif) 0 0 repeat-x; width: 20em}
.b {background: url(../images/content-bottom-background.gif) 0 100% repeat-x}
.l {background: url(../images/content-left-background.gif) 0 0 repeat-y}
.r {background: url(../images/content-right-background.gif) 100% 0 repeat-y}
.bl {background: url(../images/content-bottom-left.gif) 0 100% no-repeat}
.br {background: url(../images/content-bottom-right.gif) 100% 100% no-repeat}
.tl {background: url(../images/content-top-left.gif) 0 0 no-repeat}
.tr {background: url(../images/content-top-right.gif) 100% 0 no-repeat; padding:10px}

.alignCenter {text-align: center;}

#left-side
	{
	padding-top: 20px;
	padding-bottom: 20px;
	width: 205px;	
	font-weight: bold;
	background:url(../images/menu-bg.jpg) repeat-y right;
	border-right: 1px dotted #A0C2ED;
	}
	
#left-side ul
	{
	width: 175px;
	list-style: url(../images/orange-rquote-bullet.gif);
	}
	
#left-side ul li
	{
	border-bottom: 1px dotted #BAC5D2;	
	}

#left-side ul li a
	{
	text-decoration: none;
	color: #71777A;
	font-weight: bold;
	}
	
.paddingmarginzero
	{
	padding: 0px;
	margin: 0px;
	font-size: 10px;
	}