/* common.css

Copyright 2008 Future Medium Pty Ltd

 */

@import url("navigation.css");
@import url("ui_elements.css");

* {
  margin: 0;
}

html, body {
  height: 100%;
  background: #fff;
}

#fullHeight {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -5.3em;
}

#footer, .push {
  height: 5.3em;
}

body {
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.75em;
  height: 100%;
}

p {
	margin: 0 0 1em 0;
}

img {
	display: block;
}

a img {
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

a:focus {
  border: 0;
  outline: 0;
}

embed,
object {
  display: block;
}

form {
  display: inline;
}

.navMain:after,
#content #featureArticles:after,
#content #featureArticles .wrapper:after,
.home_welcome:after,
#content:after,
.productListing:after,
.productList.enterprise:after,
.multiImage:after,
.formPanel .options:after,
.contactPanel dl:after,
.narrow:after,
.autopublish-container.success:after,
.clientLogin dl:after,
#footer:after,
.footerNav:after,
.clear-nested-floats:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.wrapper {
	width: 987px;
	margin: 0 auto;
}

#banner {
	background: url("../images/bg_banner.jpg") repeat-x top left;
}

#banner .wrapper {
	position: relative;
}

#banner .logo {
	position: absolute;
	top: 86px;
	left: 46px;
}

#navigation {
	position: relative;
	background: url("../images/bg_nav.gif") repeat-x top left;
	margin-top: -6px;
	z-index: 1;
}

#content {
	position: relative;
	margin-top: -3px;
	margin-bottom: 25px;
}

/* home */

	#content .articleTitle {
		background: url("../images/icon_article_title.gif") no-repeat 0 0;
		padding: 2px 0;
		padding-left: 30px;
		margin-bottom: 1em;
	}
	
	#content .articleTitle h2 {
		margin: 0;
		padding: 0;
		font-size: 1.4em;
	}

	#content #featureArticles  {
		background: #025e49 url("../images/bg_featured_content.jpg") repeat-x bottom left;
		color: #fff;
	}
	
	#content #featureArticles .wrapper {
		background: url("../images/bg_feature_inner.jpg") no-repeat bottom left;
		min-height: 149px;
    padding-bottom: 10px;
	}
	
	#featureArticles .l {
		float: left;
		width: 280px;
	}
	
	#featureArticles .r {
		float: right;
		width: 129px;
	}
	
		.imgMore {
			margin: 0;
			margin-top: 7px;
			padding: 0;
			list-style-type: none;
		}
		
			.imgMore li {
				margin: 0;
				padding: 0;
				float: left;
        position: relative;
			}
			
			.imgMore .m {
				margin: 0 14px;
			}

.imgMore li img {

}

.imgMore li a {
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/thumbFeatured.png") no-repeat 0 0;
  display: block;
  width: 33px;
  height: 23px;
}

.imgMore li a:hover {
  background-position: 0 -23px;
}

.imgMore li a span {
  display: none;
}
	
	.featurePanelLeft {
		width: 428px;
		float: left;
		margin: 36px 19px 0 45px;
	}
	
	.featurePanelRight {
		width: 436px;
		float: right;
		margin: 36px 29px 0 27px;
	}
	
		#featureArticles h1 {
			font-size: 1.3em;
			margin: 10px 0;
		}
		
		#featureArticles p,
		#featureArticles a {
			font-size: 0.9em;
		}
		
		#featureArticles a {
			color: #fff;
			font-weight: bold;
			text-decoration: none;
		}
		
		#featureArticles a:hover {
			text-decoration: underline;
		}
		
		#contentArticles {
			background: url("../images/bg_content_container.gif") repeat-x top left;
			padding-top: 13px;
		}
		
		.home_welcome {
			background: url("../images/home_welcome_bg.gif") repeat-y top left;
			width: 923px;
			margin-left: 33px;
			font-size: 0.9em;
		}
		
			.welcome {
				float: left;
				width: 442px;
				padding: 8px 16px;
				padding-right:220px;
				background: url("../images/image_welcome_pane.jpg") no-repeat bottom right;
			}

.welcome ul {
  margin-left: 0;
  padding: 0;
  list-style-type: none;
}

.welcome ul li {
  margin: 0;
  padding: 0;
  padding-left: 16px;
  background: url("../images/icon_bullet_content.gif") no-repeat 0 3px;
}

