* {
	margin: 0;
	padding: 0;
}

body {
	font: 0.7em/1.3 Arial, sans-serif;
	color: #003677;
	background: #dce0e0 url(../layout/images/head.gif) repeat-x;
}

a:link, a:visited {
	padding: 0 2px;
	text-decoration: none;
	color: #0036cd;
	background-color: transparent;
}

a:hover, a:active {
	text-decoration: none;
	color: white;
	background-color: #0036cd;
}

.pursue a:link, .pursue a:visited  {
	position: relative;
	left: -5px;
	padding: 1px 20px 2px 5px;
	background-image: url(../layout/images/right_down_arrow_blue.gif);
	background-position: center right;
	background-repeat: no-repeat;
}

.pursue a:hover, .pursue a:active  {
	background-image: url(../layout/images/right_down_arrow_white.gif);
}

h2, h3 {
	height: 13px;
	padding-top: 2px;
	padding-bottom: 1px;
	margin-bottom: 12px;
	font-size: 13px;
	line-height: 1;
	font-weight: normal;
}

h2 {
	padding-left: 23px;
	margin-bottom: 12px;
	color: white;
	background: #587aa1 url(../layout/images/right_down_arrow_grey.gif) 5px no-repeat;
}

h4 {
	margin-top: 12px;
	font-size: 100%;
	font-weight: bold;
}

.resource {
	clear: both;
	display: block;
	height: 13px;
	margin-top: 18px;
	margin-bottom: 8px;
	background: none;
	border-bottom: 1px solid #a2b3c2;
}

.resource a:link, .resource a:visited,
.resource a:hover, .resource a:active {
	padding: 1px 27px 0 7px;
	font-size: 13px;
	line-height: 1;
	color: #0036cd;
	background-position: right bottom;
	background-repeat: no-repeat;
}

.resource a:link, .resource a:visited {
	color: #0036cd;
	background-color: #a2b3c2;
	background-image: url(../layout/images/right_down_arrow_blue.gif);
}

.resource a:hover, .resource a:active {
	color: #a2b3c2;
	background-color: #0036cd;
	background-image: url(../layout/images/right_down_arrow_grey.gif);
}

h1 span {
	display: none;
}

h1 {
	height: 75px;
	background: url(../layout/images/logo.gif) right 1px no-repeat;
}

li {
	position: relative;
	list-style: none;
	padding-left: 10px;
	background: url(../layout/images/underscore_list.gif) left 75% no-repeat;
}

.layout {
	position: relative;
	width: 870px;
	margin: 0 auto;
}

#header {
	position: relative;
	overflow: hidden;
	width: 100%;
	min-width: 870px;
	height: 381px;
}

object {
	display: block;
}

#navigation {
	float: left;
	position: relative;
	list-style: none;
	left: 77px;
	z-index: 20;
}

#navigation li,
#navigation li a,
#navigation li h4 {
	display: block;
	width: 112px;
	margin: 0;
	padding: 0 0 0 6px;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: white;
}

#navigation li {
	position: static;
}

#navigation li h4 {
	padding: 0;
}

#navigation li {
	float: left;
	clear: left;
	margin-bottom: 1px;
	list-style: none;
	background: #003677 url(../layout/images/right_down_arrow_white.gif) bottom right no-repeat;
}

#navigation li a {
	margin-left: -6px;
}

#navigation li a:link, #navigation li a:visited {
	text-decoration: none;
	background-color: #1e4ec3;
}

#navigation li a:hover, #navigation li a:active {
	text-decoration: none;
	background-color: #003677;
}

#navigation li ul {
	position: absolute;
	top: 0;
	left: 119px;
	list-style: none;
	font-size: 0;
	line-height: 0;
}

#navigation li li {
	background: white url(../layout/images/right_down_arrow_blue.gif) bottom right no-repeat;
}

#navigation li li h4 {
	color: #003677;
}

#navigation li li a:hover, #navigation li li a:active {
	color: #003677;
	background-color: white;
}

#gallery {
	position: absolute;
	left: -165px;
}

#gallery .feature {
	position: absolute;
	top: 30px;
	left: 744px;
	width: 272px;
	z-index: 20;	
}

#content p, 
#content h4, 
#content ul,
#content table {
	margin: 0 145px 8px 35px;
	padding: 0;
}

#content ul#selection {
	margin: 0;
	list-style: none;
}

