/* 
	Reed Pope - Main Stylesheet
	July 2009
	Atomic Crayon / karen@atomiccrayon.com / SMRT
*/


/* COLOURS

#ffffff - white - body background, section navigation level 3 background

#B4B398 - beige - table borders

#68652f - gold - links, top bar

#532639 - burgandy - link hovers

#000000 - black - content area text

*/


/* Sections flagged with =
	GENERIC
	SCREAMER
	TOP
	INSIDE
	BRAND
	ACCESSIBILITY
	CONTENT
	SECTION-NAVIGATION
	NAVIGATION (main)
	FOOTER
	SECTION-SPECIFIC
		Home
*/


/* =GENERIC
----------------------------------------------------*/

html {
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-image: url(images/bk-html.png);
	background-repeat: repeat-x;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 76%;
	color: #000;
	background-image: url(images/bk-body.png);
	background-repeat: repeat-x;
}

h1, h2, h3, h4 {
	font-weight: normal;
	color: #000;
}

a:link, a:visited {
	color: #68652f;
	text-decoration: none;
}

a:focus, a:hover, a:active {
	color: #532639;
	overflow: hidden;
}

a img {
	border: none;
}

.clear {
	clear: both;
	line-height: 1;
	height: .1em;
	font-size: .1em;
}

form {
	margin: 0;
	padding: 0;
}

/* class added by jquery -- when entire box is clickable */
.click-box { /* ie6.css */
	cursor: pointer;
}

.highlight {
	background-color: #fdfbc0;
}

/* =SCREAMER
----------------------------------------------------*/
/* flagging bad code */

/* MS Word classes, bad tags */

p.MsoTitle, p.MsoSubtitle, p.MsoListParagraphCxSpFirst, p.MsoListParagraphCxSpMiddle, p.MsoListParagraphCxSpLast, p.MsoNormal {
	display: block;
	border: solid 5px red !important;
	background-color: yellow !important;
}


/* =TOP
----------------------------------------------------*/

#top {
	width: 100%;
	background-image: url(images/bk-top.png);
	background-repeat: repeat-x;
}

/* =INSIDE
----------------------------------------------------*/

#inside {
	width: 742px;
	margin: 0 auto;
	position: relative;
}

/* =HEADER
----------------------------------------------------*/

#header {
	width: 742px;
	height: 88px;
	position: relative;
}


/* =BRAND
----------------------------------------------------*/

#header #brand {
	z-index: 10;
}

#header #brand p#heading {
	position: absolute;
	top: 16px;
	left: -10px;
	margin: 0;
	padding: 0;
}

#header #brand p#heading a {
	display: block;
	width: 224px;
	height: 37px;
	padding: 10px;
	background-image: url(images/reed-pope-logo.png);
	background-position: center center;
	background-repeat: no-repeat;
}

#header #brand p#heading strong {
	position: absolute;
	left: -9999px;
}

#header #brand #print-logo {
	display: none;
}

/* =ACCESSIBILITY
----------------------------------------------------*/

#header #accessibility {
	position: absolute;
	top: 26px;
	top: 0px;
	left: 250px;
	width: 400px;
	padding: 0;
	min-height: 0;
}

/* Skip Links */

#header #accessibility #skip-links {
	position: absolute;
	left: 0;
	top: 0;
}

#header #accessibility #skip-links strong, #header #accessibility #skip-links .separator {
	position: absolute;
	top: -9999px;
}

#header #accessibility #skip-links a:link, #header #accessibility #skip-links a:visited, #header #accessibility #skip-links a:hover {
	position: absolute;
	width: 1px;
	height: 1px;
	left: 0;
	top: -500px;
	display: block;			
}

#header #accessibility #skip-links a:focus, #header #accessibility #skip-links a:active {
	position: static;
	width: auto;
	height: auto;
	color: #000;
	background-color: #fff;
	font-weight: bold;
	padding: .5em;
	font-size: 1.2em;
}



/* =CONTENT
----------------------------------------------------*/

#content {
	width: 658px;
	line-height: 1.8;
	font-size: 1em;
	padding: 123px 42px 20px 42px;
	position: relative;
	background-repeat: no-repeat;
}


