/* ----------------------------------------
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: 17px;
  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;
	font-size: 16px;
}

#contentWrapper { /* Holds content and nav bar */
	background-color: #fff;
}

#content {
	width: 390px;
	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: 10px;
	padding-right: 24px;
  margin-bottom: 1em;
}

#eligible {
	float: left;
	margin-top: 175px;
	}

#nav {
	width: 200px;
	float: right;
}

#text {
	clear: right;
	background-color: #87c769;
	margin-top: 25px;
	padding-bottom: 10px;
}

#text p {
	padding-top: 3px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	}

#branding {
	width: 361px;
	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: 19px;
	color: #00A8C2;
}

#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;
}

#footer a {
	color: #7f3f98;
}