html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #fff url(../images/bg_body.gif) top center repeat-x;
	font-family: verdana, sans-serif;
	font-size: 70%;
	color: #68737a;
}

a {
	color: #f9a13b;
	text-decoration: none;
}

a:hover {
	color: #68737a;
}

a img {
	border: none;
}

h1 {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 1.3em;
	color: #0a55a3;
}

h2 {
	margin-top: 0;
	font-size: 1.1em;
	color: #0a55a3;
}

h3 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1em;
	color: #0a55a3;
}

h4 {
	margin-top: 0;
	margin-bottom: 7px;
	font-size: .9em;
	color: #ffffff;
}







#main {
	background-color: #fff;
	width: 800px;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	/* bg_wrp-content_internal.gif has a gray bar that can extend the length of the right column
	   bg_wrp-content_internal.gif is the considerably shorter version, which is just the ~5px line on the left side and no right side gray bar
	   leaving this in place, and jsut creating an alternate image in case we go back
	*/
	background: #fff url(../images/bg_wrp-content_internal2.gif) 0 0 repeat-y;
}

#icon {
	background: #fff;
	float: left;
	padding-top: 178px;
	width: 78px;
}

#wrp-content {
	float: left;
	width: 715px;
	margin-left: 1px;
	border-left: 6px solid #dedede;
	background: #fff; 
	
	/*
		removed right side gray bar - see notes in #main
	url(../images/bg_wrp-content.gif) top right repeat-y;*/
}

#masthead {
	width: 715px;
	background: transparent;
}

#nav {
	float: left;
	width: 100px;
}

#subnav {
	float: left;
	width: 100px;
}

#logo {
	float: right;
	width: 173px;
}

#content-primary {
	float: left;
	width: 290px;
	padding-left: 15px;
}

#belly {
	background: #fff url(../images/bg_belly.gif) 0 0 no-repeat;
	margin-top: 50px;
	padding-top: 10px;
	padding-left: 108px;
	padding-right: 96px;
	width: 300px;
	height: 366px;
}

#content-secondary {
	float: right;
	width: 159px;
	padding: 50px 10px 0px 10px;
	color: #6b7375; /*#dedede;*/
	line-height: 2em;
	height: 84%;
	min-height: 84%;
}

#footer {
	color: #ccc;
	padding-left: 10px;
	padding-top: 40px;
	margin-left: 10px;
	font-size: .9em;
}




#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100px;
	margin-top: 14px;
}

#subnav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100px;
	margin-top: 14px;
}


#content-secondary a:hover {
	color: #f9a13b;
	text-decoration: underline;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	font-size: .01em;
}

ul.link-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.link-list li {
	margin: 0;
	padding: 0;
}

.testimonial {
	margin-top: 35px;
}

.t-right {
	text-align: right;
} 