/** 
 * Scuderi Theme
 * 
 *
 * Main Layout File
 */
 
/* Misc Styles and defaults 
-------------------------------------------- */
@font-face{
	font-family:dwCopperplate;
	src:url(../fonts/dwCOPRGTB.TTF);
	font-weight:normal;
}
@font-face{
	font-family:dwCorbel;
	src:		url(../fonts/dwCORBEL.TTF);
}

* {
	margin: 0;
	padding: 0;
}

html{
	background: #E1DDD2 url(../images/bg-shim.gif) repeat-x top center;
	background-attachment:fixed;
}
body {
	color: #333;
 	font-size: 12px; 
	font-family: Verdana, Lucida, sans-serif;
	background: url(../images/bg-diagram.jpg) no-repeat top center;
	background-attachment:fixed;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
a{
	color:#767676;
	text-decoration:none;
}
a:Hover{
	text-decoration:underline;
}
.clear{
	clear:both;
}

.floatLeft{
	float:left;
	display:inline;
}
.floatRight{
	float:right;
	display:inline;
}

.padBottom1{
	padding-bottom:15px;
}
.padBottom2{
	padding-bottom:10px;
}
.noBullet{
	list-style:none;
}
.backButton{
	padding-left: 20px;
	background: url(../images/whiteArrowBackTrans.gif) no-repeat left center;
	/*display:block;*/
	min-height:16px;
}
.nextButton{
	padding-right: 20px;
	background: url(../images/whiteArrowTrans.gif) no-repeat right center;
/*	display:block;*/
	min-height:16px;
}

#introVidPage{
	color:#FFF;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#introVidPage a{
	color:#FFF;
}
.aClick{
	cursor:pointer;
}
object, embed{
     outline:none;
}

/* CONTAINER
----------------------------------------- */
.centeredContainer{
	width:1000px;
	margin:0 auto;
}
.outlinedContainer {
	width: 998px;  
	margin: 0 auto;
	border: 1px solid #a8a8a8;
	background:#fff;
	margin-bottom:17px;
}
.outlinedContainer-notop {
	width: 998px;  
	margin: 0 auto;
	border: 1px solid #a8a8a8;
	background:#fff;
	margin-bottom:17px;
	border-top:none;
}
	.contentPadding{
		padding:17px;
		width:964px;
	}
	
	.hpMainRightContent{
		width:188px;
		min-height:200px;
		padding-top:12px;
		padding-bottom:30px;
/*		padding-top:21px;*/
/*		padding-bottom:60px;*/
	}
		.comeSeeUsBox{
			background: #e5e5e5 url(../images/come-see-us-bg.gif) repeat-x left top;
			width:186px;
/*			height:276px;*/
			height:229px;
			border:1px solid #a8a8a8;
			margin-bottom:17px;
			position:relative;
		}
		.events-container{
			width:176px;
			height:234px;
			padding:5px;
			
		}
		.events-container ul{
			list-style:none;
			height:210px;
		}
		.events-container ul li{
			background: none !important;
		}
			
			.events-container li span{
/*				margin:12px 7px 25px;*/
				margin:7px 7px 25px;
				display:block;
				width:162px;
					
			}
			.events-container li span span{
				margin:0;
					
			}
			.events-container li,
			.events-container li a
			{
				color:#555;
			}
			.events-container li a:hover{
				color:#000;
				text-decoration:none;
			}
			.event-date{
				font-size:11px;
				display:block;
			}
			.event-name{
				font-size:11px;
				font-weight:bold;
				display:block;
			}
			.event-location{
				font-size:11px;
				display:block;
			}
		#events-controls{
			position:absolute;
