/* CSS Document */

/* ***** Main Content DIV ***** */

#content-inner {
	width: 954px;
	margin: 3em 0;
	float: left;
	}
	
#content-inner h2.first-para {
	padding: 0 0 1em 0;
	}

#content-inner h2 {
	padding: .5em 0 1em 0;
	}

.bold {
	font-weight: bold;
	}

/* ***** Left - Sidebar ***** */

#content-L { /* total width is 272px */
	width: 232px;
	margin: 6em 20px 0 20px;
	float: left;
	}

#content-L ul {
	list-style: none;
	}

#content-L ul ul {
	padding-bottom: 1em;
	}

#content-L ul li ul li {
	/* padding-left: 1em; */
	line-height: 1.5em;
	padding-bottom: 1em;
	}

#content-L ul ul li a {
	color: black;
	text-decoration: none;
	}

#content-L ul ul li a:hover {
	text-decoration: underline;
	}

#content-L h4 {
	font: normal 1em/1.2em Arial, Helvetica, sans-serif;
	color: #c30;
	border-bottom: 1px solid #cecece;
	margin-bottom: .5em;
	}

/* ***** Right - Main Content ***** */

#content-R { /* total width is 682px */
	width: 642px;
	margin: 0 20px;
	float: right;
	}

#content-R ul {
	padding-left: 2em;
	line-height: 1.5em;
	list-style: square;
	margin-bottom: 1em;
	}

#content-R ul ul li {
	list-style: disc;
	}

#content-R ol {
	margin: 1em 0 0 2em;
	}

#content-R ol li {
	margin-bottom: 1em;
	}

#content-R ul.contactlist {
	list-style: none;
	padding: 0;
	}

.image-margin {
	margin: 0 1em 1em 0;
	display: inline;
	}

#content-R img {
	border: 1px solid #999;
	margin: 0 1em 1em 0;
	}
/* ***** Contact Page ***** */

.contactlist h3 a {
	color: black;
	text-decoration: none;
	}

.contactlist h3 a:hover {
	background: none;
	}

.contactlist p {
	padding: 0;
	}

.contactlist li {
	padding-bottom: 1em;
	border-bottom: 1px dashed #cecece;
	margin-bottom: 1em;
	}

.contactlist li em, .contact-pad {
	padding-right: 1em;
	}

/* ***** Business Portfolio Page ***** */

ul#imgtxt-module {
	width: 642px;
	padding-left: 0;
	}

#imgtxt-module li {
	width: 642px;
	list-style: none;
	float: left;
	padding-bottom: 1em;
	}

#imgtxt-module img { /* total width is 142px */
	width: 120px;
	height: 90px;
	border: 1px solid #cecece;
	padding: 2px;
	margin-right: 16px;
	float: left;
	}

#imgtxt-module div {
	width: 500px;
	float: left;
	}

/* ***** Personnel Page ***** */

.personnel-top {
	width: 321px;
	float: left;
	}

.personnel-top img {
	width: 108px;
	height: 144px;
	}

/* ***** News Page ***** */

.article {
	width: 642px;
	border-bottom: 1px dashed #cecece;
	margin-bottom: 1em;
	padding-bottom: 1em;
	float: left;
	}

.article img {
	float: left;
	margin-bottom: 1em;
	}

#last-paragraph {
	border: none;
	}

/* ***** Clients Page ***** */

ul#logotxt-module {
	width: 642px;
	padding-left: 0;
	padding-top: 2em;
	}

#logotxt-module li {
	width: 642px;
	list-style: none;
	float: left;
	padding-bottom: 1em;
	}

#logotxt-module img {
	border: none;
	}

.client-logo {
	width: 200px;
	float: left;
	text-align: center;
	margin-top: 0em;
	}

.client-logo a:hover {
	background: none;
	}

.client-text { /* total width is 442px */
	width: 421px;
	float: right;
	margin-left: 21px;
	}

/* ***** Projects Page ***** */

#sidebar-text li {
	list-style: square;
	margin-left: 1.3em;
	}

#sidebar-text img {
	margin-top: 1em;
	}

.project-location {
	margin-top: -1.5em;
	}

.pnl-role {
	border: 1px solid #cecece;
	background: #cbe2a6;
	padding: .5em 1em;
	margin-bottom: 1em;
	}



/* ***** Services Pages ***** */

.no-bullet {
	list-style: none;
	}

#content-R ul ul {
	padding-bottom: 0;
	}

.no-bullet li {
	list-style: circle;
	}
	
.servicesimage {
	margin: 0 2em 1em 0;
	float: left;
	text-align: center;
	font-size: 10px;
	}

.servicesimageborder{
	border: 1px solid;
	border-color:#CCCCCC
	}

.clearleft {
	float: left;
	clear: both;
	}

.examples {
	clear:both;
	margin: 10px 0;
	height: 90px;
	}

.examples img {
	float:left;
	margin: 5px 15px 5px 0;
	border: 1px solid #999;
	}

.examples p {
	padding-top: 5px;
	}
	
	
/* ***** Styleguide Pages ***** */

#2column {
	border-collapse: collapse;
	border-spacing: 0;
	}

td.c-left {
	width: 250px;
	vertical-align: top;
	font-size: .85em;
	}
	
td.c-right {
	width: 350px;
	padding-left: 20px;
	vertical-align: top;
	font-size: .85em;
	color: #666;
	}

td.c-right ol {
	margin-left: 1.7em;
	}

td.c-leftlarge {
	vertical-align: top;
	font-size: .85em;
	}
	
td.c-rightsmall {
	padding-left: 20px;
	vertical-align: top;
	font-size: .85em;
	color: #666;
	}
	
.item {
	color: #0db14b;
	font-weight: bold;
	padding-bottom: 1em;
	font-size: 1.2em;
	width: 250px;
	border-bottom: solid 1px #666;
	padding-bottom:.5em;
	padding-top:1.7em;
	margin-bottom: 1em;
	}
	
.usage {
	font-size: 1em;
	font-weight: bold;
	color: #666;
	padding: 2em 0 .87em 0;
	margin-bottom: 1em;
	border-bottom: solid 1px #666;
	}

.subtitle {
	font-size: 1em;
	font-variant:small-caps;
	}	

.leftcolumnwide {
	width: ;
	border-bottom: solid 1px #666;
	padding-bottom:.5em;
	padding-top:1.7em;
	margin-bottom: 1em;
	}
	
.colorgrid td {
	vertical-align: top;
	padding-right: 1.5em;
	padding-bottom: 1em;
	}
	
.colorgrid p {
	padding: -.25em;
	font-size: .85em;
	}
	
#colorgrid td {
	padding-right: 5px;
	}

.styleguide ol {
	padding-left: 10em;
	}

.styleguide li p{
	padding-bottom: 0;
	}
	
.styleguide li {
	padding-bottom: .85em;
	}
		
.letters {
	list-style: lower-alpha;
	}

.roman {
	list-style: lower-roman;
	padding-left: 3em;
	}
	
.indent {
	padding-left: 3em;
	}
	
	
/* ***** Green Tips Page ***** */

#greenR {
	width: 600px;
	height: 200px;
	float: right;
	background: url('../images/papersquare.jpg') no-repeat 5px 0;
	padding: 20px 0 0 25px;
	}

/* ***** Training Pages ***** */

.speaker {
	margin: 1em 0 1em 0;
	padding: 2em 0 0 0;
	border-top: 1px solid #666;
	}

.break {
	margin: 1em 0 1em 0;
	padding: 2em 0 0 0;
	border-top: 1px solid #666;
	}
	
.list-compressed li {
	list-style: none;
	line-height: 1.5em;
	}


