/*--- Reset everything ---*/

* {
  	margin: 0;
  	padding: 0;
}

html {height:100%}
body {min-height:101%} /*fix for Firefox, Opera scrollbar jump*/

body {
	font: 76%/1.6 Arial, Helvetica, sans-serif;
	min-width: 900px;
	background: #E9EEF5;
	text-align: center;
}

/*
body { overflow: -moz-scrollbars-vertical; } alternative fix for Firefox scrollbar jump*/

/*--- Main layout elements ---*/

#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: #FFF url(../images/leftbg.jpg) no-repeat 12px 275px;
}

#philosophy #wrapper {/* different left bg image for each page */
	background: #FFF url(../images/leftbg-philosophy.jpg) no-repeat 12px 275px;
}

#benefits #wrapper {/* different left bg image for each page */
	background: #FFF url(../images/leftbg-benefits.jpg) no-repeat 12px 275px;
}

#consultancy #wrapper {/* different left bg image for each page */
	background: #FFF url(../images/leftbg-consultancy.jpg) no-repeat 12px 275px;
}

#investment #wrapper {/* different left bg image for each page */
	background: #FFF url(../images/leftbg-investment.jpg) no-repeat 12px 275px;
}

#services #wrapper {/* different left bg image for each page */
	background: #FFF url(../images/leftbg-services.jpg) no-repeat 12px 275px;
}

#boot-camps #wrapper {/* different left bg image for each page */
	background: #FFF url(../images/leftbg-bootcamps.jpg) no-repeat 12px 275px;
}

#header {
	height: 102px;
	padding: 7px 15px 5px;
	background: #FFF;
}

#column1 {
	width: 250px;
	float: left;
	list-style: none;
	margin-left: 0;
	background: #FFF;
}

#content {
	width: 635px;
	float: right;
}

#mainContent {
	width: 325px;
	margin: 0;
	float: left;
	padding-top: 25px;
}

#secondaryContent {
	width: 300px;
	display: inline; /* :IE double margin float bug */
	float: right;
	background-color:#FFF;
} 

#footer {
	clear: both;
	padding: 10px 20px 20px 15px;
	border-top: 1px solid #0055A5;
	background: #F4F4F4;
	text-align: right;
	color: #666;
} 

#footer #info {
	width: 600px;
	float: left;
	text-align: left;
	font-size: 90%;
	border-right: 1px solid #CCC;
}

/*--- Link styles ---*/

a:link, a:visited {
	color: #00F;
	text-decoration: underline;
}

a:hover {
	color: #003E84;
	text-decoration: none;
}

a:active {
	color: #3688BA;
	text-decoration: none;
}

/*--- Navigation ---*/

#navigation {
	float:left;
	width:100%;
	background:#F4F4F4;
	font-size:100%;
	line-height:normal;
	border-bottom:1px solid #24618E;
}

#navigation ul {
	margin:0;
	padding:10px 10px 0;
	list-style:none;
}
    
#navigation li {
      display:inline;
      margin:0;
      padding:0;
}

#navigation a {
      float:left;
      background:url("../images/tableft2.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
}

#navigation a span {
      float:left;
      display:block;
      background:url("../images/tabright2.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#24618E;
}
    
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #navigation a span {float:none;}
    /* End IE5-Mac hack */

#navigation a:hover span {
      color:#FFF;
}

#navigation a:hover {
      background-position:0 -42px;
}

#navigation a:hover span {
      background-position:100% -42px;
}

#home li.home a,  #services li.services a, #benefits li.benefits a, #investment li.investment a, #philosophy li.philosophy a, #consultancy li.consultancy a, #contact li.contact a, #boot-camps li.boot-camps a {
     background-position:0 -42px;
}

#home li.home a span, #services li.services a span, #benefits li.benefits a span, #investment li.investment a span, #philosophy li.philosophy a span, #consultancy li.consultancy a span, #contact li.contact a span, #boot-camps li.boot-camps a span {
	background-position:100% -42px;
	color:#FFF;
}

/*--- Paddings ---*/

#secondaryContent {
  padding-top: 25px;
}

#column1 *, #secondaryContent * {
  padding-left: 15px;
  padding-right: 20px;
}

#column1 * {
  padding-left: 0;
  padding-top: 5px;
  padding-right: 0;
}

#column1 * *, #secondaryContent * * {
  	padding-left: 0;
  	padding-right: 0;
}

/*--- Headings ---*/

h1, h2, h3, #content .contact {
	font-weight: normal;
	border-bottom: 1px solid #EDEDE5;
	padding-bottom: 5px;
	color: #003E84;
}

h1, h2, h3, p {
  	margin: 1em 0;
}

h1 {
  	font-size: 1.6em;
	margin-top: 0;
}

h2 {
  	font-size: 1.4em;
}

h3, #content .contact {
font-size: 1.2em;
}

/*--- Main div/element styles ---*/

p, li {
  	font-size: 1em;
}

#secondaryContent h2 {
  	font-size: 1.3em;
  	margin: 0;
}

#mainContent p, #secondaryContent p {
	line-height: 1.4em;
	font-size: 100%;
}

#content li {
	margin-left: 20px;
	list-style: square url(../images/bullet.gif);
	margin-bottom: 5px;
}

#secondaryContent ul {
	margin-top: 20px;}


/* ---Paragraphs ---*/

.p1 {
	text-decoration:none;
	color:#004992;
	margin: 0 10px 0 5px;
	font-weight: bold;
}

.subdued {
	color: #7C7C7C;
}

.dropcap:first-letter {
	float: left;
	font-size: 400%;
	line-height: .8em;
	margin-right: 3px;
	/*border: 1px solid #D8DEDD;*/
	padding: 2px;
	color: #E20819;
}

/* ---Images ---*/

img {
    border: none;
}

.logo {
	margin-right: 5px;
}

/*--- Others ---*/

.cvw {
}

.cvw a:link, .cvw a:visited {
	color: #CCC;
	text-decoration: none;
}

.fleft {
	float: left;
	margin-right: 10px;
}

hr {
	background:#A3CCE4;
	height:1px;
	color:#A3CCE4;
	border:none;
	margin-top: .5em;
	width: 275px;
}

.fright {
	float: right;
	margin-left: 10px;
}

/*--- Box styles ---*/

#secondaryContent .infobox {
	width: 245px;
	margin: 25px 0 0 20px;
	padding: 0;
	background: url(../images/box-bottom-grey.gif) no-repeat left bottom;
}


/*#secondaryContent .quote .inner {
	background: url(../images/box-top.gif) no-repeat left top;
	padding-top: 5px;
}*/

#secondaryContent .info .inner {
	background: url(../images/box-top-grey.gif) no-repeat left top;
	padding-top: 6px;
}

/*#secondaryContent .quote h3 {
	background: url(../images/box-mid.gif) no-repeat left bottom;
	margin: 0px;
}*/

#secondaryContent .info h3 {
	background: url(../images/box-mid-grey.gif) no-repeat left bottom;
	margin: 0;
}

#secondaryContent .inner {
	padding: 0 0 10px;
}

#secondaryContent .infobox h3 {
	padding: 0 10px 0 25px;
	color: #003E84;
	font-size: 1.3em;
	border-width: 0;
	background: url(../images/bullet1.gif) no-repeat 10px 50%;
}

#secondaryContent .infobox p {
	padding: 0 10px 0 10px;
}

/*Styles for 2 column layout*/

#error #secondaryContent, #message #secondaryContent  {
	display: none;  	
} 

#error #mainContent, #message #mainContent {
	width: 600px;
}

.clearboth {
	clear: both;
}
