body {
	background: url(images/bg.png) repeat-x top;
	/* structure */
	padding: 30px 0 10px 0;
	margin: 0;
	
	/* type */
	font-family: Arial,Tahoma, sans-serif;;
	font-size: 10pt;
	color: #333;
	line-height:130%;
	
	/* centralize content */
	text-align: center;
}

a, a:visited {
	/* type */
	color: #4e74b9;
	text-decoration: none;
}

a img, a:visited img {
	border: none;
	text-decoration: none;
}

img {
	padding: 0;
	margin: 0;
}

a:hover, a:active {
	text-decoration: underline;
}

p {
	/* type */
	line-height: 130%;
}

#banner {
	height: 320px;
	float:left;
	width:644px;
}

#banner2 {
	height: 320px;
	
	
}

#banner ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#container {
	/* structure */
	width: 919px;
	margin: 0 auto;
	
	/* align */
	text-align: left;
}

#anchor {
	/* structure */
	width: 919px;
	margin: 0 auto;
	position:relative;
	
	/* align */
	text-align: left;
}

#header {
	/* structure */
	padding: 0 5px 20px 5px;
	height: 30px;
	
}

#header #logo {
	background: url(images/logo.png) no-repeat;
	
	/* structure */
	display: block;
	height: 30px;
	width: 149px;
	float: left;
}

#header #logo span {
	/* logo type visibility */
	display: none;
}

#header span {
	/* align */
	float: left;
	margin: 10px 0 0 20px;
	
}

#nav {
	/* structure */
	margin: 0 0 10px 0;
}

#nav ul {
	background: url(images/nav_bar.png) no-repeat;
	
	/* structure */
	list-style: none;
	margin: 0;
	padding: 10px 0 10px 15px;
	height: 35px;
	font-size: 11px;
}

#nav ul li {
	/* structure */
	display: inline;
	margin: 0 8px;
}

#nav ul li a {
	/* type */
	color: #7e7e7e;
	font-weight: bold;
}

#nav ul li a:hover {
	color: #4e74b9;
	text-decoration: none;
}

#nav ul li.cust {
	/* structure */
	margin: 0 0 0 247px;
}

#nav ul li.cust a {
	background: url(images/cust_login.png) no-repeat;
	padding: 0 0 0 20px;
}

#quicklinks {
	/* structure */
	float: right;
	height: 240px;
	width: 272px;
}

#quicklinks ul { 
	/* structure */
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#quicklinks ul li {
	margin: 0;
	padding: 0;
}

#quicklinks ul li a {
	/* structure */
	display: block;
	height: 46px;
	width: 272px;
	margin: 0;
	padding: 0;
}

#quicklinks h3 {
	margin: 0;
	padding: 0 0 7px 0;
	
}

#quicklinks p.error {
	padding: 0 15px;
	margin: 0 0 5px 0;
	font-weight: normal;
	color: red;
}

#quicklinks ul li a.default {
	height: auto;
	width: auto;
	margin-left: 100px;
	padding-top: 10px;
}

#quicklinks ul li a span {
	display: none;
}

#quicklinks ul li a.demo {
	background: url(images/quicklinks2.png) no-repeat;
}

#quicklinks ul li a.download {
	background: url(images/quicklinks2.png) no-repeat 0 -153px;
}

#quicklinks ul li a.webconf {
	background: url(images/quicklinks2.png) no-repeat 0 -200px;
}

#quicklinks ul li a.demo:hover {
	background: url(images/quicklinks2.png) no-repeat -274px 0;
}

#quicklinks ul li a.download:hover {
	background: url(images/quicklinks2.png) no-repeat -274px -153px;
}

#quicklinks ul li a.webconf:hover {
	background: url(images/quicklinks2.png) no-repeat -274px -200px;
}

#quicklinks ul li a.demo:active {
	background: url(images/quicklinks2.png) no-repeat -548px 0;
}

#quicklinks ul li a.download:active {
	background: url(images/quicklinks2.png) no-repeat -548px -153px;
}

#quicklinks ul li a.webconf:active {
	background: url(images/quicklinks2.png) no-repeat -548px -200px;
}