/*			top:253px;*/
			top:207px;
			width:176px;
			height:22px;
			border-top:1px dashed #999;
			line-height:20px;
			margin:0 5px;
		}
			.events-control-previous{
				padding-left:17px;
				color:#333;
				font-size:12px;
				background: url(../images/whiteArrowBackTrans.gif) no-repeat left center;
			}
			.events-control-more{
				padding-right:17px;
				color:#333;
				font-size:12px;
				background: url(../images/whiteArrowTrans.gif) no-repeat right center;
			}
		.subscribeBox{
			background: #E5E5E5 url(../images/subscribe-bg.gif) repeat-x left top;
			width:162px;
			min-height:76px;
			border:1px solid #a8a8a8;
			font-size:11px;
			padding:9px 12px 0;
		}
		.subscribeBox h3{
			font-size:10px;
			font-weight:bold;
		}
		.titleHolder{
			
		}
		.titleBar{
			background: #060606 url(../images/blackHeader.gif) repeat-x left top;
			border: 1px solid #000;
			width:180px;
		}
			.titleHolder .titleBar h2{
				color:#fff;
				font-size:14px;
				font-family:dwCorbel, Verdana, Geneva, sans-serif;
				padding:5px 9px 0;
				line-height:23px;
			}
			.titleHolder .titleBar h2 a{
				color:#fff;
				font-size:14px;
				font-family:dwCorbel, Verdana, Geneva, sans-serif;
				padding:0 13px 0 0;
				line-height:23px;
				background:url(../images/whiteArrowIconDark.gif) no-repeat right 4px;
				display:block;
			}
		.emailTitle{
			padding-top:3px;
		}
		div.subscribeBox .emailFormContainer{
			width:160px;
			padding:7px 0 0;
		}
		div.subscribeBox .emailFormContainer fieldset{
			float:right;
			width:160px;
			
		}
		div.subscribeBox #Email{
			float:left;
			display:inline;
			width:160px;
		}
		div.subscribeBox #Email .middleColumn{
			width:108px;
			padding:0;
			margin:0;
			background-color:transparent;
			clear:none;
			float:right;
		}
		div.subscribeBox #Email .middleColumn input{
			width:102px;
			font-size:11px;
			font-weight:normal;
			float:right;
			border:1px solid #999;
		}
		div.subscribeBox #Email span.message{
			float:left;
			border-color:#C00;
			color:#C00;
			width:89%;
			margin:10px 0 0;
		}
		div.subscribeBox .emailFormContainer div#Email label{
			float:left;
			display:inline;
			font-size:12px;
			padding-top:2px;
		}
		
		div.subscribeBox .emailFormContainer .Actions{
			clear:both;
			float:right;
			padding-top:10px;
			/*
			margin:32px 0 0 107px;
			position:absolute;
			*/
		}
		div.subscribeBox .emailFormContainer .Actions input{
			background:transparent url(../images/whiteArrowTrans.gif) no-repeat right center;
			border:none;
			padding-right:15px;
			
		}
		div.subscribeBox .emailFormContainer .Actions input:hover{
			text-decoration:underline;
		}
		.homepage-bottom-section{
			width:225px;
			margin:0 10px;
		}
			.homepage-bottom-section .titleBar{
				width:223px;
				min-height:29px;
			}
			.homepage-bottom-section ul{
				list-style:none;
			}
			.homepage-bottom-section ul li{
				line-height:14px;
				padding-bottom:12px;
			}
			.homepage-bottom-section h3 a{
				font-size:12px;
				font-weight:normal;
			}
		.bottomContentContainer{
			padding:6px 15px;
		}
		.bottomContentContainerLeft{
			border-right:1px dotted #ebebeb;
			padding:6px 15px 6px 0;
		}
		.bottomContentContainerRight{
			border-left:1px dotted #ebebeb;
		}
		.bottomContentContainerMiddle{
			border-left:1px dotted #ebebeb;
			border-right:1px dotted #ebebeb;
		}
.container { 
	width: 998px;
	background-color: #fff;	
}
#Layout {
	width: 760px;
	padding: 15px;
	overflow:hidden;
}
#Content {	
	margin: 0;
	padding:0;
	width:760px;
}
/* HEADER
----------------------------------------- */
#Header { 
 	width: 1000px;
	height: 68px;
 	margin: 0 auto;
	overflow: hidden;
}
	.Logo{
		background: url(../images/logoWithText.gif) no-repeat left top;
		width:326px;
		height:55px;
		margin:11px 0 0 16px;
		float:left;
		display:inline;
	}


