body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	text-align: center;
	background-image: url(/img/bg.gif);
	background-repeat: repeat-x;
	color: #000;
	}

/* container */

#container {
	margin: 0 auto;
	width: 750px;
	text-align: left;
	}

#container a {
	color: #049ceb;
	text-decoration: underline;
	}

#container a:hover {
	color: #c00;
	text-decoration: underline;
	}

/* header */
	
#header {
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	}

/* navigation */
	
#nav {
	float: left;
	width: 100%;
	margin: 6px 0 0 0;
	padding: 0;
	list-style: none;
	height: 27px;
	}
	
#nav li { 
	float: left;
	margin: 0;
	padding: 0;
	}
	
#nav a {
	float: left;
	display: block;
	height: 13px;
	padding: 8px 35px 6px 25px;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
	line-height: 1.2em;
	font-family: Arial, sans-serif;
	color: #666;
	background: url(/img/nav_divider.gif) no-repeat top right;
	}

#nav-f a {
	padding-left: 14px;
	}

#nav-l a {
	padding-right: 25px;
	background-image: none;
	}
	
#nav a:hover {
	color: #000;
	text-decoration: none;
	}

/* Main Content */

#sidebar {
	width: 230px;
	float: left;
	padding-left: 20px;
	margin-bottom: 15px;
	}
	
#content {
	width: 450px;
	float: right;
	padding-right: 20px;
	margin-bottom: 15px;
	line-height: 1.6em;
	}
	
#no-columns {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	}

/* footer */

#footer {
	background: #fff;
	color: #666;
	clear: both;
	font-size: 11px;
	line-height: 1.2em;
	padding: 4px;
	margin-top: 25px;
	}

#footer a {
	color: #049ceb;
	text-decoration: none;
	}

#footer a:hover {
	color: #c00;
	text-decoration: none;
	}

/* text */

h1, h2, h3 {
	font-family: "Arial Black", Arial, sans-serif;
	margin:0;
	text-align: center;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.4em;
	}

h1 {
	margin-top: 0;
	margin-bottom: 0.4em;
	font-size: 22px;
	}

h1.headline {
	color:#c00;
	margin-top: 0;
	margin-bottom:15px;
	line-height:1.3;
	font-size: 25px;
	}

h2 {
	margin-top: 0;
	margin-bottom: 0.4em;
	font-size: 18px;
	}

h2.red {
	margin: 10px 0 0 0;
	padding: 0;
	color: #c00;
	font-size: 15px;
	text-align: left;
	letter-spacing: normal;
	font-family: Helvetica, Arial, sans-serif;
	}

h3 {
	margin-top: 0;
	margin-bottom: 0.4em;
	font-size: 16px;
	}

/* Misc */

p.last {
	margin-bottom: 25px;
	}
	
p.centerbold {
	text-align:center;
	font-weight:bold;
	}

td.form {
	padding:1px;
	font-size:12px;
	}

td.form1 {
	padding-top:5px;
	font-size:12px;
	}

.formerror {
	background: #fff3ce;
	font-weight: bold;
	color: #e92a2a;
	margin: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid #fddc9a;
	font-size: 12px;
	}

.formsent {
	background: #fff3ce;
	font-weight: bold;
	color: #1cb919;
	margin: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid #fddc9a;
	font-size: 12px;
	}

.only {
	background: #f0f0f0; /*#f0f0f0;*/
	margin: 0;
	padding: 10px 10px 0 10px;
	margin-bottom: 25px;
	border: 2px solid #cc0000;
	}

.questions {
	background: #ff0;
	margin: 0;
	padding: 10px 10px 0 10px;
	margin-bottom: 25px;
	border: 4px dashed #c00;
	text-align: center;
	color: #000;
	}

.preload {
	display:none;
	}

#anchors a {
	text-decoration:none;
	}
	
#anchors a:hover {
	text-decoration:none;
	}

p.anchors {
	margin:0;
	padding:0;
	}

p.bare  {
	margin: 0;
	padding: 0;
	}

.subconfirm {
	background: #fff3ce;
	font-weight: bold;
	color: #1cb919;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #fddc9a;
	text-align: center;
	}

.signup {
	background: #ff0;
	margin: 0;
	padding: 10px 10px 0 10px;
	margin-bottom: 25px;
	border: 4px dashed #c00;
	color: #333;
	}

/* Testimonials */

blockquote.testimonial {
	width: 500px;
	background-color: #000;
	color: #fff;
	margin-left: 125px;
	margin-top: 30px;
	margin-bottom: 28px;
	}

blockquote.testimonial p.top {
	background: transparent url(/img/quote-top.gif) no-repeat top left;
	padding: 20px 25px 0 25px;
	line-height: 1.5;
	}

blockquote.testimonial p.middle {
	padding-left: 25px;
	padding-right: 25px;
	line-height: 1.5;
	}

blockquote.testimonial p.bottom {		
	background: transparent url(/img/quote-bottom.gif) no-repeat bottom left;
	padding: 0 25px 20px 300px;
	font-style: italic;
	}

/* Pop-Over */

.jqmWindow {
  display: none;    
  position: fixed;
  top: 17%;
  left: 50%;
  margin-left: -250px;
  background-color: #fff;
  border: 3px solid #fff;
  width: 500px; 
  height: 380px;
  font-family:Verdana,Arial,sans-serif;
  font-size:12px;
}

.jqmOverlay { background-color: #000; }

* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

* html .jqmWindow {
  position: absolute;
  top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.jqmWindow .jqmHead {
  background-image: url('/img/modalHeadBg.gif');
  height: 46px;
}

.jqmWindow .jqmHead .jqmTitle {
  float: left;
  width: 300px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  height: 46px;
}

.jqmWindow .jqmHead .jqmTitle .jqmTPad {
  padding: 15px;
}

.jqmWindow .jqmHead .jqmClose {
  float: right;
  width: 40px;
  height: 46px;
}

.jqmBody {
  overflow: auto;
  height: 300px;
  clear: both;
}

.jqmBody .jqmBPad {
  padding: 12px;
}