html,body {
	margin: 0;
	padding: 0;
	font-family: Verdana,sans-serif;
	font-size: 12px;
	color: #333;
	background: url(images/bgr.gif) repeat-x;
}

html{
	background-color: #668CBB;
}

#backgroundPopup{  
 display:none;  
 position:fixed;  
 _position:absolute; /* hack for internet explorer 6*/  
 height:100%;  
 width:100%;  
 top:0;  
 left:0;  
 background:#000000;  
 border:1px solid #cecece;  
 z-index:1;  
 }  

#popupContact{  
 display:none;  
 position:fixed;  
 _position:absolute; /* hack for internet explorer 6*/  
 height: 300px;  
 width: 750px;  
 background:#FFFFFF;  
 border:2px solid #cecece;  
 z-index:2;  
 padding:12px;  
 font-size:13px;  
 }  

#popupContact a {
  cursor: pointer;
  text-decoration: none;
}

#popupContact p {
   text-align:left;
   color:#000000;
   font-size: 10pt;
   font-weight:700;
   border-bottom:1px dotted #D3D3D3;
   padding-bottom:2px;
   margin-bottom:20px;
}



#popupContactClose{  
 font-size:14px;  
 line-height:14px;  
 right:6px;  
 top:4px;  
 position:absolute;  
 color:#6fa5fd;  
 font-weight:700;  
 display:block;  
 }  


/* CONTAINER --------------------------------------------------*/

#container {
	width: 100%;
	min-height: 100%;
	position: relative;
	z-index: 0;
}


#main{
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	position: relative;
	height: 100%;
	min-height: 100%;
	padding-bottom: 60px;
	
}

#ellipses {
	background: url(images/ellipses.png) no-repeat -250px 100px;
	margin-top: 0;
	min-height: 100%;
	height: 100%;
	position: relative;
}

#bgr {
	color: #668CBB;
	height: 100%;
	min-height: 100%;
	position: relative;
}


#pricing-bgr {
	height: 100%;
	min-height: 100%;
	position: relative;
	background: #DFEBF5 url(images/pricing-bgr.png) repeat-x;
}

#home-bgr {
	background: #DFEBF5 url(images/home-bgr.png) repeat-x;
	height: 100%;
	min-height: 100%;
	position: relative;
}

/* background image for the lightbox */
background-image{
	background-image: url(images/bgr.gif);
}

a{
	outline-style: none;
	outline-width: 0;
}

img {
	border: 0;
}

img.logo {
	margin: 0;
	width: 200px;
	height: 37px;
	position: absolute;
	padding: 0 0;
}

h1 {
	font: bold 28px/1em Helvetica, Arial, sans-serif;
	color: #141414;
	margin: 0px 0 15px;
}

h2 {
	margin: 0;
	color: #993300;
	padding-bottom: 10px;
	font-size: 18px;
}

h3 {
	font: bold 20px Helvetica, Arial, sans-serif;
}

p {
	color: #000;
	line-height: 1.5em;
	font-size: 16px;
}






/* HEADER --------------------------------------------------*/

#header {
	height: 50px;
	width: 950px;
	margin-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	z-index: 10;
	position: relative;
}

#nav {
	float: right;
	height: 25px;
	margin: 0 auto;
	position: relative;
	display: block;
	padding-top: 10px;
	max-width: 600px;
	
}

#nav ul {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	vertical-align: top;
	height: 24px;
	font-family: Helvetica, Arial, sans-serif;
}

#nav li {
	list-style-type: none;
	display: inline;
	min-width: 64px;
	min-height: 24px;
}

#nav li img {
	vertical-align: middle;
}

#nav a {
	text-decoration: none;
	color: white;
	padding-left: 7px;
	padding-right: 7px;
	min-width: 55px;
	min-height: 24px;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#footer {
	height: 56px;
	width: 100%;
	background-color: #272B37;
	position: absolute;
	bottom: 0;
}

