@charset "UTF-8";
/* CSS Document */

/* Global Styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #74573D;
	background-image: url(images/side_bcgr.gif);
	margin-top: 0px;
	margin-left: 0px;
	background-color: #f6fbf7;
	background-repeat: repeat-x;
}

a:link {
	color: #74573D;
	text-decoration: underline;
}
a:visited {
	color: #8B857B;
	text-decoration: underline;
}
a:hover {
	color: #cc9966;
	text-decoration: underline;
}
a:active {
	color: #cc9966;
	text-decoration: underline;
}
h3 {
	color: #74573D;
	font-size: 8pt;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: normal;
}
h3 a:link {
	text-decoration: none;
}
h3 a:visited {
	text-decoration: none;
}
h3 a:hover {
	color: #cc9966;
	text-decoration: none;
}
h3 a:active {
	color: #cc9966;
	text-decoration: none;
}
.description {
	font-style: italic;
}
strong {
	color: #874b1e;	
	font-size: 8pt;	
}
.sectionBorder {
	border: 1px solid #b9b2a3;
	background-color: #FFFFFF;
	padding: 0.25em 1em;
}
.sectionPadding {
	padding: 1em;
}
.txtMain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #74573D;
	line-height: 1.5;
}
.txtSection {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #74573D;
}


/* Top Menu Navigation */

.topNavBorder {
	width: 320px;
	border: 1px solid #b9b2a3;
}
#topNav {
	margin: 0; 
	padding: 0.5em 2em;
	background: #ffffff; 
	color: #b9b2a3;
	font-size: 8pt;
}
#topNav li {
	display: inline;
	margin-right: 0.5em;
	padding-right: 0.75em;
	border-right: 1px solid #b9b2a3;
}
#topNav li.last {
	border-right: 0;
	margin-right: 0;
	padding-right: 0;
}
#topNav a {
	color: #8b857b;
	text-decoration: none;
}
#topNav a:visited {
	color: #8b857b;
	text-decoration: none;
}
#topNav a:hover {
	color: #cc9966;
	text-decoration: none;
}
#topNav a:active {
	color: #874b1e;
	text-decoration: none;
}
.topNavSelected {
	border-bottom: 3px solid #8b857b;
	padding-bottom: 3px;
}
	
/* Side Menu Navigation - Project and Client */

.sideNav a:link {
	color: #74573D;
	text-decoration: none;
	font-size: 8pt;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 1.9;
	}
.sideNav a:visited {
	color: #74573D;
	text-decoration: none;
	font-size: 8pt;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	line-height: 1.9;
	}
.sideNav a:hover {
	color: #cc9966;
	text-decoration: none;
	}
.sideNav a:active {
	color: #874b1e;
	text-decoration: none;
	}
	
#sideNavSelected {
	color: #874b1e;
	font-weight: bold;
	font-size: 8pt; 
	line-height: 1.9;
}

#client { 
color: #74573D; 
font-size: 8pt; 
font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
line-height: 3; 
text-decoration: none; 
}



/* Page Specific Styles */



.client { color: #874b1e; font-size: 11pt; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: normal; line-height: 2; background-color: transparent; }
.tableBorder { /* client list */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b9b2a3;	
}
#tableRight {
border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b9b2a3;
}
.quotes {
	padding-left: 2em;
	padding-top: 0.5em;
}

