/* *****************************************************************
 *	Theme: Print Theme for AE&E Group
 *	Author: Scoop and Spoon next level GmbH
 *	Version: 1.0 - 2010
 *	***************************************************************** */

/* *****************************************************************
 *	Style reset                                                       */

* { margin: 0; padding: 0; }

/* ******************************************************************
 *	General                                                           */

html {
	width: 100%;
	height: 100%;
	background: #FFFFFF;	
}
body {
	width: 100%;
	height: 100%;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: #000000;
}
a {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
.title a {
	font-weight: bold;
}
a:hover {
	text-decoration: underline;	
}
a.pdf {
    padding-left: 25px;
    background: url(../images/layout/icon-pdf-15px.gif) no-repeat left;
}
a.doc {
    padding-left: 25px;
    background: url(../images/layout/icon-word-15px.gif) no-repeat left;
}
img {
	border: none;	
}
em {
	color: #A3B400;
	font-style: normal;
}
strong {
	font-weight: bold;
	font-style: normal;	
}
h1 {
	font-size: 12pt;
	font-weight: bold;
	margin: 0 0 1.25em 0;
}
h2 {
    font-size: 10.5pt;
    font-weight: bold;
    margin: 1.75em 0 0em 0;
}
h3 {
    font-size: 9pt;
    font-weight: bold;
    margin: 1em 0 0em 0;
}
#Wrapper {
	width: 960px;
}
hr {
	color: #AFAFAF;
	background: #FFFFFF;
	border: none;
	border-bottom: dotted #AFAFAF 1px;
	width: 93%;
	height: 24px;
	margin: 0px auto 0px auto;
}
.floatKiller {
	clear: both;	
}
input, textarea {
    border: solid #AFAFAF 1px;
}
.validationError .message {
    color: #DD0000;
    font-size: 7pt;
    position: relative;
    top: -10px;
    font-weight: normal;
}
#Message .validationError .message {
    top: 0px;
}

/* *****************************************************************
 *	Header                                                            */

#Header {
	background: #EAEBEB;
	height: 96px;
	position: relative;
	z-index: 70;
}
#Header a {
	text-decoration: none;	
}
#Header a:hover {
	text-decoration: underline;
}
#HeaderTopBar {
	font-size: 9pt;
	height: 20px;
	line-height: 20px;
	margin-left: 34px;
	padding-top: 7px;
	vertical-align: middle;
}
	#HeaderTopBar a, #HeaderTopBar span {
		margin: 0 10px;
	}
	#Sitemap {
		color: #000000;
		font-weight: normal;
	}

	#SitemapAndSearchContainer {
		float: left;
		width: 350px;
		position: relative;
		height: 20px;
		overflow: hidden;
	}
	#SitemapAndSearchContainer #SearchContainer {
		display: inline;
		margin-left: 10px;
	}

	#ContactAndCareersContainer {
		float: left;
	}
	#ContactAndCareersContainer a {
		color: #A3B400;
	}
	#Header fieldset {
		border: none;	
	}
	#Header form input.text {
		height: 17px;
    	left: 135px;
    	line-height: 17px;
    	padding: 0 2px;
		position: absolute;
    	top: 0px;
    	vertical-align: middle;
		width: 120px;
	}
	#Header form input.action {
		background: url(../images/search-button.png) no-repeat top;
		border: none;
		height: 19px;
		left: 270px;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 1px;
		width: 23px;
	}


#HeaderLogo {
	background: #0000FF;
	bottom: 23px;
	height: 57px;
	position: absolute;
	right: 30px;
	width: 179px;
}

