body {
	font-family: helvetica, sans-serif;
	font-size: 10pt;
	background-color: #ddd;
	background-image: url('/images/background.gif');
	line-height: 110%;
}
p, ul, ol, h2, h3, blockquote {
	margin-top: 10px;
	margin-bottom: 10px;
}
h2, h3 {
	margin-top: 25px;
}
li {
	margin-bottom: 8px;
}
blockquote {
	margin-left: 35px;
	margin-right: 35px;
	border-left: 6px solid #ccc;
	padding-left: 10px;
	font-size: 9pt;
	text-align: justify;
}
#container {
	padding: 25px;
	border: 1px solid #666;
	width: 850px;
	margin: 15px auto 0 auto;
	background-image: url('/images/sidebar.tall.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #fff;
	min-height: 300px;
	position: relative;
}
#mission1 {
	font-size: 9pt;
	font-style: italic;
	text-align: right;
	margin-right: 270px;
}
#mission {
	font-size: 8pt;
/*	font-style: italic;
*/	text-align: right;
	position: absolute;
	right: 160px;
	top: 50px;
	width: 190px;
	color: #F60;
}
h1 img {
	vertical-align: middle;
}
h1 {
	font-size: 28pt;
	padding: 0;
	margin: 0 0 15px 0;
	font-weight: bold;

}
h1 a {
	text-decoration: none;
}
h1 a:hover {
	color: #0066FF;
}
#logo {
	position: absolute;
	right: 160px;
	top: 18px;
}
#footer {
	margin: 4px 0 25px 0;
	text-align: center;
	font-size: 9pt;
	color: #322;
}
#footer img {
	vertical-align: middle;
	margin-right: 10px;
}
#footer p {
	margin: 0 0 5px 0;
}
#content p {
	text-align: justify;
}
#content {
	width: 700px;
}
ul#nav, ul#subnav {
	list-style-type: none;
	margin: 20px 0 5px 0;
	padding: 0;
}
ul#subnav {

}
ul#nav li, ul#subnav li {
	display: inline;
	margin: 0 5px 0 0;
}
ul#nav li a {
	text-decoration: none;
	color: #FFF;
	/* padding: 5px 10px 5px 8px; */
	padding: 5px 12px;
	background-color: #28F;
	/* border-left: 6px solid #108; */
	border: 2px solid #333;
	font-size: 9pt;
	font-weight: bold;
}
u#subnav li a {
	font-size: 10pt;
}
ul#nav li.selected a {
	font-weight: bold;
	background-color: #666;
	/* border-left: 6px solid #F60; */
}
ul#nav li a:hover {
	background-color: #F82;
	/* border-left: 6px solid #F60; */
}
ul#nav li.selected a:hover {
	background-color: #666;
}

ul#subnav li.selected a {
	font-weight: bold;
}
ul#subnav li.title {
	font-weight: bold;
	margin-right: 8px;
}
h2 {
	font-size: 14pt;
	border-bottom: 1px dotted #666;
	color: #444;
}
h3 {
	font-size: 11pt;
	color: #222;
}
a {
	color: #0066FF;
}
a:hover {
	color: #FF6600;
}
table.placeholder {
	width: 100%;
	text-align: center;
}
table.placeholder td {
	border: 1px dashed black;
	width: 50%;
	padding: 60px;
}

table#landing {
	width: 100%;
	text-align: center;
}
table#landing td {
	width: 50%;
}
table#landing td p {
	text-align: center;
}
a img {
	border: none;
}
a {
	outline: none;
}

ul.products li {
	margin-bottom: 10px;
}
#gallery img {
	margin: 8px;
}