@charset "UTF-8";
/* CSS Document */


/*Overall*/
body {
	font-family: Georgia, Times New Roman, Times, serif;
	background-color:#999999;
	margin: 0;
	padding: 0;
}

#wrapper {
	width:800px;
	margin:0 auto;
	padding: 0;
	background: url(images/image_background.jpg) repeat-y;
}

/*Header*/
#header h1 { /*image replacement for header logo*/
	width: 758px;
	height: 55px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/image_title.png) no-repeat;
	margin: 15px auto;
	padding: 0;
}

#header p.image {
	margin: 0;
}

/*Content*/
#main_text {
	float: left;
	font-size: 13px;
	line-height: 1.4;
	width: 420px;
	padding: 0 0 0 40px;
}

#more_info {
	font-weight: bold;
}

#content p.logos {
	margin: 30px 0px 20px 70px;
}


/*Sidebars*/
#sidebars {
	clear: right;
	float: right;
	width: 300px;
}

/*Sidebar 1*/
#sidebar_1 {
	width: 260px;
}

#sidebar_1 h2 {
	width: 260px;
	height: 32px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/header_powerpoint.png) no-repeat;
	margin: 20px 0 0 0;
	padding: 0 0 0 0;
}

#sidebar_1 ul {
	width: 225px;
	background-color: #e6e6de;
	list-style: none;
	padding: 5px 15px 10px 20px;
	margin: 10px 0 0 0;

}

#sidebar_1 ul li a {
	font-weight: normal;
	text-decoration: none;
	color:#6d733e;
	font-size: 12px;
}

/*Sidebar 2*/
#sidebar_2 {
	width: 260px;
}

#sidebar_2 h2 {
	width: 260px;
	height: 32px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/header_links.png) no-repeat;
	margin: 15px 0 0 0;
	padding: 0 0 0 0;
}

#sidebar_2 .sidebar_text {
	width: 225px;
	background-color: #dfe2ec;
	list-style: none;
	padding: 5px 15px 5px 20px;
	margin: 10px 0 0 0;
}

#sidebar_2 p {
	font-size: 11px;
	color:#376299;
}

#sidebar_2 .website a {
	font-size: 13px;
	color:#376299;
	padding: 0 0 0 30px;
}

.subhead {
	font-weight: bold;
}

#sidebar_2 .product_sheets a {
	font-size: 12px;
	color:#376299;
}

#product_sheets_section {
	margin: 0 0 0 30px;
}	


/*Sidebar 3*/
#sidebar_3 {
	width: 260px;
}

#sidebar_3 h2 {
	width: 260px;
	height: 32px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(images/header_contact.png) no-repeat;
	margin: 15px 0 0 0;
	padding: 0 0 0 0;
}

#sidebar_3 .sidebar_text {
	width: 225px;
	background-color: #e0dccf;
	list-style: none;
	padding: 5px 15px 5px 20px;
	margin: 10px 0 30px 0;
}

#sidebar_3 p {
	font-size: 11px;
	color:#634f1f;
}

#sidebar_3 p a {
	color: #376299;
}


/*Footer*/
#footer {
	clear: both;
	font-size: 10px;
	text-align: center;
	padding: 5px 0 5px 0;
	margin: 10px 0 0 0;
	background: #d2d2d2;
}