body 
{
	background: #fff url(/images/bkgd.png) repeat-x top left;
}
#wrapper 
{
	width: 800px;
	margin: 0 auto;	
}

a:link, a:visited 
{
	color: #b5131b;
}
a:hover { color: #2c2c2c; }

.clearfix:after 
{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

/* Columns */

.col-lt 
{
	width: 400px;
	float: left;
	padding-left: 35px;
}
.col-rt 
{
	width: 400px;
	float: right;
	padding-right: 35px;
}
.col-lt h3, .col-rt h3 { margin-left: 0; }
.col-lt.smaller, .col-rt.smaller {
	width: 300px;
}
.col-lt.bigger, .col-rt.bigger {
	width: 617px;
}
.col-rt.bigger {
	border-left: 1px solid #b5b5b5;
	padding-left: 35px;
	padding-right: 0;
}
.col-lt.bigger {
	border-right: 1px solid #b5b5b5;
	padding-right: 35px;
	padding-left: 0;
}
.col-lt.smaller { padding-left: 15px; }
.col-rt.smaller { padding-right: 15px; }
#body.contact .col-rt.bigger { border: 0; }

div.content { padding: 25px 34px; }

/* Header */

#header {
	position: relative;
	padding: 0 10px;
	height: 90px;
}
#header h1, #header h1 span 
{
	width: 800px;
	height: 74px;
	background: url(/images/RodneyCopeland.png) no-repeat  top center;
	float: left;
	margin-left: -10px;
	margin-top: 17px;
}
#header h1 span {
	background: none;
    text-indent: -1000em;
	display: block;
	float: none;
	margin-left: 0;
	margin-top: 0;
}
#header ul {
	list-style: none;
	float: left;
	position: absolute;
	height: 150px;
}
#header ul.first {
	top: 25px;
	left: 450px;
}
#header ul.second, #header ul.third {
	top: 0px;
	padding-left: 23px;
	background: url(/images/menu-border.png) no-repeat 0 4px;
}
#header ul.second { left: 125px; top: 0px; width: 240px; }
#header ul.third { left: 260px; top: 0px; width: 210px; }
#header li { margin-left: 0; }
#header ul a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 108%;
}
#header li.active a, #header ul a:hover { color: #b7011c; }
#header li.active li a { color: #fff; }
#header li.active li.active a, #header li.active li a:hover { color: #b7011c; }
#header li.active li.active li a { color: #fff; }
#header li.active li.active a, #header li.active li.active a:hover, #header li.active li.active li.active a { color: #b7011c; }
#header span#tagline {
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #f7f304;
	text-transform: uppercase;
	font-family: 'Helvetica Neue Condensed Bold', 'Helvetica Neue Bold', 'Helvetica Neue', sans-serif;
	font-size: 112%;
	font-weight: bold;
	display: block;
}

/* Body */

#body {
	background: url(/images/page-bkgd-body.png) repeat-y top center;
	padding: 0 50px;
	padding-bottom: 25px;
	font-family: Georgia, 'Times New Roman', serif;
}
body.home #body 
{ 
    background-image: url(/images/page-bkgd-body-home.png); 
}
#body .body-top {
	background: url(/images/page-bkgd-top-home-new2.png);
	height: 20px;
	margin: 0 -50px;
}
body.home #body  
{ 
    margin: 0 -37px 0 -39px; 
    background-image: url(/images/page-bkgd-top-home-new.png); 
}
#body img.framed, #body .service-summary img.right, #body .service-summary img.left {
	background: #fff;
	padding: 10px;
	border: 1px solid #969696;
}
#body .col-lt img.framed, #body .col-rt img.framed { padding: 6px; }
#body.nodropcap p:first-letter { font-size: inherit; }
#body.nodropcap p {
	font-size: 13px;
	line-height: 23px;
}

/* Headings */

.subhead {
	border-bottom:1px solid #aeaeae;
	padding: 0 34px 25px 34px;
	margin-top: -13px;
	margin-bottom: 25px;
	font-size: 28px;
	color: #616161;
}
.subhead strong {
	color: #b5131b;
	text-transform: uppercase;
}
.subhead p {
	margin-bottom: 0;
	font-size: 28px;
	line-height: normal;
}

/* Lists & Definition Lists */

ul.triangle {
	list-style: none;
	margin: 0 34px;
}
ul.triangle li {
	background: url(/images/li-arrow.png) no-repeat 0 0.3em;
	padding: 0 0 0 24px;
	/*font-family: Georgia, 'Times New Roman', serif;*/
	font-size: 18px;
	margin: 8px 0;
}
ul.triangle li strong { font-style: italic; }

