@charset "utf-8";
/* CSS Document */
body {
	font-size: 100%;
	background: #fff;
	width: 100%;
	margin: 0;
	padding: 0;
	}
p {
	padding: 0;
	margin: 0;
	border: 0;
	}
ul, ol, dl, li, a, img, h1, h2, h3, h4, h5 {
	font-size: 100%;
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	border: 0;
	display: inline;
	}
#center-page {
	width: 100%;
	}
#content-wrap {
	width: 100%;
	float: left;
	margin: 80px 0 0 0;
	}	
#center-branding {
	width: 775px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	}
/* branding and main nav */

	/* nav image replacement */
	#home-btn {
		text-indent: -9000px;
		background: url(../images/navImages/nav-home-image.jpg) no-repeat top left;
		float: left;
		width: 73px;
		height: 33px;
		outline: none;
		}
		#home-btn:hover { background: url(../images/navImages/nav-home-over.jpg); outline: none; }
		
	#signup-btn {
		text-indent: -9000px;
		background: url(../images/navImages/nav-signup-image.jpg) no-repeat top left;
		float: left;
		width: 91px;
		height: 33px;
		outline: none;
		}
		#signup-btn:hover { background: url(../images/navImages/nav-signup-over.jpg); outline: none; }
		
	#learnmore-btn {
		text-indent: -9000px;
		background: url(../images/navImages/nav-learnmore-image.jpg) no-repeat top left;
		float: left;
		width: 112px;
		height: 33px;
		outline: none;
		}
		#learnmore-btn:hover { background: url(../images/navImages/nav-learnmore-over.jpg); outline: none; }
		
	#contactus-btn {
		text-indent: -9000px;
		background: url(../images/navImages/nav-contactus-image.jpg) no-repeat top left;
		float: left;
		width: 118px;
		height: 33px;
		outline: none;
		}
		#contactus-btn:hover { background: url(../images/navImages/nav-contactus-over.jpg) no-repeat top left; outline: none; }
		
	#bwc-btn {
		text-indent: -9000px;
		background: url(../images/navImages/nav-bwc-image.jpg) no-repeat top left;
		float: left;
		width: 74px;
		height: 33px;
		outline: none;
		} 
		#bwc-btn:hover { background: url(../images/navImages/nav-bwc-over.jpg) no-repeat top left; outline: none; }
	
		
	#jbcc-btn {
		text-indent: -9000px;
		background: url(../images/navImages/nav-jbcc-image.jpg) no-repeat top left;
		float: left;
		width: 87px;
		height: 33px;
		outline: none;
		} 
		#jbcc-btn:hover {	background: url(../images/navImages/nav-jbcc-over.jpg) no-repeat top left; outline: none; }
		
			
	/* END image replacement */
#branding-wrap {
	background: url(../images/main-nav-bg.jpg) repeat-x;
	float: left;
	width: 100%;
	height: 53px;

	}
#main-nav-left {
	float: left;
	width: 300px;
	}
#logo-wrap {
	height: 1px;
	width: 164px;
	float: left;
	margin: 0;
	padding: 0;
	}
#logo {
	float: left;
	font-size: 12px;
	text-indent: -9000px;
	background: url(../images/header-logo.png) top left;
	height: 207px;
	width: 164px;
	margin: -75px 0 0 0;
	position: absolute;
	}
\
#main-nav-right {
	float: left;
	width: 300px;
	}
#header-bg-repeat {
	background: url(../images/header-bg-repeat.jpg) repeat-x top left;
	float: left;
	width: 100%;
	height: 113px;
	margin: 0;
	padding: 0;
	border: 0;
	}
#header-bg {
	background: url(../images/header-bg.jpg) no-repeat;
	width: 900px;
	height: 113px;
	margin: 0 auto;	
	}
#content {
	background: #ffffff url(../images/content-bg.jpg) repeat-x bottom right;
	width: 100%;
	float: left;
	padding: 0 0 25px 0;
	}
#content-center {
	width: 750px;
	margin: 0 auto;
	}
	
/* Footer */
#footer {
	background: #40627C url(../images/footer-bg-repeat.jpg) repeat-x;
	height: 80px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 75%;
	float: left;
	width: 100%;
	text-align: center;
	padding: 35px 0 0 0;
	}
#footer p {
	width: 100%;
	border: 0; margin: 5px 0 0 0; padding: 0;
	line-height: 15px;
	}
#footer-content {
	background: #40627c;
	width: 100%;
	float: left;
	}
#footer-bg-btm-repeat {
	background: url(../images/footer-bg-btm-repeat.jpg) repeat-x top left;
	height: 12px;
	width: 100%;
	}
.secondary-nav a:link { color: #FFFFFF; padding: 0 5px 0 5px; } .secondary-nav a:visited { color: #FFFFFF; }  .secondary-nav a:hover { color: #e9e45e; }
.secondary-nav { border-left: 1px solid white; border-right: 1px solid white; padding: 0 5px 0 5px; }
.tkglink { text-align: center; }
.tkglink a:link { color: #e9e45e; } .tkglink a:visited { color: #e9e45e; } .tkglink a:hover { color: #FFFFFF; }

#thankyou {
	width: 500px;
	margin: 0 auto;
	padding: 15px 0 0 0;
	}
#thankyou2 {
	width: 500px;
	margin: 0 auto;
	padding: 15px 0 0 0;
	}