body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	min-width:600px;    /* Minimum width of layout - remove line if not required */
	font-size:90%;
	font-family: verdana;
	text-align: center;
}

#site-wrapper {
	width: 900px;
	margin: auto;
	text-align: left;
}

.supers {
	font-size: 8px;
	vertical-align: super;
}

.caption {
	font-size: 12px;
	color: #555;
}

.txt-center {
	text-align: center;
}

.red-highlight {
	color: red;
	text-transform: uppercase;
}

.blue-highlight {
	color: #106aca;
}

.purple-highlight {
	color: #300c80;
}

#nav {
	margin-top: 20px;
}

#nav h1 {
	font-size: 18px;
	text-transform: uppercase;
}

#nav a {
	background: #fff;
	margin-bottom: 5px;
	display: block;
	text-decoration: none;
	padding: 5px;
	font-weight: bold;
}

#nav a:hover {
	background: #f6f7f8;
	color: red;
}

#nav a:hover .red-highlight {
	color: #106aca;
}

a {
	color:#369;
}

a:hover {
}

ul li {
	font-size: 13px;
	color: #333;
}

h1, h2, h3 {
	margin:.8em 0 .5em 0;
	padding:0;
}

h2 {
	color: #444;
}

h3 {
	color: #106aca;
	font-size: 20px;
	font-family: arial;
}

p {
	margin:.4em 0 .8em 0;
	padding:0;
	font-size: 14px;
}

img {
	margin:10px 0 5px;
	border: none;
}

.mt40 {
	margin-top: 40px;
}
/* Header styles */

#header {
	clear:both;
	width:100%;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

#header h1, #header h2, #header p {
	padding:.4em 15px 0 15px;
	margin:0px;
	text-align: center;
}

#header h1 {
	font-family: arial;
	text-transform: uppercase;
	color: #000;
}

#header h2 {
	font-size: 16px;
	font-style: italic;
	color: red;
}





#header ul {
    clear:left;
    float:left;
    width:100%;
    list-style:none;
    margin:10px 0 0 0;
    padding:0;
}
#header ul li {
    display:inline;
    list-style:none;
    margin:0;
    padding:0;
}
#header ul li a {
    display:block;
    float:left;
    margin:0 0 0 1px;
    padding:3px 10px;
    text-align:center;
    background:#eee;
    color:#000;
    text-decoration:none;
    position:relative;
    left:15px;
	line-height:1.3em;
}
#header ul li a:hover {
    background:#369;
	color:#fff;
}
#header ul li a.active,
#header ul li a.active:hover {
    color:#fff;
    background:#000;
    font-weight:bold;
}
#header ul li a span {
    display:block;
}
/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask {
    position:relative;		/* This fixes the IE7 overflow hidden bug */
    clear:both;
    float:left;
width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
	
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}
/* 2 Column (left menu) settings */
.leftmenu {
	background: #fff;		/* right column background colour */
}
.leftmenu .colleft {
	right:75%;				/* right column width */
	background: #e2e7f8;
}
.leftmenu .col1 {
	width:71%;				/* right column content width */
	left:102%;				/* 100% plus left column left padding */
}
.leftmenu .col2 {
	width:21%;				/* left column content width (column width minus left and right padding) */
	left:6%;				/* (right column left and right padding) plus (left column left padding) */
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #999;
	text-align: center;
	font-size: 11px;
}

#footer p {
	padding:10px;
	margin:0;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	background: transparent;
	color: red;
	text-decoration: underline;
}

input, textarea, select {
border: 1px solid #999;
padding-top: 5px;
padding-bottom: 5px;
font-weight: bold;
color: #555;
width: 230px;
}

#submit_green {
  height: 33px;
  background: url(images/sub-pre.gif) repeat-x;
  border: 2px solid #0a7e1e;
  cursor: pointer;
  _cursor: hand;
  width: 100px;
  margin-top: 5px;
}

#submit_green:hover {
  height: 33px;
  color: #fff;
}

		.LV_validation_message{
		     font-size: 11px;
		     margin:0 0 0 5px;
		}
	
		.LV_valid {
		     color:#00CC00;
		}
	   
		.LV_invalid {
		     color:#CC0000;
		}
	   
		.LV_valid_field, input.LV_valid_field:hover, input.LV_valid_field:active,
		textarea.LV_valid_field:hover, textarea.LV_valid_field:active {
		     border: 1px solid #00CC00;
		}
	   
		.LV_invalid_field, input.LV_invalid_field:hover, input.LV_invalid_field:active,
		textarea.LV_invalid_field:hover, textarea.LV_invalid_field:active {
		     border: 1px solid #CC0000;
		}

#nav-ad {
	text-align: center;
}

#nav-ad h3 {
	background-color: #fff;
}

#nav-ad a {
	text-decoration: none;
}

#nav-ad a:hover {
	background-color: transparent;
}

#bobby {
	margin: auto;
	margin-top: 370px;
	text-align: center;
	background-image: url(images/bobby-transparent.gif);

	background-repeat: no-repeat;
	width: 120px;
	height: 84px;

}

#bobby:hover {
	background-image: url(images/bobby-non-transparent.gif);
	color: #555;
}

.blue-box {
	background: #f6fafe;
	border: 3px solid #106aca;
	width: 90%;
	padding: 10px;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
}

.dot-num-input .submit {
margin-left: 5px;
background: #f6fafe;
border: 1px solid #106aca;
}

.dot-num-input .submit {
cursor: pointer;
_cursor: hand;
}

#pp-buy {
width: 107px;
padding: 0px;
border: none;
position: relative;
top: 7px;
}

.question {
font-size: 20px;
font-weight: bold;
color: #106aca;
margin-right: 5px;
margin-bottom: 5px;
}

.answer {
font-size: 20px;
font-weight: bold;
color: #087c05;
margin-right: 5px;
margin-bottom: 5px;
}

#sub-nav {
width: 178px;
margin-left: 10px;
}

#sub-nav a {
position: relative;
padding-left: 30px;
margin-left: auto;
margin-right: auto;
background-image: url(images/nav-bull.gif);
background-repeat: no-repeat;
background-position: 10px center;
}

#sub-nav a:hover {
background-image: url(images/nav-bull.gif);
background-repeat: no-repeat;
background-position: 12px center;
}

p.spacer {
margin-top: 20px;
}