body {
	background: #222;
	font-size: small;
	text-align: center;
	line-height: 1.5em;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	color: #ccc;
	font-size: 10pt;
	text-align: center;
}

	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	
	.clearfix { display: inline-table; }
	
	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */


sup {
	color: #cc9933;
}
blockquote {
	width: 85%;
	margin: 0 auto;
}

strong {
	color: black;
}
/* =========================== Contact DL ========================= */
dl {
	width: 100%;
}
dt {
	width: 100%;
	display: block;
	margin: 10px 0 0 0;
}
dd {
	width: 100%;
	display: block;
	margin: 0;
}
/* ================================== IMG =========================== */
img {
	border: 0;
}
img.signature {
	display: block;
}
img.about {
	padding: 4px;
	border: 4px solid #336699;
	margin: 10px 20px;
	float: left;
}
#footer img {
	vertical-align: middle;
}

/* ================================== Lists =============================== */

ul.clean li {
	list-style-image: url(/img/light/bullet.gif);
	margin: 10px 5px;
	font-size: 95%;
	color: #444;
	letter-spacing: -1px;
}
/* ======================================= A ==================================== */
.portfolio_list a, .portfolio_list a:visited {
	color: #6699cc;
	text-decoration: none;
	display: block;
	padding: 2px;
}
.portfolio_list a:hover {
	color: #ebebeb;
	background-color: #003366;
}
a {
	color: #40608C;
	font-size: 100%;
	text-decoration: none;
	border-bottom: 1px dashed #666;
}
a:hover {
	color: #2F405C;
}
.portfolio-inspector a, .portfolio-inspector a:visited {
	color: #336699;
	margin: 0;
	padding: 0;
}
.portfolio-inspector a:hover {
	color: #6699cc;
}
#footer a {
	text-decoration: none;
	color: #a0a0a0;
}
#footer a:hover {
	color: #c0c0c0;
}

/* ======================================= H ==================================== */

h1 {
	margin: 3px 0 0 0;
}	
h2 {
	margin: 3px 0 0 0;
}

#head h1 {
	margin: 0 50px 5px 0;
	padding: 0;
	font-size: 160%;
	font-weight: normal;
	font-family: Georgia, serif;
	letter-spacing: -1px;
	color: #40607C;
}

div#content h2 {
	font-family: Georgia, serif;
 	color: #A40800; 
	padding-bottom: 1px;
	border-bottom: 1px solid #D7E5C6;
	margin: 15px 0 0 0; 
	font-size: 1em; 
}
#content h3 {
	color: #2F405C;
	font-weight: bold;
	font-size: 1em;
}
#content h4 { /* use for blog data */
	color: #5588bb;
	border-bottom: 1px solid #D7E5C6;
	font-size: 75%;
	padding: 5px;
	font-weight: normal;
}


#content div.blogentry h2 { /* use for blog title */
 	color: #2F405C; 
	margin-bottom: 0;
	font-size: 130%; 
	line-height: 1em;
	font-weight: normal; 
	border: none;
}
#content div.blogentry h3 {
	color: #7D9C74 !important;
	font-size: 80% !important;
	font-weight: normal !important;
	margin: 0;
}
#sidebar h2 {
	padding-right: 10px;
	background-color: transparent;
	color: #2F405C;
	font-size: 1em;
	text-indent: 1em;
	padding: 3px;
	margin: 15px 0 5px 0;
	font-family: Georgia, serif;
}
h2.portfolio-inspector {
	font-size: 1.2em;
	color: #6699cc;
	margin: 5px 0;
}
h1, h2, h3, h4, h5 ,h6 {
	clear: both;
}

/* ==================================== P =============================== */

p {
	color: #444;
	margin: 1em 0 0 0;
	line-height: 155%;
}
#head p {
	color: #223;
	letter-spacing: -.5pt;
}
p.swap {
	margin-top: 0;
	text-align: justify;
}
.blogentry p {
	margin: 0 0 5px 0;
}
#sidebar p {
	margin-top: 0;
}
#footer p {
	text-align: left;
	margin: 0;
	color: white;
	font-size: 80%;
}
#page-footer p {
	letter-spacing: 1px;
	text-align: center;
}
/* Internet Explorer's messed up paragraph margins compared to FF */
* html p {
	margin: 1em 0 0 0;
}

/* ============================= Basic Structure ========================== */

