
/* Pretty Stuff
================================== */

/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
  font: 52.5%/1.6 Helvetica, Arial, sans-serif;
  background-color:#000000;
}

h1 {
  font-size: 2.4em;
  font-weight: normal;
}

h2 {
  font-size: 2.0em;
  font-weight: normal;
}

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

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

#wrapper {
  background-color: #fff;
}

#branding {
  height: 39px;
  background-color:#fff;
}

#branding p {
	margin: 0px;
}

#branding p img {
	padding: 15px 0px 5px 18px;
}

#mainNav {
	height: 133px;
	width: 106px;
	border-right: 1px solid #000;
	margin-top: 31px;
	float: left;
}

#mainNav p {
	font-size: 16px;
	line-height: 19px;
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
	margin: 5px 0px 0px 0px;
}

#secondaryContent {
  background-color:#FFF;
}

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

#secondaryContent p {
  font-size: 1.2em;
}

#footer {
  background-color:#000000;
  padding: 1px 20px;
  color: #fff;
  font-size: 0.9em;
  text-align: right;
  padding-bottom: 15px;
  line-height: 1.8em;
}
#footer a {
	color: #fff;
}

/* The Core Technique
================================= */

body {
  text-align: center; 
  min-width: 760px;
}

#wrapper {
  width: 929px; 
  margin: 0 auto; 
  text-align: left; 
}

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

#mainContent { 
  width: 603px;
  margin: 24px 0px 0px 0px; 
  float: left; 
}

#mainContent.maincontentwide { 

  width: 783px;
  margin: 24px 0px 0px 0px; 
  float: left; 
}

#mainContent a {
	color: #87888A;
}
#mainContent ul li {
  list-style: disc;
  padding-left: 10px;
  margin-left: 20px;
}
#mainContent h1 {
	display:none;
}

#secondaryContent { 
  width: 180px;
  display: inline; /* :KLUDGE: Fixes IE double margin float bug */
  float: right; 
} 

#footer { 
  clear: both; 
} 

/* Add some padding
================================== */

#topnav {
	background: #BCBDC0 url(../images/gradient.gif) repeat-x top left;
	text-align: left;
	font-size: 0.9em;
	height: 27px;
	line-height: 25px;
}

#topnav ul {
	list-style: none;
}

#topnav li {
	display: inline;
	margin: 0px 7px 0px 23px;
}

#topnav li a {
	color:#000;
	text-decoration: none;
	font-weight: bold;
}


.footertext {
	text-align: right;
	color: #87888A;
	margin-right: 17px;
	clear: both;
}
.footertext a{
	color: #87888A;
	text-decoration:none;
}

#clientsleft {
	float: left;
	width: 300px;
}
#clientsright {
	float: left;
	width: 300px;
}