@charset "utf-8";


/* ******************** HTML tags ******************** */

body {
	font-family: Helvetica, Arial,  sans-serif;
	font-size: 13px;
	background-image: url(../images/bg_page.jpg);
	background-repeat: repeat-x;
	background-position: center 0px;
	margin: 0px;
	padding: 0px;
	background-color: #E5E5E5;
}

img	{	border: 0;	}

h1, h2, h3, h4, h5, h6	{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, Georgia, "Times New Roman", Times, serif;
	margin: 0px;
}

h1	{
	font-size: 40px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px solid #C00;
	color: #545E45;
}

h2	{
	font-size: 30px;
	margin: 0px 0px 15px 0px;
}

h3	{
	font-size: 20px;
	margin: 0px 0px 15px 0px;
}

	p + h3	{
		margin: 30px 0px 15px 0px;
	}

h4	{
	font-size: 20px;
	font-style:italic;
	margin: 0px 0px 15px 0px;
}

h5	{
	font-size: 14px;
	margin: 0px 0px 15px 0px;
}

h6	{
	font-size: 14px;
	font-style:italic;
	margin: 0px 0px 15px 0px;
}

p	{
	font-family:Tahoma, Geneva, Helvetica, Arial, sans-serif
	font-size: 12px;
	margin: 0px 0px 15px 0px;
	line-height: 1.5;
}

a	{
	font-weight: bold;
	text-decoration: none;
}

	a:hover	{
		text-decoration: underline;
	}



/* ******************** end HTML tags ******************** */



/* ******************** IDs ******************** */

#wrapper	{
	width: 980px;
	margin: 0px auto 50px auto;
	padding: 0;
	background-image: url(../images/bg_wrapper.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

#preheader	{
	display: block;
	height: 35px;
	background-image: url(../images/bg_wrapper.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	text-align: right;
	font-size: 11px;
	line-height: 30px;
	padding: 0 30px;
}

#header	{
	display: block;
	height: 350px;
	padding: 0px 10px;
	overflow: hidden;
	background-image: url(../images/bg_header01.jpg);
	background-position: 10px 0px;
	background-repeat: no-repeat;
/*
	background-image: url(images/bg_header01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
*/
}

	#header .logo	{
		float: right;
	}
	
	.slideshow	{	background-color:#000;	}

#navbar	{
	display: block;
	background-image:url(../images/bg_nav_default.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 960px;
	padding: 0px 10px;
	background-position: center;
}

	#navbar	ul	{
		margin: 0px;
		padding: 0px;
	}

	#navbar	li	{
	display: inline;
	list-style: none;
	font-size: 18px;
	line-height: 40px;
	margin: 0px;
	height: 40px;
	overflow: hidden;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, Georgia, "Times New Roman", Times, serif;
/*
	font-family:"Trebuchet MS", Helvetica, Arial,  sans-serif;
	background-color:#9FF;
		padding: 10px 20px;
*/
}

		#navbar li:hover	{
		}

	#navbar a	{
	text-decoration:none;
	color:#333;
	padding: 7px 15px;
	margin: 0px;
	border-collapse:collapse;
	font-weight: normal;
	}

	#navbar a:hover	{
		color:#000;
			background-image: url(../images/bg_nav_on.gif);
/*
		background-image: url(images/bg_nav_on.gif);
*/
}

#content	{
	display: block;
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding: 20px 30px 20px 30px;
}

#footer	{
	display: block;
	font-size: 12px;
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding:  0px 30px 30px 30px;
}

	#footer a {
		text-decoration: none;
		font-weight: normal;
	}

	#footer a:hover {
		text-decoration: underline;
	}
	
	.footerline	{
	padding: 15px 30px;
	margin: 0px;
	border-top: 1px solid #ccc;
	}
		

/* ******************** end IDs ******************** */



/* ******************** CLASSES ******************** */

	/* ******************** Columns ******************** */

	.columns	{
		display: block;
	}
	
	.leftcol	{
		width: 450px;
		float: left;
	}
	
	.rightcol	{
		width: 450px;
		float: right;
	}
	
	.colsclose	{	clear: both;	}
	
	.redunderline	{	border-bottom: 1px solid #C00;	}

	/* ******************** end Columns ******************** */



	/* ******************** Header Slideshow ******************** */

	.slideshow { height: 350px; width: 960px;  }
	.slideshow img { padding: 0px; border: 0px; background-color: #000; }

	/* ******************** end Header Slideshow ******************** */

.large 	{
	font-size: 18px;
}
.left	{
	float: left;
	padding: 0;
	margin: 0;
}
.right	{	float: right;
	padding: 0;
	margin: 0;
}

.header_color	{		color: #545E45;	}

/* ******************** end CLASSES ******************** */