#HeaderNav {
	background: url(../images/menubar-bg.png) no-repeat top left;
	bottom: -22px;
	font-size: 9pt;
	height: 46px;
	left: 0px;
	list-style: none;
	padding-left: 34px;
	position: absolute;
	width: 541px;
}
	#HeaderNav li {
		float: left;
		margin: 27px 8px 0px 8px;
		position: relative;
	}
	#HeaderNav li img {
		position: relative;
		top: -3px;
		opacity: 0.7;
	}
	#HeaderNav li.current img,
	#HeaderNav li.section img,
	#HeaderNav li:hover img,
	#HeaderNav li.jsHover img {
		opacity: 1;
	}
	#HeaderNav li.current, 
	#HeaderNav li.section {
		font-weight: bold;
	}
	#HeaderNav li:hover ul.headerSubNav1,
	#HeaderNav li.jsHover ul.headerSubNav1 {
		display: block;
	}
	#HeaderNav a {
		color: #FFFFFF;
		font-weight: normal;
		text-decoration: none;
	}
	#HeaderNav a:hover {
		text-decoration: underline;
	}

	#HeaderNav ul {
		background: #FAFAFA;
		border: solid #000000 1px;
		box-shadow: 4px 4px 15px #000000;
		-moz-box-shadow: 4px 4px 15px #000000;
		-webkit-box-shadow: 4px 4px 15px #000000;
		display: none;
		list-style: none;
		margin: 0;
		padding: 15px 0;
		position: absolute;
	}
	#HeaderNav ul.headerSubNav1 {
		left: 0px;
		top: 20px;
	}
	#HeaderNav ul.headerSubNav2 {
		left: 153px;
		position: absolute;
		top: 10px;
		z-index: -3;
	}
		#HeaderNav ul li {
     		background: #FAFAFA;
		   border-bottom: dotted #555555 1px;
		   margin: 0px;
		   position: relative;
		   width: 155px;
		}
		#HeaderNav li.first {
			border-top: dotted #555555 1px;
		}
		#HeaderNav ul li:hover,
		#HeaderNav ul li.jsHover {
			background: #A1A1A1;
		}
		#HeaderNav ul.headerSubNav1 li:hover ul.headerSubNav2,
		#HeaderNav ul.headerSubNav1 li.jsHover ul.headerNav2 {
			display: block; 
		}
		#HeaderNav ul li a {
			color: #333333;
			display: block;
			padding: 5px 15px 5px 15px;
		}
		#HeaderNav ul li a:hover {
			text-decoration: none;
		}
		#HeaderNav ul li:hover > a { 
			color: #FAFAFA; 
		}
		/*
#Header form {
	//border: solid black 1px;
	position: relative;
}
	#Header form fieldset {
		border: none;	
	}
	#Header form input.text {
		position: relative;
		height: 19px;
		width: 120px;
	}
	#Header form input.action {
		background: url(../images/search-button.png) no-repeat top;
		border: none;
		height: 19px;
		margin: 0;
		padding: 0;
		position: relative;
		top: 1px;
		width: 23px;
position: absolute;
right: -23px;
top: -2px;
	}*/

/* *****************************************************************
 *	Sidebar                                                           */

#Sidebar {
	background: #EAEBEB;
	float: right;
	padding: 0 0 24px 0;
	width: 188px;
}
#Sidebar h3 {
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: normal;
	padding: 1px 0;
	margin: 0px auto 10px 6px;
}
#Sidebar a {
	color: #000000;
	font-weight: normal;	
}
#Sidebar div {
	background: #FFFFFF;
	margin: 0 2px 2px 1px;
	padding: 10px;
}
#Sidebar .newsTeaser {
	background: none;
	border-top: solid white 1px;
}
#Sidebar .newsTeaser.first {
	margin-top: 24px;
}
#Sidebar .newsTeaser .info {
	font-size: 8.25pt;
	margin-bottom: 5px;
}
#Sidebar .newsTeaser .title {
	color: #A3B400;
	font-weight: bold;
	text-decoration: none;
}
#Sidebar .newsTeaser .title a {
	color: #A3B400;
	font-weight: bold;
	text-decoration: none;
}
#Sidebar ul {
	list-style: none;
	background: url(../images/sidebar-titlebar-bg.png) no-repeat top left;
	margin: 0 0 30px -2px;
	border-top: solid #FFFFFF 1px;
}
#Sidebar li {
	margin: 4px 0 0 7px;
}
#Sidebar #PartnerQuotes {
    font-size: 12pt;
	 font-style: italic;
}
#Sidebar #PartnerQuotes span {
    font-size: 12pt;
    position: relative;
    top: -1px;
}

