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

/************** RESET *****************/


html, body, div, span, applet, object, iframe,
h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px;
	padding: 0px;
	border: none 0px;
	outline: 0px;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1em;
}

h1#slogan {
	line-height: 1em;
	margin: 34px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	float: left;
	font-size: 24px;
	color: #000000;
	text-transform: capitalize;
	font-family: "Times New Roman", Times, serif;
}

h1 {
	line-height:1.4em;
	padding: 0px 0px 6px 0px;
	margin: 0px 0px 3px 0px;
	font-size:21px;
	font-weight: bold;
	color: #1A1F8A;
	text-transform: uppercase;
}

h1 strong {
	font-size:23px;
}

h2 {
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	font-size: 18px;
	line-height:1.4em;
}
/*
h4 {
	line-height:1.4em;
	padding-bottom:6px;
	margin-bottom:3px;
	font-size:21px;
	font-weight: bold;
	color: #1A1F8A;
	text-transform: uppercase;
}

h4 strong {
	font-size:23px;
}
*/
h5 {
	line-height:1.4em;
	padding-bottom:4px;
	margin: 20px 0px 0px 0px;
	font-size: 18px;
	font-weight: bold;
	color: #1A1F8A;
	text-transform: capitalize;
}

/************** RESET *****************/

a {
	color: #8c0000;
}
a:hover {
	color: #1A1F8A;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
.clear {
	clear: both;
}
#container {
	width: 902px;
	margin: 0 auto;
}
#header {
	height: 91px;
}
#logo {
	margin: 20px 0 0 12px;
	float: left;
}

#viewdemo {
	margin: 20px 0px 0px 0px;
	float: right;
}

/*BEGIN NAV*/
#nav {
	background: url(images/bg_nav.gif) no-repeat top left;
	height: 31px;
	width: 902px;
	padding-top: 11px;
	margin-bottom: 20px;
	text-align: center;
}
#nav ul {
	list-style-type: none;
	font-size: 15px;
	margin: 4px 0px 0px 0px;
}
#nav ul li {
	/*float: left;*/
	display: inline;
}
#nav ul li a {
	text-decoration: none;
	color: #8e0000;
	margin: 0px 17px 0px 17px;
	text-shadow: #eee -1px -1px 1px;
}
#nav ul li a:hover {
	text-decoration: underline;
	color: #1A1F8A;
}
/*END NAV*/
#mainContent {
	padding-bottom: 35px;
	border-bottom: 2px solid #8e0000;
	position:relative;
}
#mainContent p {
	font-size: 13px;
	line-height: 18px;
	margin: 5px 0px 17px 0px;

}
#mainContent ul {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 10px;
	margin-left:15px;
}
#gallery {
	width: 902px;
	height: 292px;
	position: relative;
	background:url(images/bg_gallery.gif) top left no-repeat;
}
#gallery img {
	display: block;
}
#thumbs {
	position: absolute;
	top: 15px;
	right: 15px;
	background: url(images/bg_thumbs-box.png) repeat;
	padding: 2px 1px;
	z-index:5000;
}
#thumbs ul {
	list-style-type: none;
	font-size: 11px;
}
#thumbs ul li {
	float: left;
	margin: 0 0px;
	height: 23px;
}
#thumbs ul li a {
	display: block;
	background: url(images/bg_thumbs.gif) 0 0 no-repeat;
	color: #ffffff;
	width: 12px;
	height: 20px;
	text-decoration: none;
	padding: 3px 0 0 6px;
	margin: 0 1px;
}
#thumbs ul li a:hover {
	background-position: 0 -23px;
}
#slideshow {

}
#thumbs ul {
	margin-left:0;
}
#features #bottomBar {
	background: url(images/bg_bottom-bar2.gif) bottom left no-repeat;
	padding:0;
	height:24px;
	margin-top:-2px;
	}
#features #nav {
	margin-bottom:0;
}	

