/* #### This style sheet lists tags/elements for the positional structure of the pages #### */

/********** These Appear on every Page *************/
}
/*---- Container for the whole page - sets strict width ----*/
#container {
	left: 0px;
	border-right: 0px solid navy;
	background: #fff;
}
/*---- Container for the whole page - sets strict width ----*/
#template {
	width: 745px;
	text-align: center;
	left: 0px;
	background: #fff;
}

#header-top{
	background: url("/images/bg_01.gif") ;
	height: 70px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #fff;
	width: 100%;
}
#nav {
	background-color: #251E58;
	height: 28px;
	border-top: 1px solid #514E86;
	border-bottom: 1px solid #514E86;
	text-align: right;
	margin: 0px;
	padding-top: 2px;
}
#right {
	float: right;
	width:330px;
	padding: 5px;
	background: #fff;
}
#footer {
	clear:both;
	height: 100px;
	background: url("/images/bkg-footer-sm.gif") no-repeat;
	margin: 0px;
	padding:0px;
}
#footer-right {
	background: url("/images/footer-r.gif") no-repeat;
	float:right;
	right: 0px;
	margin-top: 70px;
	height: 25px;
	width:636px;
}
#logo {
	margin: 0px;
	float: left;
	width:100;
	padding-left: 34px;
}
#copyright {
	text-align: right;
	padding:5px;
	padding-right: 60px;
}

#credits {
	margin-left: 13px;
	width: 161px;
	padding: 5px;
}


/************* THESE ONLY APPEAR ON THE HOME PAGE  **************/

#home-header-bottom {
	background: url("/images/bg_08.gif");
	height: 203px;
	width: 100%;
	margin: 0px;

	padding: 0px;
	}
#home-left {
	padding-top: 5px;
	padding-left: 12px;
}
#teaser {
	background: url("/images/home-fit-pic-lg.gif") no-repeat;
	height: 203px;
	margin: 0px;
	padding: 0px;
	padding-left: 438px;
	padding-top: 100px;
	}
#teaser-content {
	margin-right: 10px

}
#teaser-more {
	margin-top: 10px;
	padding-right: 10px;
	width: 100%;
	text-align: right;
}

/*---- These are related to the success promotions ----*/
#success-promotion {
	width: 340;
	background: url("/images/bkg-success.gif") no-repeat;
	margin-top: 10px;
	height: 233px;
	padding:8px;
}
#client-promotion {
	width: 340;
	background: url("/images/bkg-success.gif") no-repeat;
	margin-top: 10px;
	height: 233px;
	padding:15px;
}
.success-title {
	width: 100%;
	padding-top:15px;
	padding-bottom:5px;
	padding-left:20px;
	height: 19px;
	text-align: left;
}
#success-pictures {
	padding-right:5px;
	margin-top: 5px;
}
#success-footer {
	clear: both;
}
.success-space {
	margin-left:10px;
	text-align: center;
	width: 85px;
	color: navy;
}
#success-more {
	float: right;
	padding-right: 30px;
}

/**************** THESE APPEAR ON ALL SUB PAGES (NOT HOME) ******************/
#left {
	margin-left:350px
	padding-top: 5px;
	padding-left: 12px;
}
#page-title {
	background: url("/images/bg_04.gif") ;
	height: 46px;
	margin: 0px;
	padding: 0px;
	}

/**************** THESE APPEAR ON ALL SUCCESS PAGES ******************/
.success-story {
	width: 780px;
	margin-top:40px;
}
.success-story-pic {
	float: right;
	background: url("/images/bkg-success.gif") no-repeat;
	width: 340px;
	height: 233px;
	padding-top:15px;
	text-align: center;
}
.success-story-quote {
	margin-top: 0px;
	float: right;
	width: 340px;
	height: 233px;
	padding:10px;
}

/**************** THESE APPEAR ON THE CONTACT PAGE ******************/
#contact-form {
	margin: 0px;
	width: 403px;
	height: 300px;
	padding: 20px;
	background: url("/images/bkg-contact.gif") no-repeat;
}
html>body #contact-form {
	width: 363px;
}
#form-errors {
	margin-bottom: 15px;
	padding: 10px;
	width: 403px;
	border: 1px solid red;
}
#left-contact {
	float: left;
	width: 450px;
	padding-top: 5px;
	padding-left: 30px;
}
#right-contact {
	margin-left: 480px;
	padding: 5px;
	background: #fff;
}