/* MAIN NAVIGATION - TABS
----------------------------------------- */
#Navigation {
	width:100%;
	height:30px;
}
#Navigation ul li.hover{
	background:#999 !important;
}
#Navigation ul li.hover>a{
	color:#000 !important;
}
#Navigation ul li.hover>a.holder{
	padding-bottom:4px;
	border-bottom:0;
}

	#Navigation ul { 
 		float: right;
		list-style:none;
		
	}
		#Navigation ul li{
			float:left;
			background:#eeeeed url(../images/top-nav-gradient.gif) top center repeat-x;
			margin:0 5px 0 0;
			position:relative;
			z-index:9999999;
			/*border:1px solid #bcbaba;*/
		}
		#Navigation ul li.current,
		#Navigation ul li.section{
			background:#444;
		}
		#Navigation ul li.current a,
		#Navigation ul li.section a{
			color:#fff;
		}
			#Navigation ul li a{
				font-family:dwCorbel, Tahoma, Arial, Helvetica, sans-serif;
				font-size:16px;
				color:#000;
				padding: 4px 15px 1px;
				display:block;
				border:1px solid #EEEEED;
			}
			#Navigation ul li ul a{
				border:none;
			}
			#Navigation ul li a:hover{
				text-decoration:none;
				color:#fff;
				background-color:#999;
			}
		#Navigation ul li.hover{
			position:relative;
		}
		#Navigation ul li ul.childDDMenuContainer{
			width: 200px; 
			position: absolute; 
			top: 100%; 
			left: 0;
			display:none;
			border:1px solid #bcbaba;
			font-size:12px;
			/*border:1px solid #bcbaba;*/
		}
		#Navigation ul li .childDDMenuContainer li{
			
			width:200px;
			clear:left;
			float:left;
			margin:0;
			border:none;
			border-top:1px solid #bcbaba;
			background-color:#eee;
			/*float:left;
			background:#d2d0cc;
			border:1px solid #bcbaba;
			margin:0 5px 0 0;
		*/}
		#Navigation ul li.current ul.childDDMenuContainer li a,
		#Navigation ul li.section ul.childDDMenuContainer li a{
			color:#000;
		}
		#Navigation ul li .childDDMenuContainer li .childDDMenuContainer{
			left:100%;
			margin:0;
			padding:0;
			position:absolute;
			top:-1px;
		}
    	
/* BREADCRUMBS
-------------------------------------------- */
#Breadcrumbs { 
 	color: #B7C0C5;
	text-align: left;
	font-size: 0.9em; 
	margin: 0px 5px 10px 0;
}
	#Breadcrumbs p {
		margin: 0;
	}

/*  Homepage stuff 
-------------------------------------- */
#Banner{
	/*background-color:#000;
	width:1000px;
	height:177px;*/
	background:#000 url(../images/PageHeader.jpg) no-repeat;
	width:1000px;
	height:117px;
	margin:0;
	padding:0;
	color:#FFF;
	font-variant:small-caps;
	font-size:14px;
	font-family: dwCopperplate, Tahoma, Verdana, sans-serif;
}
#HomepageBanner{
	height:177px;
	background:#000 url(../images/HPHeader.jpg) no-repeat;
	width:1000px;
	margin:0;
	padding:0;
	color:#FFF;
	font-variant:small-caps;
	font-size:14px;
	font-family: CopperPlate, Tahoma, Verdana, sans-serif;
}

.mainHPGraphic{
	background:#000 url(../images/HPHeader.jpg) no-repeat top left;
	width:1000px;
	height:177px;
}
.hpcontent {
	float:left;
	display:inline;
	font-family: Arial, Helvetica, sans-serif;
	width:758px;
}
.hpcontent a.howitworks{
	background:url("../images/whiteArrowTrans.gif") no-repeat right 18px;
	padding-right:17px;
	color:#666;
	font-weight:bold;
	font-size:16px;
	padding-top:15px;
}
.hpcontent a.howitworks:hover{
	color:#000;
	text-decoration:none;
}
#comeseeusblock{
	height:	174px;
	width:	171px;
}

/*  Shdaowbox extras  */
#sb-nav a#sb-skip,
#sb-nav a#sb-skip-always
{
  font-family: 'Lucida Grande', Tahoma, sans-serif;
  color:		#FFF;
  font-size: 	12px;
  width:		auto;
}
#sb-separator {
  display: block; float: right; height: 16px; width: 16px; text-align:center; cursor:default;
}
/*
------ Font Styles ------*/