/* *****************************************************************
 *	Content                                                           */

#ContentWrapper {
	position: relative;
	z-index: 50;
	width: 960px;
}
#ContentContainer {
	background: #EAEBEB;
	float: left;
	position: relative;
	width: 772px;
	z-index: -1;
}
#Content {
	background: #FFFFFF;
	margin: 0 2px 24px 24px;
	min-height: 400px;
	padding: 34px 34px 34px 34px;
	position: relative;

	overflow-x: hidden;
}

#Breadcrumbs {
	color: #AFAFAF;
	font-size: 8.25pt;
	left: 23px;
	position: relative;
	text-decoration: none;
	min-height: 15px;
	line-height: 15px;
	z-index: 60;
	background: url(../images/layout/aee-header-logo-print.jpg) no-repeat right top;
    height: 60px;
    width: 625px;
}
#Breadcrumbs a {
	color: #AFAFAF;
	text-decoration: none;
	font-weight: normal;
    position: relative;
    bottom: 0px;
}
#Breadcrumbs a:hover {
	text-decoration: underline;
}
#BreadcrumbsLight {
    position: absolute;
    color: #FFFFFF;
    z-index: -1;
    top: 1px;
    left: 1px;
    display: none;
}
#BreadcrumbsLight  a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#BreadcrumbsLight a:hover {
	text-decoration: underline;
}
.LocationPage #Breadcrumbs {
	color: #111111;
}
.LocationPage #Breadcrumbs a {
	color: #111111;
}
.LocationPage #BreadcrumbsLight a {
	color: #FFFFFF;
}

#ChildPages.layer2 {
    list-style: none;
    margin: 25px 0;
    position: relative;
    width: 333px;
}
#ChildPages.layer2 li {
	background: none;
    border-bottom: dotted #555555 1px;
    margin: 5px auto;
    padding: 10px 0;
    position: relative;
    height: 55px;
}
#ChildPages.layer2 li.first {
	border-top: dotted #555555 1px;
}
#ChildPages.layer2 .thumbnail {
    float: left;
    margin: auto 10px auto auto;
}
#ChildPages.layer2 p {
	margin: 0;
}
#ChildPages.layer2 p a {
    color: #000000;
}
#ChildPages.layer2 p.title a {
	color: #A3B400;
	text-decoration: none;
}

#ChildPages.layer1 {
	list-style: none;
	margin: auto;
	position: relative;
	width: 650px;
}
#ChildPages.layer1 li {
	border: none;
	margin: 8px 8px;
	position: relative;
	width: 304px;
	height: 110px;
	background: #EBEBEB;
	float: left;
}
#ChildPages.layer1 li div {
	overflow: hidden;
	padding: 17px;
}
#ChildPages.layer1 .thumbnail {
	float: left;
	margin: auto 10px auto auto;
	height: 110px;
}
#ChildPages.layer1 p {
	margin: 0;
}
#ChildPages.layer1 p a {
	color: #000000;
}
#ChildPages.layer1 p.title a {
	color: #A3B400;
	text-decoration: none;
}

