@charset "UTF-8";
/* CSS Document - DelvePoint  */

a:link {
    color: #333333;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #333333;
}
a:hover {
    text-decoration: underline;
    color: #5c8b5d;
}
a:active {
    text-decoration: none;
    color: #5c8b5d;
}

body {
	background-color: #cde4e4;
	background-image: url(../images/page-bg-blue.jpg);
	background-repeat: repeat-x;
}
.box-content {
  position:relative;
  background-color: #ffffff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 1px solid #cdcdcd;
  padding: 25px;
  width: 898px;
  margin-left: auto;
  margin-right: auto;
  z-index:5;
}

.box-flashbook {
  position:relative;
  background-color: #ffffff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 1px solid #cdcdcd;
  padding: 25px;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  z-index:5;
}

.box-footer {
  position:relative;
  background-color: #e7f2f2;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 1px solid #cdcdcd;
  padding: 25px;
  width: 900px;
  margin-top: -15px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom:10px;
  z-index:1;
}
.box-dp {
  position:relative;
  padding: 5px;
  width: 340px;
  margin-left: auto;
  margin-right: auto;
  float:right;
  z-index:10;
}
.box-dp-sm {
  position:relative;
  padding: 5px;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  float:right;
  z-index:10;
}
.box-apply {
  position:relative;
  background-color: #e7f2f2;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 1px solid #cdcdcd;
  padding: 5px;
  padding-left:20px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  z-index:5;
}
.box-pricing {
  position:relative;
  background-color: #e7f2f2;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 1px solid #cdcdcd;
  padding: 5px;
  width: 212px;
  margin-left: auto;
  margin-right: auto;
  z-index:5;
}
.box-pricing_1 {
  position:relative;
  background-color: #e7f2f2;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 1px solid #cdcdcd;
  padding: 5px;
  width: 386px;
  z-index:5;
}
.content {
    font-family: Century Gothic, Futura, Helvetica, Arial, sans-serif;
	vertical-align:top;
}
.content h1 {
    font-size: 26px;
	font-style: normal;
    font-weight: bold;
    color: #8fbc8f;
	text-align:left;
	vertical-align:top;
	margin-bottom: 0px;
	margin-left:5px;
}
.content p {
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #333333;
	line-height: 20px;
	text-align:left;
	vertical-align:top;
	margin: 5px;
}

.content-sub {
    font-family: Century Gothic, Futura, Helvetica, Arial, sans-serif;
	vertical-align:top;
}
.content-sub h1 {
    font-size: 26px;
	font-style: normal;
    font-weight: normal;
    color: #588f8f;
	text-align:left;
	vertical-align:top;
	margin-bottom: 0px;
	margin-left:5px;
}
.content-sub h2 {
    font-size: 16px;
	font-style: normal;
    font-weight: bold;
    color: #588f8f;
	text-align:left;
	vertical-align:top;
	margin-bottom: 0px;
	margin-left:5px;
}
.content-sub p {
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #333333;
	line-height: 25px;
	text-align:left;
	vertical-align:top;
	margin: 5px;
}
.content-sub p + p { margin-top: 15px; } 



/* Button Layout */

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}
a.button {
    background: transparent url('../images/bg_button_a.gif') no-repeat scroll top right;
    color: #588f8f;
    display: block;
    float: left;
    font: bold 12px Century Gothic, Futura, Helvetica, Arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}
a.button span {
    background: transparent url('../images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 
a.button:active {
    background-position: bottom right;
    color: #fff;
    outline: none; /* hide dotted outline in Firefox */
}
a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 
a.button:hover {
    background-position: bottom right;
    color: #fff;
    outline: none; /* hide dotted outline in Firefox */
}
a.button:hover span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 


.dividerLine {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.dividerLink {
    text-align:right;
}

.disclaimer {
    font-family: Century Gothic, Futura, Helvetica, Arial, sans-serif;
	vertical-align:top;
    font-size: 10px;
    font-style: normal;
    color: #333333;
	line-height: 20px;
	text-align:left;
	vertical-align:top;
}



.hiddenData {
	display: none;
	}
.visibleData {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #e7f2f2;
	width: 90%;
	padding:1em;
	color:#666666;
	}
.visibleData:first-line {
	line-height:0;
	}

.flashbook {
    font-family: Century Gothic, Futura, Helvetica, Arial, sans-serif;
	vertical-align:top;
}
.flashbook h1 {
    font-size: 26px;
	font-style: normal;
    font-weight: bold;
    color: #8fbc8f;
	text-align:center;
	vertical-align:top;
	margin-bottom: 0px;
	margin-left:5px;
}
.flashbook p {
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #888888;
	line-height: 20px;
	text-align:center;
	vertical-align:top;
	margin: 5px;
}
a.flashbook:link, a.flashbook:visited {
    color: #888888;
    text-decoration: none;
}
a.flashbook:hover, a.flashbook:active {
    text-decoration: underline;
    color: #588f8f;
}


.footer-left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #588f8f;
	text-align:left;
	padding-top:10px;
}
.footer-right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #588f8f;
	text-align:right;
	padding-top:10px;
}
.footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #588f8f;
	margin-left:45px;
	margin-top:5px;
	margin-bottom:5px;
}
.footer h1 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #588f8f;
	font-size: 12px;
    font-weight: bold;
	margin-left:45px;
	margin-top:5px;
	margin-bottom:5px;
}
a.footer:link, a.footer:visited {
    color: #588f8f;
    text-decoration: none;
}
a.footer:hover, a.footer:active {
    text-decoration: underline;
    color: #588f8f;
}