ul.justified, ul.sponsors {
	list-style: none;
	padding-left: 30px;
}
ul.justified li, ul.sponsors li {
	font-family: "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosCnBold', "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif;
	font-weight:600;
	font-stretch:condensed;
	font-size: 16px;
	color: #000;
	float: left;
	width: 30%;
	margin-left: 0;
}
ul.justified a:hover { color: #b5131b; }
ul.sponsors li {
	font-size: 18px;
	width: 25%;
}

ul.unstyled {
	padding: 0 35px;
	list-style: none;
	margin-top: 25px;
}
ul.unstyled li {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
}
ul.unstyled li a { color: #2c2c2c; }
ul.unstyled li a:hover { color: #b5131b; }

ul.basic {
	list-style: none;
}
ul.basic li {
	border-bottom: 1px solid #cccccc;
	padding: 8px 0;
	margin-left: 0;
	font-size: 11px;
}

dl.testimonials {
	border-bottom: 1px solid #b5b5b5;
	padding: 35px;
	margin-bottom: 0;
	/*font-family: Georgia, 'Times New Roman', serif;*/
}
dl.testimonials dt {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 25px;
}
dl.testimonials dd, dl.testimonials dd p {
	color: #363636;
	font-size: 13px;
	line-height: 23px;
	font-style: italic;
}
dl.testimonials dd p:first-letter { font-size: inherit; }
dl.testimonials dd strong, dl.testimonials dd b { color: #b5131b; }
dl.testimonials.last { border: 0; }

#family-members {
	background: #fff;
	margin: -36px -37px 25px -37px;
	border-top: 1px solid #bcbcbc;
	border-bottom: 1px solid #bcbcbc;
	padding: 45px 25px;
}
body.home #family-members {
	background: transparent;
	margin: 0;
	border: 0;
	padding: 0;
}
#family-members h3 {
	padding-bottom: 12px;
	text-align: center;
}
#family-members ul { list-style: none; }
#family-members ul li {
	float: left;
	margin: 0 8px 10px 8px;
	height: 120px;
	width: 180px;
	text-align: center;
}
body.home #family-members ul li {
	width: auto;
	height: auto;
}

/* Home */

#home-show { 
	border: 1px solid #a0a0a0;
	padding: 13px;
	line-height: 0;
	margin-bottom: 15px;
	height: 415px;
	position: relative;
}
#home-show .movie {
	position: absolute;
	z-index: 99;
}
#home-show .slideshow {
	position: absolute;
	z-index: 98;
	display: none;
}
#home-show .slideshow ul {
	list-style: none;
	width: 946px;
	overflow: hidden;
}
#home-show .slideshow ul li {
	margin: 0;
	position: relative;
}
#home-show .slideshow .slide-caption {
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.7);
	-ms-filter: alpha(opacity=70);
	filter: alpha(opacity=70);
	padding: 75px 15px 15px 15px;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	top: 0;
	left: 150px;
	height: 100%;
	width: 200px;
	line-height: normal;
}
#home-show .slideshow .slide-caption .title {
	font-size: 26px;
	font-family: "HelveticaNeueCondensed", "HelveticaNeue-Condensed", "Helvetica Neue Condensed",  "HelveticaNeueRomanCondensed", "HelveticaNeue-Roman-Condensed", "Helvetica Neue Roman Condensed", "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosCnRegular', "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif;
	color: #f6f403;
	text-transform: uppercase;
	font-weight: 400;
	font-stretch: condensed;
	position: relative;
	display: block;
	line-height: 90%;
	margin-bottom: 10px;
}
#home-show .slideshow .slide-caption .caption1 {
	font-size: 14px;
	font-weight: bold;
	line-height: 140%;
	color: #fff;
	position: relative;
	display: block;
}
#home-show .slideshow .slide-caption .caption2 {
	color: red;
	font-weight: bold;
	font-size: 16px;
	position: relative;
	display: block;
	margin-top: 10px;
}
#home-show p#controls { position: relative; z-index: 98; }
#prevBtn, #nextBtn {
	display: block;
	text-indent: -1000em;
	position: absolute;
	top: 207px;
	left: 6px;
	width: 30px;
	height: 30px;
	z-index: 99;
}
#nextBtn { left: 906px; }
#prevBtn a, #nextBtn a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(/images/arrows.png) no-repeat 0 0;
}
#home-show #nextBtn a { background-position: -30px 0; }
#family-members h4 {
	font-size: 13px;
	text-transform: uppercase;
	padding-left: 23px;
	margin-bottom: 0;
}

