body
{
	margin: 0px;
	font-family: arial, sans-serif;
	background-color: #2D3A5F;
	border-right: 1;
}

/* Frame structure */

#frame { width: 800px; }

#frame
{
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	text-align: left;
	background-color: #25408F;
	border-color: #00AEEF;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
}

#footer
{
	clear: both;
	height: 55px;
	background-color: #25408F;
	text-align: center;
	padding: 15px 0px 0px 0px;
	border-color: #00AEEF;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
}

#headerIndex
{
	background-image: url(images/masthead_index.jpg);
	height: 270px;
	margin: 0px;
	padding-top: 50px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#headerInner
{
	background-image: url(images/masthead_inner.jpg);
	height: 120px;
	margin: 0px 0px 30px 0px;
	padding: 30px 0px 0px 0px;
}

#sideNav
{
	width: 260px;
	margin: 0px 0px 50px 0px;
/* 	background-color: gray;  */
}

#column465
{
	width: 465px;
	margin: 0px 0px 100px 0px;
}




/* Common Elements - Bkgrd No Repeat, Float Left, Align Right */

#headerIndex, #headerInner { background-repeat: no-repeat; }

#sideNav, #column465, .productContain { float: left; }

#headerIndex {
	text-align: right;
	padding-right: 90px;
}




/* Text-Link Colors */

h1, h2, h3, p, li { color: #FFF; }

li { color: #FFF; }

a:link, a:visited { color: #00AEEF; }


/* Text-Link Sizes */

#footer p { font-size: 10px; }

p.small { font-size: 12px; }

p, li, h3 { font-size: 14px; }

h1 { font-size: 20px; }

h2 { font-size: 16px; }


/* Text-Link Line-Height + Margins */

p
{
	line-height: 20px;
	margin: 0px 0px 10px 0px;
}

h1
{
	line-height: 23px;
	margin: 0px 0px 10px 0px;
}

h2
{
	line-height: 23px;
	margin: 30px 0px 10px 0px;
}

h3
{
	line-height: 12px;
	margin: 25px 0px 0px 0px;
}

li
{
	line-height: 20px;
	margin: 0px 0px 10px 0px;
}




/* Link States/Decoration */

a:hover { color: #FFF; }

a:link, a:visited { text-decoration: none; }

a:link, a:visited { font-weight: bold; }

a:hover { text-decoration: underline; }



/* File Links image replacement */

h1.swap {
	margin: 0px;
	padding-top: 50px;
	padding-left: 30px;
	font-size: 24px;
}

h1 span {font-weight: normal;}

h1.swap { background-repeat: no-repeat; }

h1.swap span { display: none; }
h1.swap img { display: block; }


/* Swap out specific h1 images */

h1#introducing { height: 180px; }
h1#newFace { height: 55px; }
h1#inner1, h1#inner2, h1#inner3, h1#inner4 { height: 90px; }

h1#introducing { background-image: url(images/h1_introducing.gif); }
h1#newFace { background-image: url(images/h1_newFace.gif); }

h1#inner1 { background-image: url(images/h1_inner_new_face.gif); }
h1#inner2 { background-image: url(images/h1_inner_better_way.gif); }
h1#inner3 { background-image: url(images/h1_inner_buy_now.gif); }
h1#inner4 { background-image: url(images/h1_inner_payback.gif); }

h1#introducing
{
	margin: 0px 0px 0px 360px;
}



/* Form Styles */

label
{
	width: 8em;
	float: left;
	text-align: right;
	margin: 0 10px 0px 0;
	clear: both;
	font-weight: bold;
}

.input-box, .select-pulldown, .input-checkbox { margin-bottom: 14px; }

.submit-button
{
	margin-left: 5em;
	clear: both;
}


/* Navigation - Side - take 2  */
#navEnclose { margin: 0px 0px 20px 0px; }

#navEnclose ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#navEnclose li
{
	margin: 0 0 0px 0;
}

#navEnclose a
{
	font-size: 12px;
	line-height: 14px;
	display: block;
	padding: 5px 20px 5px 40px;
	width: 150px;
	color: #FFF;
	background-color: #000;
	text-decoration: none;
	border-color: #00AEEF;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
}

#navEnclose a:hover, #navEnclose ul ul a:hover
{
color: #fff;
background-color: #00AEEF;
text-decoration: none;
}

#navEnclose ul ul li
{
	margin: 0 0 0px 0;
}

#navEnclose ul ul a
{
	font-size: 11px;
	line-height: 13px;
	display: block;
	padding: 5px 5px 5px 40px;
	width: 165px;
	color: #FFF;
	background-color: #25408F;
	text-decoration: none;
}

#home #nav-home a, #contact #nav-contact a, #vendors #nav-vendors a, #request #nav-request a,
	#docs #nav-docs a, #faq #nav-faq a, #other #nav-other a
{
	background-image: url(images/nav_highlight1.gif);
	background-repeat: no-repeat;
}
	
#faq #nav-faq a, #included #nav-included a, #features #nav-features a,
	#benefits #nav-benefits a, #update #nav-update a
{
	background-image: url(images/nav_highlight1.gif);
	background-repeat: no-repeat;
}
	
#docs #nav-faq a, #smallNav #nav-blank a
{
	background-image: none;
}

#nav-save a {
	background-image: url(images/nav_highlight_star.gif);
	background-repeat: no-repeat;
}
	
	

/* Etc */

.productContain { display: inline; }

.runaround img
{
	float: left;
	display: inline;
	padding: 0px 20px 0px 0px;
}

.runaround
{
	margin: 35px 0px 0px 0px;
}

.runaround h2
{	margin: 0px 0px 10px 0px;
}

.productContain
{
	width: 220px;
	margin: 10px 0px 20px 0px;
}

img { border-width: 0px; }
#request #frame #headerInner #Standard {
}

