/* ----------------------------------------
BELONG
CSS for positioning

Version: 1.0
Author: Lewellyn Belber
E-mail: lbelber@mmgct.com 
---------------------------------------- */

* {
  margin: 0;
  padding: 0;
}

body {
	font-family: Arial, Verdana, Trebuchet MS, Tahoma, sans-serif;
	font-size: 16px;
  background-image: url(images/lupus_bckgrnd1.gif)
}

/* =Layout
---------------------------------------- */
#pageWrapper {
	width: 775px;
	position: relative;
	left: 50%;
	margin-left: -387px;
}

#global-nav p {
	text-align: right;
	padding-top: 10px;
	padding-bottom: 3px;
	padding-right: 5px;
}

#contentWrapper { /* Holds content and nav bar */
	background-color: #fff;
}

#content {
	width: 565px;
	float: right;
	/* border:1px solid red; */
}

#content h2, #content p, #content ul {
	padding-left: 10px;
	padding-right: 24px;
  margin-bottom: 1em;
}

#content li {
	margin-left: 15px;
	padding-right: 24px;
}

#nav {
	width: 200px;
	float: right;
}

#text {
	width: 360px;
	float: left;
	background-color: #87c769;
	margin-top: 60px;
}

#text p {
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 1em;
	}
	
#text h2 {
	padding-top: 10px;
	padding-left: 8px;
	padding-right: 8px;
	}

#branding {
	width: 208px;
	float: left;
	/* border: 1px solid blue; */
}


#footer {
	clear: both;
	font-size: 12px;
}

#footer p {
	margin-top: 20px;
	text-align: center;
	}
	

/* =Typography
---------------------------------------- */

a {
	color: #fff;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	color: #fff;
}

#global-nav a {
	color: #FFF;
	font-size: 15px;
	text-decoration: none;
}

#global-nav a:HOVER {
	text-decoration: underline;
}

#text {
	color: #FFF;
	}

#nav {
	font-size: 12px;
	font-weight: bold;
	color: #66B64E;
	}

ul#nav  {
	margin-left: 10px;
	padding-right: 24px;
  margin-bottom: 1em;
}

#nav li {
	margin-left: 5px;
	padding-right: 24px;
  margin-bottom: .7em;
}

#nav a {
	color: #66B64E;
	text-decoration: none;
}

#nav a:HOVER {
	color: #F4B432;
}

.steps {
	border: solid 1px #FFF;
}

.steps-right {
	border-right: solid 1px #FFF;
}

#footer a {
	color: #7f3f98;
}