/* defaults */

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #e2e2e2;
	background-image: url(/img/csi-bg.jpg);
}

body, td, div, input.text, textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
}

h1, h2, h3, h4, h5, h6, .alpha, .beta, .gamma, .delta, .epsilon, .zeta {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 20px;
	line-height: 24px;
	color: #c02020;
}

h1.borders {
	width: 863px;
	margin: 25px 20px 0 0;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

h2 {
	font-size: 17px;
	line-height: 19px;
}

h2.project {
	color: #c22222;
}

h2.client {
	font-family: Georgia, 'Times New Roman', Times, sans-serif;
	font-size: 16px;
	display: inline;
	color: #000;
}

h3, .gamma {
	font-size: 12px;
	margin-bottom: 4px;
	text-transform: uppercase;
	color: #c02020;
}

h4 {
	font-size: 13px;
	margin: 8px 0 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #666;
}

h5 {
	font-size: 13px;
	margin: 8px 0 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #999;
}

h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-style: italic;
	display: block;
	clear: both;
	margin-bottom: 6px;
	color: #000;
}

img {
	border: 0;
}

td {
	padding: 0;
	text-align: left;
	vertical-align: top;
}

p {
	margin: 0;
}

a {
	text-decoration: none;
}
a:hover {
	color: #000;
}

button:hover {
	cursor: pointer;
}

button::-moz-focus-inner {
	margin: 0;
	padding: 0;
	border: 0;
}

button {
	font: 10px/16px Verdana, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #fff;
	border: 0;
	background: none;
}


/* sitewide styles */
.form-fields {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.form-fields-newsletter {
	margin-top: 10px;
}

.form-fields-newsletter > li {
	display: inline-block;
	margin: 0 10px 10px 0;
}

.form-input-newsletter {
	font-size: 11px;
	line-height: 18px;
	width: 200px;
	height: 18px;
	margin-left: -1px;
	padding-left: 4px;
	border-width: 0;
}

.form-input-newsletter.error {
	color: #fff;
	background: #c22222;
}

.hidden {
	display: inline-block;
	overflow: hidden;
	width: 1px;
	max-height: 1px;
	white-space: nowrap;
	text-indent: 100%;
}

#site-wrapper {
	position: relative;
	width: 1000px;
	height: auto;
	min-height: 100%;
	margin: auto;
	background-color: #fff;
}

#content {
	position: relative;
	overflow: hidden;
	width: 932px;
	min-height: 100%;
	padding: 79px 0 0 68px;
	padding-bottom: 110px; /*have to have this for the footer to live in*/
}

.one-column {
	background-color: #fff;
}

.two-column {
	background-image: url(/img/wrapper-bg.gif);
	background-repeat: repeat-y;
}

#topnav {
	position: fixed;
	z-index: 9999;
	top: 0;
	width: 985px;
	height: 40px;
	padding: 0 0 0 15px;
	background-color: #c22222;
}

ul.topnav {
	margin-left: 40px;
}

#topnav a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 40px;
	margin: 0 14px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
}

#topnav a:hover {
	color: #000;
}

#footer {
	font-size: 9px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 932px;
	height: 65px;
	padding: 11px 0 0 68px;
	text-transform: uppercase;
	border-top: 4px solid #c22222;
	background-color: #fff;
}

#footer a {
	font-size: 9px;
	text-decoration: none;
	color: #000;
}

#footer a:hover {
	text-decoration: underline;
}

#footer img {
	float: left;
}

#footer-text {
	font-size: 9px;
	float: left;
	margin: 17px 0 0 15px;
}

#footer-text span {
	padding: 0 4px;
}

.social {
	float: right;
	margin: 0 69px 0 0;
	padding: 0;
	list-style-type: none;
}

.social > li {
	float: left;
}

.social > li + li {
	margin-left: 8px;
}

.sprite {
	line-height: inherit;
	display: inline-block;
	vertical-align: baseline;
	background: url('/img/sprites.png') 0 0 no-repeat;
}

.sprite-envelope {
	position: relative;
	top: 2px;
	width: 17px;
	height: 11px;
}

.featured-tags {
	font-size: 10px;
	margin-top: 10px;
	color: #666;
}