#footer-nav{
	width: 950px;
	padding-top: 25px;
	margin-right: auto;
	margin-left: auto;
}

#footer ul {
	margin: auto;
	padding: 0px;
	white-space: nowrap;
	vertical-align: top;
	font-family: Helvetica, Arial, sans-serif;
	height: 24px;
	text-align: center;
}

#footer li {
	list-style-type: none;
	display: inline;
	min-width: 64px;
	min-height: 24px;
}

#footer a {
	text-decoration: none;
	color: white;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	min-width: 64px;
	min-height: 24px;
}

#top {
	height: 390px;

padding: 0;
}

#pitch {
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1em;
	width: 400px;
	float: left;
}

#pitch img{
	padding-top: 10px;
	
}

#pitch h1 {
	letter-spacing: -1px;
	font: 34px/5px Helvetica, Arial, sans-serif;
	margin-top: 40px;
}

#pitch h2 {
	font: 28px/.7em Helvetica, Arial, sans-serif;
	color: #000;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 20px;
}

#pitch p {
	font: 1.8em Helvetica, Arial, sans-serif;
	color: #4a4a4a;
	margin-bottom: 10px;
	margin-top: 15px;
}

#big-download {
	height: 61px;
	width: 354px;
	padding-top: 0px;
	padding-left: 62px;
	background: url(images/big%20download.png) no-repeat;
	margin-top: 0px;
	line-height: 0px;
}

#pitch h3 {
	font: bold 20px/0 Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
}

#pitch h4 {
	font: 16px/0 Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	letter-spacing: -0.25px;
}


#visuals {
	width: 500px;
	height: 35px;
	float: right;
	position: relative;


}

#visuals ul {
	margin: 0px;
	margin-top: -5px;
	padding: 0px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	white-space: nowrap;
	vertical-align: top;
}

#visuals li {
	list-style-type: none;
	display: inline;
}

#visuals #video-tour {
	float: left;
	margin-top: -12px;
}

/* JRB */

#banner {
	position: relative;
}

#banner img{
	position: absolute;
	left: 0;
	top: 30px;
}

#banner-buttons {
	float: right;
}

#banner-buttons li {
	float: left;
	height: 20px;
	width: 20px;
	background: url(images/banner-button.png) left top no-repeat;
}

#banner-buttons li a {
	display: block;
	text-indent: -9999px;
	height: 20px;
	width: 20px;
}

#banner-buttons li.down {
	background: url(images/banner-button.png) left bottom no-repeat;
}

/* BRJ */

#bottom {
	height: 100%;
}

#selling-points {
	margin-top: 5px;
	height: 175px;
	margin-left: 10px;
}

#selling-points div.vertical-separator {
	width: 3px;
	float: left;
	margin-left: -5px;
	background-position: 25px;
}

div.usp {
	width: 235px;
	height: 165px;
	float: left;
	overflow: hidden;
}

/* JRB */

.usp.active {
	width: 235px;
	overflow: hidden;
	background: url(images/usp%20highlight.png) no-repeat;
}

/* BRJ */

#highlighted {
	width: 230px;
	overflow: hidden;
	background: url(images/usp%20highlight.png) no-repeat;
}

div.usp img {
	float: left;
	margin-right: 5px;
}

div.usp h3 {
	margin-top: 10px;
	height: 30px;
	vertical-align: middle;
	font: bold 16px Helvetica, Arial, sans-serif;
}

div.usp h4 {
	color: #000;
	padding-right: 9px;
	padding-left: 10px;
	font: 13px/1.3em Helvetica, Arial, sans-serif;
}

/* JRB */
#announcements{
	width: 955px;
	height: 50px;
	
	background: url(images/anouncement.png) no-repeat;
	padding-top: 5px;
	visibility: hidden;
}

#announcements h1{
	color: #89381D;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0;
	margin-top: 13px;
	font-weight: bold;
	font-size: 16px;
}

