/* CSS Document */
/* TWO COLUMN LAYOUT */

body {
	margin: 0;
	padding: 0;
	background-color: #F4F4DD;
	font-family: Georgia, serif;
	;
	font-size:14px;
	line-height: 18px;
	color:#333;
	border: 0;
	}
	ul {
	list-style-type: none;
}
#content_inner ul {
	list-style-type: disc;
}
	
	
#wrapper
	{
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #fff;
	background-image: url(../images/bg_secondary.jpg);
	background-color: #fff;
	border-bottom: 1px solid #353505;
		}	
#main_contain {
	width:800px; /* widths of columns will change proportionately as this width is changed */
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left; /* resets the centering hack for IE6 on the body tag */
}
#header {
	position: relative;
	
	}


#header_inner, #nav_inner, #content_inner, #promo_inner {
	overflow:hidden; /* clips oversize elements that would otherwise expand divs and break the layout */
	}
#header_inner {
	padding:0;
	background-image: url(../images/header.gif);
	height: 125px;
	}
#header h1
				{
				position: absolute;
				left: 22px;
				top: 26px;
				background-image: url("/images/logo.gif") ;
				background-repeat: no-repeat;
				background-position: 0 0;
				background-color: transparent;
				width: 287px;
				height: 85px;
				}
				
				#header h1 a
					{
					display: block;
					width: 287px;
					height: 66px;
					text-indent: -999em;
					text-decoration: none;
					border: 0;
					overflow: hidden;
					}
					
					h1 a:hover
						{
						text-decoration: none;
						background-color: transparent; 
						border: 0;
						}