#ContentFooterNav {
	display: block;
	margin: 34px auto 0 auto;
	position: relative;
	width: 93%;
}
#ContentFooterNav a {
	text-decoration: none;
	font-weight: normal;
	color: #535353;
}
#PrintButton {
    border-top: dotted #AFAFAF 1px;
    border-bottom: dotted #AFAFAF 1px;
    text-align: center;
    padding: 3px 10px;
    position: absolute;
    right: 24px;
    bottom: 0px;
    display: none; /* FIXME */
}
#PrintButton a {
    padding: 0 0 0 25px;
    background: url(../images/layout/icon-print.gif) no-repeat left;
}
#ArchiveLink{
    border-top: dotted #AFAFAF 1px;
    border-bottom: dotted #AFAFAF 1px;
    width: 150px;
    text-align: center;
    padding: 3px;
}
#OverviewLink {
	border-bottom: dotted #AFAFAF 1px;
	width: 150px;
	text-align: center;
	padding: 3px;
}


/* *****************************************************************
 *	ContentPage                                                          */

#Layer3LeftNav {
    list-style: none;
    position: absolute;
    left: -24px;
    top: 123px;
    width: 158px;
    background: none;
    padding-top: 22px;
    display: inline;
}
#Layer3LeftNav li {
    border-bottom: dotted #AFAFAF 1px;
    width: 122px;
    margin-left: 23px;
}
#Layer3LeftNav li a {
    text-decoration: none;
    display: block;
    width: 107px;
    padding: 4px 8px;
    font-weight: normal;
}

#ImageContainer {
    width: 178px;
  /*  position: absolute;
    left: 63px;
    top: 75px; */
    float: left;
    margin: 24px 10px 0 29px;
}
#ImageContainer.col3Layout {
    margin: 24px 10px 0 127px;
    display: inline;
}
	#ImageContainer img {
	    margin: 5px 0;
	}
	#ImageContainer p {
	    font-size: 8.25pt;
	    width: 75%;
	    color: #AFAFAF;
	}

#CMSContent {
    float: right;
    display: inline;
    overflow-x: hidden;
}
#CMSContent.col3Layout {
	width: 333px;

	margin: 30px 24px auto auto;
}
#CMSContent.col2Layout {
    width: 420px;
    margin: 30px 34px auto auto;
    position: relative;
}
#CMSContent.col2LayoutThin {
    width: 500px;
    margin: 30px 34px auto auto;
    position: relative;
}
#CMSContent.col1Layout {
	margin: 30px 110px auto 24px;
	width: 544px;
}
#CMSContent ul {
    list-style: none;
    margin: 5px 0;
}
#CMSContent li {
    padding: 0 0 0 15px;
    background: url(../images/layout/list-style.png) no-repeat top left;
}

/* *****************************************************************
 *	HomePage                                                          */

#HomeFlash {
	background: url(../images/layout/flash-intro.png) no-repeat center;
	height: 265px;
	margin: 0 0 -3px 0;
	position: relative;
	width: 960px;
	z-index: 55;
}
#HomeTeaserContainer {
	background: #EAEBEB url(../images/homepage-teaser-bg.png) repeat-x bottom;
	height: 141px;
	overflow: hidden;
}
#HomeTeaserContainer a {
	/* color: #A3B400;	*/
}
#HomeTeaserContainer div {
	float: left;
	/*border: solid yellow 1px;*/
}
#HomeTeaserText {
	border-right: solid #FFFFFF 1px;
	min-height: 121px;
	height: 100%;
	position: relative;
	width:395px;
}
#HomeTeaserText img {
	display: block;
	margin: 0 0 0 30px;
}
#HomeTeaserText p {
	margin: 0 0 15px 34px;
}
#HomeNewsTeaserContainer {
	position: relative;
	width: 564px;
	overflow: hidden;
	height: 121px;
}
.homeNewsTeaser {
	width: 250px;
	margin: 20px 0px 0 15px;
}
.homeNewsTeaser .info {
	font-size: 8.25pt;
	margin-bottom: 5px;
}
.homeNewsTeaser .title a {
	color: #A3B400;
	font-weight: bold;
	text-decoration: none;
}
#HomeProductGroups {
	background: url(../images/homepage-productlist-bg.png) repeat-x bottom;
	border: solid #FFFFFF 1px;
	list-style: none;
	position: relative;
	overflow: hidden;
	height: 94px;
}
#HomeProductGroups a {
    color: #000000;
    display: block;
    height: 100%;
    text-decoration: none;
    width: 100%;
}
#HomeProductGroups li {
	background: url(../images/homepage-product-bg.png) repeat-x bottom;
	border-left: solid #FFFFFF 1px;
	border-right: solid #FFFFFF 1px;
	float: left;
	height: 94px;
	position: relative;
	width: 124px;
}
#HomeProductGroups li img {
	position: relative;
	left: -8px;
	top: 0px;
}
#HomeProductGroups li.first {
	margin-left: 34px;
}
#HomeProductGroups li:hover,
#HomeProductGroups li.jsHover {
    background: url(../images/homepage-productlist-bg.png) repeat-x bottom;
	cursor: pointer;
}
#HomeProductGroups li span {
	background: url(../images/product-list-image.png) no-repeat center;
	display: block;
	height: 23px;
	margin: 12px 0 5px 10px;
	width: 41px;	
}
#HomeProductGroups li:hover span,
#HomeProductGroups li.jsHover span {
	background: url(../images/product-list-image-blue.png) no-repeat center;
}
#HomeProductGroups img {
	border: none;
	display: block;
	margin: 12px 0 5px 10px;
}
#HomeProductGroups p{
	margin: 0 10px;
	font-weight: bold;
	font-size: 10.5pt;
	width: 70%;
}

