@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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;
}
img
{  border-style: none;
}

.thrColFixHdr #container {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFixHdr #header {
	background: #FFFFFF;  /* 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. */
	height: 145px;
} 

.thrColFixHdr #header .logo{
	height:92px;
	background:url(images/Weblogo.jpg);
	background-repeat:no-repeat;
	float:left;
	border-bottom-color: #f7941d;
	border-bottom-style: solid;
	border-bottom-width: medium;
	width: 500px;
	padding-bottom: 5px;
}

.thrColFixHdr #header .nv{
	height:92px;
	float:left;
	word-spacing:10px;
	border-bottom-color: #f7941d;
	border-bottom-style: solid;
	border-bottom-width: medium;
	width: 440px;
	padding-bottom: 5px;
}
.thrColFixHdr #header .nv .indent{padding:75px 0 0 0;}
.thrColFixHdr #header .nv a{color:#8B8B8B; text-decoration:none; word-spacing:0px;}
.thrColFixHdr #header .nv a:hover{text-decoration:none; padding-top:10px; color:#A8A8A8;}
.thrColFixHdr #header .nv .sel{padding-top:10px; color:#A8A8A8;}

.thrColFixHdr #navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	background-color: #DDD3C8;
	color: #f7941d;
	float: left;
	width: 940px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 35px;
}

.thrColFixHdr #navcontainer ul li {
	display: inline;
}

.thrColFixHdr #navcontainer ul li a
{
	padding: 0.2em 1em;
	background-color: #DDD3C8;
	color: #f7941d;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	height: 35px;
}

.thrColFixHdr #navcontainer ul li a:hover
{
	background-color: #f7941d;
	color: #DDD3C8;
}

.thrColFixHdr #header 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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 187px; /* 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: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 1px 0px 1px 0px; /* padding keeps the content of the div away from the edges */
}

.thrColFixHdr #sidebar1 .image{
width: 187px;
padding: 1px 0px 1px 0px;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 187px; /* 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: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 1px 0px 1px 0px; /* padding keeps the content of the div away from the edges */
}

.thrColFixHdr #sidebar2 .image{
width: 187px;
padding: 1px 0px 1px 0px;
}

.thrColFixHdr #mainContent {
	margin: 0px 205px 0px 205px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.thrColFixHdr #mainContent 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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #f7941d;
}

.thrColFixHdr #mainContent h2 {
	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: 0px 0px 10px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #4B4E50;
}

.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDD3C8;
	color: #4B4E50;
	font-size: 12px;
} 
.thrColFixHdr #footer a {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDD3C8;
	color: #4B4E50;
	font-size: 12px;
} 
.thrColFixHdr #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: 5px 0px 2px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	line-height: 12px;
	text-align: center;
}
.thrColFixHdr #footer .style1 {
	font-size: 10px;
	font-weight: bold;
}
.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;
}
.thrColFixHdr #container #sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #4B4E50;
	padding-left: 5px;
	padding-right: 5px;
}
.thrColFixHdr #container #sidebar1 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #4B4E50;
	font-size: large;
	padding-left: 5px;
}
.thrColFixHdr #container #sidebar2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #4B4E50;
	padding-left: 5px;
}
.thrColFixHdr #container #sidebar2 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #4B4E50;
	font-size: large;
	padding-left: 5px;
}
.thrColFixHdr #container #sidebar2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #F7941D;
	text-decoration: underline;
}
.thrColFixHdr #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	margin: 0;
	padding: 0px 0px 10px 0px;
}
.thrColFixHdr #mainContent a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #f7941d;
	text-decoration: none;
	line-height: 1.5;
	margin: 0;
	padding: 0px 0px 10px 0px;
}
.thrColFixHdr #mainContent ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	margin: 0;
	padding: 0px 0px 10px 0px;
}
.thrColFixHdr #mainContent ol li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5;
	margin: 0;
	padding: 0px 0px 10px 0px;
}
.quicksearch {
	width:300px;
	float:left;
}

.quicksearch #quicksearchdiv a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #F7801A;
	text-decoration: underline;
}


.qs_body{				/*applied to our containing <div>*/
	background-color: #FCD6B5;

	
}            

.qs_label {             /* applied to <td> elements used for labeling the input fields (e.g. ‘Location’)*/
	font-size:11px;
	font:Verdana, Arial, Helvetica, sans-serif;
}

.qs_input {				/*used for all <input type=’text’> and <select> elements*/
	font-size:11px;
	font:Verdana, Arial, Helvetica, sans-serif;
	width:200px;
}


.qs_text{               /* used in <span> elements*/
	font-size:11px;
	font:Verdana, Arial, Helvetica, sans-serif;
}

.qs_button{           	/*used for the ‘Search’ button*/
}
 
.maincontentiframe	{
	margin:0px auto;
}

.quicksearchtextcontainer {
	width:180px;
	float:right;
	margin-left:5px;
}
.quicksearchtextcontainer #quicksearchtextcontainer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5;
}
.quicksearchtextcontainer #quicksearchtextcontainer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #F7801A;
	text-decoration: none;
}
.quicksearchtextcontainerbottom {
	width:480px;
	float:left;
	margin-left:5px;
}
.quicksearchtextcontainerbottom #quicksearchtextcontainerbottom p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5;
}
.quicksearchtextcontainerbottom #quicksearchtextcontainerbottom a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #F7801A;
	text-decoration: none;
}
.thrColFixHdr #mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
}

.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 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 ul {top:100%;}#qm0 ul li:hover>ul{top:0px;left:100%;}

/*"""""""" (MAIN) Container""""""""*/	
	#qm0	
	{	
		width:940px;
		height:35px;
		background-color:transparent;
	}


	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{
	width:146px;
	padding:8px 20px 5px 20px;
	background-color:#DDD3C8;
	color:#4B4E50;
	font-family:Arial;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	border-width:1px;
	border-style:solid;
	border-color:#FFFFFF;
	}


	/*"""""""" (MAIN) Hover State""""""""*/	
	#qm0 a:hover	
	{
	text-decoration:underline;
	}


	/*"""""""" (MAIN) Active State""""""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover	
	{
	text-decoration:underline;
	}


	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul	
	{	
		padding:8px;
		margin:0px;
		background-color:#4B4E50;
		border-width:1px;
		border-style:none;
		border-color:#5A5372;
		width: 172px;
	}


	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a	
	{	
		padding:2px 40px 2px 5px;
		background-color:#4B4E50;
		color:#DDD3C8;
		font-weight:normal;
		font-size:12px;
		text-align:left;
		border-width:0px;
		border-style:none;
		width: 135px;
	}


	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover, #qm0 ul a:hover	
	{	
		text-decoration:underline;
		width: 135px;
	}


	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{	
		
		color:#DDD3C8;
		width: 135px;
	}


	/*"""""""" Individual Horizontal Dividers""""""""*/	
	#qm0 .qmdividerx	
	{	
		border-top-width:1px;
	}
.qmfv{visibility:visible !important;}.qmfh{visibility:hidden !important;}