/* three content areas */

#content #full {
}


#content .col {
	width: 300px;
	float: left;
}

#content #col-1 {
	margin-right: 58px;
}


#content h1, #content h2, #content h3, #content h4 {
	margin: 2em 0 0 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
}

#content .content-area h2:first-child, #content .content-area  h3:first-child, #content .content-area  h3:first-child {
	margin-top: 0;
}


#content h1#headline { 
	position: absolute;
	top: 24px;
	left: 42px;
	margin: -.2em 0 0 0;
	padding: 0;
	line-height: 1.2;
	text-transform: uppercase;
	font-size: 2.3em;
	color: #532639;
	background-repeat: no-repeat;
}


#content h2 {
}

#content h3 {
}

#content h4 {
}

#content a:link, #content a:visited {
	text-decoration: underline;
}

#content a:focus, #content a:hover, #content a:active {
}


#content p {
	margin: 0 0 1em 0;
}

#content ul {
	margin: 0 0 1em 1.5em;
	padding: 0;
}

#content ul, #content ol {
	margin-top: 0;
}


#content li {
	margin-bottom: .5em;
	line-height: 1.8;
}

#content ol.lower-alpha {
	list-style-type: lower-alpha;
}

#content ol.lower-roman {
	list-style-type: lower-roman;
}


/* Images */

#content #col-1 img.image-call-out:first-child {
	display: block;
	margin-top: -29px;
	margin-left: -42px;
}

#content img.image-border {
	border: solid 5px #68652f;
}

#content img.image-right {
	float: right;
	display: block;
	margin: 0 0 1.5em 1.5em;
}

#content img.image-left {
	float: left;
	margin: 0 1.5em 1.5em 0;
}

#content img.image-right-border {
	float: right;
	margin: 0 0 1.5em 1.5em;
	border: solid 5px #68652f;
}

#content img.image-left-border {
	float: left;
	margin: 0 1.5em 1.5em 0;
	border: solid 5px #68652f;
}

/* Tables */

/* plain tables -- no styling */

#content table {
	border-collapse: collapse;
	border-style: solid;
	border-color: #fff;
	border-spacing: 0;
	border-width: 0;
	margin: .5em 0;
}

#content table td, #content table th {
	line-height: 1.2;
	border-collapse: collapse;
	border-color: #fff;
	border-spacing: 0;
	border-width: 0;
	border-style: solid;
	padding: .8em;
	line-height: 1.2;
	vertical-align: top;
}


#content table th, #content table td h2, #content table td h3, #content table td h4 {
	margin: 0;
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
}

#content table p {
	margin: 0;
	line-height: 1.4;
}


#content table.table-styled {
	border-collapse: collapse;
	border-style: solid;
	border-color: #B4B398;
	border-spacing: 0;
	border-width: 1px;
	margin: .5em 0 .5em 1px;
}

#content table.table-styled td, #content table.table-styled th {
	border-collapse: collapse;
	border-color: #B4B398;
	border-spacing: 0;
	border-width: 1px;
	border-style: solid;
	vertical-align: top;
}


#content table.table-styled th, #content table tr.header td, #content table tr.header th {
	background-color: #532639;
	font-weight: bold;
	color: #fff;
	border-color: #532639;
}

#content table.table-styled th, #content table.table-styled td h2, #content table.table-styled td h3, #content table.table-styled td h4 {
	margin: 0;
	text-transform: uppercase;
	text-align: left;
}

#content table.table-styled p {
	margin: 0;
	line-height: 1.2;
}


/* Forms */

#content fieldset {
	margin: 0 0 2em 0;
	padding: 0;
	border: none;
}

#content label, #content .label {
	font-weight: bold;
	display: block;
	min-height: 1px;
}

#content label .note {
	font-weight: normal;
	font-size: .9em;
}

#content input.text, #content textarea, #content select {
	text-align: left;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 1em;
}

#content .button {
}


#content .required {
	display: none;
}

#content .error {
	color: #c31c1c;
	font-weight: bold;
}



#content .error .text {
	background-color: #fdfbc0;
}

#content .error textarea {
	background-color: #fdfbc0;
}

#content .error select {
	background-color: #fdfbc0;
}


