/* 
	
	Master Screen CSS
	
		
 */

/* ------------------------ 
		reset
------------------------ */
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, ins, kbd, q, s, samp, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/*vertical-align: baseline;*/
}

	img {
		border: 0;
		outline: 0;
	}

	ol, ul { 
		list-style: none;
	}
	/* tables still need 'cellspacing="0"' in the markup */
	table {
		border-collapse: separate;
		border-spacing: 0;
	}
		caption, th, td {
			text-align: left;
			font-weight: normal;
		}

		
	body {
		line-height: 1.5;
		color: #000;
		background: #ccc;
		font-size: 62.5%;
		font-family: Arial, Helvetica, sans-serif;
		background: url(/Content/v1/us/img/web/bodyBG.gif) 0 0 repeat-x;
	}
	
	
		a,
		a:link
		a:visited
		a:hover
		a:active {
			font-weight: bold;
			color: #e59c04;
			text-decoration: none;
		}
	
			a:hover {
				font-weight: bold;
				color: #black;
				text-decoration: underline;
			}
			
		img.left {
			float: left;
			padding: 0 10px 10px 0;
		}
		
		img.right {
			float: right;
			padding: 0 0 10px 10px;
		}
	
		 #accessibility {
			position: absolute;
			left: -9999px;
		 }
	
	#container {
		width: 812px;
		margin: 0 auto;		
		position: relative;
		min-height: 500px;
	}
	
/* ------------------------ 
		head
------------------------ */
#head {
	background:url(/Content/v1/us/img/web/headerBG.gif) no-repeat bottom center;
	width: 812px; 
	height: 123px;
	text-indent: -9999px;
	}
 
h1 {
	text-indent:-9999px;
}

	h1 a {
		display:block;
		width:150px;
		height:110px;	
		float: left;	
		margin-top: 10px;
		position: absolute;
	}
	#skiplink {
		position: absolute;
		left: -9999px;
	}
	#head address a {
		display: block;
		height: 20px;
		width: 150px;
	}
		.usemail {
			margin-left: 345px;
			margin-top: 75px;
			position: absolute;
		}
		.geremail {
			margin-left: 560px;
			margin-top: 60px;
			position: absolute;			
		}
/* ------------------------ 
		nav
------------------------ */

ul#nav {
	width: 978px; 
	height: 31px;
	margin: 0 0 0 0px;
}
	#nav li {
		display: inline;
		float: left;
	}
	
	#nav li a {
		text-indent: -9999px;
		display: block;
		height: 31px;
		background:url(/Content/v1/us/img/web/Nav.gif) no-repeat 0 0;
	}
	
		ul#nav li#home a {
			width: 116px;
		}
			ul#nav li#home a:hover {
				background-position: 0 -31px;
			}
			
		ul#nav li#products a {
			width: 116px;
			background-position: -116px 0;
		}
			ul#nav li#products a:hover {
				background-position: -116px -31px;
			}
			
		ul#nav li#company a {
			width: 117px;
			background-position: -232px 0;
		}
			ul#nav li#company a:hover {
				background-position: -232px -31px;
			}
			
		ul#nav li#projects a {
			width: 116px;
			background-position: -349px 0;
		}
			ul#nav li#projects a:hover {
				background-position: -349px -31px;
			}
			
		ul#nav li#downloads a {
			width: 117px;
			background-position: -465px 0;
		}
			ul#nav li#downloads a:hover {
				background-position: -465px -31px;
			}

		ul#nav li#faq a {
			width: 115px;
			background-position: -582px 0;
		}
			ul#nav li#faq a:hover {
				background-position: -582px -31px;
			}
			
		ul#nav li#contact a {
			width: 115px;
			background-position: -697px 0;
		}
			ul#nav li#contact a:hover {
				background-position: -697px -31px;
			}