.featured-tags > a {
	display: inline-block;
	margin-right: 7px;
	text-decoration: underline;
	color: inherit !important;
}

.featured-tags > a:hover {
	color: #c22222 !important;
}

/***** heading stuff *****/
.topnav {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.topnav > li {
	display: inline-block;
	height: 100%;
}

ul.topnav-right {
	float: right;
	margin: 0;
	margin-left: 0;
}

.topnav-right > li {
	display: block;
	float: left;
	width: 166px;
	text-align: center;
}

.topnav-right > li > a {
	margin: 0!important;
}

.topnav-search {
	background: #d82727;
}

.topnav-newsletter {
	width: 224px!important;
	height: 40px;
	/*background: #CF2525;*/
	background-image: url('/img/nav-newsletter-background.png');
}

.topnav-newsletter > a:hover > .sprite-envelope {
	background-position: 0 -12px;
}

.newsletter-form {
	overflow: auto;
	color: #fff;
}

.newsletter-thanks {
	color: #fff;
}

h1.newsletter {
	color: inherit;
}

.newsletter-thanks > h1.newsletter {
	font-size: 16px;
	display: inline-block;
	margin-right: 15px;
}

.newsletter-close {
	text-decoration: underline;
	color: #fff;
}

.newsletter-left {
	float: left;
	max-width: 700px;
	padding: 10px 0 20px 70px;
}

.newsletter-right {
	position: absolute;
	top: 0;
	right: 0;
	width: 225px;
	height: 100%;
	text-align: center;
	background: #7e7e7e;
}

.newsletter-thanks {
	padding: 40px 70px;
}

#site-wrapper .form-fields-newsletter > li {
	display: block;
}

#site-wrapper .form-input-newsletter {
	border: 1px solid #333;
}

#site-wrapper .newsletter-form {
	padding-top: 50px;
	color: #000;
}

#site-wrapper .newsletter-left {
	float: none;
}

#site-wrapper .newsletter-right {
	position: static;
	float: none;
	width: auto;
	padding-left: 70px;
	text-align: left;
	background: none;
}

#site-wrapper .newsletter-thanks {
	padding-top: 50px;
	color: #000;
}

/** HOME **/

#left-column, #left-column-home {
	float: left;
	width: 532px;
	padding: 0 0 20px 0;
}

#right-column {
	float: left;
	width: 400px;
	margin-top: 0;
	padding: 0 0 20px 0;
}

.home-logo {
	/*margin-left: 88px;*/
}

.home-slideshow {
	margin-bottom: 38px;
	margin-left: -24px;
	margin-top: 24px;
	position: relative;
	height: 302px;
}

#slideshow {
	display: inline-block;
}

.home-slideshow-button-prev {
	width: 13px;
	height: 24px;
	background-image: url(/img/home-slideshow-button-prev.png);
	display: inline-block;
	vertical-align: top;
	margin-top: 150px;
	margin-right: 10px;
}

.home-slideshow-button-next {
	width: 13px;
	height: 24px;
	background-image: url(/img/home-slideshow-button-next.png);
	display: inline-block;
	vertical-align: top;
	margin-top: 150px;
	margin-left: 10px;
}

.home-flags {
	position: absolute;
	left: 700px;
	top: 90px;
}

.home-flags img {
	margin-right: 22px;
}

.home-left {
	width: 415px;
	float: left;
	padding-left: 25px;
	padding-right: 90px;
	margin-bottom: 40px;
}

.home-left p a {
	font-size: 12px;
	text-decoration: underline;
	color: #c02020;
}

.home-left p a:hover {
	color: #000;
}

ul#captions {
	position:absolute;
	z-index:1000;
	top:252px;
	right: 66px;
	color: #FFF;
	list-style-type: none;
	width: 400px;
/*	background-image: url('/img/caption-background.png');
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 18px;
	width: auto;
*/}

ul#captions li {

	display:none;
	font-size: 11px;
	font-style: italic;
	right: 0;
	background-image: url('/img/caption-background.png');
	/*background-position: -15px;*/
	background-repeat: no-repeat;
	padding-left: 15px;
}

