body {
	margin: 0;
	padding: 0;
	font: 80%/1.2 Verdana, Tahoma, sans-serif;
	background: #e2e2e2 url(/images/background.gif) repeat top center;
	color: #595959;
}

#wrapper {
	
}

#header-container {
	height: 68px;
	margin-top: 29px;
	background: url(/images/top-header-bg.gif) repeat-x top left;
}

#header {
	width: 959px;
	margin: 0 auto;
}

#branding {
	width: 959px;
	margin: 0 auto;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
}

/* Strapline/Quote section */

#strapline {
	position: absolute;
	width: 186px;
	height: 120px;
	overflow: hidden;
	top: -58px;
	left: 134px;
	padding: 2px;
	background-color: #e2e2e2;
	float: left;
}

#strapline p {
	color: #FF7800;
	margin: 0 7px 0 0;
	width: 182px;
}

/* Top Navigation Styles */

#top-nav {
	width: 635px;
	float: left;
	height: 30px;
	line-height: 30px;
	margin-left: 320px;
}

#top-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#top-nav li {
	display: inline;
	margin-right: 55px;
}

#top-nav li a {
	color: #595959;
	text-decoration: none;
}

#top-nav li a:hover {
	color: #ff7800;
}

/* Breadcrumbs Styling */

#breadcrumbs {
	width: 635px;
	float: left;
	height: 30px;
	line-height: 30px;
	margin-left: 320px;
}

#breadcrumbs ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#breadcrumbs li {
	display: inline;
}

#breadcrumbs a {
	color: #595959;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #ff7800;
	text-decoration: none;
}

/* Main Content Styling */

#content {
	clear: both;
	padding-top: 50px;
	width: 969px;
	margin: 0 auto;
	position: relative;
}

#content.case-study {
	padding-top: 50px;
}


#left-content {
	float: left;
	margin-left: 113px;
	width: 190px;
	margin-right: 15px;
	margin-top: 30px;
}

form {
	width: 630px;
	margin-left: 330px;
}

form dt {
	width: 140px;
	float: left;
}

form dd {
	margin-bottom: 10px;
}

form dd input {
	width: 175px;
}

#main-content {
	width: 630px;
	float: left;
	margin-top: 17px;
}

#main-content p {
	width: 425px;
}

.solutions p{
	width: 425px;
	margin-top: 25px;
}

.solutions li {
	width: 400px;
}

.solutions .main-content-image {
	margin-top: -20px;
}

#main-content ul {
	width: 350px;
	list-style: disc;
	padding-left: 20px;
}

#main-content a { 
	color: #F75610;
	text-decoration: none;
}

#main-content a.bluelink {
	color: #3300EE;
	text-decoration: none;
}

#main-content a:hover {
	text-decoration: underline;
}

#main-content table td {
	font-size: 0.8em;
}

#main-content table img {
	border: 0;
}

.associates-logo {
	float: left;
	margin-right: 10px;
	margin-left: -190px;
}

.main-content-image {
	float: right;
	width: 170px;
	padding-left: 15px;
	margin-top: -40px;
}

.contact-page-map {
	margin-left: -200px;
}

#left-content p.quote {
	font-size: 0.8em;
	font-style: italic;
	margin-top: 20px;
	line-height: 1.5em;
	margin-left: -80px;
	width: 90px;
}

#left-content p.case-study-logo {
	float: right;
	margin: 0;
	text-align: center;
}

#left-content ul {
	list-style: none;
	float: right;
	margin: 0;
}

#left-content ul li a {
	color: #595959;
	text-decoration: none;
	padding-left: 20px;
	display: block;
}

#left-content ul li a:hover {
	color: #ff7800;
	text-decoration: underline;
}

li.orange-bullet {
	background: url(/images/orange-bullet.gif) no-repeat top left;
	margin-left: -40px;
	margin-bottom: 15px;
}

li.purple-bullet {
	background: url(/images/purple-bullet.gif) no-repeat top left;
	margin-left: -40px;
	margin-bottom: 15px;
}

li.green-bullet {
	background: url(/images/green-bullet.gif) no-repeat top left;
	margin-left: -40px;
	margin-bottom: 15px;
}

li.blue-bullet {
	background: url(/images/blue-bullet.gif) no-repeat top left;
	margin-left: -40px;
	margin-bottom: 15px;
}

/* Footer Styling */

#footer-container {
	clear: both;
	background: #e2e2e2 url(/images/footer-bg.gif) repeat-x top left;
}

#footer {
	width: 959px;
	margin: 0 auto;
}

#footer ul {
	list-style: none;
	background-color: #e2e2e2;
	width: 200px;
	margin-left: 75px;
}

#footer ul.casestudies {
	width: 400px;
}

#footer li {
	display: inline;
	text-align: left;
	width: 60px;
	margin-right: 20px;
	margin-top: -3px;
}

#footer a {
	background: #e2e2e2 url(/images/orange-bullet.gif) no-repeat left center;
	padding-left: 20px;
	color: #595959;
	text-decoration: none;
}

#footer a:hover {
	color: #ff7800;
	text-decoration: underline;
}

#footer .copyright {
	font-size: 0.8em;
	text-align: right;
	padding-right: 10px;
	margin-top: -10px;
}



/* Solutions Jquery styling */

#content.solutions p {
	margin-left: 320px;
}

#content.solutions #strapline p {
	margin-left: 0;
}

.questions {

	padding: 2px;
	padding-left: 5px;
	margin-bottom: 3px;
}

.questions h3 {
	cursor: pointer;
	margin:0;
	padding-left: 20px;
	margin-left: 110px;
	float: left;
	font-size: 1.0em;
	font-weight: normal;
}

.questions h3.green {
	background: url(/images/green-bullet.gif) no-repeat left center;
}

.questions h3.orange {
	background: url(/images/orange-bullet.gif) no-repeat left center;
}

.questions h3.purple {
	background: url(/images/purple-bullet.gif) no-repeat left center;
}

.questions h3.blue {
	background: url(/images/blue-bullet.gif) no-repeat left center;
}

.answers {
	background-color: #ECECEC;
	padding: 6px;
	margin-left: 320px;
}

#content.solutions .answers p {
	margin-left: 0;
}

.more-button {
	margin-left: 24px;
	cursor: pointer;
	color: #595959;
	padding-left: 15px;
	background: url(/images/orange-more.gif) no-repeat left center;
}