body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background:#32456c url('../images/digi-bgtop2.jpg') no-repeat center top;
	margin: 0; 
	padding: 0;
	text-align:center;
	font-size: 12pt;
}
table {
	border-spacing: 0px;
}
#container {
	width: 975px; 
	margin:0 auto 0 auto;
	text-align:left;
	position:relative;
}
#header {
	margin:0;
	padding:0; 
}
#login{
	position:absolute;
	display:block;
	vertical-align: top;
	height: 25px;
	right:50px;
	top:6px;
	margin:0;
	padding:0; 
	color:#fff;
	font-size:11pt;
	text-align:right;
}
form#clogin {
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	height: 25px;
	width: 410px;
	text-align: right;
}
form#clogin label{
	display:inline-block;
	position: relative;
	top: 0px;
	float:left;
}
#clogin input, textfield{
	position:relative;
	display: inline-block;
	top: 0px;
	color:#0F1B31;
	height:25px;
	width:116px;
	border:solid 0px #fff;
	padding:3px 0px 0 5px;
	margin: 0 5px 0 5px;
	background: transparent url('../images/login-form-bg.png') no-repeat right top; 
	float: left;
}
#clogin input:focus, textfield:focus{
	background: transparent url('../images/login-form-bg-active.png') no-repeat right top;
	outline: none;
}
#login button{
	position:relative;
	display:inline-block;
	top: 0px;
	height:25px;
	width:21px;
	left:0px;
	margin:0px;
	padding:0;
	border:0;
	background: url('../images/lock.png') no-repeat right top;
	float: left;
}
#nav {
	position:absolute;
	display:block;
	right:50px;
	top:48px;
	margin:0;
	padding:0;
	text-align:right;
	font-size:11pt;
}
#nav ul {
	list-style:none;
	margin:0;
	padding:0;
}
#nav ul li {
	display:inline;
	margin-left:30px;
}
#nav ul li a{
	color: #fff;
	font-weight: bold;
	font-size: 11pt;
	text-decoration: none;
}
#nav ul li a:hover{
	color: #f00;
}
#delogo {
	position: absolute;
	top:-5px;
	left:-10px; 
}
#mainSection {
	position: relative;
	display:block;
	top: 50px;
	left: 0px; 
}
#article .contentheading{
	padding: 5px;
	margin: 5px 5px 15px 5px;
	background-color: #2d3b55;
	color:#e9e9e9;
	font-size: 12pt;
	/* width: 100%; */
}

h2.contentheading {
	margin: 0;
}

#article .contentpagetitle {
	display: inline-block;
	background-color: #2d3b55;
	padding:5px;
	color:#e9e9e9;
	font-size: 12pt;
	width: 100%;
/*
	padding:10px 20px 10px 10px;
	margin: 10px 15px 15px 15px;
	*/
}

.readon {
	display: block;
	position: relative;
	text-align: right;
	font-family: Georgia, Garamond, Cambria, Arial;
	font-weight: normal;
	font-size: 14px;
	margin: 0 15px 0 15px;
}

#mainContentTop {
	position: relative;
	display:block;
	background-image: url('../images/content-bg-top.png'); 
	width:975px;
	height:24px;
	left: 0px;
	top:0px;
}
#mainContent {
	position: relative;
	display:block;
	top:0px;
	background-image: url('../images/content-bg-middle.png');
	background-position:top center;
	background-repeat: repeat-y;
	width:975px;
}
#content-holder {
	position: relative;
	display:inline-block;
	width: 945px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	left:15px;
}
div#mid-content {
	position: relative;
	display: inline-block;
	width:945px;
	max-width:945px;
	margin: 0 0 20px 0;
}

/* ### May change ### */
div#mid-content .module{
	position: relative;
	display: inline-block;
	float: left;
	width: 308px;
	overflow: hidden;
	margin: 0 4px 0 3px;
}
div#mid-content .header {
	height: 0px;
}
div#mid-content .footer {
	height: 0px;
}
div#mid-content .list {
	background-image: url('../images/mid-content-box.png');
	position: relative;
	display: inline-block;
	width: 308px;
	height: 166px;
	overflow: hidden;
	padding: 0 0 0 0 ;
}

/* Article layout aka default */

#article #left-content{
	display: inline;
	position: relative;
	float: left;
	top: 0px;
	left: 8px;
	width: 215px;
}