.footer-about {
	background-image: url(../images/footer-about.jpg);
	background-repeat: no-repeat;
}
.footer-contact {
	background-image: url(../images/footer-contact.jpg);
	background-repeat: no-repeat;
}
.footer-services {
	background-image: url(../images/footer-services.jpg);
	background-repeat: no-repeat;
}
.footer-solutions {
	background-image: url(../images/footer-solutions.jpg);
	background-repeat: no-repeat;
}


.header-login {
    font-family: Century Gothic, Futura, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #333333;
	text-align:right;
	vertical-align:top;
}
a.header-login:link {
    color: #333333;
    text-decoration: none;
}
a.header-login:visited {
    text-decoration: none;
    color: #333333;
}
a.header-login:hover {
    text-decoration: underline;
    color: #5c8b5d;
}
a.header-login:active {
    text-decoration: none;
    color: #5c8b5d;
}

.input-email {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
     border: 1px solid #cdcdcd;
	 padding:4px;
	 background:#FFFFFF;
}

.navigation {
	background-image: url(../images/nav-bg.jpg);
	background-repeat: no-repeat;
	height:340px;
	margin-top:25px;
}
ul.left-navigation {
    font-family:Century Gothic, Futura, Helvetica, Arial, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#588f8f;
	margin-left:0px;
	padding-left:25px;
	padding-right:25px;
	padding-top:0px; 
	margin-top:10px;
}
ul.left-navigation li {
    padding:10px;
	list-style: none;
	border-bottom:#bed5d5 1px solid;
	padding-left:0px;
}	
a.left-navigation:link, a.left-navigation:visited {
    color: #588f8f;
    text-decoration: none;
}
a.left-navigation:hover, a.left-navigation:active {
    text-decoration: none;
	font-weight:bold;
    color: #588f8f;
	padding-left:10px;
	background-image: url(../images/arrow-nav.gif);
	background-repeat:no-repeat;
	background-position:left;
}

.top-navigation {
    font-family: Century Gothic, Futura, Helvetica, Arial, sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: bold;
    color: #5c8b5d;
	text-align:right;
	vertical-align:top;
	padding-left:20px;
}
a.top-navigation:link {
    color: #5c8b5d;
    text-decoration: none;
}
a.top-navigation:visited {
    text-decoration: none;
    color: #5c8b5d;
}
a.top-navigation:hover {
    text-decoration: none;
    color: #8fbc8f;
}
a.top-navigation:active {
    text-decoration: none;
    color: #8fbc8f;
}

ul.bulletCopy{margin-left:5px;padding-left:12px; margin-top:5px;}
ul.bulletCopy li{
    font-family: Century Gothic, Futura, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	list-style: none;
	background: url(../images/arrow-large-blue.jpg) #FFFFFF no-repeat 0 4px;
	padding-left:23px;
	line-height: 25px;
	margin-left:0px;
}

ul.bulletVideo{margin-left:5px;padding-left:12px; margin-top:5px;}
ul.bulletVideo li{
    font-family: Century Gothic, Futura, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	list-style: none;
	background: url(../images/arrow-video-blue.jpg) #FFFFFF no-repeat 0 4px;
	padding-left:23px;
	line-height: 25px;
	margin-left:0px;
}

.video {
    font-family: Century Gothic, Futura, Helvetica, Arial, sans-serif;
	vertical-align:top;
}
.video p {
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    color: #333333;
	line-height: 12px;
	text-align:left;
	vertical-align:top;
}
.video-title {
    font-size: 15px;
	font-style: normal;
    font-weight: normal;
    color: #588f8f;
	text-align:left;
	vertical-align:top;
	margin-bottom: 0px;
}
a.video-title:link, a.video-title:visited {
    color: #588f8f;
    text-decoration: none;
}
a.video-title:hover, a.video-title:active {
    text-decoration: underline;
    color: #588f8f;
}

.pricing h2 {
    font-size: 20px;
	font-style: normal;
    font-weight: bold;
    color: #588f8f;
	text-align:center;
	vertical-align:top;
	margin-bottom: 0px;
	margin-left:5px;
}
.pricing p {
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #333333;
	line-height: 20px;
	text-align:center;
	vertical-align:top;
	margin: 5px;
}
.tableHeader{
	background-color:#cccccc;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:bold;
}
.TableRowOdd{
	background-color:#ffffff;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
}
.tableBg{
	background-color:#999999;
	
}
.TableRowEven{
	background-color:#eaeaea;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
}