ul#captions li span {
	background-color: #555;
	/*height: 26px;*/
	display: inline-block;
		padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	/*display: none;*/
	
}

.home-left h1 {
	margin-bottom: 28px;
}
.home-left .tiny-holder {
	color: #666666;
	font-size: 12px;
	font-family: Verdana;
	line-height: 18px;
}

.home-right {
	float: left;
	width: 370px;
	margin-bottom: 40px;
}

.home-right {
/*	width: 370px!important;
	margin-top: 27px;
	padding-left: 30px!important;
*/}

.bubble-nav {
	overflow: auto;
	width: 270px;
	height: 268px;
	margin-bottom: 12px;
	text-align: center;
	background-image: url(/img/homepage-bubble-nav-background.jpg);
}

.bubble-nav a {
	font-size: 12px;
	text-decoration: underline;
	color: #c02020;
}

.bubble-nav h2 {
	margin-top: 16px;
	margin-bottom: 12px;
}

.news-and-events-headline-banner {
	background-color: #C02020;
	height: 28px;
	line-height: 28px;
	color: #FFF;
	font-size: 20px;
	clear: both;
	text-transform: none;
	width: 864px;
	margin-top: 40px;
}

.news-and-events-headline-banner h5 {
	color: #FFF;
	font-size: 20px;
	line-height: 28px;
	text-transform: none;
	margin-left: 25px;
	margin-top: 0;
	margin-bottom: 0;
	float: left;
}

.news-and-events-headline-banner a {
	display: inline-block;
	float: right;
	font-size: 12px;
	color: #FFF;
	text-decoration: underline;
	margin-right: 18px;
}

hr:last-child {
	display: none;
	
}

ul#home-projects {
	float: left;
	width: 480px;
	margin: 0 0 7px 0;
	padding: 0;
}

#home-projects li {
	float: left;
	width: 100%;
	margin: 0;
	padding: 20px 10px 20px 0;
	list-style: none;
	border-bottom: 1px solid #ccc;
}

#home-projects .results-thumb {
	float: left;
	width: 150px;
	margin-right: 25px;
}

#home-projects .results-text {
	float: left;
	width: 305px;
	margin-left: 0;
}

#left-column-home p {
	font-size: 10px;
	width: 299px;
	margin-top: 6px;
	margin-bottom: 18px;
}

#home-projects li a, .more-link {
	color: #c02020;
}

#home-projects li a:hover, a:hover.more-link {
	text-decoration: underline;
}

#slideshow-holder {
	/*width: 300px;*/
	/*height: 205px;*/
	/*margin: 30px 0 40px 0;*/
	padding: 15px;
	/*border: 1px dashed #c4c4c4;*/
	background-color: #fff;
}

#slideshow {
	position: relative;
	width: 864px;
	height: 319px;
	background-image: url(/img/home-slideshow-background.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}

#slideshow img {
	position: absolute;
	top: 0;
	left: 0;
}

#slideshow img + img {
	display: none;
}

.home-right p {
	font-size: 11px;
	line-height: 16px;
	width: 331px;
	margin: 15px 0;
	color: #666;
}

.home-right > .tiny-holder a {
	color: #c22222 !important;
}

/** PROJECT SLIDESHOW **/
#project-viewer {
	position: relative;
	width: 863px;
	height: 150px;
	margin: 55px 0 30px;
}

#project-viewer-left-nav, #project-viewer-right-nav {
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 150px;
	background: url('/img/featured-projects-back-next.jpg') 0 0 no-repeat;
}

#project-viewer-right-nav {
	right: 0;
	left: auto;
	background-position: -25px 0;
}

a:hover#project-viewer-left-nav {
	background-position: 0 -150px;
}

a:hover#project-viewer-right-nav {
	background-position: -25px -150px;
}

#project-slideshow {
	position: absolute;
	top: 0;
	left: 36px;
	overflow: hidden;
	width: 813px;
	height: 150px;
}

.project-slideshow-group {
	position: absolute;
	top: 0;
	left: 0;
	width: 803px;
}

.project-slideshow-group + .project-slideshow-group {
	left: 813px;
}

.project-slideshow-group > a {
	display: block;
	float: left;
	margin-left: 0;
}

