body {
  margin:0;
  padding: 0;
}

body td {
	font: 80% Verdana, Arial, sans-serif;
}

#masthead {
	width: 100%;
	background: #000;
	border-bottom: 8px solid #000;
}

#logo {
	margin: 5px;
}

#navbar {
	width: 100%;
	background: #cc0000;
	padding-top: 2px;
}

#main {
	width: 70%;
	margin: 0 15%;
}

#mainIndex {
	margin: 20px 15%;
}

#mainIndex td {
	text-align: center;
}

#stripeAbout, #stripeContact, #stripeServices, #stripeTestimonials, #stripeWhy, #stripeBPF {
	width: 92px;
}

#stripeAbout {
	background: #CCCC99 url(images/headlines/achieve.gif) top left no-repeat;
}

#stripeContact {
	background: #CCCC99 url(images/headlines/know.gif) top left no-repeat;
}

#stripeServices {
	background: #CCCC99 url(images/headlines/transform.gif) top left no-repeat;
}

#stripeTestimonials {
	background: #CCCC99 url(images/headlines/succeed.gif) top left no-repeat;
}

#stripeWhy {
	background: #CCCC99 url(images/headlines/reach.gif) top left no-repeat;
}

#stripeBPF {
	background: #CCCC99 url(images/headlines/strive.gif) top left no-repeat;
}

#content {
	padding: 10px 0 15px 10px;
}

.floatleft {
	float: left;
	margin: 0 10px 10px 0;
}

.floatright {
	float: right;
	margin: 0 0px 10px 10px;
}

h1, h2 {
	font-family: Georgia, "Trebuchet MS", Arial, sans-serif;
	font-weight: normal;
}

h1 {
	font-size: 160%;
	color: #1A0066;
}

h2 {
	font-size: 130%;
	color: #1A0066;
}
	
.top {
	font-size: 70%;
}

#footer, #footerIndex {
	font-size: 70%;
	color: #333;
	text-align: center;
	padding: 5px 0;
	line-height: 130%;
}

#footer a, #footerIndex a {
	color: #333;
}

#footer {
	border: 1px solid #D9D9B3;
	border-width: 1px 0;
}

blockquote {
	width: 70%;
	margin: 0 15%;
	text-align: center;
	border: 1px solid #cccc99;
	border-width: 1px 0;
	padding: 10px 0;
}

blockquote p {
	font: italic 140% Georgia, serif;
	color: #333;
}

.client {
	text-align: right;
	font-style: italic;
}

li {
	padding-top: 5px;
}

/* CONTACT PAGE
------------------------*/

form, input, textarea {
	font: 100% Verdana, Helvetica, Arial, sans-serif;
}

fieldset {
	width: 70%;
}

legend {
	font: 120% Georgia, Arial, sans-serif;
	padding-right: 5px;
	color: #333;
	margin-bottom: 1em;
}

input, textarea {
	font: 100% Verdana, Helvetica, Arial, sans-serif;
	background-color: #F2F2E5;
	border: 1px solid #7f9db9;
}

.formrow {clear: both;}

.label {
	width: 100px;
	float: left;
	text-align: right;
	margin-right: .5em;
	color: #333;
}

.input {
	margin: 0 0 .5em 4em;
}

input#submit {
	background-color: #D9D9B3;
}