/*BEGIN BOTTOMBAR*/
#bottomBar {
	background: url(images/bg_bottom-bar2.gif) top left no-repeat;
	width: 902px;
	height: 52px;
	padding: 5px 0 0 0;
}
#bottomBar p {
	color: #910607;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	text-shadow: #fff -1px -1px 1px;
}
#bottomBar p.left {
	float: left;
	margin-left: 15px;
}
#bottomBar p.right {
	float: right;
	margin-right: 15px;
}
#bottomBar a {
	color: #910607;
	text-decoration: none;
}
#bottomBar a:hover {
	text-decoration: underline;
}
/*END BOTTOMBAR*/
/*BEGIN COLUMNS*/
#column1 {
	float: left;
	width: 192px;
	margin-right: 20px;
	padding-left: 2px;
}
#column2 {
	float: left;
	width: 640px;
	margin: 5px 20px 0px 15px;
}

#column4 {
	float: left;
	width: 665px;
}
/*END COLUMNS*/
/*BEGIN ADWORDS*/
.adwords #column4 {
	width:480px;
	}
.adwords .privacy {border-right:none;}	
/*END ADWORDS*/
/*BEGIN ACCORDIAN*/
#accordion {

}
#accordion div {
	padding: 0px 0px 12px 10px;
}
h3.accordianHeader {
	background: url(images/bg_accordion-header.gif) top left no-repeat;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	width: 170px;
	padding: 5px 0 0 6px;
	height: 22px;
	padding-bottom: 3px;
	cursor: pointer;
}
h3.accordianHeader a {
	color: #ffffff;
	text-decoration: none;
}

#accordion h4 {
	font-size:11px;
	font-weight:normal;
	line-height:13px;
}

#accordion h4:first-line {
	font-size:13px;
	font-weight:bold;
}

#accordion a.more {
	text-align: right;
	color: #910607;
	text-decoration: none;
	font-size: 11px;
}

/*END ACCORDIAN*/
/*BEGIN FOOTER*/
#footer {
	text-align: center;
	margin: 20px 0px 0px 0px;
}
#footer ul {
	width: 900px;
	margin: 0px auto;
	padding: 0px;
	list-style-type: none;
}
#footer ul li {
	display: inline;
	margin: 0px;
	padding: 0px;	
}
#footer li a {
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
	color: #464646;
	font-size: 10px;
}
#footer li a:hover {
	text-decoration: underline;
}	
#footer p {
	margin-top: 10px;
	color: #464646;
	font-size: 9px;
}
/*END FOOTER*/

.backtotop {
	display:block;
	float:right;
	font-size:9px;
	color:#8c0000;
	text-transform:uppercase;
}
a.backtotoplink {
	display:inline;
	font-size:9px;
	color:#8c0000;
	text-transform:uppercase;
	text-decoration:underline;
}
a.backtotoplink:hover {
	color: #1A1F8A;
}
form td {
	padding-bottom:12px; 
	vertical-align:top; 
	line-height:1.2em; 
	padding-right:4px;
}
p.captchadesc {
	display:none;
	padding-top:10px;
	padding-right:6px;
	line-height:1.1em; 
	font-size:11px;
}
span.what {
	font-size:11px; 
	text-decoration:underline; 
	color:#0000CC; 
	margin-left:10px; 
	cursor:pointer;
}
div.privacy {
	float:left; 
	width:160px; 
	height:300px; 
	padding-top:10px; 
	padding-right:30px; 
	border-right:1px solid #ccc;
}
#mainContent .privacy p { 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	text-align:left; 
	line-height:1.3em;
}
input#btnSave {
	width:200px;
}
#mainContent #signupcopy h3 {
	font-size:22px; 
	line-height:1.2em; 
	margin-bottom:10px;
}
#mainContent #signupcopy p {
	padding-bottom:8px; 
	margin-bottom:0; 
	font-size:14px; 
	line-height:1.2em;
}	
.extraspacetop {
	padding-top: 18px;
}
.strong {
	font-weight: bold;
}
.ital {
	font-style: italic;
}