.project-slideshow-group > a + a {
	margin-left: 10px;
}

.project-slideshow-group > a > img {
	width: 150px;
	height: 150px;
}

/** END PROJECT SLIDESHOW **/


#project-thumbs-holder {
	float: left;
	overflow: hidden;
	width: 796px;
	height: 150px;
}

#project-thumbs-holder a {
	margin: 0 3px;
}

.nav-wrapper {
	float: left;
	width: 863px;
	margin: 25px 20px 0 0;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.left-column-width {
	width: 500px;
}

.nav-wrapper h1 {
	float: left;
}

.nav-wrapper em {
	font-size: 11px;
	display: block;
	float: left;
	margin: 8px 0 0 71px;
}

.nav-wrapper.results {
	position: relative;
}

.nav-wrapper.results > em {
	position: absolute;
	top: 16px;
	left: 204px;
	margin: 0;
}

.no-borders {
	border: none;
}

.pagination {
	float: right;
	margin-top: 5px;
}

.pagination a {
	font-size: 11px;
	font-weight: bold;
	padding: 3px 6px;
	color: #c02020;
	border: 1px solid #c02020;
	background-color: #fff;
}

.pagination a:hover, .this-page {
	color: #fff!important;
	border: 1px solid #c02020!important;
	background-color: #c02020!important;
}

.pagination-next {
	font-size: 11px;
	font-weight: bold;
	float: right;
	margin: 5px 0 0 15px;
	color: #c02020;
}

ul.projects, #services-list {
	float: left;
	width: 863px;
	margin: 0;
	padding: 0;
}

.projects > li {
	float: left;
	width: 100%;
	margin: 0;
	padding: 20px 0 20px 0;
	list-style: none;
}

.projects > li + li {
	border-top: 1px solid #ccc;
}

.projects > li a {
	color: #c02020;
}

.projects > li a:hover {
	color: #000;
}

.projects > li em {
	font-size: 11px;
	display: block;
	margin-bottom: 10px;
}

.projects > li h3, .projects > li .gamma {
	margin: 15px 0 2px;
}

.results-thumb {
	float: left;
	width: 150px;
	margin-right: 55px;
}

.results-text {
	float: left;
	width: 825px;
	margin-left: 0;
	padding-top: 15px;
}

.results-thumb + .results-text {
	width: 645px;
}

#services-list .results-text {
	float: left;
	width: 650px;
}

#services-list .results-thumb + .results-text {
	width: 450px;
}

#services-list > li h3 {
	margin: 0 0 12px;
}

#services-list > li + li {
	border-top: 1px solid #ccc;
}

#services-list > li {
	float: left;
	width: 100%;
	margin: 0;
	padding: 20px 0 20px 0;
	list-style: none;
}

#search-inside {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	position: absolute;
	top: 116px;
	right: 69px;
	display: block;
	text-decoration: underline;
	text-transform: uppercase;
	color: #c02020;
}

#search-inside:hover {
	text-decoration: none;
}

#dropdown-list {
	float: right;
}

#dropdown-list label {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 12px;
	position: relative;
	top: 2px;
	color: #666;
}

#dropdown-list select {
	margin-left: 10px;
}

.related-projects {
	float: right;
	width: 128px;
	margin-left: 77px;
	padding: 44px 0 0 0;
}

ul#index-list {
	float: left;
	width: 863px;
	margin: 0;
	padding: 0;
}

#index-list li {
	float: left;
	margin: 0;
	padding: 25px 10px 20px 0;
	list-style: none;
}

#index-list li + li {
	border-top: 1px solid #ccc;
}

#index-list li a {
	color: #c02020;
}

#index-list li a:hover {
	color: #000;
}

#index-list li p {
	margin-top: 8px;
}

.displaying {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 16px;
	color: #000;
}

.client-headline {
	margin-top: 26px;
	width: 858px;
	height: 70px;
	background-image: url(/img/client-page-headline-background.jpg);
	line-height: 49px;
	margin-left:-43px;
	padding-left: 42px;
	color: #FFF;
	margin-bottom: -17px;
}