#announcements h2{
	font: bold 16px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	color: #000;
	float: left;
	margin-top: 12px;
	margin-right: 10px;
}

#announcements p{
	float: left;
	padding-left: 10px;
	margin-top: 12px;
	font-size: 12px;
}

#announcements #more{
	float: right;
	padding-right: 25px;
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	height: 46px;
	margin-top: 10px;
}

#announcements #more a{
	color: #2B456E;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	vertical-align: middle;
}

#announcements #news-items { display: none; background: red; }
/* BRJ */ 

#quotes {
	margin-top: 20px;
	min-height: 300px;
}

div.quote {
	background: url(images/quote.png) no-repeat;
	width: 445px;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	padding: 5px 5px 50px;
	display: block;
	height: 100px;
}

div.quote q {
	color: gray;
	font: italic 15px Georgia, "Times New Roman", Times, serif;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	height: 75px;
	overflow: hidden;
}

div.quote img {
	float: right;
	margin-top: 50px;
	margin-right: 15px;
}

.bio {
	width: 910px;
	height: 160px;
	padding-bottom: 10px;
	padding-top: 15px;
}

img.headshot {
	overflow: hidden;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}

.bio p {
	height: 150px;
	margin: 3px 0px 0px 10px;
	font: 16px Helvetica, Arial, sans-serif;
}

.wide-panel {
	width: 910px;
	margin: 0;
	padding: 0 20px;
	background: #ffffff 100% 100%;
	height: 100%;
	min-height: 100%;
}

.wide-panel p {
	margin: 0;
	padding: 0 0 10px;
}

.wide-panel h2 {
	margin: 0;
	font-size: 18px;
}

.wide-panel ul {
	margin: 0;
	font-size: 14px;
	line-height: 1.6em;
}

.wide-panel-top {
	background: url(images/wide%20rounded%20white%20top.png) no-repeat;
	width: 950px;
	height: 25px;
	margin: 0;
	padding: 0;
}

.wide-panel-bottom {
	background: url(images/wide%20rounded%20white%20bottom.png) no-repeat;
	width: 950px;
	height: 25px;
	margin: 0 0 25px;
	padding: 0;
	clear: both;
}

.wide-panel a {
	font: 16px Helvetica, Arial, sans-serif;
	color: #626262;
}

.medium-panel {
	width: 704px;
	padding: 0 10px;
	background: #ffffff 100% 100%;
	height: 100%;
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 0;
}

.medium-panel p {
	margin: 0;
	padding: 0 0 10px;
	height: 100%;
}

.medium-panel ul li {
	color: #000;
	font: 16px/1.5em Helvetica, Arial, sans-serif;
	padding-bottom: 10px;
}

.medium-panel-top {
	background: url(images/medium%20rounded%20white%20top.png) no-repeat;
	width: 725px;
	height: 25px;
	margin: 0;
	padding: 0;
}

.medium-panel-bottom {
	background: url(images/medium%20rounded%20white%20bottom.png) no-repeat;
	width: 725px;
	height: 25px;
	margin: 0 0 25px;
	padding: 0;
}

.narrow-panel {
	width: 225px;
	height: 100%;
	float: right;
	padding: 0 10px 0 10px;
	margin-right: -25px;
}

.narrow-panel-body {
	background: #ffffff 100% 100%;
	width: 215px;
	padding-left: 10px;
}

.narrow-panel-body h3 {
	text-decoration: none;
	font: bold 20px Helvetica, Arial, sans-serif;
	color: #5d5d5d;
}

.narrow-panel-body a {
	font: 14px Helvetica, Arial, sans-serif;
	color: #626262;
}

.narrow-panel-body td {
	padding: 10px;
	vertical-align: top;
}

.narrow-panel-body p {
	font: 14px Helvetica, Arial, sans-serif;
	color: #767676;
}

.narrow-panel h1 {
	margin: 0;
	padding: 0 0 18px 10px;
	font-size: 24px;
}

