/* icompendium.com/video Styles */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#FFFFFF;
	font-family:verdana, arial,sans-serif;
	font-size:small;
	color:#000;
}


table {
	border:0px;
	padding:0px;
}

th {
	padding:.3em;
	background-color:#F2F2F2;
	border-top:0px solid #eef;
	border-left:0px solid #eef;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	color:#000;
	font-size:1em;
	font-weight:normal;
}
	
td {
	padding-left:4px;
	padding-right:4px;
	/* border-style: dotted dotted dotted dotted; */
	border-bottom:1px solid #CCCCCC;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	background-color:#fff;
	font-size:1em;
}


h1 { 
	font:1.5em Verdana, Arial,serif; 
	margin:0;
}

h2 {
	font:1.25em Verdana, Arial,serif; 
	margin:0 0 1em;
}
	h1, h2, a {
		color:#000000;
		border:0;
	}

img {
	border:0;
}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}

hr	{
	border: 0;
	color: #9E9E9E;
	background-color: #9E9E9E;
	height: 1px;
	margin-top:10px;
	margin-bottom:10px;
	padding:0;
	width: 100%;
}



div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:750px;
	background:#FFFFFF;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
}

div#header {
	padding:2em 0em 0em 0em;
	background:#FFFFFF;
}
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}

div#topNav {
	position:absolute;
	top:1.6em;
	right:0px;
	font-size:.8em;
	color:#000000;
	letter-spacing: 0.1em 
}

div#topNav ul {
	white-space:nowrap;
	list-style-type:none;
}

div#topNav li {
	display:inline;
	padding-left:3em;

}

div#topNav a {
	text-decoration:none;

}


div#content {
	width:80%;
	padding:3em 0em 3em 0em; /* bottom padding for footer */
	color:#444444;
	line-height:1.7em;
}
	div#content p {
	padding:0 2em;
	}

div#content li{

}		

div#brochureContent {
	width:80%;
	padding:1em 0em 5em 0em; /* bottom padding for footer */
	color:#000000;
	line-height:1.7em;
}
	div#brochureContent p {
	padding:0;
	}
	
	div#brochureContent h1 {
	font-size:1.2em;
	font-weight:bold;
	}
	
div#callOut {
	background-color:#F2F2F2;
	padding:15px;
}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	border-top:1px solid #000000;
}
	div#footer p {
		padding:1em;
		margin:0;
	 	font: .8em Verdana, Arial,serif; 
	}