/* Services */

.service-summary {
	padding: 0 34px;
	margin-bottom: 15px;
}
.service-summary.img-lt img, .service-summary img.flt-lt, .service-summary img.left {
	float: left;
	margin: 0 25px 25px 0;
}
.service-summary.img-rt img, .service-summary img.flt-rt, .service-summary .flt-rt, .service-summary img.right {
	float: right;
	margin: 0 0 25px 25px;
}
.service-summary.img-dbl img.framed {
	margin: 0 0 25px 25px;
}
.service-summary.img-dbl img {
	margin: 0 0 25px 0;
}
/*.service-summary > p:first-letter {font-size: 35px;}*/
.service-summary.img-lt p {
	margin-bottom: 20px;
	/*margin-left: 380px;*/
}
.service-summary.img-rt p {
	margin-bottom: 20px;
}
.service-summary.img-dbl p {
	margin-left: 0;
}
.service-summary.img-dbl p.lt {
	float: left;
	width: 50%;
}
.service-summary.img-dbl p.rt {
	float: right;
	width: 50%;
	text-align: right;
}

#event-calendar {
	padding: 0 34px;
	color: #2c2c2c;
	font-size: 18px;
	/*font-family: Georgia, 'Times New Roman', serif;*/
}
#event-calendar h4, #venue-list h4 {
	background: #303030;
	padding: 6px 10px;
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
	font-family: Georgia, 'Times New Roman', serif;
}
#event-calendar .date {
	width: 45%;
	float: left;
	
	font-weight: bold;
}
#event-calendar .location {
	width: 50%:
	float: right;
	text-align: right;
}

#venue-list {
	padding: 0 34px;
}
#venue-list div {
	width: 32%;
	float: left;
	text-align: center;
	margin-bottom: 12px;
}
#venue-list div.third {
	margin-left: 25px;
}
#venue-list a {
	font-size: 18px;
	font-weight: bold;
}

/* Case Studies */

#case-studies ul {
	list-style: none;
	padding: 0 34px;
	margin-top: 15px;
}
#case-studies ul li {
	float: left;
	margin: 0 10px;
}
#case-studies span {
	font-family: "HelveticaNeueBoldCondensed", "HelveticaNeue-Bold-Condensed", "Helvetica Neue Bold Condensed", "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosCnBold', "Helvetica", "Tahoma", "Geneva", "Arial Narrow", "Arial", sans-serif;
	font-weight:600;
	font-stretch:condensed;
	font-size: 16px;
	color: #b5131b;
	text-transform: uppercase;
	margin-left: 34px;
	display: block;
	margin-top: -8px;
}
#case-studies .case {
	width: 45%;
	float: left;
	margin-top: 25px;
	margin-left: 35px;
}
#case-studies .pop { display: none; }

/* Misc */

.coming-soon {
	background: #000;
	margin: -36px -40px -35px -40px;
	padding: 100px 0;
}
.coming-soon p, .coming-soon {
	color: #fff;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 60px;
	font-weight: bold;
	text-transform: uppercase;
}

.shaded {
	background: #dfdfdf;
	padding: 30px;
}
.shaded strong {
	font-size: 16px;
	font-family: "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosBold', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
	font-weight:600;
	font-stretch:normal;
	color: #5e5e5e !important;
}
.shaded p {
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 20px;
	font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
	font-weight:400;
	font-stretch:normal;
}
.shaded p:first-child:first-letter { font-size: inherit; }

/* Blog */

#body.blog .col-lt { border: 0; }
#body.blog a:link, #body.blog a:visited {
	color: #1f51b9;
	text-decoration: none;
}
#body.blog a:hover { color: #000; }
.post { margin-bottom: 55px; }
.post, .post p, #body.blog {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6b6b6b;
	line-height: 18px;
}
.post .content, .post h4 {
	margin-left: 185px;
}
.post p:first-child:first-letter { font-size: inherit; }
.post p.date {
	background: #000;
	padding: 5px 10px;
	color: #fff;
	width: 140px;
	line-height: normal;
	float: left;
}
.post p.date span { color: #909079; }
.post h4, #body.blog .post h4 a {
	color: #000;
	font-weight: normal;
	font-size: 29px;
	line-height: 37px;
	margin-bottom: 15px;
}
#body.blog .post h4 a:hover { color: #1f51b9; }
.post h5 {
	font-size: 19px;
	font-weight: normal;
	color: #000;
	margin-bottom: 10px;
}
.post p.author {
	line-height: normal;
	font-size: 14px;
	margin-bottom: 25px;
}
.post .meta {
	background: #dfdfdf;
	padding: 5px 10px;
}

