@charset "utf-8";
/* CSS Document */

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;
	}

/* 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;
	}

/* Text Altering Classes */

h1 {
	font-size: ;
	font-weight: ;
	color: ;
	text-align: ;
	line-height: ;
	}
	
h2 {
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	text-align: left;
	color: #ff6600;
	}
	
h3 {
	font-weight: bold;
	}
	
h4 {
	font-weight: ;
	text-align: ;
	}
	
.bold {
	font-weight: bold;
	}
	
.italic {
	font-style: italic;
	}
	
.underline {
	text-decoration: underline;
	}
	
.caps {
	text-transform: uppercase;
	}
	
.letter {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 15px;
	line-height: 17px;
}
	
.pic {
	border-color: #ffcc00;
	border-style: solid;
	border-width: 4px;
	padding: 0px;
	}
	
.pic2 {
	margin-top: -246px;
	border-color: #ffcc00;
	border-style: solid;
	border-width: 4px;
	padding: 0px;
	}
	
.pic4 {
	margin-top: -30px;
	border-color: #ffcc00;
	border-style: solid;
	border-width: 4px;
	padding: 0px;
	}
	
	
/* Background & Header Elements */

body {
	background: url(images/bkgd.jpg) repeat-x #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #fff;
	}

#pagewrap {
	width: 900px;
	margin: auto;
	}
	
#logo {
	margin: 25px 0px 0px 60px;
}

#logo a:hover{
	background: none;
}

#slogan {
	float: right;
	margin: -85px 50px 0px 0px;
}
	
/* Navbar & Links Elements */

#navbar {
	float: left;
	text-align: center;
	width: 900px;
	font-size: 19px;
	margin: 21px 0px 0px 0px;
	}
	
	#navbar a{
		height: 28px;
		width: 128px;
		float: left;
		padding-top: 9px;
	}
	
a:link {
	text-decoration: none;
	color: #990033;
	}
a:visited {
	text-decoration: none;
	color: #990033;
	}
a:hover {
	text-decoration: none;
	color: #fff;
	background: #ff6600;
	}
a:active {
	text-decoration: none;
	color: #990033;
	}
	
a.nav {
	color: #fff;
	background: #ff6600;
	}

/* Main Content Elements */

#main {
	color: #000;
	margin: 110px 0px 0px 38px;
}

#main p{
	width: 520px;
	text-align: justify;
}

#main a{
	color: #000;
	text-decoration: underline;
}

#main a:hover{
	background: #fff;
	text-decoration: underline;
}

#mainWide {
	color: #000;
	margin: 110px 0px 0px 38px;
}

#mainWide p{
	width: 843px;
	text-align: justify;
}

#wide {
	color: #000;
	margin: 0px 0px 0px 38px;
}

#wide p{
	width: 843px;
	text-align: justify;
}

#testimony {
	color: #000;
	margin: 0px 0px 0px 38px;
}

#testimony p{
	width: 520px;
	text-align: justify;
}

#rightCol {
	float: right;
	margin: -492px 23px 0px 0px;
	color: #000;
}

#rightCol p{
	color: #000;
	width: 260px;
	border-color: #ffcc00;
	border-width: 4px;
	border-style: solid;
	padding: 10px 10px 15px 10px;
	text-align: justify;
}

#rightCol a {
	width: inherit;
	color: #000;
	text-decoration: underline;
}

#rightCol a:hover {
	background: none;
}

#form {
	float: right;
	margin: -514px 23px 0px 0px;
	color: #000;
	width: 260px;
	border-color: #ffcc00;
	border-width: 4px;
	border-style: solid;
	padding: 8px;
}

#h2 {
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	text-align: left;
	color: #ff6600;
}

#red {
	color: #660000;
	font-weight: bold;
}

.sitemap p{
	margin-left: 70px;
	float: left;
}

/* Footer & Credit */

#footer {
	background: url(images/footer.jpg) repeat-x;
	height: 67px;
	float: left;
	width: 100%;
	margin-top: 35px;
}

#footer p{
	float: center;
	text-align: center;
	margin: 14px 0px 0px 0px;
	font-size: 12px;
}

#footer a {
	width: inherit;
	color: #fff;
	text-decoration: underline;
}

#footer a:hover {
	background: none;
}