.hpcontent a:Hover{
	color:#083a81;
}
.hpcontent p a{
	color:#083a81;
}
.hpcontent ul{
	font-weight:normal;
	list-style:none;
}
.hpcontent ul a{
	color:#767676;
	text-decoration:none;
	cursor:pointer;
}
.hpcontent h1,
.hpcontent h1 a
{
	font-size:20px;
	font-weight:bold;
	color:#000;
}
.hpcontent h2,
.hpcontent h2 a{
	font-size:15px;
	color:#000;
	padding-bottom:6px;
}
.hpcontent h3{
	font-size:12px;
	font-weight:normal;
	/*font-size:13px;
	font-family: Arial, Helvetica, sans-serif;
	*/
}
.hpcontent h3 a:Hover.didyouhear{
	color:#083a81;
}

.hpcontent h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}
.hpcontent h5,
.hpcontent h5 a
{
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size:11px;
}
.hpcontent h5 a:Hover
{
	color:#ccc;
}
.more a{
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	color:#000;
}

#logosbar-left{
	background:url(../images/articles-button-left.gif) no-repeat left center;
	width:24px;
	height:24px;
	margin:4px 0 0 5px;
	position:absolute;
}
#logosbar-right{
	background:url(../images/articles-button-right.gif) no-repeat right center;
	width:24px;
	height:24px;
	margin:4px 5px 0 0;
	position:absolute;
	right:0;
}
#logosBar{
	height:34px;
	position:relative;
}
#logosContainer{
	position:absolute;
	width:921px;
	height:30px;
	display:block;
	overflow:hidden;
	margin:3px 38px;
}
#logos-moving-container{
	position:absolute;
	left:0;
	height:30px;
}
#logosContainer a{
	margin:0 20px;
}
#logosContainer a img{
	border:0;
}


/*
------ END Font Styles ------*/

.whiteArrow{
	background:url(../images/whiteArrowIcon.gif) no-repeat;
	background-position:0px 5px;
	min-width:12px;
	min-height:20px;
	margin-left:-20px;
	float:left;
}
.whiteArrowDark{
	background:url(../images/whiteArrowIconDark.gif) no-repeat;
	background-position:0px 7px;
	min-width:12px;
	min-height:20px;
	margin-left:-20px;
	float:left;
}

.hpLeft{
	float:left;
	display:inline;
	width:267px;
	padding: 27px 20px 18px 40px;
}
	.NewsPageIcon{
		border:0px;
		padding-right:5px;
		padding-top:2px;
	}
	.HPBlogArea{
		background: url(../images/HPBlogEntryArea.jpg) no-repeat;
		width:266px;
		height:113px;
		padding:12px 0 10px 0;
	}
		.HPBlogAreaText{
			width:190px;
		}
		.HPBlogAreaText li{
			padding-bottom:5px;
			line-height:12px;
		}
	/*.hpLeft #Form_Form{*/
	.hpLeft .emailFormContainer{
		background-color:#bab9b9;
		color:#000000;
		padding:5px;
		float:left;
		display:inline;
		width:254px;
		border:1px solid #9f9e9e;
		font-size:12px;
	}
	.hpLeft fieldset{
		float:left;
		display:inline;
		width:160px;
		padding-top:2px;
	}
	.hpLeft .left{
		display:none;
	}
	.hpLeft .emailTitle{
		padding:5px 5px 0 0;
	}
	.hpLeft legend{
		display:none;
	}
	.hpLeft .middleColumn{
		margin:0;
		padding:0;

		display:inline;
	}
	.hpLeft #Form_Form_Email{
		width:146px;
		height:14px;
		font-size:12px;
	}
	.hpLeft #Form_Form_action_SignupAction{
		border:0px;
		background:url(../images/submit_btn.gif) no-repeat;
		width:52px;
		height:24px;
	}
	.hpLeft .message{
		float:left;
		display:inline;
	}
	.hpLeft .faq{
		padding-bottom:7px;
	}
	
.hpMid{
	float:left;
	display:inline;
	width:389px;
	padding: 27px 17px 18px 36px;
}
.hpRight{
	float:left;
	display:inline;
	width:173px;
	padding: 27px 14px 18px 40px;
}
	
.hpContentSeperator{
	float:left;
	display:inline;
	width:2px;
	height:383px;
	background: url(../images/hpContentSeperator.jpg) center left no-repeat;
}



/* PAGE TEMPLATE
-------------------------------------- */
.PageHeader{
	background:#000 url(../images/PageHeader.jpg) no-repeat;
	width:1000px;
	height:117px;
	margin:0;
	padding:0;
	color:#FFF;
	font-variant:small-caps;
	font-size:14px;
	font-family: Tahoma, Verdana, sans-serif;
}
.pageheaderText{
	padding:0;
	margin:0;
}
.PageHeaderMargin{
	padding-top:40px;
	padding-left:440px;
	margin:0;
}
.PageBG{
	background: #FFF url(../images/PageBG.jpg) right top no-repeat;
}