#content ul#selection li {
	background: none;
	padding: 0;
	margin-bottom: 30px;
}

#content ul#selection img.thumb {
	float: right;
}

#content.projects ul#selection img.thumb {
	float: none;
}

#content .info p {
	margin-left: 10px;
}

#content .info span {
	display: block;
	float: left;
	width: 35px;
	font-weight: bold;
}

#content .info a {
	position: relative;
	left: -2px;
}

#content p.pursue {
	margin-bottom: 15px;
}

hr, .hr {
	clear: both;
	height: 1px;
	margin: 0 0 12px 0;
	color: white;
	border: 0;
	background: white;
}

.hr hr {
	display: none;
}

.feature h3, .feature p {
	margin-bottom: 1px;
	background: white;
}

.feature h3 {
	width: 284px;
	height: auto;
	padding: 3px;
}

.feature p {
	width: 270px;
	padding: 10px;
}

.feature h3 a:link, .feature h3 a:visited,
.feature h3 a:hover, .feature h3 a:active {
	display: block;
	padding: 5px 35px 6px 7px;
	color: #0036cd;
	background: url(../layout/images/square.gif) right bottom no-repeat;
}

#contentTop {
	position: absolute;
	top: 354px;
	right: 0;
	width: 677px;
	height: 27px;
	background-image: url(../layout/images/content_top.gif);
	z-index: 30;
}

#content {
	float: left;
	position: relative;
	left: 203px;
	top: 0;
	padding-bottom: 60px;
	width: 657px;
}

.leftCol {
	float: left;
	width: 375px;
}

.rightCol {
	float: right;
	width: 281px;
	height: 100px;
}

.innerLeftCol {
	float: left;
	width: 214px;
}

.innerRightCol {
	float: right;
	width: 160px;
}

#content .innerLeftCol h4,
#content .innerRightCol h4 {
	margin: 0 10px;
	padding: 0;
}

#content .innerFullWidth {
	float: left;
	width: 375px;
	margin-top: 15px;
}

#content .innerFullWidth h4,
#content .innerFullWidth p {
	margin: 5px 10px;
}

#content .data * {
	margin: 5px 10px;
}

#content .data h2 {
	margin: 0;
}

#content .data h4 {
	margin-top: 12px;
	font-weight: normal;
	color: #5a7ca3;
}

#content.software img {
	position: absolute;
	top: 28px;
	right: 0;
}

#content.software div {
	position: relative;
	margin-bottom: 20px;
}

.news li {
	float: left;
	display: block;
	list-style: none;
	padding: 0;
	margin-bottom: 10px;
	background: none;
}

.news li li {
	list-style: square;
	margin-bottom: 0;
}

.news li h3, .news li p,
.news li ul {
	float: left;
	width: 359px;
	margin-top: 8px;
	padding: 0 8px;
}

#content.news p,
#content.news h4,
#content.news ul {
	margin: 0;
}

.news li * * {
	float: none;
	width: inherit;
	margin: 0;
	padding: 0;
}

.news li * a {
	float: none;
	width: inherit;
	margin: 0;
	padding: 0 2px;
}

.news li img {
	float: right;
	width: 281px;
	margin-top: 8px;
	padding: 0;
}

.news li h4 {
	position: relative;
	border-bottom: 1px solid #587ad5;
}

.news li.selected h4 {
	background: url(../layout/images/right_arrow_blue.gif) center right no-repeat;
}

.news li h4 span {
	margin-left: 10px;
	padding: 0 2px;
	color: #0036cd;
}

.news li h3 {
	height: auto;
	font-size: 100%;
	font-weight: bold;
	line-height: 1.3;
}

.news .leftCol li h4,
.news .leftCol .resource {
	float: left;
	width: 367px;
}

.news #details {
	position: relative;
}

.news #details li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.news #details li * {
	position: relative;
	left: 10px;
	width: 90%;
	padding: 0;
}

.news #details li img {
	left: 0;
	margin: 1px 0 10px 0;
	width: auto;
}

#content.order table {
	margin-top: 12px;
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 0;
}

.order td,
.order th {
	height: 21px;
	vertical-align: baseline;
	line-height: 1;
}

.order .personalData input,
.order .coments input,
.order input.count,
.order textarea {
	padding: 0;
	margin: 0;
	border: 1px solid #85a1ac;
	background: white;
	font-size: 13px;
}