#body.blog .col-rt h5 {
	color: #000;
	font-weight: normal;
	font-size: 14px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 8px;
	margin-bottom: 0;
}

#body.blog ul.actionLinks {
	list-style: none;
	border-top: 1px solid #ddd;
}
#body.blog ul.actionLinks li {
	float: left;
	padding: 5px 10px 5px 5px;
	font-size: 12px;
}


/* Pagination */

ul.pagination {
	list-style: none;
	float: right;
	margin-top: -25px;
	margin-bottom: 0;
}
ul.pagination li {
	float: left;
	margin: 0 6px;
	font-size: 14px;
}

/* Comments */

#PageComments { list-style: none; }
#PageComments li {
	padding: 10px;
	margin-left: 0;
}
#PageComments li.odd {
	background: #cccccc;
}
#PageComments p { margin-bottom: 0; }
#PageComments p.info {
	font-size: 12px;
	text-transform: uppercase;
}
#PageComments p.comment { margin-bottom: 15px; }


/* Forms */

form {
	padding: 15px 35px 15px 0;
}
form label {
	width: 25%;
	float: left;
	font-size: 16px;
	font-family: "HelveticaNeueBold", "HelveticaNeue-Bold", "Helvetica Neue Bold", "HelveticaNeue", "Helvetica Neue", 'TeXGyreHerosBold', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
	font-weight:600;
	font-stretch:normal;
	color: #5e5e5e;
}
form input, form textarea {
	background: #fff;
	border: 1px solid #dfdfdf;
	padding: 4px 6px;
	font-family: "HelveticaNeue", "Helvetica Neue", "HelveticaNeueRoman", "HelveticaNeue-Roman", "Helvetica Neue Roman", 'TeXGyreHerosRegular', "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
	font-weight:400;
	font-stretch:normal;
	font-size: 13px;
	width: 72%;
}
form .submit {
	float: right;
	margin: 15px 4px 0 0;
	width: auto;
	background: transparent;
	padding: 0;
	border: 0;
}
form .field { margin: 0 0 10px 0; }
form .Actions { text-align: right; margin-top: -25px; }
form .Actions input.action {
	background: url(../img/btn-submit.jpg) no-repeat;
	width: 58px;
	height: 22px;
	text-indent: -1000em;
	border: 0;
}
form .Actions input.action:hover { cursor: pointer; }

body.contact .col-rt h3 { margin-bottom: 0; }

/* Footer */

#footer {
	height: 168px;
	background: url(/images/page-bkgd-bottom2.png) no-repeat;
	padding-top: 22px;
	z-index:999;
}
body.home #footer { margin-left: -1px; }
#footer ul {
	list-style: none;
	margin: 0;
	border-left: 1px solid #a0a0a0;
	float: left;
	margin-top: 0px;
	height: 142px;
}
#footer ul.middle {
	width: 33%;
}
#footer ul.left 
{ 
  width: 33%; 
  border-left: 0px solid #a0a0a0;
}
#footer ul.right
{ 
  width: 33%; 
  border-left: 1px solid #a0a0a0;
}
#footer ul li 
{
	margin: -2px 20px;
	font-size: 12px;
	/*text-transform: lowercase;*/
}
#footer ul.middle li 
{
	width: 100%;
	float: left;
	padding: 0;
	margin: -2px 20px;
}
#footer ul.middle li.title 
{
	width: auto;
}
#footer ul li a 
{
	color: #525252;
	text-decoration: none;
}
#footer ul li a:hover { text-decoration: underline; }
/*#footer ul.right, #footer ul.middle { margin-top: -16px; }*/
#stay-connected {
	width: 284px;
	float: left;
	margin-left: 50px;
	margin-right: 20px;
}
#stay-connected ul {
	margin-left: 0;
	border-left: 0;
	height: auto;
	margin-top: -8px;
}
#stay-connected ul li {
	float: left;
	margin: 0 10px;
}
#footer ul li.title {
	float: none;
	clear: both;
	text-align: center;
	margin-bottom: 15px;
	color: #525252;
	text-decoration: underline;
	font-weight: bold;
}
#stay-connected ul li.title { margin-bottom: 20px; }