@charset "utf-8";
body  {
	font: 11px Verdana, Arial, Geneva, sans-serif;
	background:#999999 url(slices/bg2.jpg) repeat-x;
	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;
	color: #000000;
}

img {
	border: 0;
}

.gray {
	padding: 9px;
	background-color:#FFF;
    border:1px solid #CCCCCC;
   

}


.main {
	background-color:#FFF;
    border:4px solid #CCCCCC;
    margin-left: 20px;

}


ul {
	padding: 0;
	margin: 0;
	}


p {
	font: 11px Verdana, Arial, Geneva, sans-serif;
	line-height:200%;
	text-align:justify;
}


.feature {
 	color:#993300;
	font-weight:bold;
	font-size: 15px;

}





a:visited {
	text-decoration: none;
	color:#333333;
	font-weight: bold;
}

a:link {
	color:#333333;
	text-decoration: none;
	font-weight: bold;
}


a:hover {
    text-decoration: none;
	color:#FFFFFF;
	font-weight: bold;

}

a:active {
	text-decoration: none;
	color:#333333;
	font-weight: bold;
}




a.blu:link {color: #993300;text-decoration: none;}

a.blu:visited {color: #993300;text-decoration: none;}

a.blu:hover {color: #000000;text-decoration: none;}

a.blu:active {color: #993300;text-decoration: none;}






.thrColFixLtHdr #nav { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin-top:0px;
	margin-bottom:2px;
	 /* the auto margins (in conjunction with a width) center the page */
	border: 0px;

}



.thrColFixHdr #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(slices/contentbg.jpg) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.thrColFixHdr #header {
	height:100px;

	background: #DDDDDD; 
	padding: 0 0px 0 0px;  /* 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. */
} 

.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 #flash {
    background: #FFF;
	padding: 0px 0px 0px 0px;  /* 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. */
} 



.thrColFixHdr #mainContent { 
	margin: 0 0 0 302px; /* 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: 25px 30px 15px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 



.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 260px; 
	padding: 30px 20px 0px 20px; 
	margin:0;/* padding keeps the content of the div away from the edges */
}



#footer-wrap {
	width: 100%;
	font-size: 9px;	
	text-align: left;
	padding: 5px 0;		
	background: #000; 
	
}

#footer-wrap a:hover {
	color: #FFF;	
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #666;	
	margin: 0 auto; 
	width: 980px;
	padding: 5px 0 0 0;
	text-align: center;	
}
#footer-bottom  a {
	color:#bbb;
}




.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: 0px;

}


.fltlft { /* this class can be used to float an element left in your page */
	float: left;
border:0px solid #cccccc;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;


}

.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;
}




.sidebar {
		width: 260px;
		float: left;
		clear: none;
		margin-left: 0px;
		line-height:150%;
		font-size: 11px;
		}


.sidebar ul {
	list-style-type: none;
	}
	
	
.sidebar li {
	margin-bottom: 15px;
	background:#FFF url('slices/corner.gif') no-repeat top right; 
	border-bottom: 1px solid #DDD; border-left: 1px solid #DDD;
	padding: 20px;
	}






ul {
list-style:none;
}

#orange li {
line-height:200%;
color:#660000;
background:url(slices/wdiamond.jpg) no-repeat left center;
padding-left: 25px;
font-style: italic;
font-weight:bold;
font-size:12px;
}



#blue li {
margin-left:0px;
margin-bottom:20px;
padding-left: 16px;
background:url(slices/smdiamond.gif) no-repeat left center;
font-size:10px;
text-align:left;
color: #333;
}





#dropmenudiv{
position:absolute;
margin-left:0px;
margin-top:0px;
border-bottom-width: 0;
font:normal 10px Veranda;
line-height:34px;
z-index:100;
}



#dropmenudiv a{
color:#cccccc;
width: 100%;
display: block;
text-indent: 20px;
padding: 0px 0;
text-align:left;
text-decoration: none;
font-weight: bold;
}


#dropmenudiv a:hover{ 
color:#FFF;/*hover background color*/
background: #333333;


}




.solidblockmenu{
margin: 0px 0px;
margin-bottom:0px;
padding: 0;
float: left;
font: bold 11px Verdana, Geneva, sans-serif;
width: 1000px;
overflow: hidden;
border: 0px;
background: url(slices/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: #eeeeee;
padding: 13px 16px;
text-decoration: none;
border-right: 1px solid #222222;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(slices/blockactive.gif) center center repeat-x;
}