@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	}
body {
	background: url(images/extender.jpg) repeat-x top left;
	background-color: #d3dcf1;
	text-align: center;
	}
#wrapper {
	margin: auto;
	width: 980px;
	text-align: center;
	}
#header {
	height: 202px;
	width: 980px;
	background: url(images/header.jpg) no-repeat top left;
	}
#content_bg	{
	width: 980px;
	background: url(images/content_extender.jpg) repeat-y top center;
	}
#content {
	width: 980px;
	text-align: left;
	background: url(images/content_top.jpg) no-repeat top center;
	overflow: hidden;
	}
#sidebar {
	float: left;
	width: 330px;
	}
#main {
	float: right;
	width: 650px;
	}
h1, h2 {
	text-indent: -9999px;
	visibility: hidden;
	display: none;
	}
	

/********************************************************************NAVIGATION
*/
#navigation {
	float: right;
	width: 640px;
	margin-left: 10px;
	}
#navigation ul {
	height: 31px;
	list-style: none;
	padding-bottom: 2.0em;
	}
#navigation ul li {
	float: left;
	display: block;
	text-align: center;
	}
#navigation ul li a, a.short, a.long {
	height: 23px;
	width: 124px;
	display: block;
	padding-top: 8px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	background: url(images/button_short.gif) no-repeat 0 0;
	}
#navigation ul li a:hover, a.short:hover, #main a.long:hover {
	color: #FFFFFF;
	background-position: 0 -31px;
	}
#navigation.home ul li a.home,
#navigation.about ul li a.about,
#navigation.tech ul li a.tech,
#navigation.products ul li a.products,
#navigation.contact ul li a.contact {
	background-position: 0 -62px;
	}
#navigation.home ul li a.home:hover,
#navigation.about ul li a.about:hover,
#navigation.tech ul li a.tech:hover,
#navigation.products ul li a.products:hover,
#navigation.contact ul li a.contact:hover {
	color: #000000;
	background-position: 0 -62px;
	}

/********************************************************************CONTENT
*/
#sidebar p, #main p, h3, #main h4, #main ul, #main ol, #sidebar ul, #sidebar h5, #sidebar .caption, h6, table {
	margin-left: 30px;
	margin-right: 60px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 0.8em;
	}
#main p, #main h3, #main ul, #main h4, #main h6, #main hr, #main table {
	margin-left: 20px;
	margin-right: 30px;
	}
#main table tr {
	padding-top: 5px;
	}
#main h3 {
	color: #214268;
	font-size: 1.0em;
	padding-top: 1.0em;
	}
#main h4 {
	margin-top: 5.0em;
	margin-bottom: 1.0em;
	text-indent: -9999px;
	width: 567px;
	height: 43px;
	background: url(images/news.gif) no-repeat top left;
	}
#sidebar h5 {
	padding-top: 4.0em;
	}
h6 {
	font-size: 0.7em;
	font-weight: normal;
	padding-bottom: 5px;
	}
.headline p {
	font-weight: bold;
	}
#main hr {
	color: #8aa6e1;
	background-color: #8aa6e1;
	height: 1px;
	margin-top: 5px;
	}
#main ul, #sidebar ul {
	margin-top: 1.0em;
	list-style: none;
	}
#main ul.lesspadding, #sidebar ul.lesspadding {
	margin-top: 5px;
	}
#main ul li, #sidebar ul li {
	padding-left: 20px;
	background: url(images/bullet.gif) no-repeat top left;
	}
.article {
	border: thin solid #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	}
#main .richtext p, #main .richtext ul, #main .richtext ol {
	margin-top:0px;
	margin-bottom: 1.0em;
	}
#main .richtext ul, #main .richtext ol {
	margin-left: 30px;
	margin-right: 30px;
	}
#main .richtext ol {
	margin-left: 55px;
	}
#main .loading {
	background: url(images/loading.gif) no-repeat 30px 5px;
	}
#sidebar a.short, #main a.short, #main a.long {
	margin-top: 5px;
	margin-right: 60px;
	float: right;
	text-align: center;
	font-size: 0.8em;
	}
#main a.short, #main a.long {
	margin-right: 30px;
	}
#main a.long {
	width: 338px;
	font-weight: bold;
	background: url(images/button_long.gif) no-repeat 0 0;
	}
#sidebar .caption {
	padding-bottom: 20px;
	font-size: 0.7em;
	font-weight: bold;
	text-align: center;
	}
#sidebar .caption img {
	border: thin solid #214268;
	}
#sidebar a.imglink img {
	border: thin solid #214268;
	margin-top: 20px;
	}
img.floatleft {
	float: left;
	margin: 10px;
	margin-left: 20px;
	border: thin solid #214268;
	}
.clear {
	clear: both;
	}

/********************************************************************FOOTER
*/
#footer {
	margin-top: 4.0em;
	margin-bottom: 1.0em;
	margin-left: 330px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 0.7em;
	color: #666666;
	}
#footer p a {
	color: #214268;
	text-decoration: none;
	}
#footer p a:hover {
	text-decoration: underline;
	}

/******************************************************************FORM WIDGETS
*/
#content input {
	width: 200px;
	}
#content label {
	display: block;
	padding-top: 10px;
	}
#content input.button {
	width: 100px;
	margin-right: 20px;
	}
