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



body#interior-page {
	background: #226fa8 url(../images/interiorHeaderRptBkground.gif) left top repeat-x;
}

img.screenshot {
	margin-bottom: 20px;
}

#header-area {
	background: url(../images/topBlueBar.jpg) center top no-repeat;
	height: 71px;
	background:none;
}

body#interior-page #banner-holder {
	background: none; /* Just in case an image does not show up */
	background: url(../images/interior-waves.jpg) center top no-repeat ;
	height: 90px;
}

/* Interior Start today button styles */
/*body#interior-page  div.interior-start-today a.start-today-btn {
	margin: 0px 0px 0px 0px;
}
*/
body#interior-page div a.start-today-btn {
	background: url(../images/startTodayBtn.gif) left top no-repeat;
	height: 53px;
	width: 200px;
	margin: 0;
}

body#interior-page div a.signup-btn {
	background: url(../images/signupBtnBig.gif) left top no-repeat;
	height: 56px;
	width: 200px;
	margin: 0;
}


body#interior-page div#header-btn a.start-today-btn {
	margin-top: 20px;
}

body#interior-page div.body-btn {
	margin-top: 0px;
}

/* -------------------------
Interior page backgrounds
--------------------------*/
body#interior-page #page-content-top {
	background: url(../images/interiorContentBkgroundTop.gif) center top no-repeat;	
}

body#interior-page #page-content-area {
	background: #f7f7f7 url(../images/interiorContentRptBkground.gif) center top repeat-y;
	padding-bottom: 20px;
	border-top: 1px solid #9d9d9d;
}

/* Single Column */
body#interior-page.single-column #page-content-top {
	background: url(../images/interiorContentRptBkgroundSingleCol.gif) left top repeat-x;
}
body#interior-page.single-column #page-content-area {
	background-color: #fff;
	background-image: none
}

/* -------------------------
Sub navigation Interior page
--------------------------*/
body#interior-page div#subnav h3 {
	margin-bottom: 5px;
	padding: 0px 0px 5px 5px;
	border-bottom: 1px solid #CCCCCC;
	color: #474747;
}

body#interior-page div#subnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100px;
}
body#interior-page div#subnav li {
	padding-left: 0px;
}

body#interior-page div#subnav li a {
	display: block;
	height: 30px;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: normal;
	padding-left: 10px;
	/* If we like the bottom border we keep this style, if not take it out */
	padding: 2px 0px 2px 20px;
	width: 140px;
	/*border-bottom: 1px solid #ccc;*/
}

/*==========================
Pricing Form
===========================*/
#pricing {
	padding-bottom: 25px;
}

.pricing-box {
	/*border: 2px solid #226ea7;*/
	padding: 0px;
	width: 400px;
}
.pricing-box-header {
	border-bottom: 2px solid #226ea7;
	text-align: center;
	padding: 10px 10px 10px 10px;
}
h3.price {
	font-size: 2em;
	margin: 0px 0px 5px 0px;
	color: #68A435;
}

.price-descriptor {
	font-size: 1.2em;
	font-weight: bold;
}

.pricing-box-content {
	padding: 0px 20px 0px 20px;
	font-size: 110%;
}
.pricing-box ul li {
	margin-bottom: 10px;
}
.pricing-box ul li.available {
	list-style: url(../images/icons/check-mark.gif);	
}
.pricing-box ul li.not-available {
	list-style: url(../images/icons/not-available.png);
}


/*==========================
Signup Form
============================ */
fieldset {
	border-style:solid none none;
}

fieldset legend {
	padding:0 5px;
	color: #004775;
	font-size: 1.5em;
	font-weight: normal;
}

/*==========================
Contact Form
============================ */

div#contact-form {

}

div#contact-form td.form-field-label {
	width: 20px;
	font-weight: bold;
}

div#contact-form input {
	padding: 5px;
	width: 290px;
}
div#contact-form input[type=submit] {
	width: auto;
}


div#contact-form textarea {
	font-family: inherit;
	height:auto;
	padding:5px;
	width: 350px;
}