/* ------------------------ 
		content
------------------------ */
#content {
	min-height: 600px;
	_height: 600px;
	padding-top: 17px;
	padding-bottom: 20px;
}
.dynamiccontent {
	font-size: 12px;
	padding-bottom: 20px;
}
	
	.dynamiccontent p,
	.dynamiccontent h3 {
		margin-left: 10px;
	}
	.dynamiccontent h3 {
		margin-top: 10px;
		font-size: 15px;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	.dynamiccontent ul{
		list-style: circle;
		margin-left: 30px;
		margin-bottom: 20px;
	}
	.dynamiccontent div {
		margin-left: 10px;
	}
	.dynamiccontent table {
		margin-left: 10px;
		margin-bottom: 20px;
	}
	.dynamiccontent th {
		background-color: #c1c2c4;
		font-weight: bold;
		text-transform: uppercase;
	}

	.dynamiccontent td {
		background-color: #d7d8da;
	}	
	.dynamiccontent td,
	.dynamiccontent th {
		border-right: 1px solid #FFFFFF;
		border-bottom: 1px solid #FFFFFF;
		padding: 1px;
		padding-left: 5px;
	}
		.dynamiccontent td img {
			margin-right: 3px;
		}
		
		.dynamiccontent td a {
			color: #000000;
		}
	
	.projects {
		margin-left: -10px;
		margin-top: 15px;
	}
	.projects td,
	.contact td {
		background-color: #FFFFFF;
	}
	.contact h3 {
		margin-left: 0;
	}
		 
	#home-left {
		width: 476px;
		float: left;
		padding-right: 25px;
		font-size: 12px;
	}
		#home-left h3 {
			background:url(/Content/v1/us/img/web/specializedPVE.gif) no-repeat 0 0;
			width: 501px;
			height: 36px;
			margin-bottom: 15px;
			text-indent: -9999px;
		}
		#home-left img {
			float: left;
			margin-right: 10px;
			margin-top: -10px;
			margin-bottom: 13px;
		}
		
		#home-left p {
			clear: both;
			line-height: 1.3em;
		}
		#home-left strong {
			font-size: 14px;
			display: block;
		
		}
		
	
	
	#home-right {
		width: 305px;	
		float: left;
		margin-left: 6px;
		font-size: 12px;
	}
		#home-right h3 {
			width: 304px;
			height: 36px;
			text-indent: -9999px;
			margin-bottom: 12px;			
		}
		#home-right h3.news {
			background:url(/Content/v1/us/img/web/news-events.gif) no-repeat 0 0;
			margin-bottom: 2px;
		}
			#home-right ul {
				margin-top: 12px;
				margin-left: 10px;
				line-height: 14px;
			}
			li.newstitle {
				font-weight: bold;
			}
		
		#home-right h3.training {
			background:url(/Content/v1/us/img/web/training-seminars.gif) no-repeat 0 0;
			margin-top: 20px;
			margin-bottom: 2px;
		}
		
		#home-right h3.pve-consulting {
			background:url(/Content/v1/us/img/web/ww-pveconsulting.gif) no-repeat 0 0;
			margin-top: 20px;
			margin-bottom: 2px;
		}
		#home-pve {
			margin-left: 10px;
		}

		#home-right h3.product-showcase {
			background:url(/Content/v1/us/img/web/product-showcase.gif) no-repeat 0 0;
			margin-top: 20px;
		}

			#productFlash {
				height: 265px;
				width: 304px;
			}

	h2 {
		background: url(/Content/v1/us/img/web/h2BG.gif) no-repeat 0 0;
		width: 600px;
		height: 36px;
		font-size: 17px;
		font-weight: bold;
		padding-top: 6px;
		text-indent: 10px;
		text-transform: uppercase;
	}	

	h4 {
	}
	
	#content p {
		padding: .5em 0;
	}
	
	.yellowborder {
		border: 1px solid #f3d50f;
	}
	
	/* forms */
	fieldset legend,
	legend {
		display: none;
	}
	
	fieldset dt {
		display: block;	
	}
	
	#content dt label,
	#content fieldset dt {
		color: #000;
		font-weight: bold;
	}
	
	#content dd input,
	#content dd select {
		background: #edeeec;
		border:1px solid #ccc;
		padding: 3px;
		font-size: .9em;
	}
	
	#content dd select {
		padding: 0;
		height: 21px;
	}
	
	/* pagination */
	
	.pagination li {
		display: block;
		float: left;
		_display: inline;
		font-size: .9em;
		margin-right: 1px;
	}
	
		.pagination span#prevpage,
		.pagination span#nextpage{
			display: none;
				}
	
		.pagination a#prevpage,
		.pagination a#nextpage{
			display: block;
			width: 5px;
			height: 6px;
			text-indent: -9999px;
			overflow: hidden;
			margin-top: 5px;
		}
		
		.pagination a#prevpage {
			background: url(/content/v1/us/img/previous.gif) no-repeat;	
		}
		
		.pagination a#nextpage{
			margin-left: 5px;
			background: url(/content/v1/us/img/next.gif) no-repeat;	
		}
		
		.pagination li a,
		.pagination li span{
			display: block;
			padding: 1px 4px;
			text-decoration: none;
		}
		
		.pagination li span{
			color: #fff;
			background: #9a3334;
		}

		
	/* errors */
		#ctl00_PageContent_Errors1 span,
		.validation-advice,
		.errorlist,
		#ctl00_PageContent_Errors1 {
			color: #f00;
			font-size: 10px;
			font-weight: bold;
			position: relative;
		}

		#ctl00_PageContent_Errors1 span {
			border: 1px solid #f00;
			background: #ffe0e0 url(/content/v1/img/error.gif) no-repeat right 2px ;
			padding: 5px;
			display: block;
			margin: 0 0 5px 0;	
		}

		#ctl00_PageContent_Errors1 li {
				padding: 0!important;
		}

		.validation-failed {
			border-color: #f00 !important;
		}

		.errorlist {
			padding: .2em 1em;
			font-size: 1.1em;
			display: block;
		}
		