.welcome ul ul {
  margin-left: 16px;
  padding: 0;
  list-style-type: none;
}

.welcome ul ul li {
  margin: 0;
  padding: 0;
  padding-left: 16px;
  background: url("../images/icon_bullet_sub_content.gif") no-repeat 0 3px;
}

.welcome a {
  color: #007f62;
}
			
			.latestNews {
				float: right;
				width: 220px;
				padding: 8px;
			}
			
			.home_welcome h2 {
				font-size: 1.4em;
				color: #00a07c;
				margin: 0;
				padding: 0;
			}
			
			.latestNews dl {
				margin: 0;
				margin-bottom: 1em;
				padding: 0;
			}
			
			.latestNews dt {
				margin: 0;
				margin-bottom: 3px;
				padding: 0;
				padding-left: 29px;
				background: url("../images/icon_news_item.gif") no-repeat 5px 2px;
				color: #00a07c;
			}
			
			.latestNews dd {
				margin: 0;
				padding: 0;
				padding-left: 29px;
			}
			
			.latestNews dd a,
			.latestNews .readMore {
				color: #4b625d;
				text-decoration: none;
			}
			
			.latestNews dd a:hover,
			.latestNews .readMore:hover {
				text-decoration: underline;
			}
			
			.latestNews .readMore {
				display: block;
				background: url("../images/icon_news_item.gif") no-repeat 5px 2px;
				padding-left: 29px;
				font-weight: bold;
			}
	
	/* subpage */
	
	#subNav {
		float: left;
		margin-left: 31px;
		margin-top: -3px;
	}
	
	#pageContent {
		float: right;
		width: 691px;
		margin-right: 41px;
		margin-top: -3px;
	}
	
	.pageTitleContainer {
		background: url("../images/page_title_bg.gif") no-repeat bottom left;
	}
	
		.pageTitle {
			background: url("../images/icon_page_title_bullet.gif") no-repeat 35px 20px;
			padding: 18px 60px;
		}
	
			.pageTitle h2 {
				font-size: 1.4em;
				color: #fff;
			}
			
		.pageTitleIntroduction {
			padding: 18px 0;
			margin: 0 37px;
			border-top: 1px dotted #696969;
			color: #fff;
		}

    .pageTitleIntroduction a { color: #fff; }
	
	/* subpage - product list */
	
	.productList {
		background: url("../images/bg_product_list.gif") no-repeat top left;
		padding-left: 37px;
		padding-top: 40px;
	}
	
	.productListing {
		padding-bottom: 10px;
		margin-bottom: 20px;
		border-bottom: 1px solid #e5e5e5;
	}
	
	.productListing.last {
		border: 0;
		padding: 0;
	}
	
	.productListing .imageContainer {
		float: right;
		margin-left: 10px;
	}
	
	.productListing .productTitle {
		background: url("../images/icon_product_list_bullet.gif") no-repeat 0 1px;
		padding-left: 25px;
		margin-bottom: 10px;
	}
	
		.productTitle h3 {
			font-size: 1.2em;
			color: #007f62;
		}
		
	/* subpage - enterprise list */
	
	.productList.enterprise {
		padding: 17px 2px 0 17px;
	}
	
	.enterprise .productListing {
		width: 320px;
		border: 0;
		float: left;
		margin-left: 16px;
	}
	
		.enterprise .productListing .btn.w73 {
			float: right;
		}
	
		.enterprise .productListing .imageContainer {
			float: left;
			margin-left: 0;
			margin-right: 10px;
		}
	
		.enterprise .productListing.megaBox {
		float: none;
		border: 1px solid #9adecf;
		width: 643px;
		margin-left: 0;
		padding: 14px;
		padding-bottom: 4px;
		background: #fff;
	}
	
		.enterprise .productListing.megaBox .btn.w73 {
			float: none;
		}
		
		.enterprise .productListing.megaBox .imageContainer {
			float: right;
			margin-left: 10px;
			margin-right: 0px;
		}
	
	.enterprise .productListing.split {
		clear: both;
		height: 1px;
		overflow: hidden;
		border-top: 1px solid #e5e5e5;
		width: 100%;
		float: none;
		margin-left: 0;
		padding: 0;
	}
	
	/* subpage - generic */
	
	.autopublish-container {
		margin: 10px 37px;
	}
	
		.autopublish-container .imageContainer {
			float: left;
			width: 210px;
      margin-top: 5px;
		}
	
		.autopublish-container .autopublish-content {
			float: right;
			width: 400px;
		}

    .autopublish-container .autopublish-content ul {
      margin-left: 0;
      padding: 0;
      list-style-type: none;
    }

    .autopublish-container .autopublish-content ul li {
      margin: 0;
      padding: 0;
      padding-left: 16px;
      background: url("../images/icon_bullet_content.gif") no-repeat 0 3px;
    }

    .autopublish-container .autopublish-content ul ul {
      margin-left: 16px;
      padding: 0;
      list-style-type: none;
    }

    .autopublish-container .autopublish-content ul ul li {
      margin: 0;
      padding: 0;
      padding-left: 16px;
      background: url("../images/icon_bullet_sub_content.gif") no-repeat 0 3px;
    }

.autopublish-container.success {
  margin-top: 36px;
  margin-right: 0;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}

.autopublish-container.success .autopublish-content {
  float: left;
  width: 618px;
}

.autopublish-container.success .narrow .autopublish-content {
  width: 500px;
}

.autopublish-container.success .multiImage {
  display: none;
}

.autopublish-container.success .narrow .multiImage {
  display: block;
  float: right;
  clear: none;
  padding-top: 0;
}

.autopublish-container.success .multiImage li {
  float: none;
  display: block;
  margin-right: 0;
  margin-bottom: 5px;
	overflow: hidden;
}

.autopublish-container.success .multiImage li img {
  float: right;
  border: 1px solid #00a07c;
}
		
			.autopublish-content h1,
			.autopublish-content h2 {
				color: #007f62;
			}
		
			.autopublish-content h1 {
				font-size: 1.4em;
				margin-bottom: 0.8em;
			}
			
			.autopublish-content h2 {
				font-size: 1.2em;
				margin-bottom: 1em;
			}
		
			.autopublish-content .highlighted {
				font-weight: bold;
			}
		
			.autopublish-content a {
				color: #007f62;
			}
			
			.autopublish-content a:hover {
				color: #000;
			}
		
			.autopublish-content .internalLink {
				background: url("../images/icon_news_item.gif") no-repeat 0 3px;
				padding-left: 20px;
				font-weight: bold;
			}
			
			.autopublish-content .downloadLink {
				background: url("../images/icon_download_link.gif") no-repeat 0 0;
				padding: 0 0 3px 25px;
				font-weight: bold;
			}

.form-layout.post {
  margin: 10px 37px;
}

			.multiImage {
				margin: 0;
				padding: 0;
				padding-top: 45px;
				list-style-type: none;
				clear: both;
			}
			
			.multiImage li {
				margin: 0;
				margin-right: 12px;
				padding: 0;
				float: right;
				overflow: hidden;
      }

			.multiImage li.last {
				margin: 0;
			}

  /* client login */

.clientLogin {
  margin-top: 30px;
  margin-left: 80px;
}

.clientLogin fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.clientLogin legend {
  display: none;
}

.clientLogin dl {
  margin: 0;
  margin-bottom: 12px;
  padding: 0;
  width: 350px;
}

.clientLogin dt {
  margin: 0;
  padding: 0;
  float: left;
  width: 90px;
}

.clientLogin dd {
  margin: 0;
  padding: 0;
  float: left;
  width: 259px;
}

.clientLogin label {
  vertical-align: bottom;
}

.clientLogin .txt {
  border: 1px solid #81b9ac;
  width: 100%;
}

.clientLogin .buttonContainer dd {
  float: right;
}

.clientLogin p {
  font-size: 0.9em;
  margin: 0;
}

	/* footer */
	
	#footer {
		background: url("../images/bg_footer.gif") repeat-x bottom left;
		padding-top: 40px;
		font-size: 0.9em;
    padding-bottom: 14px;
}
	
		.copyright {
			float: left;
			margin-left: 35px;
		}
		
		.partnerLogos {
			float: right;
			margin-right: 28px;
		}
		
		.partners {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
		
			.partnerLogos li {
				float: left;
				margin-left: 30px;
			}