@font-face {
    font-family: 'TitilliumText22LBold';
    src: url('Fonts/TitilliumText22L005-webfont.eot');
    src: url('Fonts/TitilliumText22L005-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fonts/TitilliumText22L005-webfont.ttf') format('truetype'),
         url('Fonts/TitilliumText22L005-webfont.woff') format('woff'),         
		 url('Fonts/TitilliumText22L005-webfont.svg#TitilliumText22LBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

html{height:100%;}
#Body{height:100%;font-family:Helvetica, Arial, sans-serif;color:#333;background:url('Images/bg-img.jpg') repeat; }
#Form{height:100%;}
a{outline:0;border:0;} /* 4577B5 */
p, ul, ol{margin:0;padding:0 0 1em 0;}
#DNN6{width:100%;position:relative;z-index:1;min-height:100%;}
#DNN6_home{width:100%;position:relative;z-index:1;min-height:100%;background-color: #fafafa;}
#Background{position:absolute;bottom:0;width:100%;height:240px;z-index:-1;}

h1{font-family:TitilliumText22LBold;font-size:26px;}
h2{font-family:TitilliumText22LBold;font-size:22px;}
h3{font-family:TitilliumText22LBold;font-size:18px;}

#Header{width:100%;position:absolute; z-index:10;top:95px;}
    #Header .Content{
		position:relative;
		height:53px;
	}
    #Header #ContentBG{
		width:960px;
		height:35px;
		margin:auto;
		border: 1px solid #D9D9D9;
		-moz-box-shadow: 0px 10px 10px -2px #CFCFCF;
		-webkit-box-shadow: 0px 10px 10px -2px #CFCFCF;
		box-shadow: 0px 10px 10px -2px #CFCFCF!important;		
		-webkit-border-radius: 0.5em!important;
		border-radius: 0.5em!important;
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d9d9d9') progid:DXImageTransform.Microsoft.Shadow(color='#B5B5B5', Direction=170, Strength=10);
		background-image:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#d9d9d9));
		background-image:-webkit-linear-gradient(#ffffff,#d9d9d9);
		background-image:-moz-linear-gradient(#ffffff,#d9d9d9);
		background-image:-ms-linear-gradient(#ffffff,#d9d9d9);
		background-image:-o-linear-gradient(#ffffff,#d9d9d9);
		background-image:linear-gradient(#ffffff,#d9d9d9);
		background-color: #fafafa;
		zoom: 1;
	}
	/* Hide left bullet point */
    #Header #ContentClear{
		width:10px;
		height:35px;
		margin-left:10px;
		background-image:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#d9d9d9));
		background-image:-webkit-linear-gradient(#ffffff,#d9d9d9);
		background-image:-moz-linear-gradient(#ffffff,#d9d9d9);
		background-image:-ms-linear-gradient(#ffffff,#d9d9d9);
		background-image:-o-linear-gradient(#ffffff,#d9d9d9);
		background-image:linear-gradient(#ffffff,#d9d9d9);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d9d9d9');
		float:left;
		position: relative;
		z-index: 1;
	}

    #Header #Nav{
		width:940px;
		height:32px;
		position:absolute;
		top:4px;
		left:20px;
		overflow:visible;
	}
    
    #Header .SearchContainer{position:absolute;z-index:22;bottom:19px;right:10px;width:232px;height:32px;display:none;}
    #Header .SearchContainer .SearchBorder{border:none;background:none;}
    #Header .SearchContainer .SearchIcon{float:left;width:40px;padding:3px;background-position:9px 6px;display:none;}
    #Header .SearchContainer .SearchTextBox{float:left;background:#fff;width:140px;margin:3px;color:#eee; border:1px solid #d9d9d9;display:none;}
    #Header .SearchContainer .SearchButton{float:left;text-indent:-9999px;display:block;height:32px;width:30px;padding:0;display:none;}

#Content {min-height: 600px; position:relative; z-index:1;}

#Panes{width:960px;margin:auto;}
    
/* LOGIN GROUP STYLES */
	#LogoRow{
		padding:12px 0;
		min-height:115px;
	}
	
	/* Company Logo */
	#LogoRow > a{ 
		display:block; 
		float:left;
		margin-top: 15px;
	}
	
	/* Login & Social */
	.LogoRowRight{ float:right; }
	
	#Login {
		float: right;
		padding-right: 0;
		height: 33px;
		margin-top: 38px;
	}
		
		#Login .registerGroup, 
		#Login .registerGroup *, 
		#Login .loginGroup, 
		#Login .loginGroup *{
			display:block;
		} 
	
	
		#Login .registerGroup,
		#Login .loginGroup{float:left;padding:0;margin:0;} 
		
		#Login .registerGroup li:first-child:hover{border-left:#333;}
		/* Register Group Styles */
		#Login .registerGroup li{ 
			float:left;
			height:23px;
			background:url(images/header-li.jpg) no-repeat right 10px;
		}
		#Login .registerGroup .buttonGroup{margin-right:0;}
		
		#Login .registerGroup a,
		#Login .loginGroup a{
			position:relative;
			display:block;
			padding:11px 10px;
			min-width:15px; min-height:11px;
			font-weight:bold;
			font-size:10px;
			vertical-align:middle;
			line-height:1em;
			color:#999999;
		}

		#Login .registerGroup a:hover,
		#Login .loginGroup a:hover{
			color:#BFBFBF;
		}
		
		#Login .registerGroup a:hover,
		#Login .loginGroup a:hover{text-decoration:none;}
		
		#Login .registerGroup a strong,
		#Login .loginGroup a strong{
			position:absolute;
			left:0; top:0;
			width:100%; height:100%;
			display:block;
			font-size:11px;
			font-weight:bold;
			vertical-align:baseline;
			overflow:hidden;
			text-indent:-9999px;
		}
		
		.registerGroup .userMessages strong,
		.registerGroup .userNotifications strong{
			background:url(Images/userLoginSprite.png) no-repeat 15px 12px;
		}
		.registerGroup .userNotifications strong{ background-position:-85px 10px; }
		.registerGroup .userMessages strong:hover{background-position:15px -40px; }
		.registerGroup .userNotifications strong:hover{ background-position:-85px -42px;}
		.registerGroup .userMessages strong:active{background-position:15px -91px; }
		.registerGroup .userNotifications strong:active{ background-position:-85px -92px;}
		
		#Login .registerGroup a span{
			position:absolute;
			right:5px; top:-7px;
			display:inline-block;
			padding:2px 4px;
			min-width:7px;
			text-align:center;
			margin-right:3px;
			background: rgb(31,152,241); /* Old browsers */
			font-size:9px;
			color:#fff;
			text-shadow: 0px 1px 0px #333333;
			
			/*CSS3*/	
			background: -moz-linear-gradient(top, rgba(31,152,241,1) 0%, rgba(2,111,196,1) 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(31,152,241,1)), color-stop(100%,rgba(2,111,196,1))); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top, rgba(31,152,241,1) 0%,rgba(2,111,196,1) 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top, rgba(31,152,241,1) 0%,rgba(2,111,196,1) 100%); /* Opera 11.10+ */
			background: linear-gradient(top, rgba(31,152,241,1) 0%,rgba(2,111,196,1) 100%); /* W3C */
			
			-webkit-border-radius: 	3px;
			-moz-border-radius: 	3px;
			border-radius: 			3px; 
			
			-webkit-box-shadow: 0px 1px 0px 0px #222222;
			-moz-box-shadow: 0px 1px 0px 0px #222222;
			box-shadow: 0px 1px 0px 0px #222222; 		
		}
		
		
		#Login .registerGroup .userProfileImg a{
			padding:0;background:none;
			min-width:25px;
		}
		#Login .registerGroup a img{
			border:1px solid blue;
			height:32px; width:32px;
			background:#555;
			
			-webkit-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
			-moz-box-shadow: 	0px 1px 0px 0px rgba(0, 0, 0, 0.2);
			box-shadow: 		0px 1px 0px 0px rgba(0, 0, 0, 0.2); 
		}
		/* Login Group Styles */
		#Login .loginGroup{
			border-left:1px solid #fcfcfc; /*light*/		
		} 
		
		/* Login Language Group */
		#Login .language-object{
			float:left;
			display:block;
			margin:0;
			padding:0;
			
			border-left:1px solid #c7c7c7; /*dark*/
		}
		#Login .language-object span{
			padding:8px 0;
			padding-right:8px;
			margin:0;
			float:left;
		}
		#Login .language-object span:first-child{
			padding-left:8px;
			border-left:1px solid #fcfcfc; /*light*/
		}
		#Login .language-object span img{
			height:12px; width:20px;
			opacity:0.2;
		}
		
		
	#fb-root{display:none;}
	.fb-like{float:left;}
	#dnn_SocialMediaPane{clear:both; float:right; }
	
	#Breadcrumb{height:30px;width:960px;line-height:30px;margin:0 0 10px 0;font-size:11px;}
    #Breadcrumb span{display:inline-block;height:30px;float:left;font-weight:bold;color:#666;font-size:11px;}
    #Breadcrumb .Intro{text-transform:uppercase;padding:0 0 0 13px;font-size:10px;}
    #Breadcrumb .SkinObject{display:inline-block;color:#999;height:30px;float:left;margin-left:10px; padding-left:14px;  background:url(images/breadcrumb.png) no-repeat 0px 12px;}
    #Breadcrumb .SkinObject:hover{text-decoration:underline;}
    
	#dnn_ContentPane, #dnn_BottomPane{clear:both;}
	
	#DNN6.Home #dnn_LeftPane, #DNN6.TwoColRight #dnn_LeftPane{float:left;width:630px;margin:0 30px 0 0;min-height:1px;}
	#DNN6.Home #dnn_RightPane, #DNN6.TwoColRight #dnn_RightPane{float:left;width:300px;}
	
	#DNN6.ThreeCol #dnn_LeftPane{float:left;width:170px;margin:0 15px 0 0;}
	#DNN6.ThreeCol #dnn_CenterPane{
		background-color: #fafafa;
		float:left;
		width:420px;
		margin:0 15px 0 0;
		border:1px solid #d9d9d9;
		-webkit-border-radius: 0.5em!important;
		border-radius: 0.5em!important;
		padding: 10px 30px;
		-moz-box-shadow: 0px 10px 10px 0px #CFCFCF;
		-webkit-box-shadow: 0px 10px 10px 0px #CFCFCF;
		box-shadow: 0px 10px 10px -2px #CFCFCF!important;		
	}
	#DNN6.ThreeCol #dnn_CenterPane p{
		line-height:25px;
	}

	#DNN6.ThreeCol #dnn_RightPane{float:left;width:250px;}
	
	#DNN6.TwoColLeft #dnn_LeftPane{float:left;width:300px;margin:0 30px 0 0;}
	#DNN6.TwoColLeft #dnn_RightPane{float:left;width:630px;}

	#DNN6.ThreeCol #dnn_home_LeftPane{float:left;width:333px;margin:0 30px 0 0;}
	#DNN6.ThreeCol #dnn_home_CenterPane{float:left;width:333px;margin:0 30px 0 0;}
	#DNN6.ThreeCol #dnn_home_RightPane{float:left;width:333px;}
	