div ul.management{
	padding:0 0 0 30px;
	margin:0;
}

div ul.management li{
	padding:25px 0;
	margin:0;
}
div ul.management li.listDivider{
	padding:0 0 0 8px;
	margin:0;
	width:480px;
	height:2px;
	background:url(../images/listDivider.jpg) center top no-repeat;
}
.staffText{
	width: 530px;
}
div.staffPhoto{
	margin: 0 0 0 30px;
}
div.staffName{
	font-weight:bold;
	padding-bottom: 8px;
}

/* ENGINE PAGES
-------------------------------------- */
#Layout a.engineController{
     text-decoration: none;
     color:#444;
     border:1px solid #bbb;
     padding:3px 7px;
     background-color:#ddd;
     -moz-border-radius: 4px;
     border-radius: 4px;  
     line-height: 27px;
}
#Layout a.engineController:hover{
     text-decoration: none;
/*     color:#083a81;*/
     cursor: pointer;
}
#Layout a.selectedAnimation{
     background:#333;
     color:#eee;
}

/* MEDIA CENTER  and PATENT PAGE
-------------------------------------- */
.LightGrayBox{
	background: url(../images/sidebarShim.png) repeat;
	color:#FFF;
	width:740px;
	min-height:100px;
	padding:10px;
	margin:0 0 20px;
	border:1px solid #9f9e9e;
}
.LightGrayBoxDivider{
	width:1px;
	height:100%;
	border-left:1px dotted #FFF;
}
div.LightGrayBox h3,
div.LightGrayBox h6,
div.LightGrayBox a{
	color:#FFF;
}
div.LightGrayBox h4{
	margin-top:15px;
	margin-bottom:0px;
	border-bottom: none;
	background-color:#5f5f5f;
	color:#FFF;
	padding:3px 5px 3px 8px;
	width:729px;
	font-size:14px;
	font-weight:bold;
}
div.LightGrayBox .folder{
	background-color:#666;
	border:1px solid #555;
	width:100%;
}
div.LightGrayBox a{
	cursor:pointer;
}

div.LightGrayBox a:Hover{
	color:#CCC;
	text-decoration:none;
}
div.LightGrayBox a:Hover span{
	text-decoration:underline
}

div.LightGrayBox a:Hover img{
	text-decoration:none;
}
div.LightGrayBox h5{
	color:#FFF;
	border-bottom:1px solid #FFF;
}
div.LightGrayBox ul{
	color:#FFF;
	list-style:none;
	margin:0px;
	padding:8px 0;
}
.IssuedPatentsBox,
.PendingPatentsBox{
	width:100%;
}
.mediaPhotoAssets{
	width:17%;
	padding:10px;
	text-align:center;
	min-height:100px;
}
.mediaAudioAssets{
	width:26%;
	padding:10px;
	text-align:left;
	padding-left:17px;
	margin:0 10px;
	background:url(../images/icons/headphonesIconTrans.gif) left top no-repeat;
}
.videoLink{
	display:block;
	width:148px;
	padding:0 0 10px;
}
.PhotoVideoBlock{
	background: url(../images/videoBox.png) no-repeat;
	width:133px;
	display:block;
}
.PhotoVideoBlock-Green{
	background: url(../images/videoCoverGreenPlayBtn.gif) no-repeat;
	width:131px;
	height:95px;
	display:block;
}
.PhotoVideoBlock-Green-title{
	padding-top:12px;
	width:76px;
}
.PVTmbPositioning{
	padding: 19px 0 0 21px;
	text-align:left;
}
.PVTmb{
	width:94px;
	height:57px;
}
.PVTmbCorner{
	background: url(../images/photoVideoBlockCorner.png) no-repeat;
	width:9px;
	height:7px;
}
.PVTmbTitle{
	padding-top:10px;
	display:block;
}

/* NEWSHOLDER and HOMEPAGE 
-------------------------------------- */
ul#NewsList{
	margin: 0;
}

