@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* ---------------------------------------------------------------------- */

/*** MAIN STYLES ***/

.header {
	width: 100%;
	height: 100px;
	background-color: #2D5F9E;
	background-image: url(images/logobg.jpg);
	background-repeat: repeat;
}

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

a:hover, a:active {
	color: #4973BB;
	text-decoration: underline;
}

a.underline:link, a.underline:visited {
	color: #ff3300;
	text-decoration: underline;
}

a.underline:hover, a.underline:active {
	color: #ff3300;
	text-decoration: underline;
}

.navholder {
	width: 100%;
	height: 65px;
	background-image: url(images/newnavbg.jpg);
	background-repeat: repeat;
}

.tailnavholder {
	width: 100%;
	height: 40px;
	background-image: url(images/tailnavbg.jpg);
	background-repeat: repeat;
	float: left;
}

.logo {
	height: 100px;
	width: 860px;
	background-color: #2D5F9E;
	background-repeat: repeat;
	background-position: left center;
	background-image: url(images/logobg.jpg);
	margin-right: auto;
	margin-left: auto;
}

.burst {
	background-image: url(images/sunburst.jpg);
	background-repeat: no-repeat;
	background-position: left;
	float: right;
	height: 100px;
	width: 700px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #B7CFE6;
	text-align: right;
}

.nav {
	height: 60px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	float: none;
}

.tail {
	height: 93px;
	width: 100%;
	background-image: url(images/logobg.jpg);
	background-repeat: repeat;
	float: left;
}

/*** END MAIN STYLES ***/

/* ---------------------------------------------------------------------- */


.content {
	height: 650px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	float: none;
}

.contentprograms {
	height: 605px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}
.contentfinance {
	height: 500px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}

.contenttradition {
	height: 1040px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}

.contenttestimonials {
	height: 520px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}

.contentrequestinfo{
	height: 520px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}

.open {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 100px;
	width: 860px;
	float: left;
	margin-top: 45px;
	margin-bottom: 50px;
}
.mainoverviewpicture {
	float: left;
	width: 450px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	text-indent: 0px;
}

.mainoverviewcopy {
	width: 860px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	padding-top: 5px;
}

.programpicture {
	float: left;
	width: 450px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	text-indent: 0px;
	background-repeat: no-repeat;
	height: 575px;
}
.financepicture {
	float: left;
	width: 450px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	text-indent: 0px;
	background-repeat: no-repeat;
	height: 490px;
}
.programcopy {
	width: 380px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	padding-top: 5px;
}

.traditionpicture {
	float: left;
	width: 450px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	text-indent: 0px;
	background-repeat: no-repeat;
	height: 575px;
}

.traditioncopy {
	width: 380px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	padding-top: 5px;
}
.bottomtradition {
	float: left;
	width: 860px;
	margin-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}
.testimonialpicture {
	float: left;
	width: 450px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	text-indent: 0px;
	background-repeat: no-repeat;
	height: 505px;
}
.testimonialcopy {
	width: 380px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	padding-top: 5px;
}
.testimonial {
	float: left;
	width: 340px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 25px;
	border: 1px solid #666666;
}
.ryan {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #3666A4;
	height: 25px;
	width: 75px;
	background-color: #FFFFFF;
	margin-left: 15px;
	padding-left: 5px;
	margin-right: 10px;
	padding-right: 5px;
}
.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 21px;
	font-style: italic;
	color: #3666A4;
	text-align: left;
	line-height: 26px;
}

.requestinfopicture {
	float: left;
	width: 400px;
	padding-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
	text-indent: 0px;
	background-repeat: no-repeat;
	height: 520px;
}

.requestinfocopy {
	width: 440px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	padding-top: 5px;
}

.infoneeded {color: #FF0000}

.contentright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	float: right;
	width: 440px;
	padding-top: 5px;
}
.titleoverview {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #3666A4;
	float: left;
	width: 333px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
}
.titleprogram {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #3666A4;
	float: left;
	width: 155px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
}
.titlefinance {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #3666A4;
	float: left;
	width: 215px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
}

.titletradition {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #3666A4;
	float: left;
	width: 135px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
}

.titletestimonials {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #3666A4;
	float: left;
	width: 110px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
}

.titlerequestinfo{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #3666A4;
	float: left;
	width: 230px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
}


.titlefacts{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #3666A4;
	float: left;
	width: 105px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
}