#Footer{min-height:45px;width:100%;}
    #Footer .Content{width:960px;margin:auto;padding:0 0 0 0;}
    #Footer .Content .Panes{padding:0 0 45px 0;}
    
	#Footer #dnn_Footer_LeftPane{
	width:410px!important;
	position: absolute;
	padding:10px 20px 0px 20px;
	border: 1px solid #D9D9D9;
	-moz-box-shadow: 3px 3px 5px 1px #CFCFCF;
	-webkit-box-shadow: 3px 3px 5px 1px #CFCFCF;
	box-shadow: 3px 3px 5px 1px #CFCFCF;		
	-webkit-border-radius: 0.5em!important;
	border-radius: 0.5em!important;	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d9d9d9') progid:DXImageTransform.Microsoft.Shadow(color='#B5B5B5', Direction=170, Strength=10);
	background-image:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#d9d9d9));
	background-image:-webkit-linear-gradient(#ffffff,#d9d9d9);
	background-image:-moz-linear-gradient(#ffffff,#d9d9d9);
	background-image:-ms-linear-gradient(#ffffff,#d9d9d9);
	background-image:-o-linear-gradient(#ffffff,#d9d9d9);
	background-image:linear-gradient(#ffffff,#d9d9d9);
	background-color: #fafafa;
	}
	
    #Footer #dnn_Footer_RightPane{
	width:480px!important;
	height:120px!important;
	float:right!important;
	-moz-box-shadow: 3px 3px 5px 1px #CFCFCF;
	-webkit-box-shadow: 3px 3px 5px 1px #CFCFCF;
	box-shadow: 3px 3px 5px 1px #CFCFCF;
	-webkit-border-radius: 0.5em!important;
	border-radius: 0.5em!important;	
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d9d9d9') progid:DXImageTransform.Microsoft.Shadow(color='#B5B5B5', Direction=170, Strength=10);
	}
	
    #Footer #dnn_Footer_BottomPane{clear:both;}
    #Footer #Copyright{
	margin-top:20px;
	clear:both;
	height:50px;
	width:960px;
	line-height:46px;
	}
    #Footer .Normal{color:#e5e5e5;}
    #Footer span.SkinObject{font-weight:normal;color:#666666;}
    #Footer a.SkinObject{float:right;font-weight:normal;text-decoration:underline;}
    #Footer a.SkinObject:link, #Footer a.SkinObject:active, #Footer a.SkinObject:visited, #Footer a.SkinObject:hover{
	color:#e5e5e5;padding:0 0 0 15px;display:none;}

/* Content */
.Social-Links{text-align:right;padding:15px 0 0 0; display:none;}
	.Social-Links .fb-like{top: 5px;}
	.Social-Links a{margin:0 0 0 10px;}
	.icoIN{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -192px 0;}
	.icoFacebook{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat 0 0;}
	.icoTwitter{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -32px 0;}
	.icoTwitter2{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -576px 0;}
	.icoMySpace{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -64px 0;}
	.icoStumbleUpon{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -96px 0;}
	.icoDigg{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -128px 0;}
	.icoFlickr{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -160px 0;}
	.icoLinkedIn{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -192px 0;}
	.icoYouTube{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -224px 0;}
	.icoDelicious{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -256px 0;}
	.icoBlogger{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -288px 0;}
	.icoRSS{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -320px 0;}
	.icoEmail{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -352px 0;}
	.icoTumblr{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -384px 0;}
	.icoFourSquare{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -416px 0;}
	.icoReddit{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -448px 0;}
	.icoVimeo{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -480px 0;}
	.icoWordPress{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -512px 0;}
	.icoBebo{width:32px;height:32px;background:url(images/SocialMedia.png) no-repeat -544px 0;}

/* Right Hand Links */
#RightLinks{margin:0;padding:0;}
	#RightLinks li{height:50px;clear:both;list-style-type:none;background:url(images/Horizontal-Sep.jpg) repeat-x left bottom;padding:1em 0;margin:0;}
		#RightLinks li img{float:left;height:50px;width:56px;margin:0 15px 0 0;}
		#RightLinks li a:link, #RightLinks li a:visited{color:#000;text-decoration:none;}
		#RightLinks li a:active, #RightLinks li a:hover{color:#D0171E;text-decoration:none;}
		#RightLinks li p{margin:0;line-height:14px;}
		#RightLinks li p span{display:block;color:#000;font-size:13px;font-weight:bold;text-transform:uppercase;padding:0 0 2px;font-family:TitilliumText22LBold;font-size:14px;text-shadow: #f7f7f7 1px 1px 1px;}
		#RightLinks li.icoMarketplace{background:none;}
		#RightLinks li.icoCommunity img{background:url(images/Icons.png) no-repeat -192px 8px;}
		#RightLinks li.icoManuals img{background:url(images/Icons.png) no-repeat -250px 0;}
		#RightLinks li.icoTraining img{background:url(images/Icons.png) no-repeat -316px 2px;}
		#RightLinks li.icoConferences img{background:url(images/Icons.png) no-repeat -376px 0;}
		#RightLinks li.icoMarketplace img{background:url(images/Icons.png) no-repeat -444px 0;}

/* Password Information */
#Passwords{margin:2em 0;padding:0;}
	#Passwords li{display:inline-block;height:62px;width:305px;background:url(images/Icons.png) no-repeat -256px -64px;margin:0 15px 0 0;padding:0;list-style-type:none;}
	#Passwords li.Host{margin:0;}
	#Passwords span.SubHead{display:block;color:#FFF;font-size:14px;padding:11px 0 8px 15px;}
	#Passwords span.Password{color:#FFF;padding:0 0 0 15px;}
p.Disclaimer{clear:both;color:#666666;font-size:11px;line-height:14px;}

/* Default Over-rides */

#ControlPanelWrapper #dnnCPWrap{filter:none !important;}

/* Modules */
.DnnModule{
	margin:0 0 2em 0;
}
.DnnModule ul, ol{padding: 0 0 0 0;}
/* Panes - In Layout Mode */
.paneOutline{border:0;}
.paneOutline span.SubHead center{border:1px #ccc dotted;border-left:0;border-right:0;line-height:2.5em;}

#iPopUp{display:none;}
.eipbackimg{z-index:1000;}

/* Fonts */
.Normal{font-size:12px;line-height:16px;}
.SubHead{color:#333;}

/* Language Object */
.language-object { display:inline-block; margin-left: 5px; }

/* FRONT PAGE CUSTOM MODULES */
#modules {
	width: 1000px;
	height: 280px;
	margin-top: 40px;
}

.module {
	background-color: #fafafa;
	float: left;
	width: 309px;
	margin-right:13px;
	height: 255px;
	border: 1px solid #D9D9D9;
	-moz-box-shadow: 0px 10px 10px -2px #CFCFCF!important;
	-webkit-box-shadow: 0px 10px 10px -2px #CFCFCF!important;
	box-shadow: 0px 10px 10px -2px #CFCFCF!important;
	-webkit-border-radius: 0.5em!important;
	border-radius: 0.5em!important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#d9d9d9') progid:DXImageTransform.Microsoft.Shadow(color='#B5B5B5', Direction=170, Strength=10);
}

#module_1 {
	margin-left: 0px;
}

.module h2 {
	margin: 0px;
	height: 38px;
	overflow: hidden;
	color: #255893;
	background-image: url(images/mod_bg_left.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#module_1 h2 {
	background-image: url(images/mod_bg_left1.png);
}

#module_2 h2 {
	background-image: url(images/mod_bg_left2.png);
}

#module_3 h2 {
	background-image: url(images/mod_bg_left3.png);
}

.module h2 span {
	visibility: hidden;
}

.module img {
	display: block;
}

.module p {
	margin: 0px;
	float:right;
	font: 12px arial;
}

.module p a{
	text-decoration: underline;
	color:#29486D!important;
	margin-right:15px;
}

.module .info {
	float: left;
}

.module .info p {
	height: 76px;
	font: 12px arial;
	color: #112947;
	text-align: left;
	padding: 10px 15px 0px 15px;
	line-height: 20px;
}

.module .footer {
	clear: left;
	background-color: #5990cd;
	width: 100%;
	overflow: hidden;
}

.module .footer span, .module .footer a {
	display: block;
	float: right;
}

.module .footer span {
	height: 27px;
	font-size: 0px;
}

.module .footer .left {
	width: 7px;
	background-image: url(images/mod_ftrleft-off.gif);
}

.module .footer .right {
	width: 19px;
	background-image: url(images/mod_ftrright-off.gif);
}

.module .footer a {
	float: left;
	width: 222px;
	height: 15px;
	text-align: right;
	margin: 6px;
	font: 10px arial;
	color: white;
	text-decoration: none
}

.module .body {
	width: 0px;
	overflow: hidden;
	float: right;
}

.module .body .content {
	padding: 10px 0px 0px 10px;
	text-align: left;
	line-height: 16px;
	width: 191px;
	height: 190px;
	background: #cbdff6;
}

.module .body strong {
	font: bold 11px arial;
	color: #0c325d;
}

.module .body a {
	font-size: 10px;
}

/* SUBNAV MENU */

#subnav, #subnav ul, #subnav li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#subnav li {
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}

#subnav li.section, #subnav li.subsection, #subnav li.bottom {
}