/* *****************************************************************
 *	News & Events                                                     */


.NewsEvents #ContentContainer  {
	width: 650px;
}
.NewsEvents #Sidebar {
	width: 310px;
}
.NewsEvents #CMSContent.col1Layout {
	margin: 30px 24px auto 24px;
	width: 505px;
}

#NewsList {
	list-style: none;
	margin: 25px auto;
	position: relative;
}
#NewsList li {
	border: none;
	margin: 17px 0px;
	position: relative;
	width: 438px;
	/* height: 110px; */
	background: #EBEBEB;
}
#NewsList li div {
	padding: 17px 30px 17px 17px;
}
#NewsList .thumbnail {
	float: left;
	margin: 0 20px 0 -10px;
	height: 110px;
}
#NewsList p {
	margin: 0;
}
#NewsList .date {
	font-size: 8.25pt;
	margin-bottom: 15px;	
}
#NewsList p a {
	color: #000000;
}
#NewsList .title a {
	color: #A3B400;
	text-decoration: none;
}

#Events {
	background: #FFFFFF;
}
#Events h3 {
	margin: 1px auto auto 6px;
}
#Events ul {
	background: url(../images/sidebar-events-titlebar.png) no-repeat top left;
	margin: 50px 0 0 0;
	position: relative;
	left: -12px;

}
#Events li {
	border-top: dotted #AFAFAF 1px;
	width: 288px;
	padding: 10px 5px;
}
#Events li.title {
	border: none;
	margin-top: 0px;
    padding: 2px 0;
}
#Events li.first {
	border: none;
	margin-top: 10px;
}
#Events p {
	margin: 0 0px;
}
#Events .date {
	font-weight: bold;
	margin-bottom: 5px;
}
#Events .title {
	font-weight: bold;
}

#Events h3 {
    line-height: 14px;
}
#Events h3 a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal;
    margin: 0 0 0 5px;
    font-size: 10.5pt;
}
#Events h3 a:hover {
    font-weight: bold;
}
#Sidebar #LoadingImage {
    position: absolute;
    right: 20px;
    top: 65px;
	display: none;
}

/* *****************************************************************
 *	References                                                        */

#Form_ReferenceFilterForm {
    position: relative;
    margin: 20px auto;
}
#Form_ReferenceFilterForm fieldset {
    border: none;
}
#Form_ReferenceFilterForm fieldset div {
    float: left;
    margin: auto 18px auto auto;
}
#Form_ReferenceFilterForm label {
    display: none;
}
#Form_ReferenceFilterForm select {
    width: 200px;
}