.client-horizontal-divider {
	width: 976px;
	height: 49px;
	background-image: url(/img/client-page-horizontal-divider.jpg);
	margin-bottom: 20px;
	margin-left: -64px;
}

.client-list-wrapper {
	float: left;
	width: 863px;
	margin: 30px 0 20px 0;
}

.client-list-column {
	display: block;
	margin: 0 10px 25px 0;
	overflow: auto;
	clear: both;
	
}

.client-list-column a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 12px;
	margin-bottom: 12px;
	display: block;
	color: #545454;
}


.client-list-column a.no-link {
	cursor: default;
}

.client-list-column a.no-link:hover {
	color: #545454;
}

.client-column-1, .client-column-2, .client-column-3 {
	width: 269px;
	display: block;
	float: left;
	margin-right: 15px;
}

.client-column-3 {
	margin-right: 0;
}

.client-list-column a:hover {
	color: #000;
}

.client-list-wrapper h2 {
	color: #C41F19;
	margin-bottom: 25px;
	font-size: 20px;
}

.client-list-column h2 {
	display: block;
	margin-bottom: 25px;
}

#left-column h2 {
	font-size: 16px;
	line-height: 19px;
	display: block;
	float: left;
	width: 500px;
	margin: 26px 0 16px 0;
	text-transform: uppercase;
}

#site-info {
	display: block;
	overflow: auto;
	width: 500px;
	margin-bottom: 28px;
}

#site-info dt {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 12px;
	line-height: 20px;
	float: left;
	width: 71px;
	text-transform: uppercase;
	color: #000;
}

#site-info dd a, #site-info dd {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	display: inline;
	width: 400px;
	text-transform: uppercase;
	color: #c02020;
}

#site-info dd {
	float: left;
	margin-left: 8px;
	padding-top: 5px;
}

#site-info dd a:hover, .right-column-section a:hover {
	color: #000;
}

dt {
	clear: both;
}

#left-column p, .tiny-mce {
	font-size: 11px;
	line-height: 22px;
	clear: both;
	width: 475px;
	margin-bottom: 18px;
}

div.right-column-section {
	clear: both;
	width: 375px;
	padding: 0 0 7px 30px;
}

div + div.right-column-section {
	padding-top: 15px;
	border-top: 2px solid #fff;
}

.right-column-section h3 {
	margin-bottom: 8px;
	text-transform: uppercase;
	color: #000;
}

.images {
	float: left!important;
}

.video-thumb {
	width: 150px;
}

.right-column-section a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	display: block;
	width: 350px;
	text-transform: uppercase;
	color: #c02020;
}

.right-column-section a + a {
	margin-top: 8px;
}

.images a {
	float: left;
	width: 150px;
	margin: 0 14px 10px 0!important;
}

ul#awards, .tiny-mce ul {
	margin: 12px 30px 0 0;
	padding: 0;
}

ul#awards li, .tiny-mce ul li {
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	margin: 0;
	padding: 0 0 14px 25px;
	list-style: none;
	background-image: url(/img/award-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

ul#awards li strong {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 12px;
}

ul#awards li em {
	font-size: 10px;
}

#site-info em, h6 em {
	font-size: 11px;
	text-transform: none;
	color: #999;
}

/***** CONTACT PAGE *****/
.contact-info {
	overflow: auto;
	width: 100%;
	margin-top: 20px;
}

.contact-info dl {
	float: left;
	width: 315px;
	margin-left: 20px;
	padding-bottom: 30px;
}

.contact-info dt {
	font: 12px/15px Georgia, 'Times New Roman', serif;
	margin: 0 0 10px 0;
}

.contact-info dd {
	font-size: 11px;
	line-height: 14px;
	margin: 0;
	color: #bf1f1f;
}

.contact-info dd > a {
	color: #bf1f1f;
}

.contact-info dd > a:hover {
	text-decoration: underline;
}

/***** MODALS *****/
#modal-holder {
	position: fixed;
	z-index: 1000;
	top: 40px;
	left: 50%;
	display: none;
	width: 1000px;
	margin-left: -500px;
	border-top: 1px solid #fff;
	background-color: #555;
}

.modal-close {
	position: absolute;
	right: 15px;
	bottom: 15px;
}

