/* CSS Document */
/* Normalises margin, padding */
body, div, dl, dt, dd, ul, ol, h1, h2, h3, h4, h5, h6, pre, form, fieldset, legend,
input, p, blockquote, caption, th, td
{ margin: 0; padding: 0; }

/* Normalises heading font sizes */
h1, h2, h3, h4, h5, h6
{ font-size: 100%; }

/* Removes list-style for lists */
ul, ol
{
	list-style: none;
}

/* Normalises table borders */
table
{
	border-collapse: collapse;
	border-spacing: 0;
}

/* Removes border from fieldset and img */
fieldset, img
{ border: 0; }


body {
	color: #666666;
	background-color: #aaaaa9;
	font-family: Calibri, Verdana, sans-serif;
	font-size: 1em;
}
#wrapper {
	position: relative;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #dfdfdf;
	background-color: #FFFFFF;
}

/* Start header styles */
#header {
	display: block;
	height: 110px;
	margin-left: 10px;
}
/* End header styles */

/* Start navigation styles */
#topnav {
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-bottom: 7px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bfbcba;
}
#topnav ul {
	padding-top: 20px;
	padding-bottom: 9px;
}
#topnav li {
	float: left;
	margin-right: 1px;
	margin-top: -18px;
}
#topnav h1 {
	color: #0c0a0a;
	font-size: 110%;
	padding-top: 28px;
	margin-left: 10px;
	font-weight: normal;
}
#topnav h1 span {
	font-weight: bold;
}
#topnav a:link, #topnav a:visited {
	background-color: #666666;
	height: 43px;
	width: 147px;
	display: block;
	font-size: 80%;
	line-height: 420%;
	padding-left: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#topnav a:hover, #topnav a:active {
	background-color: #e31836;
}
#homepage #topnav #homelink, #apprpage #topnav #apprlink, #clientspage #topnav #clientslink, 
#whatpage #topnav #whatlink, #teampage #topnav #teamlink, #jeanettepage #topnav #teamlink, #terripage #topnav #teamlink, 
#contactpage #topnav #contactlink {	/* You are here indicators in top nav */
	background-color: #e31836;
}
#homepage #topnav {	/* Top nav formatting for the Home page */
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-bottom: 7px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bfbcba;
}
#homepage #topnav ul {
	padding-top: 20px;
}
#topnav #homecat {	/* Formats the cheetah image on the home page */
	border: 1px solid #bfbcba;
	margin-top: 9px;
	margin-bottom: 9px;
}
#topnav p {
	margin-left: 10px;
	font-size: 100%;
}
#topnav .transition {
	font-weight: bold;
	color: #333333;
}
/* End navigation styles */

/* Main text link styles */
#leftcol a:link, #leftcol a:visited {
	color: #E31836;
	text-decoration: none;
}
#leftcol a:hover, #leftcol a:active {
	color: #8E8B89;
}

/* Start left column styles */
#leftcol {
	width: 708px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #bfbcba;
	padding-top: 8px;
	background-color: #FFFFFF;
	min-height: 100%;
	margin-left: 10px;
	padding-bottom: 12px;
}
#leftcol h1 {
	display: block;
	height: 44px;
	background-color: #e31836;
	margin-right: 10px;
	padding-left: 12px;
	font-size: 150%;
	color: #FFFFFF;
	line-height: 180%;
	font-weight: bold;
}
#leftcol h1+p {
	font-size: 90%;
	font-weight: bold;
}
#leftcol h2 {
	color: #e31836;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #bfbcba;
	border-bottom-color: #bfbcba;
	padding-left: 10px;
	font-weight: normal;
}
#teampage #leftcol h2, #jeanettepage #leftcol h2, #terripage #leftcol h2 {
	font-size: 140%;
	font-weight: bold;
	border-bottom-style: none;
	margin-right: 10px;
}
#jeanettepage #leftcol h2 span, #terripage #leftcol h2 span {
	font-size: 60%;
	font-weight: normal;
}
#jeanettepage #leftcol h2 span a:link, #terripage #leftcol h2 span a:link {
	float: right;
	padding-top: 10px;
}
#teampage #leftcol h2+p, #jeanettepage #leftcol h2+p, #terripage #leftcol h2+p {
	margin-top: -16px;
}
#leftcol h3 {
	color: #E31836;
	margin-top: 12px;
	margin-left: 12px;
	font-weight: normal;
	margin-bottom: 0px;
	font-size: 80%;
}
#leftcol h3+p {
	margin-top: 0px;
}





#leftcol p {
	margin-left: 12px;
	margin-top: 16px;
	margin-right: 12px;
	font-size: 80%;
}
#leftcol+p {
	margin-top: 0px;
}
#leftcol ol {
	margin-left: 12px;
	list-style-type: decimal;
	color: #E31836;
	font-size: 90%;
	margin-top: 30px;
}
#leftcol ol li {
	margin-left: 20px;
	margin-top: 16px;
	margin-right: 12px;
}
#leftcol ol li span {
	color: #8F8C8A;
}
#leftcol ul {
	margin-left: 12px;
	font-size: 90%;
	margin-top: 30px;
}
#leftcol ul li {
	margin-left: 0px;
	margin-top: 16px;
	margin-right: 12px;
}
#leftcol address {
	font-style: normal;
	margin-left: 10px;
	font-size: 120%;
}
#leftcol address span {
	color: #E31836;
}