.narrow-panel p {
	margin: 0;
	padding: 0 0 10px;
	height: 100%;
}

.narrow-panel-top {
	background: url(images/narrow%20rounded%20white%20top.png) no-repeat;
	width: 225px;
	height: 25px;
	margin: 0;
	padding: 0;
}

.narrow-panel-bottom {
	background: url(images/narrow%20rounded%20white%20bottom.png) no-repeat;
	width: 225px;
	height: 25px;
	margin: 0 0 25px;
	padding: 0;
}


.feature {
	height: 100%;
	padding: 0;
	margin: 0;
	margin-top: -35px;
}

.feature h2 {
	background: url(images/feature%20title%20bgr.png) no-repeat;
	height: 60px;
	width: 940px;
	color: #fff;
	padding-left: .5em;
	padding-top: 5px;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: 25px;
	font: 24px Helvetica, Arial, sans-serif;
}

.feature p {
	padding: 0 10px;
	width: 225px;
	float: left;
	margin-top: 0;
	font: 14px Helvetica, Arial, sans-serif;
}

.feature img {
	width: 650px;
	height: 500px;
	overflow: hidden;
}


.orange {
	color: #E55B2C;
	font-weight: bold;
}

.options {
	width: 950px;
	height: 280px;
	margin-left: 0px;
}

.regular-option {
	width: 225px;
	height: 275px;
	float: left;
	background: url(images/normal%20pricing%20option%20bgr.png) no-repeat;
	line-height: 0;
	padding: 1.5em 0 0;
	margin: 0;
}

.regular-option img {
	margin-left: 25px;
	margin-top: 0px;
	margin-bottom: 1em;
}

.regular-option h1 {
	text-align: center;
	font: bold 32px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	
}

.regular-option h2 {
	text-align: center;
	font: 24px Helvetica, Arial, sans-serif;
	color: #4c4c4c;
	margin: 0;
	padding: 0;
}

.regular-option h3 {
	text-align: center;
	font: bold 18px Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0 0 1em;
	color: #5A7FAA;
}

.regular-option p {
	text-align: center;
	font: bold 20px Helvetica, Arial, sans-serif;
	padding: 0;
	margin: 0;
	color: #6a6a6a;

}

.featured-option {
	width: 228px;
	height: 318px;
	float: left;
	background: url(images/feaured%20pricing%20option%20bgr.png) no-repeat;
	margin-right: 0;
	margin-top: -15px;
	padding-top: .5em;
}

