@charset "UTF-8";
/* CSS Author: BERCES DESIGN | www.bercesdesign.com */


body  {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing:.05em;
	background: #f29c48;
	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;
}

.twoColFixLtHdr #containernav { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f29c48;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


.twoColFixLtHdr #outerheader { 
	background: #ffffff; 
	margin: 40px auto;
	padding: 20px 0px 16px 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. */
} 

.twoColFixLtHdr #innerheader{ 
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

.twoColFixLtHdr #innerheader h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 18px 0 0 0 ; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:11px;
	text-align:right;
	color: #706f72;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* 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 */
	padding: 0;
	margin:0;
}

.twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* 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 */
	padding: 0;
	margin:0;

}

.twoColFixLtHdr #sidebar2 p {
	padding: 0;
	margin:0;
	text-align:left;
	font-size: .6em;
	letter-spacing:.01em;
	color: #706f72;
}

.twoColFixLtHdr #sidebar2 a:link, .twoColFixLtHdr #sidebar2 a:visited {
	text-decoration:none;
	color: #706f72;

}

.twoColFixLtHdr #sidebar2 a:hover {
	color: #f29c48;
}

.twoColFixLtHdr #mainphoto { 
	margin: 0 0 0 213px; /* the left margin on this div element creates the column down the left 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: 3px 0 3px 0 ; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
} 


.twoColFixLtHdr #containertext { 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f29c48;	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.twoColFixLtHdr #maincontenttext { 
	margin: 0 0 0 215px; /* the left margin on this div element creates the column down the left 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 18px  0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLtHdr #maincontenttext p { 
	font-size: .9em;
	line-height: 1.9em;
	color:#FFF;
}

.twoColFixLtHdr #maincontenttext h1 {
		font-weight:bold;
		font-style:italic;
		font-size: 1.2em;
		color:#FFF;
	}

	
.twoColFixLtHdr #maincontenttext h2 {
		font-weight:bold;
		font-style:italic;
		font-size: .9em;
		color:#FFF;
	}
	

.twoColFixLtHdr #maincontenttext a:link, .twoColFixLtHdr #maincontenttext a:visited {
	text-decoration:none;
	color: #706f72;

}

.twoColFixLtHdr #maincontenttext a:hover {
	color: #909093;

}

.twoColFixLtHdr #maincontenttext hr {
		width:100%;
		color:#FFF;
		background-color:#FFF;
		border:0;
		height:1px;
	}

.twoColFixLtHdr #outerfooter { 
	background: #ffffff; 
	margin: 40px auto;
	padding: 20px 0px 16px 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. */
} 

.twoColFixLtHdr #innerfooter{ 
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}


.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixLtHdr #footer p {
	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 */
}

.twoColFixLtHdr #footertext { 
	margin: 0 0 0 215px; /* the left margin on this div element creates the column down the left 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 */
	color: #706f72;
    font-size: .6em;
} 

.twoColFixLtHdr #footertext ul { 
	list-style: none;
	text-align:right;
}

.twoColFixLtHdr #footertext li { 
	display: inline;
}

#footertext a:link, #footertext a:visited { 
	padding: 0 .8em 0 .8em;
	border-left: 1px solid #706f72;
    color: #706f72;
	text-decoration: none;
}

#footertext a:hover { 
	color: #f29c48;
}

#footertext #navfirst{ 
	border-left: 0;
}

#footertext #navlast{ 
	padding: 0 0 0 .8em;
}

.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:0;
    font-size: 1px;
    line-height: 0px;
}

.leadin {
		font-weight:bold;
		font-style:italic;
		font-size: 1.2em;
	}
	
	
	

/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;zoom:1;z-index:10;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc .qmcbox{cursor:default;display:block;position:relative;z-index:1;}.qmmc .qmcbox a{display:inline;}.qmmc .qmcbox div{float:none;position:static;visibility:inherit;left:auto;}.qmmc li {z-index:auto;}.qmmc ul {left:-10000px;position:absolute;z-index:10;}.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none}.qmmc li:hover>ul{left:auto;}#qm0 li {float:none;}#qm0 li:hover>ul{top:0px;left:100%;}


/*!!!!!!!!!!! QuickMenu Styles !!!!!!!!!!!*/


	/* QuickMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
	#qm0	
	{	
		width:212px;
		padding:0px;
		margin:0px;
		background-color:transparent;
	}


	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{	
		width:183px;
		padding:10px 22px 9px 0px;
		margin:2px;
		background-color:#FCBE7F;
		color:#FFFFFF;
		font-family:Arial;
		font-size:14px;
		text-decoration:none;
		font-style:normal;
		text-align:right;
		border-width:1px;
		border-style:solid;
		border-color:#F29C48;
	}
	
	/*"""""""" (MAIN) Hover State""""""""*/	
	#qm0 a:hover	
	{	
		background-color:#706F72;
	}


	/*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 li:hover>a	
	{	
		background-color:#706F72;
	}


	/*"""""""" (MAIN) Active State""""""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover	
	{	
		background-color:#706F72;
	}


	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul	
	{	
		padding:5px;
		margin:-5px 0px 0px -4px;/*"""""""" left closes gap on horizontal for IE """"""""*/	
	}


	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a	
	{	
		/*padding:2px 40px 2px 5px;*/
		padding:10px 22px 9px 0px;
		background-color:transparent;
		border-style:none;
		border-color:#000000;
	}
	
		/*"""""""" (SUB) Items test""""""""*/	
	#qm0 div a, #qm0 ul li	
	{	
		background:transparent url(images/img_transparency.png);
		margin: 0px 0px -2px 0px; 		/*"""""""" close gap on vertical for IE """"""""*/	
	}
	



	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover	
	{	
		background-color:#706f72;
	}


	/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 ul li:hover>a	
	{	
		background-color:#706f72;
	}


	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{	
		background-color:#706f72;
	}


	/*"""""""" Individual Titles""""""""*/	
	#qm0 .qmtitle	
	{	
		cursor:default;
		padding:3px 0px 3px 4px;
		color:#444444;
		font-family:arial;
		font-size:11px;
		font-weight:bold;
	}


	/*"""""""" Individual Horizontal Dividers""""""""*/	
	#qm0 .qmdividerx	
	{	
		border-top-width:1px;
		margin:4px 0px 4px 0px;
		border-color:#BFBFBF;
	}


	/*"""""""" Individual Vertical Dividers""""""""*/	
	#qm0 .qmdividery	
	{	
		border-left-width:1px;
		height:15px;
		margin:4px 2px 0px 2px;
		border-color:#AAAAAA;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 li:hover > a.qmparent	
	{	
		background-image:url(qmimages/cssalt1_arrow_right_hover.gif);
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 li .qmparent	
	{	
		background-image:url(qmimages/cssalt1_arrow_right.gif);
		background-repeat:no-repeat;
		background-position:97% 50%;
	}