#ReferenceList {
    list-style: none;
}
#ReferenceList li.reference {
    border-bottom: dotted #AFAFAF 1px;
    padding: 15px 0;
    position: relative;
    background: none;
}
#ReferenceList li.reference.first {
	border-top: dotted #AFAFAF 1px;	
}
#ReferenceList .thumbnail {
    float: left;
    margin: 0 14px 0 0;
    width: 185px;
    position: relative;
}
#ReferenceList .thickbox span {
    display: block;
    position: absolute;
    background: url(../images/layout/image-zoom-indicator.gif) no-repeat center;
    z-index: 3;
    width: 17px;
    height: 17px;
    bottom: 3px;
    right: 7px;
}
#ReferenceList .text {
    float: left;
    width: 280px;
}
#ReferenceList .title {
    font-weight: bold;
    margin: 0 0 10px 0;
}
#ReferenceList .startup {
}
#ReferenceList ul.links {
    background: #EBEBEB;
    list-style: none;
    margin: 10px 0;
    padding: 10px;
    overflow: hidden;
}
#ReferenceList ul.links li {
    border: none;
    padding: 0;
    float: left;
    width: 50%;
    line-height: 20px;
}
#ReferenceList a {
	font-weight: normal;	
}
#ReferenceList ul.links span {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
#ReferenceList ul.links .googleMaps {
	background: url(../images/layout/icon-maps.gif) no-repeat center;
}
#ReferenceList ul.links .googleEarth {
	background: url(../images/layout/icon-earth.gif) no-repeat center;
}
#ReferenceList ul.links .document {
	background: url(../images/layout/icon-word.gif) no-repeat center;
}
.ReferenceHolder #PageNumbers {
    margin: 0 auto;
}

/* *****************************************************************
 *	LocationPage                                                      */

#LocationContent {
	float: right;
	display: inline;
	overflow-x: hidden;
	margin: 30px 110px auto 24px;
	width: 544px;
}
#LocationImage {
	position: relative;
	width: 762px;
	height: 300px;
	top: -49px;
	left: -58px;
	margin: 0px 0 5px 0;
	display: block;
}
#LocationContent {
	float: right;
	display: inline;
	overflow-x: hidden;
	margin: 30px 110px auto 24px;
	width: 544px;
}

div#LocationSidebarHeader {
	background: url(../images/layout/location-sidebar-header.jpg) no-repeat center;
	position: relative;
	height: 145px;
	width: 166px;
	margin: -10px 0 20px 0;
}
#LocationSidebarHeader form div {
	background: none;
}
#LocationSidebarHeader fieldset {
	border: none;
}
#LocationSidebarHeader label {
	display: none;
}
#LocationSidebarHeader select {
	position: absolute;
	bottom: 22px;
	left: 20px;
	display: block;
	width: 115px;
}
#LocationSidebarHeader input {
	position: absolute;
	bottom: 22px;
	right: 20px;
	border: none;
	text-indent: -9999px;
	background: url(../images/layout/form-submit-button.png) no-repeat left;
	width: 23px;
	height: 19px;
}

#Sidebar #Address {
    background: url(../images/layout/sidebar-gradient.jpg) repeat-x bottom;
    border-top: solid #FFFFFF 1px;
    margin: 20px 0 0 0;
    padding: 10px 10px 20px 10px;
}
#Sidebar #Address .title {
    font-weight: bold;
}
#Sidebar #Address .email a {
    color: #A3B400;
}
#Sidebar #Address .googleMaps {
    padding: 0 0 0 30px;
    display: block;
    background: url(../images/layout/icon-maps.gif) no-repeat left;
    line-height: 20px;
    margin: 10px 0 0 0;
}
#Sidebar #Address .googleEarth {
    padding: 0 0 0 30px;
    display: block;
    background: url(../images/layout/icon-earth.gif) no-repeat left;
    line-height: 20px;
}

