
body {
	margin: 0px;
    padding: 0px;
    background: #000 url(../images/background.jpg);
    color: #000;
    font:11.3px "Arial";
    color: #000;
    text-align: center;
	}

h1.features {
	color: #cd5113;
	}
 
a.nav {
	color: #444;
	text-decoration:none;
	font-weight: normal;
	}

a.nav:hover {
	color: #0033CC;
	text-decoration: underline;
	}

a.title {
	color: #000000;
	text-decoration:none;
	font-weight: bold;
	}

a.title:hover {
	color: #0033CC;
	text-decoration: underline;
	font-weight: bold;
	}

a.current {
	color: #AB334F;
	font-weight:bold;
	text-decoration:none;
	}
	
a.current:hover {
	text-decoration:underline;
	}
	
a.a_toplinks {
	font-weight: normal;
	color: #3672af;
	text-decoration:none;
	}

a.a_toplinks:link {
	color: #3672af;
	text-decoration:none;
	}

a.a_toplinks:hover {
	text-decoration: underline;
	}

#container {
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
	width: 984px;
	height: 100%;
	background: url(../images/sublevel_background.png);
	backgraound-repeat: repeat-y;
	}


/* Header */

#theme {
	position:relative;
	width: 959px;
	height: 108px;
	background-color:#FFFFFF;
	border-top: 1px solid #a6a6a6;
	}
	
#logo {
	position:absolute;
	margin-left: 0px;
	top: 0px;
	left: 4px;
	width: 207px;
	display: inline;
	}

#searchbox {
    position: relative;
	float:right;
	height: 50px;
    top: 25px;
    right: 4px;
    width: 280px;
    padding-top:10px;
    text-align: right;
	}

#searchlabel {
	font: 0.8em "Verdana";
	color: #ffffff;
	}

#search_button {
	width: 15px;
	height: 15px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(../images/button.png) no-repeat center top;
	}
	

#toplinks {
	position: absolute;
	top: 4px;
	right: 4px;
	font: 0.9em "Verdana";
	color: #3672af;;
	text-align: right;
	}

/* Menu container }*/
#menu {
	position: absolute;
	left: 12px;
	top: 90px;
	width: 960px;
	height: 24px;
	background: #FFFFFF;
	border-bottom: solid #666666;
	border-width: 1px;
	border-top: solid #666666;
	border-width: 1px;
	z-index:1000;
	}
	
#nav {
	position: relative;
	text-align: left;
	margin-left:5px
	}

/* Content */
#content {
	position: relative;
	width: 959px;
	height: auto;
	background: #ffffff;
	}

#pagetitle {
	position: relative;
	width: 600px;
	height: auto;
	padding-top: 30px;
	padding-bottom: 10px;
	padding-left: 25px;
	float:left;
	}
#pageintro {
	position: relative;
	width: 700px;
	height: auto;
	padding-left: 28px;
	padding-bottom: 20px;
	float:left;
	}

#pageintro p {
	text-align: left;
	}

#left_column {
	position:relative;
	float:left;
	width:470px;
	height:auto;
	}

#right_column {
	position:relative;
	float:right;
	width:470px;
	height:auto;
	}

#on_demand {
	position: relative;
	float: left;
	padding-left: 25px;
	padding-bottom:20px;
	width: 440px;
	height: auto;
	}
	
#on_demand p {
	text-align: left;
	}

#live {
	position: relative;
	float: right;
	padding-right: 25px;
	padding-bottom: 20px;
	width: 440px;
	height: auto;
	}
	
#live p {
	text-align: left;
	}

#prod_lit {
	position: relative;
	float: left;
	padding-bottom:20px;
	padding-left: 25px;
	width: 440px;
	height: auto;
	}
	
#prod_lit p {
	text-align: left;
	}
	
#white_papers {
	position: relative;
	float: left;
	padding-left: 25px;
	width: 440px;
	height: auto;
	}
	
#white_papers p {
	text-align: left;
	}

#conferences {
	position: relative;
	float: right;
	padding-right:25px;
	padding-bottom: 20px;
	width: 440px;
	height: auto;
	}
	
#conferences p {
	text-align: left;
	}
	
#announcement {
	position: relative;
	float: right;
	padding-right:45px;
	width: 400px;
	height: auto;
	}





/*Footer Region */

#footer {
	position: relative;
	width: 959px;
	min-height: 45px;
	padding-top: 5px;
	padding-bottom: 2px;
	border-top: solid #cccccc;
	border-width: 1px;
	background: #ffffff;
	}

#footer_links {
	position: relative;
	float:left;
	margin-left: 4px;
	width: 550px;
	font: .9em "Verdana";
	color:#666666;
	}

#footer_links p {
	text-align: left;
	margin-bottom: 10px;
	}

#footer_links a {
	text-decoration: none;
	font-weight: normal;
	color: #666666;
	}

#footer_links a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #427fbe;
	}

#copyright {
	float: right;
	margin-right: 4px;
	width: 400px;
	height: auto;
	font: .9em "Verdana";
	color: #666666;
	}

#copyright p {
	text-align: right;
	margin-top:0px;
	}