@charset "UTF-8";
/* CSS Document */

/* begin normalize */
	body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
	{ margin : 0; padding : 0; }
	
	/* Normalizes font-size for headers */
	h1,h2,h3,h4,h5,h6 { font-size : 100%; }
	
	/* Removes list-style from lists */
	ol,ul { list-style : none; }
	
	/* Normalizes font-style and font-weight to normal */
	address, caption, cite, code, dfn, em, strong, th, var
	{ font-style : normal; font-weight : normal; }
	
	/* Removes border from fieldset and img */
	img { border : 0; }
	
	/* Left-aligns text in caption and th */
	caption,th { text-align : left; }
	
	/* end normalize */
	
	body {
	 font-family: Helvetica, Arial, Sans-Serif;
	 font-size: 62.5%;
	 color: #666;
	 text-align: center;
		
	}
	
	#wrapper {
		width: 784px;
		margin: 0 auto;
		text-align: left;
		border: solid 1px #999;

	}
	
	#header {
		width: 784px;
		height: 125px;
		background: url(/images/Netlib-Database-Encryption-Software-Header.jpg) no-repeat top left;
	}
	#header h1 {
		text-indent: -10000px;
		overflow: hidden;
	}
	#header h2 {
		text-indent: -10000px;
		overflow: hidden;
	}
	
	#sidebar {
		width: 178px;
		float: left;
		border-right: solid 1px #999;
	}
	
	#sidebar .nav {
		list-style-type: none;
		width: 176px;
		height: 222px;
		font: 1.1em Arial, Helvetica, sans-serif;
		border-bottom: solid 1px #999;
		display: block;

	}

	
	#sidebar .nav a:link, #sidebar .nav a:visited {
		width: 172px;
		height: 14px;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: bold;
		display: block;
		padding: 3px 0px 3px 3px;
		background-color: #e5e4e4;
		color: #333333;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		border-left: 2px solid #fff;
	}
	
	#sidebar .nav a:hover {
		width: 172px;
		height: 14px;
		color: #fff;
		background-color: #77a5e3;
	}
	
	#sidebar h1 {
		width: 174px;
		height: 50px;
		background: url(/images/database-encryption-events.jpg) no-repeat top left;
		text-indent: -10000px;
		overflow: hidden;
	}
	
	#sidebar dl {
		padding: 10px;
	}
	
	#sidebar dt {
		font-size: 1.2em;
		font-weight: bold;
		color: #000;
		padding: 10px 0;
	}
	
	#sidebar dd {
		line-height: 1.4em;
	}
	
	#sidebar .alignRight {
		text-align: right;
		padding-right: 10px;
	}

	#sidebar form {
		padding: 10px;
		text-align: center;
	}
	
	#sidebar form p {
		font-size: 1.1em;
		font-weight: bold;
	}
	
	#sidebar #submit {
		width: 100px;
		height: 15px;
		font-size: 1.0em;
		color: #fff;
		margin: 5px auto;
		text-align: center;
		background-color: #999;
		border: solid thin #000;
	}
	
	#content {
		width: 583px;
		float: left;
		padding: 10px;
	}
	
	#content img {
		float: left;
		margin: 4px;
	}
	
	
	#content h1 {
		font-size: 1.6em;
	}
	
	#content h2 {
		color: #000000;
		line-height: 1.4em;
		font-size: 1.4em;
	}
	
	#content h3 {
		width: 583px;
		margin-top: 10px;
		padding: 5px 0;
		color: #000000;
		font-size: 1.2em;
		background-color: #efefef;
	}
	
	#content p {
		font-size: 1.2em;
		line-height: 1.4em;
		padding: 10px 0;
	}
	
	#content .smallText {
		font-size: 1.1em;
		padding: 10px 0;	
	}
	
	#content ul {
		margin-left: 30px;
		font-size: 1.2em;
		line-height: 1.4em;
		list-style: disc;
	}
	
	#content ul ul {
		margin-left: 30px;
		font-size: 1.0em;
		line-height: 1.4em;
		list-style: disc;
	}
	
	#content ol {
		margin-left: 30px;
		font-size: 1.2em;
		line-height: 1.4em;
		list-style: disc;
	}
	
	#content .altList {
		color: #000099;
		font-weight: bold;
		padding-top: 10px;
	}
	
	#content .centerAlign {
		text-align: center;
	}
	
	#content .rightAlign {
		float: right;
		margin: 4px;
	}
	
	#content .breadCrumbs {
		font-size: 1.0em;
		margin-top: -20px;
	}
	
	#content .breadCrumbs a:link {
		color: #0000FF;
		padding-right: 10px;
	}
	#content .breadCrumbs a:visited, #content .breadCrumbs a:active {
		color: #0000CC;	
		padding-right: 5px;

	}
	#content .breadCrumbs a:hover {
		color: #000066;
	}
	#content .breadCrumbsCurrentPage {
		padding-left: 5px;
	}
	
	#content .pageLinks {
		padding: 15px;
	}
	
	#content code {
		font-family: "Courier New", Courier, monospace;
		font-size: 1.0em;
		margin-left: 20px;
	}
	
	#content pre {
		font-size: 1.4em;
	}
	
	#content dl {
		font-size: 1.2em;
	}
	#content dt {
		float: left;
		padding: 2px 0 15px 0;
		color: #666;
		line-height: 130%;
		font-weight: bold;
	}
	
	#content dd {
		width: 400px;
		margin-left: 150px;
		padding: 2px 0 15px 10px;
		line-height: 130%;
	}