.featured-option img {
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.featured-option h1 {
	text-align: center;
	font: bold 36px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	margin: .4em 0 0;
	padding: 0;
}

.featured-option h2 {
	text-align: center;
	font: 28px Helvetica, Arial, sans-serif;
	color: #4c4c4c;
	margin: 0;
	padding: 0;
}

.featured-option h3 {
	text-align: center;
	font: bold 22px Helvetica, Arial, sans-serif;
	color: #5A7FAA;
	padding: 0 0 0.5em;
	margin: 0 0 .7em;
}

.featured-option p {
	text-align: center;
	font: bold 24px Helvetica, Arial, sans-serif;
	padding: 0;
	margin: 0;
	color: #6a6a6a;
}

.small-button {
	width: 137px;
	height: 60px;
	padding-top: 12px;
	border: none;
	font: bold 18px Helvetica, Arial, sans-serif;
	color: #2F520C;
}

.small-button img{
	margin-left: 20px;
	margin-top: 0;
}

.large-button {
	width: 185px;
	height: 58px;
}

.large-button a {
	font: bold 28px Helvetica, Arial, sans-serif;
	color: #2F520C;
	text-decoration: none;
}

.enterprise-option {
	width: 919px;
	height: 84px;
	background: url(images/enterprise%20bgr.png) no-repeat;
	margin-left: 15px;
	margin-top: 35px;
	padding-left: 15px;
	padding-top: 1em;
	margin-bottom: 80px;
}

.enterprise-option h1 {
	text-align: center;
	font: bold 36px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	margin: 10px 0 0 -20px;
	float: left;
	width: 240px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.enterprise-option h2 {
	text-align: center;
	font: 20px Helvetica, Arial, sans-serif;
	color: #5A7FAA;
	float: left;
	width: 200px;
	margin: 10px 0 0;
}

.enterprise-option h3 {
	text-align: center;
	font: bold 22px Helvetica, Arial, sans-serif;
	margin: 0;
	color: #5A7FAA;
	padding: 5px 0 1.2em;
}

.enterprise-option p {
	text-align: center;
	font: 18px Helvetica, Arial, sans-serif;
	padding: 0;
	float: left;
	margin: 0;
	width: 250px;
}

.enterprise-option .large-button {
	width: 185px;
	height: 84px;
	padding-top: .5em;
	float: right;
	margin-top: -4.3%;
	vertical-align: middle;
}

.enterprise-option .large-button a {
	font: 26px Helvetica, Arial, sans-serif;
	color: #2F520C;
	text-decoration: none;
}

.highlighted {
	width: 950px;
	height: 50px;
	padding-left: 10px;
	line-height: 0;
	clear: both;
	background: url(images/hilighted%20background.png) no-repeat;
}

.highlighted p {
	font: 22px Helvetica, Arial, sans-serif;
	padding-top: 13px;
	clear: both;
}

.highlighted a {
	color: #9c3e1e;
	margin-left: 5px;
	margin-right: 5px;
	font: 22px Helvetica, Arial, sans-serif;
}

.map {
	float: right;
	width: 300px;
	height: 200px;
}

label {
	font: bold 24px Helvetica, Arial, sans-serif;
	color: #3b3b3b;
	margin-right: 15px;
}

input {
	background-color: #DBE8F3;
	width: 250px;
	height: 30px;
	border-style: solid;
	border-width: 2px;
	border-color: #BACBE3;
	margin-bottom: 15px;
	font-size: 18px;
}

.form-button {
	background: url(images/small%20green%20button.png) no-repeat;
	width: 137px;
	height: 44px;
	margin-left: 80px;
	margin-top: 20px;
	padding-top: 0;
	padding-left: 20px;
	border: none;
	font: bold 18px Helvetica, Arial, sans-serif;
	color: #2F520C;
}

#login-box {
	display: block;
	height: 148px;
	width: 166px;
	background: url(images/sign%20in%20dialog.png) no-repeat;
	z-index: 1;
	position: relative;
	right: -230px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 12px;
	padding-right: 9px;
	padding-left: 9px;
	display: none;
}

#login-box form {
	padding-top: 5px;
}

#login-box form p {
	margin-top: 10px;
}

#login-box form a {
	display: block;
	color: #272c37;
	margin-left: 5px;
	font-size: 12px;
	text-decoration: underline;
}

#login-box input{
	color: #728cb2;
	width: 125px;
	height: 15px;
	background-color: white;
	font-size: 11px;
	border-top: 1.5px solid #939393;
	padding-left: 5px;
	margin: 0 0 .5em 5px;
}

#login-box #login-button {
	height: 15px;
	border: 0 none;
	outline: none;
	background: transparent url(images/btn_login.png) no-repeat center top;
	cursor: pointer;
	margin-left: 60px;
	margin-top: -22px;
}

#login-row{
	position: relative;
	padding-top: 5px;
}

iframe{
	width: 100%;
	height: 100%;
	display: block;
	overflow: visible;
}

.step{
	width: 300px;
	float: left;
	padding-bottom: 25px;
}



.step h3{
	font-size: 17px;
	width: 300px;
	text-align: center;
}

.blockScreen {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #000;
    display: none;
	opacity: 0.8; /* Safari, Opera */
	-moz-opacity:0.80; /* FireFox */
	filter: alpha(opacity=80); /* IE */
}

#zoom{
	z-index: 500;
}
