body {
	background-color: #737B7E;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#ffffff;
	font-weight:bold;
	
}
.outerBox {
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #5D6669;
	border-bottom-color: #5D6669;
	border-left-color: #5D6669;
	padding-top: 14px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 14px;
}
.bg-header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #4A4A4A;
}
.nav {
	background-color: #77A0AB;
	background-image: url(images/nav-bg.jpg);
	color: #FFFFFF;
	text-align: right;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 13px;
	border-top: 1px solid #E2E7B7;
	clear: both;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	padding-bottom: 1px;
}
.nav a{
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:hover{
	color: #EEEEEE;
}
.nav a:visited{
	color: #FFFFFF;
}
.nav a:visited:hover{
	color: #EEEEEE;
}
.subnav {
	color: #2A9EC5;
	text-align: right;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 12px;
}
.subnav a{
	color: #2A9EC5;
	text-decoration: none;
}
.subnav a:hover{
	color: #81CDE4;
}
.subnav a:visited{
	color: #2A9EC5;
}
.subnav a:visited:hover{
	color: #81CDE4;
}
a{
	color: #60B7CD;
}
a:hover{
	color: #81CDE4;
}
a:visited{
	color: #60B7CD;
}
a:visited:hover{
	color: #81CDE4;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	margin: 10px;
	color:#FFFFFF;
	padding-bottom:10px;
}
.copyright a, a:visited{
	color: #ffffff;
}
.copyright a:hover, a:visited:hover{
	color: #D0ECF4;
}

h1 {
	font-family: "AvantGarde Bk BT", Arial, Verdana, Helvetica;
	font-size: 22px;
	color: #00A0C6;
	margin-bottom: 15px;
	margin-top: 0px;

}
td {
	font-size: 11px;
}
.blue-bg {
	border: 1px solid #cccccc;
	padding: 10px;
}
.tinyText {
	font-size: 10px;
}
ul {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 20px;
}
.left-border {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #537380;
}
.right-border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.top-border {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.bottom-border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
li {
	line-height: 18px;
}
p {
	margin-top: 2px;
}
.number {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 14px;
	color: #FFFFFF;
	text-align: right;
	vertical-align: top;
	padding-top: 5px;
	padding-right: 10px;
}
h3 {

	font-size: 14px;
	color: #00A0C6;
	margin-bottom: 3px;
}
h2 {
	font-size: 18px;
	color: #00A0C6;
	margin-bottom: 3px;
	font-weight:normal;
}
.highlight {
	font-weight: bold;
	color: #D7DA7E;


}
form {
	margin-bottom: 0px;


}
.ContactForm {
}
.ContactTitle {
	color: #555455;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight: bold;
	display: none;
}
.ContactEntrylabel {
	padding-right: 5px;
	font-size: 11px;
	color:#FFFFFF;
	padding-top:5px;
	padding-bottom:3px;
	text-align:right;

}
.lrgText {
	font-size: 14px;
}
.iconPad {
	padding-left: 8px;
	padding-bottom: 8px;
}
.ContactButton {
	text-align: right;
	padding-bottom:10px;
}
.bg-up {
	background-image: url(images/up.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.clear {
	clear: left;
}
#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
.box-highlight {
	font-size: 11px;
	font-weight: bold;
	color: #00A0C6;
}
.features-box {
	padding:10px;
	color:#FFFFFF;
	clear: both;
	font-weight:normal;
}
.features-box h2{
	color:#ffffff;
	margin-top:0px;
}
.features-box h3{
	color:#ffffff;
	font-size: 13px;
	text-transform: uppercase;
	background-image: url(images/underline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.features-box h4{
	color:#ffffff;
	font-size: 13px;
	margin-bottom:0px;
	margin-top:0px;
}
.features-box td{
	font-size: 11px;
}
.content-box .features
{
}
.content-box .features th
{
	background-color: #537380;
	text-align:left;
}
.content-box .features td
{
	font-size:13px;
	font-weight: bold;
}
.content-box .features h2
{
	color: #ffffff;
	margin-left: 5px;
	margin-top:4px;
	margin-bottom:4px;
	font-size:16px;
	font-variant: small-caps;
}
.content-box .features .icon
{
	padding-left:8px;
}
.SEO {
	font-size: 10px;
	margin: 10px;
	font-weight:normal;
	color:#000000;	

}
.SEO h2{
	font-size: 13px;
	font-weight:bold;	
}
.SEO p{
	margin-bottom: 10px;
}
.shadow-right {
	background-image: url(images/shadow-right.gif);
	background-repeat: repeat-y;
}
.shadow-bottom {
	background-image: url(images/shadow-bottom.gif);
	background-repeat: repeat-x;
}
.box-margin {
	margin: 10px;
}
.innershadow-left {
	background-image: url(images/innershadow-left.gif);
	background-repeat: repeat-y;
}
.innershadow-left h3{
	font-size:16px;
	margin-top:3px;
}
.innershadow-top {
	background-image: url(images/innershadow-top.gif);
	background-repeat: repeat-x;
}
.content-box {
	background-color: #909091;
	margin-top: 10px;
	font-weight: bold;
}
.content-box h1{
	color: #ffffff;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica;
	font-size: 26px;
	font-weight: bold;
	background-image: url(images/underline-H1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top:0px;
}
.content-box h2{
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	margin-bottom:15px;
	margin-top:25px;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica;
	background-image: url(images/underline-H1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.content-box p {
	margin-bottom: 15px;
}
.second-heading-color
{
	color: #D7DA7E;
}
.info-box {
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
}
.info-box h2 {
	color: #00a0c6;
	margin-bottom: 10px;
	font-weight:bold;
	font-size:22px;
	margin-top:0px
}
.info-box .content{
	padding-top: 8px;
	padding-right: 11px;
	padding-bottom: 12px;
	padding-left: 8px;
	font-size:13px;
	font-weight:bold;
	color: #666666
}
.demo-bg
{
	background-image: url(images/demo-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: #DDECEF;
}
.underline
{
	background-image: url(images/grey.gif);
	background-repeat: repeat-x;
	background-position: left bottom;	
}
.grey-text{
	font-weight: bold;
	color: #666666;
}
.sidebar {
	background-image: url(images/shadow-sidebar.gif);
	background-repeat: repeat-y;
	background-position: left top;
	font-weight: bold;
}
.sidebar h1 {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica;
	font-size: 21px;
	color: #FFFFFF;
	background-color: #00B6CD;
	background-image: url(images/heading.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-bottom:5px;
	margin-top:10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.sidebar .ContactEntrylabel {
	padding-right: 5px;
	font-size: 11px;
	color:#FFFFFF;
	padding-top:5px;
	padding-bottom:3px;
	text-align:left;
	font-weight:bold;
}

.sidebarH {
	background-image: url(images/shadow-sidebarH.gif);
	background-repeat: repeat-y;
	background-position: left top;
	font-weight: bold;
}
.sidebarBH {
	background-image: url(images/shadow-sidebarBH.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.sidebarCH {
	background-image: url(images/shadow-sidebarCH.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.sidebarH h1 {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica;
	font-size: 21px;
	color: #FFFFFF;
	background-color: #0092B5;
	background-image: url(images/heading.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-bottom:5px;
	margin-top:10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.main-content {
	background-color: #555455;
	background-image: url(images/content-bg1.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	font-weight: bold;

}
.home-content {
	background-color: #555455;
	background-image: url(images/content-bg1.gif);
	background-repeat: repeat-y;
	background-position: right top;
	font-weight: bold;
}
.lineheight
{
	line-height: 14px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a img  {
	display: block;
}