#content .col {
	float: left;
	width: 275px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.4em;
}


.verticalRule {
	float: left;
	height: 200px;
	border-right: solid thin #999;
	margin-right: 20px;
}
#content .col .quickLinks {
	width: 260px;
	height: 54px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(/images/Encryptionizer-quickLinks.jpg) no-repeat top left;
}

#content .col .products {
	width: 260px;
	height: 54px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(/images/Encrypt-Decrypt-products.jpg) no-repeat top left;		
}

#content .col ul {
	font-size: .8em;
	padding: 0 10px;
	list-style: none;
	
}

#content .col li {
	margin-left: -10px;
	line-height: 2.4em;
	text-indent: 20px;
	overflow: visible;
	background: url(/images/encrypt-decrypt-arrow.jpg) no-repeat top left;
	/*list-style-image: url(images/encrypt-decrypt-arrow.jpg);*/

}

#content .threeColHeader {
	color: #fff;
	font-size: 1.2em;
	background-color: #5B9DFE;
	text-align: center;
	font-weight: bold;
	padding: 5px 2px 15px 2px;
}

#content .colLeft {
	float: left;
	width: 100px;
	font-weight: bold;
	text-align: center;
}

#content .altColor {
	color: #036;
}


#content .colMid {
	float: left;
	width: 355px;
	padding: 0 10px;
}

#content .colRight {
	float: left;
	width: 100px;
	text-align: center;
}
	
/* end col */
	
/* begin col2 */
	#content .col2 {
		float: left;
		width: 250px;
		padding: 10px;
		background-color: #efefef;
	}
	
	#content .col2 ul {
		padding: 20px 20px;
		list-style: disc;
		font-size: 1.1em;
		font-weight: bold;
	
	}
	
	#content .col2 li {
		padding-bottom: 10px;	
	}

	
/* end col2 */

/* begin col130 */


/* end col130 */


/* begin oddRow */
#content .oddRow {
	background-color: #efefef;
	padding: 10px 0;
}

/* end oddRow */

/* begin evenRow */
#content .evenRow {
	background-color: #fff;
		padding: 10px 0;

}
/* end evenRow */

/* begin forms */

#content form p {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0;
}

#content form label {
	float:left;
	font-size: 1.2em;
	width: 200px;
	text-align: right;
	padding-right: 10px;
}

#content form select {
	float: left;
}

#content form .comments_textarea {
	width: 200px;
	height: 100px;
}


/* end forms */


	
#content .horizontalRule {
	border-top: solid thin #999;
}

.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight:normal;
	color: #555555;
}

.mainTextBoldBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	padding-bottom: 5px;
	font-weight: bold;
	color: #000000;
}

.mainTextBold {
	font-size: 1.2em;
	font-weight: bold;
	color: #555555;
}


.mainTextHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #555555;
}

.attachmentText {
	font-size: 1.0em;
	color: #555555;
	text-align: left;

}

/*
	news and blog formatting
*/

#content .col3 {
	width: 48%;
	float: left;
	padding: 0 5px;
}

#content .blogPost {
	padding-bottom: 10px;
}

.more {
	color: #000099;
	text-decoration: none;
}

.comment {
	text-align: right;
	border-bottom: dotted thin #333333;
}


.commentTerms {
	text-align: right;
}

.commentCopy {
	text-align: left;
	border-bottom: dotted thin #333333;
	
}


/*
	.verticalRule {
		float: left;
		height: 200px;
		border-right: solid thin #999;
		margin-left: -15px;
	}*/
	#footer {
		margin: 0 auto;
		width: 784px;
		padding: 10px;
	}
	
	#footer ul {
		padding-bottom: 10px;
	}
	
	#footer li {
		display: inline;
	}
	
	.clearBoth {
		clear: both;
	}
	.clearLeft {
		clear: left;		
	}
	.clearRight {
		clear: right;
	}