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

/*---------- resets ----------*/
body, address, blockquote, dl, ol, ul, li, form, fieldset, legend, h1, h2, h3, h4, h5, h6, p, pre {
    margin:0;
    padding:0;
}

/*---------- content ----------*/
body {
    font: 100% arial, trebuchet, tahoma;
    background: #ebebeb;
	background:url(../graphics/bkgrd.gif);
    margin:0;
    padding:0 0 20px 0;
}
html {overflow-y:scroll;} /* FF*/

.center {text-align:center;}

h1 {
	font-size:1.3em;
	font-family:Arial, Helvetica, sans-serif;
	color:#fc7d00;
	font-weight:700;
	margin: 31px 0 15px 10px;
}

p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:.8em;
	font-weight:500;
	color:#5f5f5f;
	margin:10px 0 3px 10px;
}
.formText {
	padding-bottom:10px;
}
.bullets {
	font-family:Verdana, Geneva, sans-serif;
	font-size:.8em;
	font-weight:500;
	color:#5f5f5f;
	margin-left:30px;
	list-style-type:square;
	line-height:1.5em;
}

/*---------- layout ----------*/
#wrapper {
    width: 930px;
    margin: 0 auto 0 auto;
	background:url(../graphics/content_bkgrd.gif);
}
#header{
    min-height:300px;
	background:url(../graphics/header.jpg);
    text-align:center;
}
#headerImage {
	padding:115px 0 0 240px;
}
* html #header{ height:300px;} /* IE6 */
#main {
    margin-left: 200px;	
}
#innerwrap {
    float: left;
    width:100%;
}
#sidebar {
    float: left;
    width: 255px;
    margin-left: -201px;
    position: relative;	/* IE6 */
    padding-bottom:.5em;
}
#content {
	float: left;
	width:560px;
	padding: 0 50px 15px 50px;
	min-height:450px;
}
#footer {
    clear: both;
    height:45px;
    line-height:30px;
    background:#fc7d00;
    font-size:.85em;
    text-align: center;
	background:url(../graphics/footer.jpg);
}
#nav p, #footer p {padding:0; font-weight:bold;}

#book {
	width: auto;
	margin:30px auto 0;
	text-align:center;
}
/*---------- nav ----------*/
#navMenu {
   width: 140px;
   font-size:12px;
   font-family:Verdana;
   font-weight:600;
   margin:35px 0 0 52px;
   list-style-type:none;
}
#navMenu li a {
   padding: 5px;
   width:180px;
   display:block;
   text-decoration: none;
   margin-top: -2px;
   color:#5f5f5f; 
}
#navMenu li a:hover span {
   color: #fc7c00;
}
a:hover, a:active, a:focus {
   outline:none;
}
#overview #overviewNav, #consulting #consultingNav, #projects #projectsNav, #name #nameNav, #contact #contactNav {
color:#fc7c00; 
}

/*---------- cfooter ----------*/
#share {
    float:left;
    height: 20px;
    line-height:20px;    
    margin:14px 0 0 70px;
    display:inline; /*fix IE6 double margin bug*/
}
#share img {margin-right:5px;}
#share img, #spia img {vertical-align:middle; border:none;}
#contactInfo {
    width:400px;
    margin:0 auto;
    line-height:28px;
	padding-top:11px;
    font-size:1em;
    text-align:center;
    color:#fcf8de;
}
.spia {
    float:right;
    width: 54px;
    height: 16px;
    font-size:11px;
    line-height:16px;
    margin: 18px 70px 0 0;
    display:inline; /* IE6 */
}
.spia a {
    height: 100%;
    display: block;
    background:url(../graphics/spia.gif) 0 0px;
}
.spia a:hover {
    text-decoration:none;
    background-position:0 16px;
}

/*---------- form ----------*/
fieldset {
	border:none;
	text-align:center;
}
#contact {
	width:490px;
	margin:15px 0 5px;
}
.cform {
	border:1px solid #5f5f5f;
	color: #333;
	height: 1.4em;
	text-align: left;
	width:320px;
}
.c_row {
    width:100%;
    padding:5px 0;
    overflow:hidden;
}
.c_buttonrow {
	padding-top:10px;
	margin:5px auto;
	background:#0F6;
}
.c_colleft {
    float:left;
    padding-right:10px;
	width:149px;
	text-align:right;
}
.c_colright {
    float:left;
}
textarea {
	border:1px solid #5f5f5f;
	color:#333;
	font-family:Verdana, sans-serif;
	font-size:13px;
	line-height:15px;
	height:200px;
	text-align: left;
	width:320px;
  }
input:focus, textarea:focus{
	color:#000;
	background: #f5f5f5;
}
.formLabel
{
	font-family: Verdana, sans-serif;
	font-size:11px;
	line-height:15px;
	padding:3px 0 7px;
	font-weight:600;
	margin:0;
}

#throbber {
	width:380px;
	min-height:125px;
	height:125px;
	margin:50px 0 0 80px;
	padding:30px 18px 6px 18px;
	background:#fc7d00;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.2em;
	font-weight:200;
	text-align:center;
	position:absolute;
	z-index:10;
	color:#383838;
	border:2px solid #ddd;
	box-shadow: 0px 0px 6px #000;
	-moz-box-shadow: 0px 0px 6px #000;
	-webkit-box-shadow: 0px 0px 6px #000;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
.messageconf {
	width:380px;
	min-height:125px;
	height:125px;
	margin:50px 0 0 80px;
	padding:18px;
	background:#fc7d00;
	font-family:Verdana, Geneva, sans-serif;
	font-size:.8em;
	font-weight:200;
	position:absolute;
	z-index:5;
	color:#f2f2f2;
	border:2px solid #ddd;
	box-shadow: 0px 0px 6px #000;
	-moz-box-shadow: 0px 0px 6px #000;
	-webkit-box-shadow: 0px 0px 6px #000;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}