/* ------------------------ 
		meta
------------------------ */
	div.metaEdit {
		position: absolute;
		top: 5px;
		right: 5px;
		font-size: 11px;
		line-height: 1.5;
		z-index: 999999;
		*width: 340px;
	}
	
		p.metaToggler {
			display: inline;
			color: #5288C9;
			float: right;
			padding-left: 20px;
			cursor: pointer;
		}
			p.metaToggler {
				background: transparent url(/Pages/v1/default/Admin/Core/MochaUi/Themes/Catalyst/Images/icons/editIcon.gif) no-repeat 2px -1px;
			}
			
	div.metaElement {
		clear: both;
		
	}
			
		div.metaElement fieldset {
			clear: both;
			background: #fff;
			border: 1px solid #DFDFDF;
			padding: 5px;
			
		}
		
			div.metaElement fieldset dl{
				background: #eee;
				padding: 6px 10px;
				clear: both;
			}
			
				div.metaElement fieldset dt {
					color: #555555;
					}
					
					div.metaElement fieldset dd{
						
					}
					
					div.metaElement fieldset dd input {
						background:#EFF4FA none repeat scroll 0 0;
						border:1px inset #CCCCCC;
						font-size:11px;
						padding:3px;
						width: 300px;
					}
					
					div.metaElement fieldset dd input:focus {
						background: #E7EEF7;
					}
			
			input.invisible {
				display: none;
			}
		
		
	#meta-save-results {
		position: absolute;
		top: 0;
		left: 5px;
	}
		#meta-save-results .message {
			padding-left: 14px;
			font-weight: bold;
			color: #5288C9;
			text-transform: uppercase;
			background: url(/content/v1/us/img/admin/btn_save.gif) no-repeat;
		}
		

/* ------------------------ 
		news
------------------------ */
#newsDetail dd {
	margin-left: 10px;
	font-size: 12px;
}
	dd.date {
		font-size: 10px;
	}

/* ------------------------ 
		modal
------------------------ */
#sbox-content #container,
#sbox-content #content,
#sbox-content #innerContent {
	width: auto;	
	background: #fff;
	margin: 0;
	padding: 0;
	float: none;
}

	#sbox-content #innerContent h3 {
		margin-top: 0;
	}



#sbox-content #head,
#sbox-content #footer {
	display: none;	
}

/* ------------------------ 
		footer
------------------------ */
#footer {
	background: url(/Content/v1/us/img/web/footerBG.gif) 0 0 repeat-x #fcf4c2; 
	min-height: 300px;
	padding-top: 30px;
	clear: both;
}
	#inner-footer {
		width: 816px;
		margin: 0 auto;
		font-size: 11px;
	}
	#inner-footer strong {
		display: block;
		font-weight: bold;
		margin-top: 10px;
		text-transform: uppercase;
		line-height: 12px;
		font-size: 13px;
	}
	#inner-footer address {
		font-size: 12px;
		line-height: 16px;
		padding-bottom: 20px;
		border-bottom: 1px dashed black;
		font-style: normal;
	}
		#inner-footer address span {
			display: block;
			width: 120px;
			float: right;
			position: relative;
			margin-top: -35px;
			*margin-top: -40px;
			text-align: right;
		}
		#inner-footer address span strong {
			font-size: 16px;
		}
	
	#footer ul {
		margin-top: 20px;
	}
 
 	#footer li {
		font-weight: bold;
		float: left;
		margin-right: 47px;
		text-transform: uppercase;
	}
	
	#footer p {
		display: block;
	}
	 
		#footer a {
			color: #000000;
			font-weight: inherit;
		}
		
			#footer a:hover {
			}
			
			p.copyright {
				margin-top: 50px;
				text-transform: uppercase;
			}
	
/* ------------------------ 
		EASY CLEARING 
------------------------ */
.clear { clear:both;}

/* This needs to be first because FF3 is now supporting this */
.clearfix {display: inline-block;}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    font-size: 0;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