.video {
	font-size: 11px;
	margin: 0 0 75px 75px;
	color: #fff;
}

#site-wrapper > .video {
	color: #000;
}

.video > p {
	width: 600px;
}

.video img {
	margin-bottom: 12px;
}

.view-larger {
	margin-bottom: 70px;
}

.view-larger img {
	display: block;
	margin: auto;
}

.view-caption-page {
	font-size: 13px;
	float: left;
	width: 57px;
	margin: 11px 10px 30px 100px;
	color: #fff;
}

.view-caption-text {
	font-size: 11px;
	line-height: 18px;
	float: left;
	width: 431px;
	margin-top: 8px;
	color: #fff;
}

.view-close {
	float: left;
	margin: 27px 0 0 49px;
}

.view-close a {
	padding: 8px;
	background-image: url(/img/close-bg.gif);
	background-repeat: no-repeat;
}

.search {
	margin: 25px 0 25px 25px;
}

.search div {
	float: left;
	color: #fff;
}

.search-term {
	width: 254px;
	margin-right: 25px;
	padding: 14px 0 0;
}

.search-term input {
	width: 254px;
	height: 20px;
	padding-left: 4px;
	color: #fff;
	border: 1px solid #fff;
	background-color: #555;
}

.search-filters {
	width: 486px;
	padding-top: 16px;
}

.search-submit {
	width: 210px;
}

.search-term-caption {
	width: 258px;
	margin-right: 25px;
	padding: 5px 0 10px;
	text-align: center;
	border-top: 1px solid #333;
}

.search-filters-caption {
	width: 444px;
	padding: 5px 0 10px;
	text-align: center;
	border-top: 1px solid #333;
}

.search div select {
	float: left;
	width: 130px;
	margin: 0 25px 10px 0;
}

a#modalClose {
	right: 8px;
	bottom: 8px;
}

/***** MESSAGES *****/
.l-message-holder {
	width: 863px;
}

.message {
	overflow: auto;
	padding: 10px;
	color: #fff;
}

.message > div {
	float: left;
	color: #fff;
}

.message-heading {
	font-weight: bold;
	margin-right: 15px;
}

.message-error {
	background: #f00;
}

/***** LOGIN ******/
.login > table {
	margin-top: 20px;
	border-collapse: collapse;
}

.login > table td {
	padding: 0 15px 5px 0;
}

.login > table td > input {
	width: 150px;
}

/***** LOGIN MODAL *****/
.modal-content > .login {
	overflow: auto;
	padding: 20px 0 20px 30px;
}

.modal-content > .login > div {
	font: 16px Georgia, 'Times New Roman', Times, serif;
	color: #fff;
}

.modal-content > .login input {
	font: 11px Helvetica, Arial, sans-serif;
	width: 202px;
	height: 14px;
	padding: 2px 0 2px 2px;
	color: #fff;
	border: 1px solid #fff;
	background: #555;
}

.modal-content > .login label {
	font: 11px/16px Helvetica, Arial, sans-serif;
	color: #fff;
}

/***** GRID *****/
.grid {
	float: left;
}

.grid-1-quarter {
	width: 25%;
}

.grid-1-fifth {
	width: 20%;
}

/* misc */
.red-caps {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #c02020;
}

/***** ARROW DEFAULTS *****/
.arrow {
	display: block;
	width: 58px;
	height: 16px;
	margin-bottom: 3px; /* not required, just in place to make it easier to see what's going on */
	background: url('/img/arrows.png') 0 0 no-repeat;
}

a.arrow {
	font: 10px/16px Verdana, Helvetica, Arial, sans-serif!important;
	color: #fff;
}

a:hover.arrow {
	text-decoration: none!important;
}

.arrow strong {
	display: block;
	margin-left: 7px;
}

#arrow-wrapper {
	float: right;
}

#arrow-wrapper .arrow {
	float: left;
	margin: 5px 0 0 15px;
}

#arrow-wrapper > .red-caps {
	position: relative;
	top: 9px;
}

.arrow.prev {
	background-position: 0 -125px;
}

.arrow.prev strong {
	margin-left: 21px;
}

.arrow.white2red {
	color: #c22222;
	background-position: 0 -34px;
}

