@charset "utf-8";
body  {
	font: 100% Garamond, Times New Roman, Georgia, serif;
	background: #3a0500;
	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: #000000;
	}

h2, h3, h4 {
	margin: 0px;
	color: #3a0500;
	}

a {
	color:#3a0500;
	}

.twoColFixRtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffd98e;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-top: none;
	border-right: 2px solid #000000;
	border-bottom: none;
	border-left: 2px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	} 


.twoColFixRtHdr #header {
	width: 780px;
	height: 150px; 
	background: none; 
	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. */
	} 

	#header_left {
		width: 193px;
		height: 150px;
		margin: 0;
		padding: 0;
		float: left;
		}
	
	#header_middle {
		width: 275px;
		height: 150px;
		margin: 0;
		padding: 0;
		float: left;
		}
		
		#header_middle h4{
			padding: 20px 0 0 0;
			margin: 0px;
			}
		#header_middle a{
			color:#3a0500;
		}
		
	#header_right{
		width: 312px;
		height: 150px;
		margin: 0;
		padding: 0;
		float: right;
		}
		
	#nav_bar {
		width: 780px;
		height: 32px;
		background-color:#C89B43;
		padding: 0px;
		margin: 0px;
		}
		
		#link_space {
			width:94px;
			height:32px;
			background-color:#C89B43;
			float: left;
			display:block;
			padding: 0px;
			margin: 0px;
			}
		
		#link_home a { 
			background: url(../images/link_about_v3.png); 
			width: 80px; 
			height: 32px; 
			display:block;
			border-right-color: #000000;
			text-decoration:none;
			float: left;
			}
			
			#link_home a:hover {
				background-position:0 bottom;  
				}
		
		#link_news a { 
			background: url(../images/link_news_v2.jpg); 
			width: 52px; 
			height: 32px; 
			display:block;
			border-right-color: #000000;
			text-decoration:none;
			float: left;	
			}
			
			#link_news a:hover {
				background-position:0 bottom;  
				}
		
		#link_services a { 
			background: url(../images/link_services_v3.png); 
			width: 72px; 
			height: 32px; 
			display:block;
			border-right-color: #000000;
			text-decoration:none;
			float: left;	
			}
			
			#link_services a:hover {
				background-position:0 bottom;  
				}
		
		#link_products a { 
			background: url(../images/link_products_v3.png); 
			width: 74px; 
			height: 32px; 
			display:block;
			border-right-color: #000000;
			text-decoration:none;
			float: left;	
			}
			
			#link_products a:hover {
				background-position:0 bottom;  
				}
				
		#link_showroom a { 
			background: url(../images/link_showroom_v3.png); 
			width: 89px; 
			height: 32px; 
			display:block;
			border-right-color: #000000;
			text-decoration:none;
			float: left;	
			}
			
			#link_showroom a:hover {
				background-position:0 bottom;  
				}
				
		#link_sales a { 
			background: url(../images/link_sales_v3.png); 
			width: 100px; 
			height: 32px; 
			display:block;
			border-right-color: #000000;
			text-decoration:none;
			float: left;	
			}
			
			#link_sales a:hover {
				background-position:0 bottom;  
				}
				
		#link_partners a { 
			background: url(../images/link_partners_v2.jpg); 
			width: 136px; 
			height: 32px; 
			display:block;
			border-right-color: #000000;
			text-decoration:none;
			float: left;	
			}
			
			#link_partners a:hover {
				background-position:0 bottom;  
				}
				
		#link_download a { 
			background: url(../images/link_download_v3.png); 
			width: 87px; 
			height: 32px; 
			display:block;
			border-right-color: #000000;
			text-decoration:none;
			float: left;	
			}
			
			#link_download a:hover {
				background-position:0 bottom;  
				}
				
		#link_contact a { 
			background: url(../images/link_contact_v3.png); 
			width: 94px; 
			height: 32px; 
			display:block;
			border-right-color: #000000;
			text-decoration:none;
			float: left;	
			}
			
			#link_contact a:hover {
				background-position:0 bottom;  
				}
		
		#link_map a { 
			background: url(../images/link_map_v3.gif); 
			width: 121px; 
			height: 32px; 
			display:block;
			border-right-color: #000000;
			text-decoration:none;
			float: left;	
			}
			
			#link_map a:hover {
				background-position:0 bottom;  
				}
		
		#link_hours a { 
			background: url(../images/link_hours_v3.png); 
			width: 63px; 
			height: 32px; 
			display:block;
			border-right-color: #000000;
			text-decoration:none;
			float: left;	
			}
			
			#link_hours a:hover {
				background-position:0 bottom;  
				}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 312px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: none; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
	}
		
	#network_link {
		width: 312px;
		height: 36px;
		float: right;
		background: none;
		margin: 20px 0 0 0;
		padding: 0px;
		text-decoration: none;
		}
		
		#network_facebook a { 
			background: url(../images/facebook_logo.jpg); 
			width: 98px; 
			height: 36px; 
			display:block;
			border-right-color: #000000;
			text-decoration:none;
			float: left;	
			}
		
		#network_yelp a { 
			background: url(../images/yelp_logo.jpg); 
			width: 98px; 
			height: 36px; 
			display:block;
			border-right-color: #000000;
			text-decoration:none;
			float: left;
			margin: 0 5px;	
			}
		
		#network_dpha a { 
			background: url(../images/dpha_logo.jpg); 
			width: 100px; 
			height: 36px; 
			display:block;
			border-right-color: #000000;
			text-decoration:none;
			float: left;	
			}
	
	#appointment {
		width: 312px;
		height: 50px;
		float: left;
		background: none;
		margin: 30px 0 0 0;
		padding: 0px;
		text-decoration: none;
		}
	
	#appointment2 {
		width: 290px;
		height: 75px;
		float: left;
		background: none;
		margin: 10px 0 0 0;
		padding: 0px;
		text-decoration: none;
		}
		
	#appointment3 {
		width: 312px;
		height: 75px;
		float: left;
		background: none;
		margin: 10px 0 0 0;
		padding: 0px;
		text-decoration: none;
		}
		
		#appointment2 h4 {
			margin: 0;
			padding: 0;
			}

.twoColFixRtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 290px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff5e0; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 5px;
	margin: 0px;
	}

.twoColFixRtHdr #mainContent {
	width: 450px;
	height: auto; 
	margin: -20px 0 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #fff5e0;
	} 

	#mainContent a {
	font-weight: bold;
	color: #3a0500;
	text-decoration: none;
	}
	
	#mainContent a:hover {
		color:#000000;
		text-decoration: underline;
		}

.twoColFixRtHdr #mainContent2 {
	width: 450px;
	height: auto; 
	margin: 0px 0 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: none;
	}
	
	.disclaimer {
		font-size: 12px;
		color: #913115;
		}
	
	#mainContent2 a {
	font-weight: bold;
	color: #3a0500;
	text-decoration: underline;
	}
	
	#mainContent2 a:hover {
		color:#000000;
		text-decoration: none;
		}

.twoColFixRtHdr #mainContent3 {
	float: right;
	width: 470px; 
	margin: 0px 0 0 10px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: none;
	} 

#mainContent3 a {
	font-weight: bold;
	color: #3a0500;
	text-decoration: underline;
	}
	
	#mainContent3 a:hover {
		color:#000000;
		text-decoration: none;
		}

.twoColFixRtHdr #mainContent4 {
	width: 780px;
	margin:none;
	padding: none;
	background: #ffd98e;
	}
	
	#contact_left{
		float: left;
		width:340px;
		margin:0px;
		padding:0px 0px 0px 10px;
		background-color:none;
		}
	#contact_right{
		float: right;
		width:380px;
		margin:0px;
		padding:0px;
		background-color: #ffd98e;
		}
		
	#map_left{
		float: left;
		width:340px;
		margin:0px;
		padding:0px 0px 0px 10px;
		background-color:none;
		}

.az_header {
	font-weight: bold;
	color: #3a0500;
	margin: 0px;
	padding: 0px;
	}

.twoColFixRtHdr #footer {
	margin: 0px;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffd98e; 
	} 

	.twoColFixRtHdr #footer p {
		font-size: 12px;
		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 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
		}
	
	.twoColFixRtHdr #footer a{
		font-size: 12px;
		color: #000000;
		margin: 0 3px;
		padding: 10px 0;
		text-decoration: none;
		}
		
		#footer a:hover {
			font-size: 12px;
			color: #3a0500;
			padding: 10px 0;
			text-decoration: underline;
			}


.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 */
	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:0px;
    font-size: 1px;
    line-height: 0px;
	}