.order .personalData table {
	width: 620px;
}

.order .personalData td {
	padding: 0 25px 5px 0;
}

.order .personalData label {
	margin-left: 2px;
}

.order .personalData input {
	padding: 1px 2px 2px 4px;
	width: 100%;
}

.order .leftCol,
.order .rightCol {
	overflow: hidden;
	width: 328px;
	height: 720px;
	margin-top: 10px;
	padding: 35px 0 0 0;
}

.order .leftCol {
	background: #ced6d9;
}

.order .rightCol {
	background: #c2cdd3;
}

.order th {
	font-weight: normal;
	text-align: center;
	vertical-align: baseline;
}

.order th label,
.order th span {
	display: block;
	width: 230px;
	text-align: left;
	font-weight: bold;
}

.order .rightCol th label,
.order .rightCol th span {
	width: 189px;
}

.order td label {
	margin-left: 25px;
	line-height: 1;
}

.order input.count {
	width: 20px;
	padding-left: 3px;
	margin: 0 1px;
	vertical-align: baseline;
}

.order input[disabled] {
	background-color: transparent;
}

.order .leftCol label input,
.order .rightCol label input {
	margin: 0 5px 0 0;
}

#content.order .comments {
	clear: both;
}

#content.order div.comments h4 {
	float: left;
	position: relative;
	left: 30px;
	margin-left: 0;
	margin-top: 25px;
}

#content.order div.comments textarea {
	clear: both;
	width: 596px;
	height: 100px;
	padding: 4px;
	margin-top: 10px;
	margin-left: 30px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 1;
}

#content.awards h4,
#content.awards p,
#content.awards ul,
#content.awards table {
	margin-right: 8px;
}

#content.awards .data img {
	margin: 1px 0 0 0;
}

#content.awards .data .pursue {
	margin-left: 5px;
	margin-top: 20px;
}

#content.awards div.award {
	float: left;
	clear: both;
	margin-top: 30px;
	width: 657px;
}

#content.awards div.first {
	margin-top: 0;
}

#footer {
	position: fixed;
	bottom: 0px;
	height: 30px;
	width: 100%;
	padding-top: 6px;
	background: white;
}

/*
 IE6 does not support position fixed;
*/
* html #footer {
	position: relative;
}

#links {
	margin-left: 30px;
	border-top: 1px solid #d7dfe1;
}

#links li {
	padding: 0;
}

#links li, #links li a {
	display: block;
	float: left;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	color: #79959b;
	background: url(../layout/images/underscore_over.gif) no-repeat;
}

#links li a {
	padding: 0 17px 0 7px;
}

#links li a:link, #links li a:visited {
	background-image: url(../layout/images/underscore.gif);
}

#links li a:hover, #links li a:active {
	color: #0036cd;
	background-image: none;
}

#search {
	position: absolute;
	top: 0;
	right: 0;
	width: 190px;
	height: 37px;
	background: white;
}

#search label {
	position: absolute;
	top: 6px;
	right: 160px;
	display: block;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	color: #d7dfe1;
	border-top: 1px solid #d7dfe1;
}

#searchField {
	display: block;
	position: absolute;
	top: 8px;
	right: 40px;
	width: 100px;
	height: 14px;
	padding: 3px;
	font-size: 11px;
	color: #003677;
	border: 1px solid #79959b;
}

#searchButton {
	position: absolute;
	top: 7px;
	right: 10px;
}

#content.sitemap .resource {
	margin-top: 0;
	padding: 0;
	line-height: 0;
}

#content.sitemap .resource a {
	display: block;
	width: 175px;
}

#content.sitemap ul {
	margin: 0;
	padding: 0;
}

#content.sitemap div {
	float: left;
	width: 657px;
	margin: 0 0 15px 0;
	padding: 0;
}

#content.sitemap li {
	float: left;
	clear: both;
	display: block;
	width: 622px;
	padding-left: 35px;
	margin-bottom: 5px;
	font-weight: bold;
	background-image: none;
}

#content.sitemap li.staggered {
	margin-bottom: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px solid white;
}

#content.sitemap li a {
	display: block;
	float: left;
}

#content.sitemap ul ul {
	float: right;
	width: 430px;
	margin: 0;
}

#content.sitemap ul ul li {
	padding: 0;
	margin-bottom: 2px;
	width: 430px;
	font-weight: normal;
}