/* *****************************************************************
 *	Contact                                                           */

#Form_ContactFormSelectionForm fieldset {
    border: none;
}
#Form_ContactFormSelectionForm div {
    display: inline;
    margin: 0 10px;
}
#Form_ContactFormSelectionForm select {
    width: 150px;
}
#Results.contact  {
    position: relative;
    padding: 0 0 0 10px;
	height: 315px;
}
#Results.contact fieldset div {
    margin: 0px 0;
}
#Results.contact fieldset {
    border: none;
}
#Results.contact label {
    font-weight: bold;
}
#Results.contact input {
    width: 200px;
    height: 20px;
    line-height: 20px;
    margin: 0 0 10px 0;
}
#Results.contact select {
    width: 200px;
    line-height: 20px;
    height: 20px;
    margin: 0 0 10px 0;
}
#Results.contact #Name{
    position: absolute;
    top: 0px;
    left: 0px;
}
#Results.contact #Company{
    position: absolute;
    top: 50px;
    left: 0px;
}
#Results.contact #Email{
    position: absolute;
    top: 100px;
    left: 0px;
}
#Results.contact #Region{
    position: absolute;
    top: 150px;
    left: 0px;
}
#Results.contact #Country{
    position: absolute;
    top: 200px;
    left: 0px;
}
#Results.contact #Country select {
    position: relative;
    top: 0px;
    left: 0px;
}
#Results.contact #ProductCategory {
    position: absolute;
    top: 250px;
    left: 0px;
}
#Results.contact #Message {
    position: absolute;
    top: 0px;
    right: 0px;
}
#Results.contact textarea {
    width: 305px;
    height: 267px;
}
#Results.contact input.action {
    height: 30px;
    width: 100px;
    position: absolute;
    right: 0px;
    bottom: -20px;
}

/* *****************************************************************
 *	Careers                                                           */

#Form_JobFilterForm {
    margin: 24px auto;
    width: 419px;
    position: relative;
    height: 30px;
}
#Form_JobFilterForm fieldset {
    border: none;
}
#Form_JobFilterForm #Category {
   position: absolute;
    left: 0px;
    top: 0px;
    margin: 5px 20px;
}
#Form_JobFilterForm #Category * {
    display: inline;
}
#Form_JobFilterForm #Category option {
    display: block;
    margin: 0;
}
#Form_JobFilterForm #Country {
   position: absolute;
    right: 0px;
    top: 0px;
    margin: 5px 20px;
}
#Form_JobFilterForm #Country * {
    display: inline;
}
#Form_JobFilterForm #Country option {
    display: block;
    margin: 0;
}
#Form_JobFilterForm select{
    width: 120px;
    margin: 0 0 0 10px;
}

#Results {
    margin: 24px auto;
    height: 100%;
}

#JobApplication {
    margin: 0 auto;
}
#JobApplication p {
    margin: 20px 0;
    padding: 10px;
}
#JobApplication p.reply {
	border-top: dotted #AFAFAF 1px;
   border-bottom: dotted #AFAFAF 1px;	
}

#JobApplicationForm_JobApplicationForm {
    margin: 20px 0;
    font-weight: bold;
    padding: 0px;
    position: relative;
    width: 419px;
    height: 550px;
}
#JobApplicationForm_JobApplicationForm fieldset {
    border: none;
}
#JobApplicationForm_JobApplicationForm div {
    margin: 0px 0;
}
#JobApplicationForm_JobApplicationForm input {
    width: 195px;
    height: 20px;
    margin: 0 0 10px 0;
}
#JobApplicationForm_JobApplicationForm select {
    width: 257px;
    height: 20px;
    margin: 0 0 10px 0;
}