#subnav li ul li{
	border-left: none!important;
	border-right: none!important;
	border-bottom: 1px solid #d9d9d9;
	background-color: #fafafa;
}

#subnav {
	float: left;
	width: 167px;
	text-align: left;
}

#subnav strong {
	height: 29px;
}

#subnav strong span {
	visibility: hidden;
}

#subnav .subsection strong {
	height: 13px;
	background-color: #d9d9d9;
	padding:7px;
	color:#29486D;
	font-weight:normal;
	font-family:"Times New Roman";
	font-size:14px;
}

#subnav img, #subnav strong {
	display: block;
}

#subnav a {
	display: block;
	height: 20px;
	padding: 10px 0px 4px 17px;
	text-decoration: none;
	color:#262626;
}

#subnav #contact {
display: block;
height: 20px;
padding: 12px 0px 6px 22px;
text-decoration: none;
color: #262626;
height:100px;
}

#subnav a:hover, #subnav .subnavActive {
	display: block;
	height: 20px;
	padding: 10px 0px 4px 17px;
	text-decoration: none;
	color:#a6a6a6;
}

#subnav .section li strong {
	display: block;
	padding: 6px 0px 6px 11px;
	font: bold 11px arial;
	color: #0c325d;
	background-color: #d9d9d9;
}

