/* Footer CSS */


html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body #contents {
	height: auto;
}

/*
 * Without this, Moz1.0 adds a vertical scrollbar
 */

body {
	margin: 0;
        font: 67.5%/1.8em trebuchet ms, arial, sans-serif;
        background:#f5f5f5;

}

#contents {
	position: absolute;
	top: 0;
    left: 0;
/*  Use the following to center this at 50% width, or this for 750px: width: 700px, margin-left: -350px: */
/*
	left: 50%;
    width: 50%;
    margin-left: -25%;
*/

left:50%;
width:946px;
margin-left:-473px;
 background:#fff;
border-left:1px solid #ccc;
border-right:1px solid #ccc;
}

#footer {
	position: absolute;
	bottom: 0;
	background-color: #ccc;
	width: 70%; /* See note below */
	text-align: center;
	padding: 0 15%;
        

}

/* SBMH -- see http://css-discuss.incutio.com/?page=BoxModelHack 
 * Stupid hack lets IE see 100%, others see 70%. 
 */
#footer {
    \width: 100%;
    w\idth: 70%;
}

#main {
	margin-bottom: 5em;
	height: auto;
	padding:0;
}


/* End Footer CSS */


#centerblock p, #centerblock h1 {

  padding-right:200px;

}

#centerblock {

  padding-top:2.5em;
  width:730px;
  background: url('/images/publicity-shots.jpg') no-repeat 100% 0%;
  float:left;

}

#mainmenu {

  padding-top:2.5em;
  float:left;
  width:190px;
  margin-right:26px;
 
}


h1 {

  color:#da186e;
  font-style:italic;
  font-size:2.4em;

}


p {

  font-size:1.4em;
  line-height:1.5em;

}

#mainmenu ul {

  list-style:none;
  margin-left:10px;
  padding-left:10px;

}


#mainmenu ul li {

  border-bottom: 1px solid #da186e;
border-bottom: 1px solid #fff;  
font-size:1.6em;
  font-style:italic;
  

}

#mainmenu a {

  text-decoration:none;
  display:block;
  font-weight:bold;
  padding:.7em 0 .7em 1.5em;
  color:#333;
 background:#fff url('../images/link.gif');

}



#mainmenu a:hover {

  background:#eee url('../images/hover.gif');
  color:#fff;

}

.home #mainmenu ul li#welcome a, .whatweoffer #mainmenu ul li#whatweoffer a, .ourclients #mainmenu ul li#ourclients a, .contactus #mainmenu ul li#contactus a {


background:#eee url('../images/focus.gif');
color:#fff;

}

.pquote {

  float: right;
  width: 35em;
  background: url(/images/openquote.gif) top left no-repeat;
  color: #030;
  font-size: 1.4em;
  line-height: 1.4em;
  font-style: italic;
  padding: 0.5em;
  margin: 0;

}
		
.pquote p:first-letter {

  font-size: 1.4em;
  line-height:1em;
  font-weight: bold;

}

.pquote p {

  margin-bottom:0;

}

.author {


  font-size:.8em;
  margin:0;
  padding:0 !important;
  text-align:right;
  width:21em;

}


/*\*/

* html #centerblock {

  width:727px;

}

/**/		