#content .error .required {
	display: inline;
}

#content form div.wrapper {
	margin-bottom: 1.5em;
}

#content a.skip:link, #content a.skip:visited, #content a.skip:hover {
	position: absolute;
	width: 1px;
	height: 1px;
	left: 0;
	top: -9999px;
}

#content a.skip:focus, #content a.skip:active {
	position: static;
	width: auto;
	height: auto;
	color: #000;
	background-color: #fff;
	font-weight: bold;
	padding: .2em;
	font-size: 1.2em;
	border: solid 1px #c31c1c;
}

/* =SECTION-NAVIGATION
----------------------------------------------------*/

#section-navigation {
	position: absolute;
	top: 148px;
	left: 42px;
	font-size: 1.2em;
}

#section-navigation  h3 {
	position: absolute;
	left: -9999px;
}
#section-navigation {
	margin-right: 20px;
}

#section-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#section-navigation ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	margin-right: 14px;
}


#section-navigation ul li a:link, #section-navigation ul li a:visited {
	color: #fff;
}

#section-navigation ul li a:focus, #section-navigation ul li a:hover, #section-navigation ul li a:active {
	color: #68652f;
}

#section-navigation ul li a.selected {
	color: #68652f;
}

/* =NAVIGATION (main)
----------------------------------------------------*/

#main-navigation {
	position: absolute;
	top: 60px;
	left: 395px;
}

#main-navigation h3 {
	position: absolute;
	left: -9999px;
}


#main-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#main-navigation ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	margin-right: 14px;
}


#main-navigation ul li a:link, #main-navigation ul li a:visited {
	font-weight: bold;
}

#main-navigation ul li a:focus, #main-navigation ul li a:hover, #main-navigation ul li a:active {
}

#main-navigation ul li a.selected {
	color: #532639;
}


/* =FOOTER
----------------------------------------------------*/

#footer {
	position: relative;
	margin: 0 0 30px 0;
	padding-top: 20px;
	font-size: .8em;
	color: #68652f;
}


#footer #footer-text {
	padding: 0;
	line-height: 1.4;
	display: inline;
}

#footer #footer-text strong {
	text-transform: uppercase;
	color: #000;
	margin-right: 4px;
}

#footer #footer-text p {
	margin: 0;
	padding: 0;
	display: inline;
}

#footer #footer-links {
	line-height: 1.4;
	display: inline;
	margin-left: 5px;
}

#footer #footer-links p {
	margin: 0;
	display: inline;
}

#footer a:link, #footer a:visited {
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}

/* =SECTION-SPECIFIC
----------------------------------------------------*/


/* =Home
----------------------------------------------------*/

.page-home #top {
	background-image: url(images/bk-top-home.png);
}

.page-home #content {
	padding-top: 150px;
	background-image: url(images/bk-header-home.jpg);
}

.page-home #content h1#headline { 
	width: 300px;
	height: 22px;
	margin-top: 0;
	top: 81px;
	left: 475px;
	background-image: url(images/text-welcome.png);
	text-indent: -9999px;
}

.page-home #content .col {
	display: none;
}

.page-home #section-navigation {
	display: none;
}


/* =Lawyers
----------------------------------------------------*/

.section-lawyers #content h1#headline { 
	width: 300px;
	height: 22px;
	margin-top: 0;
	background-image: url(images/text-our-lawyers.png);
	text-indent: -9999px;
}

.section-lawyers #section-navigation {
	display: none;
}

.section-lawyers #main-navigation ul li#lawyers-nav a {
	color: #532639;
}

/* R. Keith Reed */

.page-reed #content h1#headline { 
	width: 300px;
	height: 22px;
	margin-top: 0;
	left: 167px;
	background-image: url(images/text-r-keith-reed.png);
	text-indent: -9999px;
}

.page-reed #content {
	background-image: url(images/photo-r-keith-reed.jpg);
}

.page-reed #content #full .spacer {
	display: block;
	float: left;
	clear: left;
}

.page-reed #content #full #spacer {
	height: 190px;
	width: 180px;
}