#JobApplicationForm_JobApplicationForm #FirstName {
    position: absolute;
    left: 0px;
    top: 0px;
}
#JobApplicationForm_JobApplicationForm #LastName{
    position: absolute;
    right: 10px;
    top: 0px;
}
#JobApplicationForm_JobApplicationForm #Email {
    position: absolute;
    left: 0px;
    top: 50px;
}
#JobApplicationForm_JobApplicationForm #Email input {
    width: 406px;
}
#JobApplicationForm_JobApplicationForm #Address{
    position: absolute;
    left: 0px;
    top: 100px;
}
#JobApplicationForm_JobApplicationForm #Address input {
    width: 406px;
}
#JobApplicationForm_JobApplicationForm #PostalCode {
    position: absolute;
    left: 0px;
    top: 150px;
}
#JobApplicationForm_JobApplicationForm #PostalCode input {
    width: 100px;
}
#JobApplicationForm_JobApplicationForm #City {
    position: absolute;
    left: 115px;
    top: 150px;
}

#JobApplicationForm_JobApplicationForm #City input {
    width: 140px;
}
#JobApplicationForm_JobApplicationForm #Country {
    position: absolute;
    right: 10px;
    top: 148px;
}
#JobApplicationForm_JobApplicationForm #Country select {
    width: 139px;
    height: 22px;
}
#JobApplicationForm_JobApplicationForm #Attachment {
    position: absolute;
    left: 0px;
    top: 200px;
}
#JobApplicationForm_JobApplicationForm #Attachment input {
    width: 200px;
}
#JobApplicationForm_JobApplicationForm #Message {
    position: absolute;
    left: 0px;
    top: 250px;
}
#JobApplicationForm_JobApplicationForm #Message textarea {
    width: 406px;
    height: 220px;
}

#JobApplicationForm_JobApplicationForm #Attachment {

}

#JobApplicationForm_JobApplicationForm input.action {
    display: block;
    position: absolute;
    width: 120px;
    bottom: 0px;
    right: 10px;
    height: 30px;
}

#Jobs {
    list-style: none;
    width: 419px;
    margin: 0 auto;
}
#Jobs a {
    color: #A3B400;
    font-weight: bold;
    text-decoration: none;
}
#Jobs p {
    font-size: 8.25pt;
}
#Jobs li {
	background: none;
   border-bottom: dotted #AFAFAF 1px;
   padding: 10px;
}

#Jobs li.first {
    border-top: dotted #AFAFAF 1px;
}

/* *****************************************************************
 *	Search                                                           */

ul#SearchResults {
    margin: 24px auto;
}
ul#SearchResults li.first {
    border-top: dotted #AFAFAF 1px;
}
ul#SearchResults li {
    border-bottom: dotted #AFAFAF 1px;
    padding: 10px;
    width: 333px;
    background: none;
}
a.searchResultHeader {
    color: #A3B400;
    font-weight: bold;
    text-decoration: none;
}
#PageNumbers {
    text-align: center;
    width: 333px;
    font-size: 8.25pt;
    font-weight: bold;
}
#PageNumbers a {
    color: #111111;
}
#PageNumbers p {
    color: #555555;
    display: none;
}

/* *****************************************************************
 *	SiteMap                                                           */

.SiteMap #CMSContent ul {
    overflow: hidden;
}
.SiteMap #CMSContent li {
    background: none;
}
.SiteMap #CMSContent li a {
    color: #A3B400;
    font-weight: bold;
    text-decoration: none;
}

/* *****************************************************************
 *	Footer                                                            */

#Footer {
	color: #9B9B9B;
	font-size: 8.25pt;
	padding: 10px 0;
	position: relative;
	width: 960px;
}
#Footer a {
	color: #9B9B9B;
	font-weight: normal;
	margin: 0 7px;
	text-decoration: none;
}
#Footer #CompanyTag {
	bottom: 10px;
	position: absolute;
	right: 3px;
}

/* ******************************************************************
 *	Print Style                                                       */

#Header, #Sidebar, #Footer, form {
	display:none;
}
#ContentWrapper, #ContentContainer, #Content {
	background: transparent;
}