ul#NewsList ul.newsItem{
	margin: 0 0 10px;
}
ul.newsItem li{
	list-style:	none;
	margin-bottom:2px;
	padding-left:22px;
}
ul.newsItem li.Text,
ul.newsItem li.PressRelease{
	background:url(../images/icons/documentIcon.gif) no-repeat 1px 0;
}
ul.newsItem li.Link{
	background:url(../images/icons/link.gif) no-repeat 0 0;
}
ul.newsItem li.Link a[href$=".pdf"],
ul.newsItem li.Link a[href$=".PDF"],
ul.newsItem li.Link a.pdf{
	background:none;
	padding:0;
}

ul.newsItem li.Video{
	background:url(../images/icons/movieIcon.gif) no-repeat 1px 0;
}
ul.newsItem li.Sound{
	background:url(../images/icons/headphonesIconTrans.gif) no-repeat 0 0;
}

/* SIDEBAR
-------------------------------------- */
#Sidebar { 
 	width: 200px;  
	margin: 15px 0 0;
}
.ELPSidebar {
	width:449px;
	height:442px;
	margin: 15px 0;
	padding: 10px 0 0 0;
	color:#FFF;
	background: url(../images/sidebarShimDark.png) repeat;
}
.ELPCar{
	width:445px;
	height:222px;
	background:url(../images/engine_landing_car.png) left bottom no-repeat;
	float:right;
	display:inline;
}
div.ELPCar div.ELPContainerText p,
div.ELPTruck div.ELPContainerText p{
	line-height:14px;
}
.ELPTruck{
	background:url(../images/engine_landing_truck.png) left bottom no-repeat;
	width:445px;
	height:222px;
	float:right;
	display:inline;
}
div.ELPContainerTitle h2{
	padding:0 0 0 35px;
	margin-bottom:10px;
}
.ELPContainerText{
	padding:0 0 0 26px;
	color:#767676;
	width:211px;
}


	#Sidebar .sidebarBox {
		margin: 0 0 10px;
		padding-bottom: 4px;
		padding-top: 4px;
		background: url(../images/sidebarShimDark.png) repeat;
	}
	
	#Sidebar ul {
		margin: 0;
	}
		#Sidebar li {
			margin: 0;
			list-style: none;
		}
	#Sidebar h3 { 
		text-transform: lowercase;
		color: #fff;
		font-weight: 700; 
		font-size: 1.4em; 
		margin: 0 0 10px 0;
		line-height: 1.8;
		padding: 1px 0 0 10px;
	}
	#Sidebar a em {
		font-style: normal;
	}
	#Sidebar p {
		font-size: 11px;
	 	clear: both;
	 	margin: 10px 10px 0 10px;
	}
	#Sidebar p em {
		font-style: normal;
		text-decoration:underline;
		font-weight:bold;
		color:#FFF;
		font-size: 12px;
	}
	#Sidebar p span{
		color:#FFF;
	}
	
	/* MENU2 */
    ul.Menu2 li { 
    	font-size: 0.9em; 
        list-style: none;
		margin-bottom:5px;
    }
    	ul.Menu2 li a,
		#Sidebar p a {
            display: block;
            font-size: 1.0em;
            line-height: 1.3em;
            color: #FFF;
			padding-TOP: 2px;
			padding-bottom: 5px;
      	}
		#Sidebar p a:hover {
			color:#CCC;
			text-decoration:underline;
		}
		
			ul.Menu2 li a span {
				padding-left: 8px;
				display:block;
			}
				ul.Menu2 li li span{
					padding-left: 0;
				}
      	
      		ul.Menu2 li.image a span{
      			padding:0;
      		}
			ul.Menu2 li.image a{
      			padding-left:32px;
      		}
      	ul.Menu2 li a:hover,
      	ul.Menu2 li a.current,
      	ul.Menu2 li a.current:hover {
        	background-color: #666;
        	color: #FFF;
			cursor: pointer;
            text-decoration: none;
      	}
	  	ul.Menu2 li a.current {
	  		font-weight: 700;
	  	}
      	ul.Menu2 li a.section,
      	ul.Menu2 li a.section:hover {
            background-color: #666;
            font-weight: 700;
            width: 100%;
			padding-bottom:3px;
      	}
      		ul.Menu2 li ul {
            	height: 100%;
            	margin: 0;
            	width: 100%;
            	padding: 0;
            	background: #767676;
      		}
      			ul.Menu2 li ul li {
            		width: 100%;
            		font-size: 0.8em;
      			}
      
					ul.Menu2 li li a.current,
      				ul.Menu2 li li a.section,
      				ul.Menu2 li li a.section:hover,
      				ul.Menu2 li li a.current:hover {
            			color: #555;
            			font-weight: bold;
      				}
      					ul.Menu2 li li ul {
            				margin: 0 0 0 10px;
            				padding: 0;
            				width: 100%;
      					}
      					
      			
			/* Sub Menu */
      		ul.Menu2 li a.levelb {
            	/*font-size: 1.7em;*/
            	padding-left: 20px;
            	width: 180px;
			}

			ul.Menu2 li a.levelb:hover,
      		ul.Menu2 li li a.current,
      		ul.Menu2 li li a.current:hover,
      		ul.Menu2 li li a.section,
      		ul.Menu2 li li a.section:hover {
            	text-decoration: none;
            	display: block;
            	color: #fff;
				background-color:#888;
      		}
      		ul.Menu2 li a.levelb:hover span,
      		ul.Menu2 li li a.current span,
      		ul.Menu2 li li a.current:hover span,
      		ul.Menu2 li li a.section span,
      		ul.Menu2 li li a.section:hover span {
            	display: block;
            	width: 100%;
            	height: 100%;
      		} 	
      		