.page-reed #content #full #spacer-1 {
	height: 25px;
	width: 180px;
}
.page-reed #content #full #spacer-2 {
	height: 20px;
	width: 170px;
}
.page-reed #content #full #spacer-3 {
	height: 30px;
	width: 160px;
}
.page-reed #content #full #spacer-4 {
	height: 30px;
	width: 150px;
}
.page-reed #content #full #spacer-5 {
	height: 20px;
	width: 120px;
}
.page-reed #content #full #spacer-6 {
	height: 30px;
	width: 150px;
}
.page-reed #content #full #spacer-7 {
	height: 40px;
	width: 160px;
}

/* Carli Van Maurik */

.page-maurik #content h1#headline { 
	width: 300px;
	height: 22px;
	margin-top: 0;
	left: 167px;
	background-image: url(images/text-carli-van-maurik.png);
	text-indent: -9999px;
}

.page-maurik #content {
	background-image: url(images/photo-carli-van-maurik.jpg);
}

.page-maurik #content #full .spacer {
	display: block;
	float: left;
	clear: left;
}

.page-maurik #content #full #spacer {
	height: 200px;
	width: 170px;
}

.page-maurik #content #full #spacer-1 {
	height: 20px;
	width: 100px;
}
.page-maurik #content #full #spacer-2 {
	height: 20px;
	width: 110px;
}
.page-maurik #content #full #spacer-3 {
	height: 23px;
	width: 120px;
}
.page-maurik #content #full #spacer-4 {
	height: 20px;
	width: 145px;
}
.page-maurik #content #full #spacer-5 {
	height: 20px;
	width: 155px;
}
.page-maurik #content #full #spacer-6 {
	height: 25px;
	width: 170px;
}
.page-maurik #content #full #spacer-7 {
	height: 20px;
	width: 100px;
}
.page-maurik #content #full #spacer-8 {
	height: 20px;
	width: 115px;
}
.page-maurik #content #full #spacer-9 {
	height: 20px;
	width: 120px;
}


/* Jaime A Hall */

.page-hall #content h1#headline { 
	width: 300px;
	height: 22px;
	margin-top: 0;
	left: 167px;
	background-image: url(images/text-jaime-a-hall.png);
	text-indent: -9999px;
}

.page-hall #content {
	background-image: url(images/photo-jaime-a-hall.jpg);
}

.page-hall #content #full .spacer {
	display: block;
	float: left;
	clear: left;
}

.page-hall #content #full #spacer {
	height: 290px;
	width: 100px;
}

.page-hall #content #full #spacer-1 {
	height: 60px;
	width: 75px;
}
.page-hall #content #full #spacer-2 {
	height: 40px;
	width: 85px;
}
.page-hall #content #full #spacer-3 {
	height: 20px;
	width: 75px;
}
.page-hall #content #full #spacer-4 {
	height: 20px;
	width: 70px;
}
.page-hall #content #full #spacer-5 {
	height: 40px;
	width: 65px;
}
.page-hall #content #full #spacer-6 {
	height: 40px;
	width: 60px;
}
.page-hall #content #full #spacer-7 {
	height: 20px;
	width: 75px;
}
.page-hall #content #full #spacer-8 {
	height: 50px;
	width: 80px;
}


/* Jude Sercombe */

.page-sercombe #content h1#headline { 
	width: 300px;
	height: 22px;
	margin-top: 0;
	left: 167px;
	background-image: url(images/text-jude-sercombe.png);
	text-indent: -9999px;
}

.page-sercombe #content {
	background-image: url(images/photo-jude-sercombe.jpg);
}

.page-sercombe #content #full .spacer {
	display: block;
	float: left;
	clear: left;
}

.page-sercombe #content #full #spacer {
	height: 250px;
	width: 220px;
}

.page-sercombe #content #full #spacer-1 {
	height: 40px;
	width: 130px;
}
.page-sercombe #content #full #spacer-2 {
	height: 40px;
	width: 160px;
}
.page-sercombe #content #full #spacer-3 {
	height: 40px;
	width: 170px;
}
.page-sercombe #content #full #spacer-4 {
	height: 20px;
	width: 180px;
}
.page-sercombe #content #full #spacer-5 {
	height: 20px;
	width: 200px;
}
.page-sercombe #content #full #spacer-6 {
	height: 30px;
	width: 210px;
}
.page-sercombe #content #full #spacer-7 {
	height: 20px;
	width: 130px;
}
.page-sercombe #content #full #spacer-8 {
	height: 30px;
	width: 140px;
}