#leftcol #logos {
	padding-bottom: 12px;
}

#leftcol #logos li {
	display: block;
	height: 103px;
	width: 173px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#leftcol #clientssay li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BFBCBA;
	padding-bottom: 6px;
}
#leftcol #clientssay li.last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#leftcol #clientssay li cite {
	color: #E31836;
}

#leftcol #news {
	margin-left: 8px;
}
#leftcol #news li {
	float: left;
	padding-bottom: 20px;
	margin-right: 0px;
	margin-left: 0px;
}
#leftcol #news  h3 {
	font-size: 80%;
	font-weight: bold;
	margin-left: 0px;
}

#leftcol #news li p {
	margin-left: 0px;
}
#leftcol #news li p.date {
	color: #E31836;
	font-size: 100%;
	padding-top: 126px;
	padding-bottom: 12px;
}
#leftcol #news #news1 {
	background-image: url(../images/news1_bg.jpg);
	background-repeat: no-repeat;
	pborder-right-width: 1px;
	background-position: 1px 0px;
	width: 220px;
	padding-right: 6px;
}
#leftcol #news #news2 {
	background-image: url(../images/news2_bg.jpg);
	background-repeat: no-repeat;
	background-position: 11px 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #bfbcba;
	padding-left: 11px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #bfbcba;
	width: 224px;
}
#leftcol #news #news3 {
	background-image: url(../images/news3_bg.jpg);
	background-repeat: no-repeat;
	background-position: 11px 0px;
	padding-left: 11px;
	width: 224px;
}
#leftcol #topimg {
	margin-top: -16px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bfbcba;
}
#leftcol #mugshot {
	float: left;
	margin-right: 10px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
	margin-top: 3px;
}

#leftcol .strap {
	font-size: 180%;
	line-height: 110%;
}
#leftcol .strap2 {
	font-size: 140%;
	clear: left;
	padding-top: 20px;
}
#leftcol #back {	/* Formats the back button */
	width: 90px;
	float: right;
	font-size: 90%;
	margin-left: 2em;
	display: block;
	margin-right: 1.5em;
	font-weight: bold;
	text-align: center;
	height: 21px;
	margin-top: 0.5em;
	padding-top: 1px;
}

#jeanettepage #jeanettelink {	/* formats team links on individual's pages */
	color: #E31836;
}
#jeanettepage #terrilink {
	color: #8E8B89;
}
#terripage #terrilink {
	color: #E31836;
}
#terripage #jeanettelink {
	color: #8E8B89;
}






/* End left column styles */

/* Start right column styles */
#rightcol {
	float: right;
	width: 251px;
	background-color: #FFFFFF;
}
#rightcol #redquote {	/* formats the large red quote on each page */
	background-image: url(../images/rquote_bg.gif);
	background-repeat: no-repeat;
	display: block;
	height: 267px;
	width: 237px;
	margin-top: 6px;
	position: relative;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 120%;
	font-size: 140%;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bfbcba;
	margin-left: 2px;
	font-family: Optimum, "ZapfHumnst BT", Calibri, Arial;
}
#rightcol #redquote p {
	margin-left: 14px;
	margin-right: 20px;
	padding-top: 60px;
}
#rightcol #redquote .cite {
	text-align: right;
	margin-top: 0px;
	margin-left: 56%;
	padding-top: 0px;
	font-style: normal;
	font-size: 70%;
	color: #FFFFFF;
}
#rightcol #mainquote {
	margin-left: 8px;
	margin-right: 20px;
	margin-top: 14px;
	font-size: 140%;
	line-height: 120%;
}
#rightcol #secondquote {	/* 2nd quote on team page */
	margin-left: 8px;
	margin-right: 20px;
	margin-top: 94px;
	font-size: 140%;
	line-height: 120%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bfbcba;
	padding-top: 20px;
}
#rightcol .cite2 {
	color: #E31836;
	font-size: 90%;
	line-height: 100%;
	font-style: italic;
	margin-left: 8px;
	margin-right: 20px;
	margin-top: 3px;
}
/* End right column styles */

/* Start footer styles */
#footer {
	clear: both;
	font-size: 70%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bfbcba;
	padding-top: 6px;
	height: 50px;
}
#footer ul {
	padding-bottom: 6px;
	margin-left: 4px;
}
#footer li {
	float: left;
	padding-bottom: 10px;
}
#footer p {
	clear: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bfbcba;
	padding-top: 6px;
	padding-left: 16px;
}
#footer a:link, #footer a:visited {
	color: #666666;
	padding-right: 12px;
	padding-left: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #8E8B89;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #E31836;
}
#footer a.alt:link, #footer a.alt:visited {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#homepage #footer #homelink2, #apprpage #footer #apprlink2, #clientspage #footer #clientslink2, 
#whatpage #footer #whatlink2, #teampage #footer #teamlink2, #jeanettepage #footer #teamlink2, #terripage #footer #teamlink2,
#contactpage #footer #contactlink2 {	/* You are here indicators in footer nav */
	color: #e31836;
}
.imgleft {
	float: left;
	margin-right: .5em;
}

.smalldot {
	font-size: 90%;
	color: #333333;
}