.topNav
				{
	position: absolute;
	left: 528px;
	top: 23px;
	width: 225px;
	text-align: right;
	font-size: 10px;
	letter-spacing: 1px;
	display: block;
				}
				
	.topNav a {text-decoration:none; text-transform: uppercase; border:0;}
	.topNav a:link {color:#797F52;  border:0;}
	.topNav a:visited {color:#797F52;  border:0;}
	.topNav a:active {color:#797F52;  border:0;}
	.topNav a:hover {color:#fff;  border:0;}
				
	.topNav input
					{
					border: 0;
					}
					
	.topNav input.top
					{
					font-size: 10px;
					border: 0;
					}
.navbar {
	margin: 0;
	padding: 0;
	width:100%;
	height: 47px;
}	
.navbar_inner {
	background: url(../images/bg_navbar.gif);
	width: 800px;
	height: 47px;
	margin: 0px auto;
}
.navigation
		{
	height: 45px;
	background-color: transparent;
	margin-left: 400px;
	margin-top: 0px;
	padding: 0;
		}
		
		.navigation ul
			{
	margin: 0;
	padding: 0;
	height: 45px;
	list-style: none;
	list-style-type: none;
			}
			
		.navigation ul li
			{
	display: inline;
	float: left;
	height: 45px;
	margin: 0;
	padding: 0;
	background-color: transparent;
			}
			
.navigation ul li a
				{
	float: left;
	height: 45px;
	text-indent: -999em;
	background-repeat: no-repeat;
	background-position: 0 0;
	border: 0;
	overflow: hidden;
	text-decoration: none;
				}
	.navigation ul li.navOne
				{
					width: 80px;
					background-image: url(../Images/navOne.gif);
				}
				
				.navigation ul li.navOne a
					{
						width: 80px;
					background-image: url(../images/navOne.gif);
					}
					
			.navigation ul li.navTwo
				{
					width: 80px;background-image: url(../images/navTwo.gif);
				}
				
				.navigation ul li.navTwo a
					{
						width: 80px;
					background-image: url(../images/navTwo.gif);
					}
			
			.navigation ul li.navThree
				{
					width: 94px;background-image: url(../images/navThree.gif);
				}
				
				.navigation ul li.navThree a
					{
						width: 94px;
						background-image: url(../images/navThree.gif);
					}
			
			.navigation ul li.navFour
				{
					width: 99px;background-image: url(../images/navFour.gif);
				}
			
				.navigation ul li.navFour a
					{
						width: 99px;
						background-image: url(../images/navFour.gif);
					}
				.navigation ul li a:hover {background-position: 0 -95px; border:0;}
#content
		{
	background-repeat: repeat-y;
	background-position: 0 0;
	width: 800px;
	margin-left: 0px;
	background-image: url(../Images/bg_secondaryContent.jpg);
		}
		#nav {
	float: left;
	width: 180px;
	margin-left: 46px;
	position: relative;
	font-size-adjust: 1.5em;
		}		
.subnav
			{
	margin: 0px 0 0 0px;
	padding: 0;
	list-style: none;
	width: 180px;
			}
	
			.subnav li
				{
				border-bottom: 1px solid #D7D7B0;
				font-size:13px;
				background-color: transparent; 
				margin: 0;
				padding: 0;
				}
	
				.subnav li a
					{
	text-decoration: none;
	background-color: transparent;
	display: block;
	padding: 6px 6px 6px 18px;
					}
				.subnav li a:link 
					{
					color:#6e6e54; 
					background-color: transparent;
					}
				.subnav li a:visited 
					{
					color:#6e6e54; 
					background-color: transparent;
					}
				.subnav li a:active 
					{
					color:#fff; 
					background-color: #6e6e54;
					}
				.subnav li a:hover 
					{
					color:#fff; 
					background-color: #6e6e54;
					}
	
				.subnav li.on a,
				.subnav li.on a:link,
				.subnav li.on a:visited,
				.subnav li.on a:hover,
				.subnav li.on a:active,
					{
					color: #ce4027;
					background-color: #fff;
					}

					.subnav li ul
						{
						list-style: none;
						padding: 0;
						margin: 0;
						}
					
					.subnav li ul li
						{
	padding-left: 23px;
	background-image: url(../2010/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 30px 10px;
	background-color: transparent;
	border-bottom:1px solid #fff;
	font-size: 11px;
						}
				.subnav li.on a,
				.subnav li ul li.on a,
				.subnav li ul li.on a:link,
				.subnav li ul li.on a:visited,
				.subnav li ul li.on a:active,
				.subnav li ul li.on a:hover
					{
					color: #CE4027;
					background-color: #fff;
					}
					.subnav li ul li a
							{
	border: 0;
	color: #666;
	padding: 3px 3px 3px 20px;
							}
					

	
					.subnav li.on ul li a,
					.subnav li.on ul li a:link,
					.subnav li.on ul li a:visited,
					.subnav li.on ul li a:active,
					.subnav li ul li a:link,
					.subnav li ul li a:visited,
					.subnav li ul li a:active,
					.subnav li ul li a:hover
							{
							color: #666;
							border: 0;
							background-color: transparent;
							}
				
		
		#col_right  
			{
			float: left;
			padding: 40px 22px 0 32px;
			voice-family: "\"}\"";
			voice-family: inherit;
			width: 500px;
			}
			/* Begin hiding from Mac IE */
			/* \*/
			html>#col_right  
			{
			width: 485px;
			}
			/* End hiding from Mac IE */
				
			#col_right ul li
			{
	color: #333;
	font-weight: normal;
	line-height:22px;
			}				
		#col_right h1
			{
	color: #333;
	font-size: 21px;
	font-weight: normal;
	line-height: 23px;
			}
					
					
		#col_right h2
			{
	color: #4F2201;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
			}
					
					
		#col_right h3
			{
			color: #333;
			font-size: 10px;
			font-weight: bold;
			text-transform: uppercase;
			letter-spacing: 1px;
			}

		#col_right h5
			{
			color: #000;
			font-size: 17px;
			font-weight: normal;
			color: #333;
			}			
		
			#col_right p
			{
			font-size: 12px;
			font-weight: normal;
			line-height: 22px;
			}
			
		#col_right imageOne
			{
			float: right;
			margin: 10px 0 15px 15px;
			}		
		
#content_inner { 
	padding:0 0 1em 1.5em; /* creates space between the box and the content */
	}
	#content_inner img {
	}
	
.footer
	{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
	margin-bottom: 0px;
	}
	.footer .uberlear{height:15px;}
	.footer a 
		{
		text-decoration:none;
		font-weight: bold;
		text-transform: uppercase;
		border: 0;
		}
	.footer a:link {color: #353505;}
	.footer a:visited {color:#353505;}
	.footer a:hover {color:#ce4027; border:0;}
	.footer a:active {color:#353505;}
	
	.bottomNav
		{
	border-bottom: 1px solid #353505;
	text-align: center;
	padding: 17px 0 12px 0;
	font-size: 10px;
	letter-spacing: 1px;
	vertical-align: top;
		}
	
.bottomNav
		{
	border-bottom: 1px solid #ce4027;
	text-align: center;
	padding: 17px 0 12px 0;
	font-size: 10px;
	letter-spacing: 1px;
	vertical-align: top;
		}
	
	
		.bottomNav a
			{
			margin: 0 15px 0 15px;
			}
		
	.bottominfo
		{
	margin: 1px 0 20px 0;
	padding: 20px 0 20px 0;
	border-top: 1px solid #ce4027;
	color: #353505;
	font-size: 11px;
	vertical-align: top;
		}
			.instrnote
		{
	margin: 1px 0 20px 0;
	padding: 20px 0 20px 0;
	color: #CC0033;
	font-size: 11px;
	font-style:italic
	vertical-align: top;
		}
		
		
		.bottominfo .cellOne
			{
			float: left;
			width: 415px;
			}

		.bottominfo .cellOne a
			{
			font-size: 10px;
			letter-spacing: 1px;
			font-weight:normal;
			margin-right: 20px;
			}
		
		
				.bottominfo .cellTwo
			{
			float: right;
			width: 310px;
			text-align: right;
			font-size: 10px;
			line-height: 14px;
			text-transform: uppercase;
			}
			
			.bottominfo .cellTwo img
				{
				float: right;
				margin: 0 0 0 10px;
				}
.uberclear_line
	{
	float: none;
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	height: 1px;
	line-height: 0;
	font-size: 0;
	border-top: 1px solid #CCCCCC
	}
	* html .uberclear_line
	{
	height: 0;
	}
.uberclear
	{
	float: none;
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	height: 1px;
	line-height: 0;
	font-size: 0;
	}
	* html .uberclear
	{
	height: 0;
	}
.imageOne
			{
			float: right;
			margin: 10px 0 15px 15px;
			}
.imageLarge {
	position: absolute;
	display: none;
	right:250px;
	bottom: 100px;
	height: auto;
	width: auto;
}
.img_selection {
	float: right;
	position: relative;
	margin: 10px 0 15px 15px;
}
.img_selection:hover p, p:hover {display:block;}
h3 {
	font-weight: bold;
}
.leftlow {
	background: #E1E1C6;
	width: 100px;
	margin-top: 50px;
	padding: 15px;
}
.imageRight {
	float: right;
	margin-left: 8px;
	width: 185px;
}
.imageRight img {
}
.caption {
	font-style: italic;
	font-weight: normal;
	font-size: 10px;
	width: 185px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.left_col_box {
	background: #B3AB77;
	height: 200px;
	width: 150px;
	padding: 10px;
	margin-top: 15px;
}
.left_col_box p {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.quoteform {
	background: #F3F2EA;
}

