/* Import main stylesheet */

@import url(site.css);

/* Ebx Page */

#page {
	background-image: url(../img/xoftLogoSmall.png);
	background-repeat: no-repeat;
}

#upperMenu a.ebxLink, #content h1, #content h2, #content h3, #content a.more {
	color: #EA981C;
}

/*#upperPage {
	margin-top: 3px;
	width: 960px;
	height: 290px;
	background-image: url(../img/ebxHome.jpg);
	background-repeat: no-repeat;
}

#upperPage img {
	margin-top: 113px;
}*/

#upperPage {
	margin-top: 3px;
}

#lowerPage {
	margin-top: 25px;
	margin-left: 20px;
	width: 940px;
}

#lowerPage #left {
	float: left;
	width: 230px;
	margin-left: 0px;
	margin-right: 0px;
}


#lowerPage #middle {
	float: left;
	width: 375px;
	margin-left: 30px;
	margin-top: 4px;
}

#lowerPage #caseStudies {
	float: right;
	width: 200px;
	margin-top: 4px;
	margin-right: 35px;
	background-image: url(../img/boxSideReverse.png);
	background-position: top left;
	background-repeat: repeat-y;
	padding-left: 30px;
}

#lowerPage #caseStudies a {
	color: #EA981C;
	font-weight: bold;
	padding-bottom: 3px;
}

#lowerPage #caseStudies p {
	padding-bottom: 3px;
	padding-top: 2px;
}

#lowerPage #caseStudies .docname {
	font-size: 1.1em;
	padding-bottom: 4px;
}

#lowerPage #caseStudies img {
	margin-left: -31px;
	padding-left: 0px;
}

#left #recentlyAdded {
	float: left;
	width: 180px;
	border: 1px solid #96B238;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-right: 0px;
}

#left #recentlyAdded h2 {
	font-size: 0.689em;
	color: #96B238;
}

#left #recentlyAdded li {
	margin: 0;
	margin-left: 15px;
	padding: 0;
	line-height: 1.5em;
}

#left #research {
	float: left;
	margin-top: 30px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 20px;
	width: 174px;
	background-image: url(../img/boxSide.png);
	background-position: top right;
	background-repeat: repeat-y;
}

#left #research a {
	color: #EA981C;
	font-weight: bold;
}


#middle img {
	float: right;
	padding-bottom: 30px;
}


#bottomPage {
	clear: both;
	height: 50px;
}

#lowerPage #middle .resources h2 {
	color: #4A4A4A;
}