#news_bar {
	margin: 10px 0 0 0;
	height: 17px;
	background: url(images/news_bar.png) no-repeat;
	padding: 9px 15px;
	font-size: 9pt;

	
}

#news_bar span.sub {
	color: #555;
	font-weight: bold;	
}

#news_bar span {
	font-weight: normal;
}

#news_bar a.more {
	display: inline;
	background: url(images/bullet.gif) no-repeat 2px 5px;
	margin-left: 10px;
}

#content {
	padding: 0px 0 0 0;
}

#content h1 {
	padding-top: 0;
	margin-top: 10px;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 13pt;
	color: #161616;
}

#content h2 {
	margin-top: 20px;
	margin-bottom: 8px;
	border-bottom: 0px solid #CCC;
	font-size: 11pt;
	color: #161616;
}

#content h3 {
	margin-top: 20px;
	margin-bottom: 2px;
	font-size: 13px;
	color: #4e74b9;}
	
	#content h4 {
	margin-top: 20px;
	margin-bottom: 2px;
	font-size: 13px;
	color: #285489;}
	
	
#content .left {
	/* align */
	float: left;
	
	/* structure */
	width: 620px;
	padding-top:10px;
}

#content .right {
	/* align */
	float: right;
	
	/* structure */
	width: 260px;
	padding-left:0px;
}

#content .right p.subnav {
	background: url(images/rounded_top.png) no-repeat #dae8f1 top;
	margin-bottom: 1px;
	padding: 10px;
}

#content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content ul li {
	background: url(images/c_bullet.png) no-repeat 0 3px;
	padding: 0 0 5px 15px;	
}

#content .subsection p  {
	margin: 0 0 0 120px;
}

#content .subsection img {
	float: left; 
	padding: 5px 10px 10px 10px;
}

#content strong {
	color:#333;
}

#content .subsection p strong {
	font-weight: bold;
	font-size: 10pt;
	
}

#content .subsection ul {
	margin: 5px 0 0 120px;
}

#content .subsection ul li {
	padding: 0 0 5px 15px;	

}

#content .narrow_right ul {
	margin: 5px 0 10px 220px;	
}

#content .narrow_right p {
	margin: 0 0 0 215px;
}

#content .narrow img {
	float: right;
	
}
#content .narrow ul {
	margin: 5px 0 10px 0;	
}

#content .narrow p {
	margin: 0 0 0 0;
}

#content .narrow img {
	padding: 10px 30px 10px 30px;
}

a.block {
	display: block;
	font-weight: bold;
}

a.more {
	display: block;
	padding: 5px 0 5px 23px;
	background: url(images/bullet.gif) no-repeat 0 7px;
}

a.more_cs {
	padding: 5px 0 5px 23px;
	background: url(images/bullet.gif) no-repeat 0 7px;
	
}

br.clearboth {
	clear: both;
}

#formbox {
	padding: 0 20px;
}

#formbox td {
	padding: 2px 0;
}

#login {
	padding: 50px 300px;
}

#login input {
	float: right;
}

#login form {
	padding: 10px 20px 40px 20px;
	border: 1px solid #dae8f1;
}

#login_frm {
	margin: 0;
	padding: 10px 5px 0 0;
}

#login_frm p {
	margin: 8px 5px 9px 15px;
	font-size: 8pt;
	color: #6b86a5;
	font-weight: bold;
}

#login_frm input.txt {
	width: 100px;
	margin: 0 4px;
	font-size: 9pt;
	padding: 0;
	float: right;
}

#login_frm #lgbtn {
	float: right;
}


#footer {
	margin: 30px 0 30px 0;
	border-top: 1px solid #CCC;
	padding: 5px;
	font-size: 8pt;
}

#footer a.sitemap {
	float: right;
	background: url(images/sitemap.png) no-repeat 0 2px;
	padding-left: 17px;
}
#homemenu
{
	position:absolute;
	left:656px;
	top:135px;
	z-index:99;
}

#home_menu UL LI
{list-style-image:none;}

.page_header
{font-weight:bold; font-size:16px;}

.mainHorzDivider
{
	width: 80%;
	margin-top: 0px;
	margin-bottom: 15px;
	border-bottom: 1px #ccc solid;
}
