/* @group Reset */

/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}
/* end of reset */



/* @end */

body {
	position: relative;
	width: 790px;
	margin: 0px auto;
	font: normal 1em/1.6em Verdana, Helvetica, Arial, "Sans Serif";
	color: #000;

}

/* @group Header */

h1 {
	font-size: 2em;
	padding-bottom: .4em;
	}
h2, h3 {
	font-size: 1em;
	padding: .2em 0;
}

#linknav {
	display: none;
	}

#topmostnav {
	display: none;
}


/* @end */


#main {
	width: 790px;
}

#clear {
	clear: both;
	font-size: 1px;
}

/* @group Content */

#content {
	width: 506px;
	padding: 14px 20px 0px 10px;
	font-size: .8em;
	font-weight: normal;
	font-style: normal;
	color: #000;
	
}
#indexcontent {
	width: 790px;
	text-align: center;
	padding-top: 30px;
}
#indexcontent p{
	width: 506px;
	padding: 0px 20px 14px 10px;
	font-size: .8em;
	color: #000;
	text-align: left;
	margin: 0px auto;
}

#industries {
	width: 770px;
	text-align: center;
	margin: 0px auto;
	display: block;
	color: #000;
	font-size: .9em;
	line-height: 1.7em;
	padding: 40px 0px;
}
	
#content p {
 line-height: 1.4em;
	margin-bottom: 15px;
}

#content img{
	margin: 0px auto;
display: block;
}
#content h5 {
	padding: 10px 0px 5px 0px;
	font-weight: bold;
	font-size: .8em;
	color: #000;
}
#content h6 {
	font-weight: bold;
	margin-top: 10px;
}
#content dl {
	margin: 5px 0 15px 30px;
	font-style: italic;
}
#content dt {
	font-style: normal;
	font-weight: normal;
}
#content ul, #content ul li {
	list-style-type: disc;
	line-height: 1.4em;
}

#content ul li {
	margin-left: 50px;
}
#content ul {
	margin-top: -10px;
	margin-bottom: 15px;
}


/* @group Sidemenu */

#sidemenu {
	display: none;
	}
	
/* @end */


/* @group Footer */

#footer, #footer a {
	font-size: .7em;
	padding: 15px 0px;
	color: #000;
}
#footer a{
	font-size: 1em;
}

/* @end */