/* COMMENTS
---------------------------------------- */
#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}
#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
	#PageComments li.odd {
		background: #eee url(../images/commentBgAlt.gif) no-repeat 1% 10%;
		padding-left: 40px;
		padding-right: 10px;
		border-bottom: 2px solid #BCBABA;
	}
	#PageComments li.even {
		background: #fff url(../images/commentBgAlt.gif) no-repeat 99% 10%;
		padding-right: 40px;
		padding-left: 10px;
		border-bottom: 1px solid #eee;
	}

		#PageComments li.odd p.info {
			color: #333;
		}

		.actionLinks li {
		   display: inline;
		   border-right: 1px solid;
		}
			.actionLinks li a {
				padding-right: 3px;
				font-size: 10px;
			}
   			.actionLinks li.last {
      			border-right: none;
   			}

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
	#PageComments p.info {
		color: #999;
		margin: 0px;
		padding: 0;
		line-height: 1em;
		font-size: 0.9em;
	}

/* SEARCH RESULTS STYLES
------------------------------------------------ */
ul#SearchResults {
	margin: 10px 0;
}
	ul#SearchResults li {
		list-style: none;
		margin: 0 0 25px;
		font-size: 1em;
	}
		ul#SearchResults li h3{
			margin: 0 0 5px;
		}

/* SEARCH FORM 
-----------------------------------------------*/
/*html #SearchForm_SearchForm {*/
.searchContentArea {
	padding: 15px 5px;
}
.searchContentArea .searchText{
	padding: 5px 5px 0 0;
}
.searchContentArea .middleColumn {
	width: 164px;
	margin: 0 5px 0 0;
	padding: 1px;
	background-color: #999;
}

	.searchContentArea .middleColumn input.text {
		width: 160px;
		border: none;
		color: #666;
	}
.searchContentArea #SearchForm_SearchForm_action_results {

	background:#FFF url(../images/whiteArrowIcon.gif) no-repeat center center;
	height:20px;
	width:20px;
}
.searchFormArea{
	display:none;
}

/* BLOG
--------------------------------------------- */
#PageComments_holder{
	padding-top:20px;	
}
#PageCommentInterface_Form_PostCommentForm{
	padding-bottom:20px;
}

/* MESSAGEBOXS
--------------------------------------------- */
.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}



p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}
/* UNSUBSCRIBE NEWSLETTER
------------------------------------------------ */
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

	#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
	}
		#Unsubscribe_MailingListForm_MailingListForm p label{
			display: inline;
		}
	#Unsubscribe_MailingListForm_MailingListForm label{
		margin:0;
	}


/* FOOTER
----------------------------------------------- */

#Footer { 
 	clear: both;
	width: 980px;
	height:30px;
	padding-left:10px;
	padding-right:10px;
}
	
  	#Footer p { 
		color: #000;
		font-size: 10px;
		line-height:28px;
	}
  		#Footer a { 
	   		color: #000; 
	   		text-decoration: none;
		}
			#Footer a:hover {
				color: #666;
				text-decoration: underline;
			}