/* CSS Document */

	body,
	html {
		margin:0;
		padding:0;
		color:#000;
		font-family: Century Gothic, Arial, Lucida Grande, Trebuchet MS, Geneva, sans-serif;
		font-size:13px;
		font-weight:100;
		}
	
	body {
		min-width:800px;
	}
	
	img {
	border: none;
	}
	
	a:link {
	color:#333333;
	text-decoration: none;
	font-weight:bold;
	}
	a:visited {
	text-decoration: none;
	color:#330033;
	font-weight:bold;

	}
	a:hover {
	text-decoration:underline;
	color:#000000;
	font-weight:bold;

	}
	a:active {
	text-decoration: none;
	}
	
	#wrap {
		margin:0 auto;
		width:800px;
	}
	

	#bg-image{
	min-height:600px;
	}

	
/* Nav */
	#header{
	height:99px;
	margin: 0 auto;
	width:865px;
	}
	
	#nav{
	background-image:url(IMG/footer/images/footer-bg_02.png);
	height: 199px;
	}
	
	#nav-underwire{
	background-image:url(IMG/footer/images/footer_01.png);
	height:11px;
	}
	
/* Main Container */

	#space{
	height: 60px;
	}
	
	#search-box{
	height: 30px;
	padding: 5px 0 0 0;
	width: 225px;
	float:right;
	text-align:center;
	overflow:hidden;
	}
	
	#search-box input{
	border: 1px solid #ccc;
	padding-right:5px;
	}
	
	#main {
		float:left;
		width:450px;
		min-height:350px;
		/*background-image:url(IMG/main-bg-black.png);*/
		margin-left:4px;
		padding-bottom: 20px;
		color:#000;
	}
	
	#main h1, #main h2, #main h3, #main h4, #main p, #main table{
		padding:0 20px 10px 20px;
		line-height:21px;
		font-family: Century Gothic, Arial, sans-serif;
    }


/* Sidebar Container */
	
	#sidebar {
		float:right;
		width:250px;
		margin-top: 20px;
	}
	
	
	#filler{
	height: 25px;
	clear:both;
	}
	
/* Footer */
#footer {
		background-image:url(IMG/footer/images/footer-bg_02.png);
		background-repeat:repeat-x;
		height:199px;
		color:#FFFFFF;
		font-family:Century Gothic, Arial, Helvetica, sans-serif;
		font-size:11px;
	}
#footer h3{
text-transform:uppercase;
}

#footer input{
margin-top:10px;
}

	#footer a:link {
	color:#fff;
	text-decoration: none;
	font-weight:bold;
	}
	#footer a:visited {
	text-decoration: none;
	color:#fff;
	font-weight:bold;

	}
	#footer a:hover {
	text-decoration:underline;
	color:#9999CC;
	font-weight:bold;

	}
	#footer a:active {
	text-decoration: none;
	}

	#footer-wrap{
		width:800px;
		margin:0 auto;
		background-image:url(IMG/footer/images/footer_02.png);
		height:210px;
		}

#footer-top {
		background-image:url(IMG/footer/images/footer_01.png);
		background-repeat:repeat-x;
		height:11px;
		clear:both;
		}
/*		
	#footer-left {
		width:400px;
		float:left;
	}
	
	#footer-right {
		width:400px;
		float:right;
	}
*/

#footer-left {
float:left;
width:33%;

}
#footer-right {
float:right;
width:266px;
}
#footer-center {
margin-left:33%;
margin-right:266px;
padding-left:1px;
padding-right:1px;
}

.heightfix:before {
content:'.';
display:block;
visibility:hidden;
height:0;
}

	
	
	#footer p {
		padding:5px;
		margin:0;
    }

#footer-bottom{
background-image:url(IMG/footer/images/footer_03.png);
background-repeat:repeat-x;
height:20px;
text-align:center;
font-size:9px;
color:#666666;
padding-top:3px;
}

/*Misellaneous*/
input {
border: 1px solid #999999;
}

#breadcrumbs{
float:left;
font-size:10px;
padding-top:5px;
}

#breadcrumbs a {
color:#000000;
}

#main li {
list-style-image:url(IMG/bullet.png);
padding-bottom:5px;
}

iframe{
border: 1px solid #ccc;
}

#text-resize{
font-size:10px;
}

#event{
border-bottom: 1px dashed #ccc;
}

#dhtmltooltip{
position: absolute;
width: 150px;
border: 1px solid black;
padding: 4px;
background-color: #ccc;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#values{
line-height:normal;
color:#FFFFFF;
}

#home-left {
float:left;
width:33%;

}
#home-right {
float:right;
width:266px;
}
#home-center {
margin-left:33%;
margin-right:266px;
padding-left:1px;
padding-right:1px;
}

.white{
color:#FFFFFF;
}
