/* Html tags */

body {
	font-family: verdana, sans-serif;
	font-size: 12px;
}

h1 {
	margin-bottom: 1em;
	font-size: 1.8em;
	font-weight: bold;
	font-family: arial, sans-serif;
	line-height: 1.2em;
}

h2 {
	line-height: 1.6em;
}

p {
	margin-bottom: .8em;
	line-height: 1.2em;
}

/* Layout */

#page {
	margin: 10px auto;
	width: 975px;
}

#wrapper {
	width: 975px;
	position: relative;
	float: left;
	background-image: url('images/fade.jpg');
	background-position: 0 90px;
	background-repeat: no-repeat;
}

#header {
	width: 100%;
	height: 88px;
	z-index: 100;
	background-image: url('images/background-left-header.gif');
	background-position: 35px 0;
	background-repeat: no-repeat;
}

#top-menu {
	width: 827px;
	height: 38px;
	margin-top: 40px;
	background: transparent url('images/background-menu.gif') top left no-repeat;
	position: relative;
	float: left;
}

#logo {
	position: relative;
	float: right;
	margin-right: 25px;
}

#content-wrapper {
	margin-bottom: 30px;
	background-image: url('images/background-left-content.gif');
	background-repeat: repeat-y;
	background-position: 35px 0;
	position: relative;
	float: left;
	width: 975px;
	min-height: 480px;
}

#content-inner {
	width: 640px;
	position: relative;
	float: left;
	background: url('images/background-content.png');
	background-repeat: repeat;
	margin: 55px 0 0 40px;
	/*min-height: 450px;*/
}

#left {
	width: 226px;
	margin-left: 35px;
	background-color: #938953;
	position: relative;
	float: left;
}

#left-text {
	margin: 10px 10px 0 10px;
	color: #fff;
	font-size: 1.2em;
}

#left a {
	color: #fff;
}
#sub-menu {
	margin-top: 20px;
	display: inline;
	overflow: visible;
	position: relative;
	float: left;
}

#content {
	margin: 20px;
}

#footer {
	width: 975px;
	background-color: #938953;
	margin-top: 8px;
	padding: 10px 0;
	position: relative;
	float: left;
}

#copyright {
	width: 100%;
	text-align: center;
	padding: 5px 0 0 0;
	font-size: .9em;
}
#copyright a {
	color: #000;
}

#case-study-top {
	width: 100%;
	margin-bottom: 1em;
	position: relative;
	float: left;
}

#case-study-info-container, #case-study-image-container {
	width: 295px;
	position: relative;
	float: left;
	margin-bottom: 1em;
}

#case-study-info-container {
	margin-right: 10px;
}

#case-study-info {
	font-size: 1.2em;
	font-style: italic;
	line-height: 1.4em;
}
#case-study-image {
	
}

.clear {
	clear: both;
	position: relative;
}

/* Primary styles*/

#case-study-top p {
	margin-bottom: 0;
}

#content p {
	line-height: 1.5em;
}

#content li {
	list-style: disc;
	margin-left: 2em;
	margin-bottom: 1em;
}
#top-menu ul {
	list-style: none;
	display: inline;
	position: relative;
	display: block;
	float: left;
	margin: 13px 0 15px 35px;
}

#top-menu ul li {
	position: relative;
	float: left;
	margin-right: 40px;	
}

#top-menu ul li a:link, #top-menu ul li a:visited {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

#top-menu ul li a:hover {
	text-decoration: underline;
}

#top-menu ul li.selected a:link, #top-menu ul li.selected a:visited {
	color: #b6ab74;
}

#sub-menu ul {
	padding-left: 1em;
	list-style: square;
	margin-bottom: 15px;
}

#sub-menu ul li {
	margin: 10px 0 0 15px;
	color: #fff;
}


#sub-menu ul li a:link, #sub-menu ul li a:visited {
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#sub-menu ul li a:hover {
	text-decoration: underline;
}

#content ul li {
	line-height: 1.5em;
}

#footer ul {
	list-style: none;
	text-align: center;
}

#footer ul li {
	margin: 0 20px;
	display: inline;
}

#footer ul li a:link, #footer ul li a:visited{
	color: #000;
	text-decoration: none;
	font-size: 11px;
}

#footer ul li a:hover {
	text-decoration: underline;
}

#left img {
	margin: 0;
}

.center {
	width: 100%;
	text-align: center;
}


.more-top-space-50 {
	margin-top: 50px;
}

.more-top-space-150 {
	margin-top: 150px;
}

#contact-form td {
padding: 3px 0;
}
/* IE6 fixes*/
* html #left {display: inline;}
* html #logo {display: inline;}
* html #case-study-image {display: inline;}
* html #content-wrapper {display: inline;}