/* CSS Document */

/* CSS Document */

h2
{
	font-size: 120%;
	font-weight: bold;
	padding: .25em 0 .25em 35px;
	background-image: url(../images/section_bullet.gif);
	background-repeat: no-repeat;
	margin-bottom: 1.5em;
}

h3
{
	font-size: 120%;
	margin-bottom: 1em;
}

h3.contactLabel
{	
	margin-bottom: .5em;
}

#highlights
{
	width: 220px;
}

#highlights p
{
	font-size: 90%;
}

#highlights h2
{
	font-size: 120%;
	font-weight: bold;
	padding: .25em 0 .25em 35px;
	background-image: url(../images/highlight_bullet.gif);
	background-repeat: no-repeat;
	margin-bottom: 1em;
}

q
{
	float: right;
	width: 40%;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	font-size: 120%;
	font-weight: bold;
	color: #333;
	quotes: none;
	padding: 0 0 1em 1em;
	margin: 0 0 .5em .5em;
}

img 
{
	clear: both;
}

#mission, #objectives
{
	background-color: #e5ecf4;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#mission h2, #objectives h2
{
	padding: 1em;
	background-image: none;
	margin-bottom: 0;
}

#objectives ol
{
	padding-top: 0;
}

#mission p
{
	font-weight: bold;
}

#mission p, #objectives p
{
	padding: 0 1em 0 1em;
}

#objectives li
{
	padding: 0 1em .5em 1em;
	font-weight: bold;
}

#contents
{
	border-right: 1px solid #CCC;
	float: left;
	width: 500px;
	padding: 1em;
	margin-bottom: 1.5em;
	min-height: 300px;
}

#contents h2
{
	text-transform: uppercase;
}

#highlights
{
	float: left;
	padding: 1em;
}

.section
{
	border-bottom: 1px dotted #CCC;	
}

#factoryImage, #productsImage
{
	padding: .5em;
	margin-right: 1em;
	background-color: #e5ecf4;
}

#factoryImage
{
	float: left;
}

#productsImage
{
	float: right;
}

#qualityImage
{
	clear: both;
	padding: .5em;
	margin-left: 1em;
	background-color: #e5ecf4;
	float: right;
}

#factoryCopy, #qualityCopy
{
	margin-left: 2em;
}




