/* @import url(base-weblog.css); */

/*  basic page elements */

html
{
	margin: 0;
	padding: 0;
}

body
{
	margin: 0;
	padding: 0;
	color: #444;
	background: #638392;
/*	background: #648e9d; */
	font-family: verdana, sans-serif;
	font-size: 13px;
}

p { margin-bottom: 0px; }

a { color: #d3bc4b; text-decoration: underline; }
a:visited { color: #c1a82f; }
a:hover { color: #fcdc3f; }

a img { border: 0; }

#banner a { color: #fff; text-decoration: none; }
#banner a:hover { color: #668f9d; }

h1, h2, h3, h4, h5, h6
{
	font-weight: normal;
	font-family: arial, verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
	margin-top: 10px;
	margin-bottom: 10px;
}

form { margin: 0; padding: 0; }
textarea { font: 12px; }

.banner
{
	width: 100%;
	text-align: center; /* ie centering */
}

.banner-inner
{
	position: static;
	margin: -1px 0 0 0;  /* everything else centering */
	border-width: 0 1px 0 1px;
	width: 760px; /* extra 10px for mac ie center-aligned background images */
	text-align: left;
}

.banner-navbar
{
	margin: 0 auth;
	text-align: left;
	background: #0A51A1 url(../images/base/bg_toolbar.jpg) center top repeat-x;
}

.banner-top
{
        height: 13px;
	 background: #ff9900 url(/images/base/topbar_orange.gif) center top repeat-x;
        text-align: right;
        font-size: 9px;
        color: #fff;
        padding: 1px 5px 0 0;
        line-height: 1;
}

.banner-info-table
{
	border: 0 none; 
	width: 100%;
	height: 60px;
	border-collapse: collapse;
}

.banner-logo
{
	padding-left: 10px;
	background: #fff url(/images/base/banner-bg.jpg) center top repeat-x;
}

.banner-info
{
	margin: 0 auth;
	line-height: 1.2;
	letter-spacing: 0px;
	background: #fff url(/images/base/banner-bg.jpg) center top repeat-x;
	vertical-align: bottom;
	text-align: right;
	padding-right: 3px;
}

#contact_us
{
	font-size: 12px;
	margin: 0 2px 0 0;
	text-decoration: none;
}
	
.pagebody
{
	position: static; 
	width: 100%;
	text-align: center;
}

.pagebody-inner
{
	margin: 0 auto;
	background: #fff;
	width: 760px;
	text-align: left;
	border: solid;
	border-width: 0 0 4px 0;
	border-bottom-color: #ff9900;
}

.page-border-shadow
{
	background: #638392 url(/images/base/content-shadow.gif) center top repeat-y;
}

.page-bottom-shadow
{
	background: #638392 url(/images/base/content-bottom-shadow.gif) center top no-repeat;
	height:50px;
}

.entry
{
	position: static;
	overflow: hidden;
	clear: both;
	width: 100%;
	padding: 0;
}

.entry-header { 
	margin: 25px 15px 10px 15px; 
	font-size: 16px;
	color: #000;
	font-weight: bold;
}

.entry-content-homepage
{
	position: static;
	clear: both;
	line-height: 1.7em;
/*	border: solid red; */
}

.entry-content
{
	position: static;
	clear: both;
	padding: 10px 15px 20px 15px;
	line-height: 1.7em;
/*	border: solid red; */
}

.entry-content li { margin-bottom: 4px; }

.entry-content-table td
{
	border: solid #81C41C;
	border-width: 1px;
	border-collapse: collapse;
}

.entry table
{
	margin: 0 0 0 0px;
	border: solid #81C41C;
	border-width: 1px;
	border-collapse: collapse;
	font-size: 13px;
	line-height: 1.6em;
}

.border-side
{
	width: 4px;
	background: #fff url(/images/base/border-side.gif) center top repeat-x;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#80c41a', endColorStr='#FFFFFF', gradientType='0');
}

.border-mid
{
	width: 4px;
	background: #fff url(/images/home/border-mid.gif) center top repeat-x;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#CBE6A2', endColorStr='#FFFFFF', gradientType='0');
}

.info-content-bg
{
	background: #fff url(/images/home/info-content-bg.gif) center top repeat-x;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#DFE7EF', endColorStr='#FFFFFF', gradientType='0');
	padding: 5px 10px 10px 10px;
	vertical-align: top;
}

.sidebar-content-bg
{
	background: #fff url(/images/home/sidebar-content-bg.jpg) center top repeat-x;
	padding: 5px 10px 10px 10px;
	vertical-align: top;
}

.info-header-left
{
	width: 50%;
	height:30px;
	background-color: #8B9A71;
	color: #ffffff;
	padding: 0 0 0 5px;
	font-weight: bold;
	font-size: 14px;
	vertical-align: middle;
}

.info-header-right
{
	width: 50%;
	height:30px;
	background-color: #98413A;
	color: #ffffff;
	padding: 0 0 0 5px;
	font-weight: bold;
	font-size: 14px;
	vertical-align: middle;
}

.solution-header
{
	height: 20px;
	padding: 2px 0 1px 5px;
	font-weight: normal;
	color: white;
}

.sidebar-header
{
	padding: 2px 0 1px 5px;
	height:20px;
	background-color: #66B821;
	color: #fff;
	font-weight: normal;
	font-size: 12px;
	vertical-align: middle;
}

.footer {
	position: static;
	background: #fff url(/images/base/footer_bg.gif) center top repeat-x;
	margin: 10px 0 0 0;
	padding: 15px 0 10px 0;
	font-size: 12px;
	text-align: center;
}

#footer-index {
	color: #777;
	font-size: 12px;
	line-height: 1.8em;
	margin-left: 60px;
}

.footer-index-header {
	color: #555;
	font-weight: bold;
}

#footer-menu {
	color: #777;
}

#footer-index a { color: #777; text-decoration: none; }
#footer-index a:hover { color: #c1a82f; }

#footer-menu a { color: #777; text-decoration: none; }
#footer-menu a:hover { color: #c1a82f; }

.footer-up {
	color: #777;
}

.footer-down {
	color: #777;
}

hr {
	width: 250px;
}

.box-topleft {
	background:url(/images/base/upleft.gif) right top no-repeat;
	width:18;
	height:19;
}
.box-top {
	background:url(/images/base/up.gif) center top;
	height:19;
}
.box-topright {
	background:url(/images/base/upright.gif) left top no-repeat;
	width:22;
	height:19;
}
.box-left {
	background:url(/images/base/left.gif) right top;
	width:18;
}
.box-right {
	background:url(/images/base/right.gif) left top;
	width:22;
}
.box-bottomleft {
	background:url(/images/base/bottomleft.gif) right top no-repeat;
	width:18;
	height:23;
}
.box-bottom {
	background:url(/images/base/bottom.gif) center top;
	height:23;
}
.box-bottomright {
	background:url(/images/base/bottomright.gif) left top no-repeat;
	width:22;
	height:23;
}
.box-content {
	background:url(/images/base/bg.gif);
	vertical-align:top;
	color:#666666;
}

fieldset { 
	width: 520px;  
	padding: 20px 2px 2px 10px; 
	text-align: left; 
	padding-bottom: 15px; 
	border: 1px outset #F9FCEE;
	border-top-color: #999999;
	border-left-color: #999999; 
}
#fieldset_personal { 
#	background: #F9FCEE;
	background: #F3F9DF;
	color: #444; 
	border: 1px outset #F3F9DF;
	border-top-color: #999999;
	border-left-color: #999999; 
	text-align: left; 
}
#fieldset_company { 
	background: #F3F9DF;
	color: #444; 
	border: 1px outset #F3F9DF;
	border-top-color: #999999;
	border-left-color: #999999; 
	text-align: left; 
}
#fieldset_requirements { 
	background: #F3F9DF;
	color: #444; 
	border: 1px outset #F3F9DF;
	border-top-color: #999999;
	border-left-color: #999999;  
	text-align: left;
}

#fieldset_subscribe {
	background: #F3F9DF;
	color: #444;
	border: 1px outset #F3F9DF; 
	border-top-color: #999999;
	border-left-color: #999999; 
	text-align: left;
}

.legend { 
	background: #ded983; 
	color: #444; 
	border: 2px outset #ded983; 
	padding: .2em .5em; 
	font-size: 1.0em; 
	position: relative; 
	margin: 15px 0px -12px 15px; 
	width: 150px; 
 	text-align: left;
}

.legend_subscribe { 
	background: red; 
	color: white; 
	border: 2px outset red; 
	padding: .2em .5em; 
	font-size: 1.0em; 
	position: relative; 
	margin: 15px 0px -12px 15px; 
	width: 150px; 
 	text-align: left;
}

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 160px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
border-right: 2px solid black;
border-bottom: 2px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: normal;
color: navy;
margin: 3px 3px;
}
