/*@charset "utf-8";
 CSS Document */
*
{
	margin: 0;
	padding: 0;
}
html
{
	height: 100%;
}
body
{
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	color: #006282;
}
h1
{
	color: #99cc33;
	padding: 0;
	margin: 0;
	font-size: 18px;
}
#content
{
	padding: 20px 0px 30px 20px;
	text-align: left;
	margin-bottom:20px;
}
#container
{
	text-align: left;
	height: 100%;
	position: relative;
	margin: 0 auto 0;
}
#header
{
	background: #0198cb url(../images/header-shadow.jpg) bottom left repeat-x;
	height: 70px;
}
#logo
{
	float: left;
	width: 190px;
}
#inner-globe
{
	background: #fff url(../images/main-bg.jpg) top left repeat-x;
	clear: both;
}
/*
#banner
{
	text-align: center;
	float: left;
}*/
#header-inner
{
	width: 900px;
	margin: 0 auto 0;
}
#inner
{
	background: #FFFFFF;
	clear: both;
	min-height: 545px; /*height: 500px;*/
	width: 948px;
	margin: 0 auto 0;
}
#menu
{
	background: #99cc33 url(../images/menu-bg.jpg) left top repeat-x;
	height: 39px;
}
#shadows
{
	background: url(../images/l-r-shadows1.gif) center top no-repeat;
}
#footer-pos
{
}
#footer
{
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/footer.jpg);
	color: #fff;
	margin: 0 auto 0;
	text-align: center;
	font-size: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	width: 100%;
	float: left;
}
#bottom-menu
{
	float: left;
	width: 400px; /*position: absolute; 	bottom: 5px; 	float: left; 	color: #fff;*/
}
#bottom-menu a{
color:#fff;
text-decoration: none;
}
#bottom-menu a:hover {
color:#fff;
text-decoration:underline;
}

#copy
{
}
#home-left
{
	width: 680px;
	float: left;
}
#silverlight-box
{
	padding-bottom: 10px;
}
#home-right
{
	width: 224px;
	float: left;
	margin-top: -40px;
}
#feautes
{
}
#feautes h1
{
	font-size: 17px;
	background: url( '../Images/Features.gif' ) no-repeat left top;
	padding: 5px;
}
#feautes li
{
	font-size: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	list-style: none;
}
li.separator
{
	background: url( '../Images/features-separator.gif' ) left bottom repeat-x;
	padding: 0;
	margin: 0;
	clear: both;
}
#feautes li img
{
	float: left;
}

#get-start
{
	font-size: 10px;
	padding: 14px 14px 26px 14px;
	background-image: url( '../Images/get-started.gif' );
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 6px;
}
#get-start h1
{
	padding: 10px 0 10px 0px;
}
#get-start strong
{
	color: #99cc33;
}
#get-start a
{
	color: #99cc33;
	text-decoration: underline;
}
#get-start p
{
	padding-bottom: 4px;
}
#button-download
{
	color: #ffb400;
	font-size: 18px;
	background: url( '../Images/Download-button-notext.jpg' ) left top no-repeat;
	padding: 18px 0 10px 14px;
	margin-left: 10px;
	margin-top: 10px;
	display: block;
	text-decoration: none;
}
#news
{
	font-size: 10px;
	padding: 10px;
}
#news p
{
	font-size: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#news-more
{
	background: url( '../Images/News-bottom-background.jpg' ) bottom left no-repeat;
	padding-top: 25px;
	padding-bottom: 20px;
	padding-left: 33px;
	margin-left: 10px;
}
#news-more a
{
	color: #ffb400;
	font-size: 10px;
}
#news h1
{
	background: url( '../Images/News-top-background.jpg' ) no-repeat left top;
	padding: 6px 0px 5px 5px;
}

.outer-box
{
	float: left;
	width: 288px;
	margin-left: 10px;
}

.inner-box
{
	width: 288px;
	height: 100%;
	border: solid 1px #E5E5E5;
	padding: 1px 3px 1px 3px;
}

.nested
{
	float:none
}
.inner-box-top
{
	padding: 10px 10px 5px 13px;
	background: url( '../Images/inner-box-top.png' ) repeat-x left top;
	width: auto;
}
.inner-box-text
{
	line-height:20px;
	margin-top: 10px;
}

.mainMenu
{
}
a
{
	font-weight: bold;
	border: 0;
	color: #ffb400;
	
}
td
{
	font-family: Verdana;
	font-size: 12px;
	color: #006282;
}
.menuItem
{
	height: 31px;
	width: 100%;
	background: url(  '../images/menu-item-normal-bg.jpg' ) repeat-x left top;
}
.menuItem td
{
	font-size: 14px;
	border-left: solid 1px #99cc33;
	vertical-align: middle;
	padding: 8px 10px 0px 10px;
}
.menuItem a
{
	background: none;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana;
	color: #FFFFFF;
	text-decoration: none;
}
.menuItem:hover, .menuItemHover
{
	height: 31px;
	width: 100%;
	background: url(  '../images/menu-item-hover-bg.jpg' ) repeat-x left top;
}
.menuItem td:hover
{
	vertical-align: middle;
	padding: 6px 10px 0px 10px;
}
.menuItem a:hover
{
	background: none;
	color: #fff;
	text-decoration: none;
}
.menu
{
	float: left;
	text-align: left; /*height: 36px;*/
}
.menu td
{
	vertical-align: top;
}
.button
{
	width: auto;
	background: transparent url( '../images/input-bg.gif' ) repeat-x left top;
	border: solid 1px #ccc;
	font-family: Verdana;
	font-size: 10px;
	color: #006282;	
}
input, textarea, select
{
	background: transparent url( '../images/input-bg.gif' ) repeat-x left top;
	width: 300px;
	border: solid 1px #ccc;
	font-family: Verdana;
	font-size: 12px;
	color: #006282;
	margin: 5px;
	padding: 3px;
}

