/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	list-style: none;
	padding: 0;
}

a {color: #7fa71f;}
a:hover {color: #C60;}

body {
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
	background-color: #e7e7e7;
}

p,code,ul {padding-bottom: 1.2em;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	color: #7fa71f;
	margin-bottom: 25px;/*6px;*/
}

h2 {
	font: normal 1.4em Tahoma,sans-serif;
	color: #7fa71f;
	margin-bottom: 6px;
}

h3 {
   font: normal 1.1em Tahoma,sans-serif;
   color: #7fa71f;
   margin-bottom: 3px;
}

h1,h2,h3 {padding-top: 6px;}

code {
	white-space: pre;
}

code, .enhancedBlock {
   background: #FFF;
   border: 1px solid #EEE;
   border-left: 6px solid #C1CAD3;
   color: #666;
   display: block;
   font: normal 1em Tahoma,sans-serif;
   line-height: 1.6em;
   margin-bottom: 12px;
   padding: 8px 10px;
   text-align:left;
}

blockquote {
	background: url(../img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background: #FFF;
	font-size: 1.2em;
	width: 780px;
	border: 0px solid #6A7331;
	border-color: #739B1F;
	margin: 10px auto 0px;
	padding: 0 0px 10px;
}

/* title */
.header {
	background: #FFF;
	font-size: 1.2em;
	height: 125px;
	margin: 0 auto;
	padding: 0px 0px 0px;
	width: 780px;
}

.header .left {
   background: #B3C2C7 url(../img/hdr-forest-4.jpg) no-repeat;
	font: normal 2.8em "Trebuchet MS",sans-serif;
	height: 125px;
	text-align: center;
	width: 616px;
}

.header .left img {
   float: right;
   margin: 10px;
}

.header .right {
	height: 125px;
	width: 160px;
}

.header .right a {
   background: url(../img/logo_wia_v.gif) no-repeat center;
	display: block;
	height: 100%;
	text-indent: -999.9em;
	width: 100%;
}

/* navigation */
.navigation {
	/*border: 1px solid #6A7331;
	border-color: #739B1F;*/
	background: #7fa71f;
	height: 35px;
	padding: 0;
}
.navigation li {
	display: block;
	float: left;
	height: 35px;
}
.navigation a {
	background: #7fa71f;
	color: #FFF;
	display: block;
	/*float: left;*/
	font: 1.1em Tahoma,sans-serif;
	/*line-height: 35px;*/
	height: 25px;
	padding: 0 20px;
	padding-top: 10px;
	text-decoration: none;
}

.navigation a:hover {
	background:#739B1F;
	color: #FFF;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 160px;
	background-color: #FFF;
}
.sidenav h2 {
	color: #7fa71f;
	font-size: 1.2em;
	line-height: 30px;
	margin: 0;
	padding-left: 8px;
}

.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 2px 0 2px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #739B1F;
	color: #FFF;
}
.sidenav li#partners {
	margin-top: 1em;
}

/* content */
.content {
	float: left;
	margin: 2px 0;
	padding: 0 16px;
	width: 583px;
	background-color: #FFF;
	border-right: 1px solid #7fa71f;
}
.content .mainHighlightBoxVertical{
	float: left;
	margin: 30px 15px;
	padding: 10px 16px 20px 20px;
	width: 220px;
	height: 300px;
	border-left:1px  dotted #7fa71f;
}
.content p#experienceDownloadLink {
	margin-top: 3em;
}
.content .mainHighlightBoxHorizontal{
	float: left;
	margin: 0px 5px;
	padding: 10px 5px 10px 10px;
	width: 510px;
	/*background-color: #e7e7e7;
	border: 1px solid #7fa71f;*/
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	/*list-style: url(../img/li.gif);*/
	margin-left: 18px;
	list-style: none;
	margin-bottom: 5px;
}
.content p,
.content dl {font-family: "Lucida Sans Unicode",sans-serif;}
.content .contactInfo {
	margin-top: 30px;
}
.content .contactInfo dt {
	margin-bottom: 1em;
}
.content .contactInfo dt.otherContacts {
	margin-top: 2em;
}
.content .contactInfo dd {
	width: 170px;
}
.content .contactInfo .image {
	float: right;
	height: 271px;
	margin-top: -18em;
	width: 400px;
}
.content .features {
	margin-bottom: 15px;
	margin-left: 18px;
}
.content .features dt {
	font-weight: bold;
	margin-top: .5em;
}
.content #oracle {
	background: url(../img/oracle.jpg) no-repeat center;
	float: left;
	height: 69px;
	margin-left: 100px;
	text-indent: -999.9em;
	width: 197px;
}
.content #webMethods {
	background: url(../img/webmethods.jpg) no-repeat center;
	float: left;
	height: 69px;
	/*margin-bottom: 11em;*/
	text-indent: -999.9em;
	width: 197px;
}
.content #filler {
	clear: both;
	font-size: 1em;
	height: 10em;
}

/* footer */
.footer {
	margin: 0px auto;
	padding: 10px 0px 10px;
	width: 780px;
	height: 20px;
	font-size: 1.2em;
	/*background-color: #F0F2DF;*/
	font-family: "Lucida Sans Unicode",sans-serif;
	text-align: right;
}
.footer a,.footer a:hover {color: #FFF;}

.footer .left {
   font-size: 80%;
}

/* picshower */
.picshower {
   position: fixed;
   top: 10px;
   left: 20px;
 	padding-left: 8px;
   background-color: transparent;
}