#wrapper {
	background: #FFF7E9;
	border-top: 7px solid #ccc;
	width: 760px;
	margin: 0 auto;
	text-align: left;
}
h1#logo {
	margin: 0 auto;
	padding: 0;
	width: 760px;
	height: 76px;
	background: url(../img/light/jlwd.jpg) top left no-repeat;
	text-indent: -1000em;
}
#head {
	margin: 0 auto;
	text-align: justify;
	width: 725px;
	background: #DFE1E4;
	border-top: 1px solid #447;
	clear: left;
	padding: 15px 15px 15px 20px;
}
#content {
	width: 490px;
	padding: 0 20px 15px 15px;
	float: left;
}
#page-footer {
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}
#sidebar {
	padding-top: 15px;
	width: 220px;
	float: left;
}
#footer {
	clear: both;
	background: #2D405C url(/img/light/bottom.gif) left top repeat-x;
	color: #ccc;
	padding: 30px 15px 15px 15px;
	text-align: center;
	
}
#navigation {
	margin: 0 auto;
	background: #1B456A;
	width: 760px;
	height: 2.5em;
}

/* ============================== Navigation ============================= */

#navigation ul {
	padding-top: 4px;
	list-style: none;
	margin: auto;
	text-align: left;
}
#navigation li {
	color: #D7E5C6;
	line-height: 24px;
	display: block;
	float: left;
	margin: 0 1em;
}
#navigation li a {
	display: block;
	padding: 0 5px 1px 5px;
	color: #D7E5C6;
	float: left;
	text-decoration: none;
	border-bottom: none;
}
#navigation li a:hover,
#services li#link_solutions a,
#home li#link_home a,
#portfolio li#link_clients a,
#about li#link_about a,
#contact li#link_contact a {
	padding: 0 4px 0 5px;
	background: #2D405B; 
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}

/* ============================= Portfolio-inspector ========================= */

div.portfolio {
	width: 300px;
	float: right;
}
img.portfolio {
	width: 450px;
	height: 120px;
	padding: 5px;
	background-color: #F8F0D8;
	border: 1px solid #2F405C;
	margin: 10px auto;
	display: block;
}
dl.portfolio-inspector {
	font-size: 8pt;
	line-height: 10pt;
}
dl.portfolio-inspector dd li {
	margin-left: 10px;
}
div.portfolio-inspector {
	font-size: 10pt;
	clear: both;
}
.portfolio-inspector p {
	margin: 4px;
}
.portfolio-inspector img {
	float: left;
	margin: 0 5px 0 0;
	width: 75px;
	height: 56px;
	padding: 3px;
	border: 2px solid #333;
}
/* =========================== Sidebar Portfolio listing ========================= */
.portfolio_list { 
	padding: 0 0px 10px 0px; 
	margin: 6px 0 6px 0; 
}
.portfolio_list span {
	color: #336699;
	font-weight: bolder;
}
.portfolio_list .page-details{ 
	color: #777; 
	display: block; 
}
.portfolio_list ul {
	margin-bottom: 0;
}
.portfolio_list li {
	list-style-image: url(/img/bullet.jpg);
	margin: 0;
	text-indent: 0;
}
.portfolio_highlight { 
	text-align: justify;
	width: 160px;
	margin: 0 auto;
}
.portfolio_highlight p {
	padding: 0 5px;
}
/* ============================ Basic Classes ===================================== */
.clearing {
	clear: both;
}
.offscreen {
	text-indent: -1000em;
	width: 500px;
	position: absolute;
	list-style: none;
}
/* ============================= Forms / UI ======================================== */
form hr {
	border: 0;
	height: 1px;
	color: #F8F0D8;
	background-color: #F8F0D8;
}
input, select, textarea {
	background: #fff;
	border: 1px solid #aaa;
	color: #000;
	font: bold .8em "Trebuchet MS",sans-serif;
}
label {
	width: 30%;
	float: left;
	margin-right: 0.5em;
	text-align: right;
	display: block;
}	
label.large {
	margin: 0;
	width: 100%;
	text-align: left;
	display: block;
}
fieldset p, fieldset div {
	margin: 20px 0;
	display: block;
}
legend {
	padding: 2px 10px;
	border: 1px solid #a0a0a0;
	background-color: #003366;
	letter-spacing: 1px;
}
fieldset {
	border: 0;
	font: normal 1em "Trebuchet MS", sans-serif;
	color: #000;
}
fieldset.large {
	border: none;
	font: normal 1em "Trebuchet MS", sans-serif;
	color: #000;
	width: 90%;
	padding: 5%;
	margin: auto;
}
.title_tab {
	background: #232323;
	margin: 0 auto;
	border: 1px solid #555;
	width: 450px;
	line-height: 22px;
	color: #ffa915;
	font-size: 1.1em;
	top: 18px;
	text-indent: 5px;
	padding: 0;
}
.window {
	margin: 0 auto;
	width: 430px;
	padding: 10px;
	border: 1px solid #555;
	border-top: 0;
}
