@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}

body {
	background-color: #125c87;
	font-family: Arial;	
	}

#container {
	width: 919px;
	margin: 0 auto;
	}

#header {
	height: 198px;
	background: url("../images/header.jpg") left top no-repeat;
	}
	
	#header h1, #header h2 { text-indent: -9999px; }

#content_top {
	width: 919px;
	height: 27px;
	background: url("../images/top_bevel.png") left top no-repeat;
	}
	
#content {
	width: 850px;
	padding: 0 34px 0 35px;
	background: #FFF;
	overflow: hidden;	
}

#cta {
	overflow: hidden;
	height: 205px;
}

#left {
	width: 505px;
	float: left;
	display: inline;
	padding-right: 26px;
	background: url("../images/border.png") right top no-repeat;
}

#right {
	width: 310px;
	float: right;
	display: inline;
}

.screenshot {
	}
	
#flash { 
	width: 756px;
	height: 530px;
	margin: 0 auto; }

#demoform_left {
		float: left;
		display: inline;
		width: 400px;
}

#demoform_right {
	float: right;
	display: inline;
	width: 400px;
	margin: 0 auto;
}

#footer {
	width:919px;
	height:112px;
	background: url("../images/footer.jpg") no-repeat;
	}
		
#footer ul {
	display:block;
	text-align:center;
	padding-top:80px;
}
	
#footer li {
	display:inline;
	font-size:11px;
	color:#FFF; }
	
#footer a {
	color:#FFF;
	font-size:11px; }
	
.error {
	color: #FF0000;
	padding: 5px 5px 0px 5px;
	width: 268px;
	margin: 0;
	font-style: italic; }
		
.cta {
	float: left;
	display: inline; }
	
h2 {
	color: #126C96;
	font-size: 19px;
	line-height: 28px; }
	
p {
	font-size: 14px;
	line-height: 20px;
	margin: 12px 0; }
	
	.orange { color: #E76F34; }
	.blue { color: #00B0D8; }
	.green { color: #74B74A; }
	
.left, .right {
	overflow: hidden;
	width: 220px; 
	float: left;
	display: inline; }
	
	.left p, .right p { font-size: 12px; line-height: 18px; }
	
	.left { margin-right: 25px; }
	
.demo { margin: 0 0 15px 0; }

form { margin-left: 15px; }
	
form .field { border: 1px solid #999; width: 267px; height: 25px; font-family:Georgia; font-size:17px; }

form .tall { height: 50px; }

form label { margin-top: 12px; display: block; font-size: 11px; padding-bottom: 4px; color: #1A1A1A; }

form .submit { margin-top: 20px; }

/* Z-index of #mask must lower than #boxes .window */  
#mask {  
	position:absolute;  
	z-index:9000;  
	background-color:#000;  
	display:none;  
	top: 0;
	left: 0; }  

.window {  
	color: #126C96;
	line-height: 24px;
	position: fixed;  
	width: 679px;  
	height: 115px;
	padding: 10px 40px 40px 40px;
	display: none;  
	z-index: 9999;
	background: url('../images/popup.png') left top no-repeat; }  

.cancel {
	color: #999;
	font-size: 12px;
	text-align: right;
	display: block;
	margin-bottom: 20px;
	outline: none; }
	
	
		

