/*
-----------------------------------------------
Client:Dayspring Technologies, Inc.
Project:Public Web Site

File Name: pcon.css
Version: 1.0
Notes: Styles all elements within the [p]rimary [con]tent block.

Author: Dayspring Technologies, Inc.
Email: info@dayspring-tech.com
Web: http://www.dayspring-tech.com/
----------------------------------------------- */

/* Typography
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-family:verdana,arial,helvetica,sans-serif;
	margin-bottom:10px;
	font-weight:bold;
}
h1 {
	background-color:transparent;
	background-repeat:no-repeat;
	font-size: 138.5%;
}
h1.home {
	left:25px;
	position:absolute;
	top:35px;
	z-index:2;
}

h2 {
	color: #6e7f4c;
	font-size: 116%;
}

h3 {
	background-color:transparent;
	background-repeat: no-repeat;
	font-size: 108%;
}

h4 {
	font-size: 108%;
}

h5 {
	color: #a3b372;
	font-size: 93%;
}

h6 {
	font-size: 100%;
}

p {
	font-size: 100%;
	margin-bottom: .625em;
}

p.tagline {
	font-size: 108%;
}

p.quote {
  font-size:93%;
	font-style:italic;
	color:#666666;
}

p.top {
	text-align: right;
}

p.sm {
	font-size: 93%;
}

p#lets-talk {
}

ul, ol {
  margin:0 0 10px 0;
}

ul li {
	list-style: disc;
	margin-left:20px;
}

ul.nb li {
	list-style: none;
	margin-left: 0;
}

ol {
	font-size: 100%;
	line-height: 140%;
	margin-left:20px;
}

ol li {
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 20px;
}
li ul, li ol { /* Prevents compounding sizing. */
	font-size: 100%;
}

.hidden {
	display:none;
}

/* Images
----------------------------------------------- */
img {
	border: 0;
	display: block;
	margin: 0 0 10px;
}

img.left {
	margin-right: 10px;
	margin-top:3px;
}

img.right {
	margin-top:3px;
}

img.center {
	margin-left: auto;
	margin-right: auto;
}

#pcon-arrow {
	display:none;
	position: absolute;
	top: 3.3em;
	right: -1em;
	z-index: 5;
}

.pcon-img {
}
/* Link styles
----------------------------------------------- */
a {
	color: #e18420;
	text-decoration:underline;
}

#our-clients a {
	text-decoration: none;
}

#our-clients li a {
	color:#42352e;
	text-decoration:underline;
}

a:hover {
	color: #ad5c01;
}

a.nou {
	text-decoration:none;
}

a.pdf {
	/*background: transparent url(/images/ico-links.gif) no-repeat 0 0;*/
	padding: 1px 0;
}

a.xls {
	/*background: transparent url(/images/ic-xls.gif) no-repeat 0 0;*/
	padding: 2px 0;
}

a.email {
	/*background: transparent url(/images/ic-email-grn.gif) no-repeat 0 1px;*/
	padding: 0;
}

a.doc {
	/*background: transparent url(/images/ic-doc.gif) no-repeat 0 0;*/
	padding: 2px 0;
}

a.web {
	/*background: transparent url(/images/ico-links.gif) no-repeat 2px -30px;*/
	padding: 1px 0;
}

a.more {
	/*background: transparent url(/images/ico-arw-link.gif) no-repeat 0 4px;*/
	font-weight:bold;
}
a.more:hover {
	/*background: transparent url(/images/ico-arw-link.gif) no-repeat 0 -96px;*/
}

a.btn-talk-wh {
	/*background: transparent url(/images/btn-talklearn-wt.gif) no-repeat 0 -50px;*/
	display:block;
	height:1.5em;
	outline:0;
	text-indent:-62em;
	width:10.5em;
}
a.btn-talk-wh:hover {
	/*background: transparent url(/images/btn-talklearn-wt.gif) no-repeat 0 -75px;*/
}
a.btn-learn-gn {
	display:block;
	height:1.5em;
	outline:0;
	text-indent:-3.8em;
	width:10.5em;
}
a.btn-learn-gn:hover {
}

/* Send print links
----------------------------------------------- */
div.action {
}

/* Bio layouts
----------------------------------------------- */
div.bio {
	clear:left;
	margin-bottom:10px;
}
.bio p {
}
.bio img {
}

/* Capabilities Home
----------------------------------------------- */
#solutions-ul,
#expertise-ul {
}

/* Project
----------------------------------------------- */

body.portfolio h1 {
	background:none;
	height:auto;
	text-indent: 0;
	color: #a3b372;
	font-weight: bold;
}
body.portfolio h2 {
	background-color:transparent;
	background-repeat:no-repeat;
	font-size: 100%;
	font-weight: bold;
	color:black;
}


#project-pics {
	padding: 0;
	width:auto !important;
}

#project-pics img {
	top: 0;
	left: 0;
	background-color:#FFFFFF;
	border:1px solid #B3B3B3;
	padding:5px;
	display:none;
}

#layout3 #project-pics img {
  display:block;
  margin-bottom:10px;
}

#project-pics img.first {
}

#nav-spacer {
	height:.75em;
}
#pics-nav {
	margin: 22px 0 10px;
	font-family:"lucida sans","lucida grande",arial,helvetica,sans-serif;
	font-size:108%;
	font-weight:bold;
}

#pics-nav a {
	background: #FFF none repeat scroll 0 0;
	color: #42352E;
	border: 1px solid #B3B3B3;
	margin-right: 5px;
	padding: 4px 7px;
	text-decoration: none;
}

#pics-nav a.activeSlide {
	background: #98BF6E none repeat scroll 0 0;
	color: #FFF;
}

#project-links, #more-project-links {
	margin-top:10px;
}
#more-project-links ol {
  font-size:93%;
}
#project-links li, #more-project-links li {
	color: #e18420;
}
#more-project-links li {
}
#more-project-links a:visited {
	color: #AD5C01;
}

/* Send / Print Page
----------------------------------------------- */
#shareLinks {
	float: right;
	border: 1px solid green;
}