#article #right-content{
	position:relative;
	display: inline;
	float: right;
	top: 0px;
	right: 8px;
	width: 215px;
	height: auto;
}
#article #center-content.narrow {
	position: relative;
	display: inline-block; 
	background-color:#e9e9e9;
	top:0px;
	left: 230px;
	width:480px;
	max-width:920px;
	border:1px solid #111b2d;
	min-height:400px;
}
#article #center-content.medium-left {
	position: relative;
	display: inline-block; 
	background-color:#e9e9e9;
	top:0px;
	left:8px;
	width:701px;
	max-width:920px;
	border:1px solid #111b2d;
	min-height:400px;
}

#article #center-content.medium-right {
	position: relative;
	display: inline-block; 
	background-color:#e9e9e9;
	top:0px;
	left:20px;
	width:701px;
	max-width:920px;
	border:1px solid #111b2d;
	min-height:450px;
}

#article #center-content.wide {
	position: relative;
	display: inline-block; 
	background-color:#e9e9e9;
	top:0px;
	left:11px;
	width:920px;
	max-width:920px;
	border:1px solid #111b2d;
	min-height:400px;
}

/* End default layout */

/* Blog layout */

#blog #left-content{
	display: inline;
	position: relative;
	float: left;
	top: 0px;
	left: 8px;
	width: 301px;
}

#blog #right-content{
	position:relative;
	display: inline;
	float: right;
	top: 0px;
	right: 8px;
	width: 301px;
	height: auto;
}
#blog #center-content.narrow {
	position: relative;
	display: inline-block; 
	background-color:#e9e9e9;
	top:0px;
	left: 230px;
	width:480px;
	max-width:920px;
	border:1px solid #111b2d;
	min-height:400px;
}
#blog #center-content.medium-left {
	position: relative;
	display: inline-block; 
	top:0px;
	left:8px;
	width:615px;
	max-width:615px;
	border:1px solid #111b2d;
	min-height:400px;
}

#blog #center-content.medium-right {
	position: relative;
	display: inline-block; 
	top:0px;
	left:20px;
	width:615px;
	max-width:615px;
	border:1px solid #111b2d;
	min-height:450px;
}

#blog #center-content.wide {
	position: relative;
	display: inline-block; 
	top:0px;
	left:11px;
	width:920px;
	max-width:920px;
	border:1px solid #111b2d;
	min-height:400px;
}

#blog .paragraph, #blog .heading1, #blog .heading2, #blog .title {
	color: #E6E6E6;
}

#blog .componentheading {
	display: block;
	width: 100%;
	border-color: #E6E6E6;
	border-style: solid;
	border-width: 0 0 1px 0;
	font-weight: normal;
	font-size: 24px;
	color: #E6E6E6;
	font-family: Verdana, Georgia; 
}

#blog h2.contentheading, .blog ul li {
	height: 32px;
	display: block;
	padding: 0;
	margin: 5px 0px 5px 0px;
	background-color: #2d3b55;
	color:#FFFBEC;
	font-size: 12pt;
	width: 100%;
	white-space: nowrap;
}

#blog .contentheading div.left {
	background: url('../images/title-bar-left.png');
	height: 32px;
	width: 12px;
	display: inline-block;
	padding: 0;
	margin: 0;
	top: 0px;
	left: 0px;
	float: left;
}

#blog .contentheading div.right {
	background: url('../images/title-bar-right.png');
	height: 32px;
	width: 42px;
	display: inline-block;
	padding: 0;
	margin: 0;
	top: 0px;
	left: 0px;
	float: left;
}
#blog .contentheading div.center{
	background: url('../images/title-bar-middle.png') repeat-x;
	height: 32px;
	display: inline-block;
	vertical-align: center;
	margin: 0;
	top: 0px;
	left: 0px;
	float: left;
}

#blog .contentheading a {
	display: inline-block;
	position: relative;
	top: 0px;
	background: none;
	padding: 5px 0 5px 0;
	height: 32px;
	color: #FFFFFF;
}

#blog div.wide#center-content div.center {
	width: 866px;
}

div.medium-right#center-content .blog div.center, div.medium-left#center-content .blog div.center  {
	width: 561px;
}

#blog .contentbody {
}

.blog_more div {
	display: none;
}

.blog ul {
	list-style: none;
	margin: 0;
	padding: 0px 15px 0px 15px;
}

.blog ul li a {
	color: #E6E6E6;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	font-family: Arial;
}

.article_separator, .row_separator {
	display: none;
}

/* End blog layout */

#mainContentBottom {
	position: relative;
	display:block;
	background-image: url('../images/content-bg-bottom.png');
	width: 975px; 
	height: 21px;
	left: 0px; 
	top:0px;
}
#footer {
	position: relative;
	top:0px;
	left:0px; 
	width:975px;
	height:127px;
	background-image: url('../images/certs-logos-bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}
#copy {
	position: relative;
	top: 0px;
	left: 0px; 
	width:975px;
	color:#eaebfd;
	font-size:8pt;
	text-align:center;
}
#left-content h2 {
	color:#fff;	
	font-size: 12pt;
	margin:0px 0px 5px 5px;
}