/* Services Page */
#services_list{
	height:170px;
}

#services_list li{
	list-style:none;
	float:left;
	width: 210px;
}

.services_sublist{
	display:block;
}

.services_sublist li{
	list-style:none;
	padding:5px 0!important;
	font-size:11px;
}

/* Technologies Page */
#tech_list{
}

#tech_list p{
	font-weight:bold;
}

#tech_list li{
	list-style:none;
	float:left;
	width: 210px;
}

.tech_sublist{
	display:block;
	margin-left:20px!important;
}

.tech_sublist li{
	font-size:11px;
	list-style:square!important;
}

.tech_sublist1{
	height: 205px;
}
.tech_sublist2{
	height: 100px;
}
.tech_sublist3{
	height: 205px;
}
.tech_sublist4{
	height: 100px;
}

#tech_list_2{
	margin-left:15px;
	padding-bottom: 15px;
}

#skill_list li{
	list-style:none;
	float:left;
	width: 210px;
}

.skill_sublist1{
	height: 100px;
	margin-left:15px;
}
.skill_sublist2{
	height: 100px;
	margin-left:15px;
}

.skill_sublist1 li{
	list-style:square!important;
}
.skill_sublist2 li{
	list-style:square!important;
}


#portfolio_list{
	margin-top:20px;
}