/* Mark Rappaport */

.page-rappaport #content h1#headline { 
	width: 300px;
	height: 22px;
	margin-top: 0;
	left: 167px;
	background-image: url(images/text-mark-rappaport.png);
	text-indent: -9999px;
}

.page-rappaport #content {
	background-image: url(images/photo-mark-rappaport.jpg);
}

.page-rappaport #content #full .spacer {
	display: block;
	float: left;
	clear: left;
}

.page-rappaport #content #full #spacer {
	height: 290px;
	width: 80px;
}

.page-rappaport #content #full #spacer-1 {
	height: 20px;
	width: 70px;
}

.page-rappaport #content #full #spacer-2 {
	height: 20px;
	width: 60px;
}

.page-rappaport #content #full #spacer-3 {
	height: 20px;
	width: 55px;
}
.page-rappaport #content #full #spacer-4 {
	height: 25px;
	width: 60px;
}
.page-rappaport #content #full #spacer-5 {
	height: 20px;
	width: 70px;
}
.page-rappaport #content #full #spacer-6 {
	height: 20px;
	width: 65px;             
}
.page-rappaport #content #full #spacer-7 {
	height: 30px;
	width: 60px;
}
.page-rappaport #content #full #spacer-8 {
	height: 30px;
	width: 55px;
}
.page-rappaport #content #full #spacer-9 {
	height: 40px;
	width: 50px;
}

.page-rappaport #content #full #spacer-10 {
	height: 70px;
	width: 45px;
}


/* Mary A. M. Brunton */

.page-brunton #content h1#headline { 
	width: 315px;
	height: 22px;
	margin-top: 0;
	left: 167px;
	background-image: url(images/text-mary-a-m-brunton.png);
	text-indent: -9999px;
}

.page-brunton #content {
	background-image: url(images/photo-mary-a-m-brunton.jpg);
}

.page-brunton #content #full .spacer {
	display: block;
	float: left;
	clear: left;
}

.page-brunton #content #full #spacer {
	height: 250px;
	width: 170px;
}

.page-brunton #content #full #spacer-1 {
	height: 20px;
	width: 150px;
}
.page-brunton #content #full #spacer-2 {
	height: 20px;
	width: 160px;
}
.page-brunton #content #full #spacer-3 {
	height: 20px;
	width: 150px;
}
.page-brunton #content #full #spacer-4 {
	height: 20px;
	width: 140px;
}
.page-brunton #content #full #spacer-5 {
	height: 20px;
	width: 135px;
}
.page-brunton #content #full #spacer-6 {
	height: 25px;
	width: 125px;
}
.page-brunton #content #full #spacer-7 {
	height: 20px;
	width: 110px;
}
.page-brunton #content #full #spacer-8 {
	height: 30px;
	width: 135px;
}
.page-brunton #content #full #spacer-9 {
	height: 30px;
	width: 150px;
}

.page-brunton #content #full #spacer-10 {
	height: 40px;
	width: 110px;
}


/* Richard Lord */

.page-lord #content h1#headline { 
	width: 300px;
	height: 22px;
	margin-top: 0;
	left: 167px;
	background-image: url(images/text-richard-lord.png);
	text-indent: -9999px;
}

.page-lord #content {
	background-image: url(images/photo-richard-lord.jpg);
}

.page-lord #content #full .spacer {
	display: block;
	float: left;
	clear: left;
}

.page-lord #content #full #spacer {
	height: 290px;
	width: 70px;
}

.page-lord #content #full #spacer-1 {
	height: 20px;
	width: 80px;
}

.page-lord #content #full #spacer-2 {
	height: 30px;
	width: 90px;
}