#right-content h2 {
	color:#fff;	
	font-size: 12pt;
	margin:0px 5px 5px 0px;
}

#center-content .buttonheading {
	position:absolute;
	display:block;
	top:10px;
	right:35px;
	margin:0px;
	padding:0px;
}
.buttonheading img {
	margin-right:5px;
}
img {
	border-style: none;
}
/*
.article-title {
 width: 85%;	
}
*/
#clogin #cname, #clogin #cpass{
	font-size: 10px;
}
#center-content .articleinfo {
	position:relative;
	display:block;
	top:0px;
	right:20px;
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:8pt;
	text-align:right;
}
.articleinfo .modifydate{
	position:relative;
	display:block;
}
.articleinfo .createdby{
	position:relative;
	display:block;
}
.articleinfo .createdate{
	position:relative;
	display:block;
}

/* menu items */ 
div.module_rounded {
	position: relative;
	display:inline-block;
	padding: 0px 0 20px 0;
}
div.module_rounded div.header{
	background-image: url('../images/rounded_top.png');
	display: inline-block;
	position: relative;
	height: 11px;
	width: 214px;
}

div.module_rounded div.footer{
	background-image: url('../images/rounded_bottom.png');
	display: inline-block;
	position: relative;
	height: 10px;
	width: 214px;
}

div.module_rounded div.list {
	width: 214px;
	background-image: url('../images/rounded_middle.png');
	padding: 0 0 0 0 ;
	margin: 0 0 0 0;
}

div.module_rounded ul {
	display: inline-block;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 25px;
	list-style-type: bullet;
	width: 189px;
}

div.module_rounded li {
	position: relative;
	padding: 5px 0 5px 0;
	margin: 0 0 0 0;
	width: 184px;
}

div.module_rounded li a {
	text-decoration: none;
	color: #000;
	font-family: Georgia, Cambria, Garamond, Times New Roman;
	font-size: 16px;
	font-weight: normal;
	/* font-style: italic; */
}

div.module_rounded li a:hover {
	text-decoration: none;
	color: #f00;
}


div.module_rounded h2 {
	display: inline-block;
	position: relative;
}

/* Vibro List Layout uses topBottom chrome */
	div.module_vibro {
		position: relative;
		display:inline-block;
		padding: 0px 0 20px 0;
	}
	div.module_vibro div.header{
		background-image: url('../images/vibro-top.png');
		display: block;
		position: relative;
		height: 10px;
	}
	
	div.module_vibro div.footer{
		background-image: url('../images/vibro-bottom.png');
		display: block;
		position: relative;
		height: 9px;
	}
	
	div.module_vibro div.list {
		display: block;
		width: 214px;
		background-image: url('../images/vibro-middle.png');
		padding: 0 0 0 0 ;
		margin: 0 0 0 0;
		width: 301px;
	}
	
	div.module_vibro ul {
		display: inline-block;
		position: relative;
		margin: 0px 0px 0px 0px;
		padding: 0 0 0 45px;
		list-style-type: bullet;
		/* width: 189px; */
	}
	
	div.module_vibro li {
		position: relative;
		padding: 5px 0 5px 0;
		margin: 0 0 0 0;
		width: 234px;
	}
	
	div.module_vibro li a {
		text-decoration: none;
		color: #000;
		font-family: Georgia, Cambria, Garamond, Times New Roman;
		font-size: 16px;
		font-weight: normal;
		/* font-style: italic; */
	}
	
	div.module_vibro li a:hover {
		text-decoration: none;
		color: #f00;
	}
	
	
	div.module_vibro h2 {
		display: inline-block;
		position: relative;
	}
/* End Vibro */

/* Start Square list styling */
	div.module_square {
		margin: 0 0 20px 0;
	}
	
	div.module_square div.list {
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	div.module_square ul{
		display:block;
		position:relative;
		list-style:none;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	div.module_square li{
		display:block;
		height:28px;
		width:209px;
		font-size:14px;
		margin-bottom:5px;
		margin-left:5px;
	}
	div.module_square a{
		float:left;
		text-decoration: none;
		color: #000;
		height:28px;
		width:209px;
		padding:5px 0 0 5px;
		background:url("../images/events-btn.png") no-repeat left top;
	}
	div.module_square a:hover{
		color: #f00;
		background:url("../images/events-btn-ro.png") no-repeat left top;
	}
	
	table.contentpaneopen {
		width: 100%;
	}
	
	.componentheading {
		display:none;
		
	}