#portfolio_list li{
	list-style:none;
	float:left;
	width: 140px;
}

/* Products page custom formatting */
#dnn_ctr468_HtmlModule_lblContent tr{
	height: 130px;
}

#dnn_ctr468_HtmlModule_lblContent td{
	padding: 0 10px 0 0;
}

#dnn_ctr468_HtmlModule_lblContent td span{
	line-height: 20px;
}

#dnn_ctr468_HtmlModule_lblContent img{
	margin-top: 10px;
}


/* Pearl #2 page custom formatting */
#dnn_ctr483_HtmlModule_lblContent  strong{
	margin-top:20px;
	line-height: 40px;
}

#dnn_ctr483_HtmlModule_lblContent p{
	padding:0px!important;
}

#dnn_ctr483_HtmlModule_lblContent li{
	line-height: 25px;
}

/* Login page custom formatting */
.headers{
	color: #5584BE;
	font-size:24px;
	font-weight:bold;
	font-style:italic;
	font-family:"Times New Roman" arial!important;
	margin-top: 10px;
	padding-bottom: 15px;
	line-height: 20px;
}

#dnn_ctr484_dnnTITLE_titleLabel{
	color: #4577B5;
	font-size:22px;
	font-weight:bold;
	font-style:italic;
	font-family:"Times New Roman";
}