.page-lord #content #full #spacer-3 {
	height: 20px;
	width: 75px;
}
.page-lord #content #full #spacer-4 {
	height: 25px;
	width: 65px;
}
.page-lord #content #full #spacer-5 {
	height: 30px;
	width: 55px;
}
.page-lord #content #full #spacer-6 {
	height: 20px;
	width: 60px;             
}
.page-lord #content #full #spacer-7 {
	height: 40px;
	width: 65px;
}
.page-lord #content #full #spacer-8 {
	height: 30px;
	width: 70px;
}
.page-lord #content #full #spacer-9 {
	height: 40px;
	width: 65px;
}

.page-lord #content #full #spacer-10 {
	height: 30px;
	width: 60px;
}



/* Sara E. Pope */

.page-pope #content h1#headline { 
	width: 300px;
	height: 22px;
	margin-top: 0;
	left: 167px;
	background-image: url(images/text-sara-e-pope.png);
	text-indent: -9999px;
}

.page-pope #content {
	background-image: url(images/photo-sara-e-pope.jpg);
}

.page-pope #content #full .spacer {
	display: block;
	float: left;
	clear: left;
}

.page-pope #content #full #spacer {
	height: 290px;
	width: 90px;
}

.page-pope #content #full #spacer-1 {
	height: 20px;
	width: 80px;
}

.page-pope #content #full #spacer-2 {
	height: 30px;
	width: 90px;
}

.page-pope #content #full #spacer-3 {
	height: 20px;
	width: 75px;
}
.page-pope #content #full #spacer-4 {
	height: 25px;
	width: 65px;
}
.page-pope #content #full #spacer-5 {
	height: 30px;
	width: 55px;
}
.page-pope #content #full #spacer-6 {
	height: 30px;
	width: 50px;             
}
.page-pope #content #full #spacer-7 {
	height: 40px;
	width: 45px;
}
.page-pope #content #full #spacer-8 {
	height: 30px;
	width: 50px;
}
.page-pope #content #full #spacer-9 {
	height: 60px;
	width: 55px;
}


/*  Jennifer MacGregor-Greer */

.page-greer #content h1#headline { 
	width: 418px;
	height: 22px;
	margin-top: 0;
	left: 167px;
	background-image: url(images/text-jennifer-macgregor-greer.png);
	text-indent: -9999px;
}

.page-greer #content {
	background-image: url(images/photo-jennifer-macgregor-greer.jpg);
}


.page-greer #content #full .spacer {
	display: block;
	float: left;
	clear: left;
}

.page-greer #content #full #spacer {
	height: 290px;
	width: 90px;
}

.page-greer #content #full #spacer-1 {
	height: 20px;
	width: 80px;
}

.page-greer #content #full #spacer-2 {
	height: 30px;
	width: 70px;
}

.page-greer #content #full #spacer-3 {
	height: 20px;
	width: 75px;
}
.page-greer #content #full #spacer-4 {
	height: 25px;
	width: 65px;
}
.page-greer #content #full #spacer-5 {
	height: 30px;
	width: 55px;
}
.page-greer #content #full #spacer-6 {
	height: 30px;
	width: 50px;             
}
.page-greer #content #full #spacer-7 {
	height: 40px;
	width: 45px;
}
.page-greer #content #full #spacer-8 {
	height: 30px;
	width: 55px;
}
.page-greer #content #full #spacer-9 {
	height: 40px;
	width: 60px;
}




/* =Practice Areas
----------------------------------------------------*/

.section-practice #content h1#headline { 
	width: 300px;
	height: 22px;
	margin-top: 0;
	background-image: url(images/text-our-practice.png);
	text-indent: -9999px;
}

.section-practice #main-navigation ul li#practice-nav a {
	color: #532639;
}


/* =Client Login
----------------------------------------------------*/

.page-client #content h1#headline { 
	width: 300px;
	height: 22px;
	margin-top: 0;
	background-image: url(images/text-client-login.png);
	text-indent: -9999px;
}

.page-client #content form {
	margin: 2em 0;
}

.page-client #content label, .page-client #content .label {
	text-transform: uppercase;
	font-weight: normal;
	width: 7em;
	float: left;
	clear: both;
	margin-right: 20px;
}

.page-client #content .error label {
	font-weight: bold;
}

.page-client #content .text {
	width: 200px;
}

.page-client #section-navigation {
	display: none;
}

.page-client #main-navigation ul li#client-nav a {
	color: #532639;
}



