@charset "utf-8";

/* CSS Document */

/* main */

html {
	font-size:100%;
}

body {
	margin:0;
	background-color: #787878;
	color:#000;
	font-size:62.5%;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}
/* Edit */
h1 {
	margin:3px 0 10px 0;
}
h2 {
	font-size:1.2em;
	padding:0;
	margin:0;
}
p {
	padding:0 0 1em 0;
	color:#333333;
	margin:0;
	line-height:1.4em;
}

a {
	color:#000000;
	text-decoration:none;
}
a:link {
	color:#000000;
	text-decoration:none;
}
a:visited {
	color:#000000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	color:#000000;
	text-decoration:none;
}

ul {
	display:block; 
	margin:0 0 13px 16px;
	padding:0;
	color:#333333;
	line-height:1.4em;
/*	background-color:#666666; */
}
li {
	list-style-image:url(../images/bullets.gif);
	padding:0 0 2px 0;
	color:#333;
}
/* IDs */
#wrapper {
	background-color:#787878;
	background-image:url(../images/bg-shadow.jpg);
	width:900px;
	margin:0 auto;
	text-align:left;
}
#center {
	width:864px;
	margin:auto;
}
#logo {
	width:335px;
  height:66px;
	background-image:url(../images/masthead-logo.jpg);
	background-position: left;

}

#tops {
	background-image:url(../images/masthead-toplinks.jpg);
	width:864px;
	height:38px;
}
#topslink {
	width:120px;
	float:right;
}
#masthead {
	background-color:#FFF;
	/* background-image:url(../images/masthead-bg.jpg); */
	height:132px;
}
#toplinks {
	background-color:#fff;
	color:#000;
	height:24px;
	/* padding:0 0 0 16px; */
}
#blue_divide {
	height:8px;
	background-image:url(../images/divider_blue.jpg);
/*	margin:0 0 20px 0; */
}
#footer_wrap {
	background-color:#D0D0D0;
	background-image:url(../images/footer-bg.jpg);
	color:#000;
	height:16px;
	clear:both;
	font-size:1em;
}
#footer_cr {
	margin:0 0 0 24px;
	padding:1px 0 0 0;
}
#footer_links {
	float:right;
	margin:0 24px 0 0;
	padding:1px 0 0 0;
}
/* Home IDs */
#message-flash {
	/* background-color:#990000; */
	background-image:url(../images/fake-flash.jpg);
	margin:0;
	height:315px;
}
#home_news {
/*	background-color:#009999; */
	width:223px;
	margin:0 0 0 24px;
	float:left;
}
#home_profile {
/*	background-color:#00CCCC; */
	width:300px;
	margin:0 0 0 33px;
	float:left;
}
#home_products {
/*	background-color:#0099FF; */
	width:175px;
	margin:0 0 0 42px;
	float:left;
}
#home_content {
	/* background-color:#0000CC; */
	margin:16px 0 0 0;
	width:864px;
	float:right;
}
/* Subpages IDs */
#content_wrap {
	/* background-color:#333; */
	margin:0;
	width:864px;
	font-size:1.1em;
}
#content_main {
/*	background-color:#f5f5f5; */
	width:550px;
	padding-left:20px;
	float:left;
}
#content_sub {
/*	background-color:#00ffff; */
	margin:47px 32px 0 31px;
	width:170px;
	float:right;
}
#breadcrumb {
	color:#333333;
	width:650px;
	margin:9px 0 0 21px;
}
#section-pic {
/*	background-image:url(../images/fake-section.jpg); */
	height:171px;
}
/* Classes */
.clear {
	clear:both;
}

.subtle {
	font-style:italic;
	color:#333333;
}
.smallnote {
	font-size:0.9em;
	color:#333333;
}
.caption {
	font-size:0.9em;
	color:#333333;
}
ul.column2ul {
/*	display:inline; */
	list-style:none;
	padding:0;
	margin:0;
	float:left;
/*	background-color:#CCCCCC; */
}
ul.column2ul li {
	display:block;
	width:265px;
}
ul.column2ul li span{
	color:#FFF;
}