body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #e23828;
	font-size: 12px;
	line-height: 14px;
}

/*HEADER*/
a.main {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
}
a.main:hover {
	color: #e23828;
	text-decoration: none;
}
a.main:active {
	text-decoration: none;
}
a.main:visited {
	text-decoration: none;
}
.main-nav-spacer {
	padding-right: 10px;
	padding-left: 10px;
	color: #e23828;
}
#header {
	width: 960px;
	position: relative;
	z-index: 100;
	height: 73px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/plus.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#nav {
	width: 384px;
	position: relative;
	z-index: 100;
	background-image: url(../images/bg-nav.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	top: 14px;
}
/*CONTENT BACKGROUNDS*/
#content {
	width: 960px;
	position: relative;
	z-index: 100;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/vertical-bar.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#spacer {
	width: 960px;
	position: relative;
	z-index: 100;
	margin-right: auto;
	margin-left: auto;
	height: 44px;
}
#clients {
	width: 960px;
	position: relative;
	z-index: 100;
	margin-right: auto;
	margin-left: auto;
}
#billboard {
	width: 960px;
	position: relative;
	z-index: 100;
	margin-right: auto;
	margin-left: auto;
}
#billboard-home {
	width: 960px;
	position: relative;
	z-index: 100;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/clear-home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#content-bg-index {
	width: 100%;
	position: relative;
	z-index: 100;
	margin-right: auto;
	margin-left: auto;
	background-color: #f2f1e6;
	background-image: url(../images/bg-home.jpg);
	background-position: center top;
}
#content-bg-bigpoint {
	width: 100%;
	position: relative;
	z-index: 100;
	margin-right: auto;
	margin-left: auto;
	background-color: #f2f1e6;
	background-image: url(../images/bg-bigpoint.jpg);
	background-position: center top;
}
#content-bg-multiverse {
	width: 100%;
	position: relative;
	z-index: 100;
	margin-right: auto;
	margin-left: auto;
	background-color: #f2f1e6;
	background-image: url(../images/bg-multiverse.jpg);
	background-position: center top;
}
#content-bg-cameron_pace {
	width: 100%;
	position: relative;
	z-index: 100;
	margin-right: auto;
	margin-left: auto;
	background-color: #f2f1e6;
	background-image: url(../images/bg-cameron_pace.jpg);
	background-position: center top;
}
#content-bg-apple {
	width: 100%;
	position: relative;
	z-index: 100;
	margin-right: auto;
	margin-left: auto;
	background-color: #f2f1e6;
	background-image: url(../images/bg-apple.jpg);
	background-position: center top;
}
#content-bg-stoke {
	width: 100%;
	position: relative;
	z-index: 100;
	margin-right: auto;
	margin-left: auto;
	background-color: #f2f1e6;
	background-image: url(../images/bg-stoke.jpg);
	background-position: center top;
}
#content-bg-about {
	width: 100%;
	position: relative;
	z-index: 100;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg-about.jpg);
	background-position: center top;
}
#content-bg-what-we-do {
	width: 100%;
	position: relative;
	z-index: 100;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg-what-we-do.jpg);
	background-position: center top;
}
#content-bg-clear-voices {
	width: 100%;
	position: relative;
	z-index: 100;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg-who-we-serve.jpg);
	background-position: center top;
}
#content-bg-contact {
	width: 100%;
	position: relative;
	z-index: 100;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg-contact.jpg);
	background-position: center top;
}

/*FOOTER*/
a.footer {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
}
a.footer:hover {
	color: #0053b1;
	text-decoration: none;
}
a.footer:active {
	text-decoration: none;
}
a.footer:visited {
	text-decoration: none;
}
#footer {
	width: 960px;
	position: relative;
	z-index: 100;
	margin-right: auto;
	margin-left: auto;
	color: #f2f1e6;
	font-size: 12px;
	line-height: 120%;
	height: 100px;
}

#footer-bg {
	width: 100%;
	position: relative;
	z-index: 100;
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
}

/*COMMON ELEMENTS*/
li {
	line-height: 120%;
	font-size: 12px;
}
.nav-spacer {
	padding-right: 5px;
	padding-left: 5px;
}
input {
	font-size: 11px;
	background-color: #ffffff;
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	border: thin solid #dbdad1;
	margin: 1px;
}
textarea {
	font-size: 11px;
	background-color: #ffffff;
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	border: thin solid #dbdad1;
}
select {
	font-size: 11px;
	background-color: #ffffff;
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 30px;
	margin: 0px;
	color: #e23828;
	font-weight: normal;
	line-height: 15px;
}
h2 {
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	color: #FFFFFF;
}
h3 {
	font-size: 12px;
	line-height: 12px;
	margin: 0px;
	font-weight: bold;
	color: #e23828;
}
h4 {
	margin: 0px;
	font-weight: bold;
	font-size: 11px;
}
a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #e23828;
	font-size: 12px;
	line-height: 15px;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
#footer-links{
	background-image: url(../images/footer-link-bg.jpg);
	height: 50px;
	width: 960px;
	text-align: center;
	line-height: 400%;
	margin-right: auto;
	z-index: 100;
	margin-left: auto;
}
.main-active {
	text-decoration: none;
	color: #80a3cc;
	line-height: 31px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
}
.pantone179 {
	color: #e23828;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
}
.warm-gray-11 {
	color: #b48047;
}
.submit {
	position: relative;
	z-index: 100;
	height: 22px;
	width: 91px;
	background-image: url(../images/buttton-submit.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFFFFF;
}
#quick-links {
	background-image: url(../images/bg-content.jpg);
	width: 932px;
	margin-right: auto;
	z-index: 100;
	margin-left: auto;
	background-repeat: repeat-y;
	height: 165px;
}
p {
	font-size: 12px;
	line-height: 14px;
}
.show-hide-bg {
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 11px;
}
.currentpage {
	color: #e23828;
	font-size: 12px;
	text-decoration: none;
}
