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

body {
	font-family: "Lucidia Grande",Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0;
	font-size: 14px;
	color: #ffffff;
	background: #000000;
	line-height: 28px;
}

a {
	color: #ffffff;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:active {
	outline: none;
}

a:focus, object:focus {
	-moz-outline-style: none;
}

#wrapper {
	background: #28445f url('images/main_bg.gif') repeat-x;
}

#footer {
	height: 37px;
	background: url('images/foot_bg.gif') repeat-x;
}

#foot {
	background: url('images/foot_bg.jpg') top center no-repeat;
	height: 130px;
}



#logo {
	width: 338px;
	height: 50px;
	background: url('images/logo.png') no-repeat;
	behavior: url('js/iepngfix.htc');
	float: left;
	margin-top: 20px;
}

#content {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
}

#body {
	padding-top: 20px;
}

#copyright {
	position: fixed;
}

#copyright span {
	padding: 3px;
	color: #333333;
	position: fixed;
	right: 0px;
	bottom: 0px;
	font-size: 11px;
}

#copyright a, #copyright a:hover {
	color: #333333;
	text-decoration: none;
}

#demo {
	background: url('images/demo.png') no-repeat;
	behavior: url('js/iepngfix.htc');
	height: 149px;
	margin-top: -40px;
}

#promo {
	background: url('images/promo_hover.png') no-repeat;
	behavior: url('js/iepngfix.htc');
	height: 90px;
	cursor: pointer;
}

#promo:hover {
	background: url('images/promo.png') no-repeat;
	behavior: url('js/iepngfix.htc');
}

#promo h1 {
	color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	margin: 0;
	text-align: center;
	padding-top: 15px;
}

#promo p {
	margin: 0;
	color: #ffffff;
	text-align: center;
	padding-top: 5px;
}

#promo a {
	color: #ffffff;
	text-decoration: none;
}

#demo_window, .demo_window {
	background: #ffffff;
	padding: 10px;
	margin-bottom: 10px;
}

#demo_window p, .demo_window p {
	margin: 0px;
}

#results {
	border-top: 1px solid #cccccc;
	padding-top: 10px;
	margin-top: 10px;
}

a.block {
	display: block;
	height: 100%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.left_main {
	width: 625px;
	float: left;
}

.right_main {
	width: 275px;
	float: left;
}

.w75 {
	width: 75%;
}

.w25 {
	width: 25%;
}

.w65 {
	width: 65%;
}

.w35 {
	width: 35%;
}

.w50 {
	width: 46%;
	margin-right: 3%;
}

h3, span.big {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #132231;
	color: #f3f3f3;
	display: inline;
	margin: 0px;
	padding: 3px;
	font-size: 18px;
	font-weight: bold;
}

.orange {
	background: #d16327 !important;
}

.clear {
	clear: both;
}

input.bigforms {
	width: 95%;
	padding: 5px;
	font-size: 14px;
	color: #000000;
	border: 4px solid #cccccc;
}

select.bigforms, input.submit {
	width: 95%;
	padding: 4px;
	font-size: 14px;
	color: #000000;
	border: 4px solid #cccccc;
}
	