/* Site Map */
/* Technologies Page */
#sitemap_list{
	height:170px;
}

#sitemap_list p{
	font-weight:bold;
}

#sitemap_list li{
	list-style:none;
	float:left;
	width: 210px;
}

.sitemap_list{
	display:block;
	margin-left:20px!important;
}

.sitemap_list li{
	font-size:11px;
	list-style:square!important;
}

.sitemap_list{
	height: 70px;
}


/* Registration page custom formatting */
h2.dnnFormSectionHead{
	display:none;	
}
div.udContent{
	margin-top: -30px;
}

/* Contact Us Form custom formatting */
a.dnnPrimaryAction{
	margin: 10px 0 0 18px;
}

/* General custom formatting */
.header_img{
	margin-left:-10px;
}

h1.Title{
	display:none!important;
}

.DNNEmptyPane{
	display: none!important;
}

.dividerBlue {
	background: url(Images/divider_blue.gif) center repeat-x;
	width: 420px;
	height:3px;
	margin-bottom:15px;
	clear: both;
}
.dividerGray {
	background: url(Images/divider_gray.gif) center repeat-x;
	width: 420px;
	height:3px;
	margin-bottom:15px;
	clear: both;
}

/* General custom formatting */
#footer_links {
	float: right;
	padding-right: 0;
	height: 33px;
	margin-top: -40px;
}

		#footer_links .footerGroup, 
		#footer_links .footerGroup *{
			display:block;
		} 
	
		#footer_links .footerGroup{float:left;padding:0;margin:0;} 
		
		#footer_links .footerGroup li:first-child:hover{border-left:#333;}
		/* Register Group Styles */
		#footer_links .footerGroup li{ 
			float:left;
			height:23px;
			background:url(images/header-li.jpg) no-repeat right 10px;
		}
		#footer_links .footerGroup li.rightside{ 
			background:none!important;
		}
		#footer_links .footerGroup .buttonGroup{margin-right:0;}
		
		#footer_links .footerGroup a{
			position:relative;
			display:block;
			padding:11px 10px;
			min-width:15px; min-height:11px;
			font-weight:bold;
			font-size:10px;
			vertical-align:middle;
			line-height:1em;
			color:#999999!important;
		}

		#footer_links .footerGroup a:hover{
			color:#BFBFBF;
		}
		
		#footer_links .footerGroup a:hover{text-decoration:none;}
		
		#footer_links .footerGroup a strong{
			position:absolute;
			left:0; top:0;
			width:100%; height:100%;
			display:block;
			font-size:11px;
			font-weight:bold;
			vertical-align:baseline;
			overflow:hidden;
			text-indent:-9999px;
		}
		
		div.RotatorWrapper{
			-moz-box-shadow: 0px 10px 10px -2px #CFCFCF!important;
			-webkit-box-shadow: 0px 10px 10px -2px #CFCFCF!important;
			height:240px!important;
		}