.arrow.white2red.prev {
	background-position: 0 -159px;
}

.arrow.width127 {
	width: 127px;
	background-position: 0 -51px;
}

.arrow.search {
	width: 145px;
	height: 19px;
	background-position: 0 -85px;
}

.arrow.red2white.login-arrow {
	position: relative;
	top: 2px;
	display: inline;
	margin: 0 61px 0 20px;
}

.arrow-newsletter-submit {
	display: inline-block !important;
	width: 170px;
	height: 26px;
	margin-top: 55px;
	background-position: 0 -210px;
}

/***** ARROW HOVERS *****/
.arrow:hover {
	background-position: 0 -17px;
}

.arrow.white2red:hover {
	color: #fff;
	background-position: 0 0;
}

.arrow.prev:hover {
	background-position: 0 -142px;
}

.arrow.white2red.prev:hover {
	background-position: 0 -125px;
}

.arrow.width127:hover {
	background-position: 0 -68px;
}

.arrow.red2white:hover {
	color: #c22222;
	background-position: 0 -34px;
}

.arrow.red2white.search:hover {
	background-position: 0 -105px;
}

.arrow-newsletter-submit:hover {
	background-position: 0 -237px;
}


/* TEAM */

.team-headline {
	margin-left: 25px;
	margin-bottom: 10px;
}

.team-tiny-holder {
	padding-left: 25px;
	width: 800px;
	margin-bottom: 30px;
	color: #666666;
	font-size: 12px;
	line-height: 18px;
}

.team-paragraph {
	margin-left: 25px;
	width: 800px;
	margin-bottom: 30px;
}	

.team-type-headline {
	width: 180px;
	height: 30px;
	background-color: #C41F19;
	font-size: 11px;
	font-weight: bold;
	font-family: Verdana;
	color: #FFF;
	line-height: 30px;
	padding-left: 22px;
	clear: both;
}

.team-member {
	border-top: 1px solid #CCCCCC;
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 25px;
	clear: both;
	width: 850px;
}

.team-member img {
	float: left;
	padding-right: 30px;
	padding-bottom: 20px;
}

.team-name {
	font-family: Georgia;
	font-size: 20px;
	color: #000;
	margin-bottom: 6px;
	margin-top: 10px;
}

.team-title {
	font-family: Verdana;
	font-size: 11px;
	color: #666;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.team-notes {
	font-family: Verdana;
	font-size: 11px;
	color: #666666;
	width: 630px;
	float: left;
	margin-bottom: 20px;
}

.team-notes p {
	line-height: 16px;
	margin-bottom: 12px;
}

.team-notes p a {
	color: #c02020;
}

.team-link.arrow {
	float: right;
	padding-left: 8px;
	margin-left: 48px;
	margin-right: 10px;
	margin-top: 4px;
}


/* LANDING */

.landing-image {
	position: relative;
	width: 864px;
	height: 319px;
	background-image: url(/img/home-slideshow-background.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.landing-heading {
	margin-bottom: 8px;
	padding-left: 25px;
	padding-right: 25px;
}

.landing-blurb {
	padding-left: 25px;
	padding-right: 105px;
	margin-bottom: 25px;
	line-height: 16px;
	color: #666666;
	font-size: 12px;
	line-height: 18px;
}

.landing-project-nav {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 864px;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: auto;
}

ul.projects > .landing-project-list-item {
	padding-left: 25px;
	padding-right: 25px;
}

ul.projects > .landing-project-list-item .results-text {
	width: 540px;
	float: left;
	font-family: Verdana;
	color: #666666;
	line-height: 16px;
}

ul.projects > .landing-project-list-item .results-thumb {
	margin-right: 30px;
}

.landing-more-projects-link {
	font-size: 11px;
	font-family: Helvetica;
	font-weight: bold;
	text-decoration: underline;
	color: #C41F19;
	clear: both;
	margin-left: 25px;
	margin-top: 40px;
	display: block;	
}

.landing-search-within-results-link {
	font-size: 11px;
	font-family: Helvetica;
	font-weight: bold;
	text-decoration: underline;
	color: #C41F19;
}

select#services {
	max-width: 220px;
}