@charset "utf-8";
html, body {
	margin: 0;
	text-align: center;
	background: url(../images/bg.gif) #FFFFFF repeat;
	font: 20px Georgia, Times New Roman, sans-serif;
	color: #272727;
}

/* DEFAULTS */

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; text-align: left; }
h1 { font-size: 34px; font-weight: bold; }
h1 a { color: #333333; text-decoration: none; } h1 a:hover { color: #FF0000; text-decoration: none; }
p { margin: 0; padding: 0 0 10px 0; text-align: left; line-height: 24px; }
a {	color: #999999; text-decoration: underline; }
a:hover { color: #F6921E; text-decoration: none; }
a:focus { outline: none; }
img { border: 0; }
acronym { cursor: help; }
hr {color:#E8E8E8;float: left;width:50%;margin: 10px 0 10px 0;height:0;line-height: 0;clear:both;}
.black {color:#000000;}
#errorbox {
	padding: 3px 8px 0px 8px;
	background-color: #FF0000;
	border: 1px dotted #000000;
	color: #000000;
	font-weight: bold;
	opacity: .8;
	margin: 0 0 10px 0;
}

#successbox {
	padding: 3px 8px 0px 8px;
	background-color: #F6921E;
	border: 1px dotted #000000;
	color: #000000;
	font-weight: bold;
	opacity: .8;
	margin: 0 0 10px 0;
}

.view-all {
	margin-top: 10px;
}

#container {
	width: 907px;
	position: relative;
	background: url(../images/container.png) repeat-y;
	margin: 15px auto;
	padding: 20px 30px 30px 30px;
	background-color: #FFFFFF;
	overflow: hidden;
}

#header {
	width: 100%;
	height: 110px;
	margin: 0 50px 0 10px;
}

#header a:link, #header a:visited {
	font-size: 12px;
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	color: #333333;
	padding: 0 0 15px 0;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	border-bottom: 3px solid #F6921E;
}

h2 {
	font-family: Georgia, Times New Roman, sans-serif;
	font-size: 17px;
	font-weight: normal;
	text-decoration: underline;
	padding: 10px 0 0 0;
}

#logo {
	float: left;
}

/* NAVIGATION */
#globalnav {
	float: right;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #999999;
	margin: 15px 8px 0 0;
	padding: 0;
}

#globalnav ul {
	padding: 0;
	margin: 0;
}

#globalnav ul li {
	float: left;
	padding: 0 40px 0 0;
	list-style-type: none;
}

#globalnav ul li.last {
	padding: 0;
}

#globalnav a:hover {
	color: #F6921E;
}

#search {
	padding-top: 40px;
	padding-bottom: 20px;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#search input {
	border: 1px solid #999999;
	margin: 0 5px 0 0;
	padding: 4px;
}

#search .submit, .submit {
	padding: 5px;
	background-color: #F6921E;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
}

#navigation {
	width: 907px;
	height: 15px;
	text-align: left;
	border-top: 1px solid #999999;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #999999;
	padding: 10px 0 10px 0;
	margin: 0 0 10px 0;
}

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	letter-spacing: 1px;
	color: #999999;
}

#navigation li {
	float: left;
	margin: 0;
	padding: 0 20px 0 20px;
	border-top: none;
	border-bottom: none;
	border-left: 1px solid #999999;
}

#navigation li.last {
	border-right: 1px solid #999999;
}

#navigation li a:link, #navigation a:visited {
	color: #999999;
	padding: 0;
	text-decoration: none;
	font-weight: normal;
}

#navigation li a:hover{
	color: #F6921E;
	border-bottom: 1px solid #F6921E;
	text-decoration: none;
	font-weight: normal;
}

/* ABOUT SECTION SUB-NAVIGATION */
#aboutnav {
	position: absolute;
	top: 5px;
	right: 0;
	float: right;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #999999;
	margin: 0 0 0 0;
	padding: 0;
}

#aboutnav ul {
	padding: 0;
	margin: 0;
}

#aboutnav ul li {
	float: left;
	padding: 0 40px 0 0;
	list-style-type: none;
}

#aboutnav ul li.last {
	padding: 0;
}

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

#aboutnav a:hover {
	color: #F6921E;
}


/* CONTENT */

#banner {
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #999999;
}

#content {
	position: relative;
	width: 600px;
	min-height: 518px;
	float: left;
	text-align: left;
	font-size: 15px;
	line-height: 24px;
	color: #666666;
	margin: 0 10px 10px 0;
	padding: 0 0 10px 0;
}

/* TEAM PAGE */

#brittany {
	width: 275px;
	float: right;
	padding: 10px 0 0 20px; 
}

#brittany hr {
	width: 275px;
	padding: 0 0 0 0;
}

#andy {
	width: 275px;
	float: left;
	padding: 10px 20px 0 0;
}

#andy hr {
	width: 275px;
	padding: 0 0 0 0;
}

/* PROCESS COLUMNS */
.processcol {
	width: 180px;
	float: left;
	padding: 0 30px 0 0;
}

/* TESTIMONIALS PAGE */
#testimonials h2 {
	font-size: 16px;
	text-decoration: none;
}

#testimonials p {
	padding: 10px 0 0 0;
	font-size: 14px;
}

#testimonials small {
	font-size: 12px;
	line-height: 14px;
}

#testimonials hr {
	width: 600px;
	color: #E8E8E8;
	margin: 25px 0 25px 0;
}

/* SIDEBAR */

#sidebar {
	width: 250px;
	float: right;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 0 0 20px 0;
	margin: 0 15px 0 0;
}

#sidebar h3 {
	font-weight: bold;
	padding: 0 0 10px 0;
}
#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#sidebar ul li {
	padding: 0 0 12px 0;
	margin: 0 0 0 0;
	text-transform: uppercase;
}

#sidebar img {
	vertical-align: middle;
	padding: 0 6px 0 2px;
}

#sidebar a:link, #sidebar a:visited {
	color: #333333;
}
#sidebar a:hover {
	color: #000000;
	text-decoration: underline;
}

/* BLOG SIDEBAR */
#sparkplug {
	background-image: url('../images/sparkplug_bg.png');
	width: 224px;
	height: 241px;
	overflow: hidden;
	margin: 20px 0 0 0;
	padding: 61px 20px 20px 20px;
}

#sparkplug ul li {
	list-style-type: none;
	padding: 0;
	margin: 0 0 10px 0;
}
#sparkplug h3 {
	font-family: Georgia, Times New Roman, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	text-transform: none;
	padding: 5px 0 5px 0;
	margin: 0;
	line-height: 16px;
}

#sparkplug h4 {
	font-family: Georgia, Times New Roman, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
	text-transform: none;
	padding: 5px 0 5px 0;
	margin: 0;
	line-height: 16px;
}

#sparkplug p {
	font-family: Georgia, Times New Roman, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	text-transform: none;
	line-height: 18px;
}

#sparkplug small {
	font-family: Georgia, Times New Roman, sans-serif;
	font-size: 13px;
	color: #F6921E;
	text-decoration: none;
	text-transform: none;
	line-height: 20px;
	padding: 0 0 20px 0;
}
/* FOOTER */

#footer {
	width: 100%;
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
}

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

#footer a:hover {
	color: #999999;
	text-decoration: underline;
}

#footerleft {
	width: 600px;
	padding: 15px 0 0 0;
	float: left;
	text-align: left;
	border-top: 1px solid #999999;

}

#footerright {
	padding: 15px 0 0 0;
	float: right;
	text-align: right;
	border-top: 1px solid #999999;

}