.DnnModule-DNN_Feedback {
	-moz-box-shadow: 0px 10px 10px -2px #CFCFCF!important;
	-webkit-box-shadow: 0px 10px 10px -2px #CFCFCF!important;
	box-shadow: 0px 10px 10px -2px #CFCFCF!important;
	ertical-align: baseline;
	width: 151px;
	border: 1px solid #D9D9D9;
	-webkit-border-radius: 0.5em!important;
	border-radius: 0.5em!important;
	padding: 7px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9d9d9', endColorstr='#ffffff') progid:DXImageTransform.Microsoft.Shadow(color='#B5B5B5', Direction=170, Strength=10);
}

/* Navigation Menu */

#dnn_MENU1 {
height: 39px;
position: relative;
margin-left: -10px;
}

#dnn_MENU1 li {
float: left;
list-style-type: none;
position: relative;
background: url(images/header-li.jpg) no-repeat 0px 10px;
width: 130px;
}

#dnn_MENU1 li a {
display: block;
color: #29486D;
text-align: center;
border: none!important;
}

#dnn_MENU1 li:hover {
background: url(images/header-li.jpg) no-repeat 0px 10px;
}

#dnn_MENU1 li a:hover {
background: none!important;
}

#dnn_MENU1 li ul{
position:absolute;
z-index:99999;
width:130px!important;
padding:0!important;
-webkit-border-radius: 0.5em!important;
border-radius: 0.5em!important;
background-image:-webkit-gradient(linear,left top,left bottom,from(#4F81BD),to(#2E507A));
background-image:-webkit-linear-gradient(#4F81BD,#2E507A);
background-image:-moz-linear-gradient(#4F81BD,#2E507A);
background-image:-ms-linear-gradient(#4F81BD,#2E507A);
background-image:-o-linear-gradient(#4F81BD,#2E507A);
background-image:linear-gradient(#4F81BD,#2E507A);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4F81BD', endColorstr='#2E507A');
}

#dnn_MENU1 li ul li{
border-top: 1px solid #e9e9e9;
background: none!important;
}

#dnn_MENU1 li ul li:hover {
background: none!important;
}

#dnn_MENU1 li ul li:active {
background: none!important;
}

#dnn_MENU1 li ul li:visited {
background: none!important;
}

#dnn_MENU1 li ul li a {
color: #ffffff;
text-align: center;
}

.sf-sub-indicator{
display:none!important;
}

.sf-with-ul{
margin-left:10px!important;
}

.sf-menu a {
border-left: none!important;
border-top: none!important;
padding: .75em 1em;
text-decoration: none;
}
