/* COMMON
----------------------------------------------- */	
body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font: 15px/24px Arial, Verdana, Tahoma, Helvetica, sans-serif;
	color: #666;
	background-color: #f1f1d9;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

a {
	color: #666;
}

p {
	margin: 0 0 12px 0;
}

h1 {
	color: #d31145;
	font-size: 21px;
	font-weight: normal;
	margin: 0 0 12px 0;
}

h5, span.H5 {
	color: #5a2149;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 12px 0;
}

div.hr {
	height: 1px;
	background: url(../img/dots_h.gif) repeat-x top left;
}
div.hr hr {
	display: none;
}

.bolded {
	font-weight: bold;
}

form {
	margin: 0;
	padding: 0;
}
#loginResponse {
	color: red;
	margin:1px;
	text-align: center;
	
}

/* LAYOUTS
----------------------------------------------- */	
div#mainContainer {
	margin: 50px auto;
	width: 1025px;
	padding-bottom: 30px;
	border: solid 1px #f7f7f7;
	text-align: left;
	background-color: #fff;
	height: auto !important;
	height: 765px; /* IE6 */
	min-height: 765px;
}

div#logo {
	width: 160px;
	float: left;
	height: 150px;
	margin: 44px 35px 0 0;
}

a#loginLink {
	float: right; 
	margin: 44px 25px 0 0;
	font-size: 14px;
	text-decoration: none;
}

a#loginLink:hover {
	color:#d31145;
}

div#contentContainer, div.contentContainer {
}

div#outerContent, div.outerContentClass {
	margin-left: 180px;
}

div#outerContent div.outerContent,
div.outerContentClass div.outerContent {
	float: right;
	width: 315px;
	margin: 20px 25px 20px 10px;
}

div#innerContent, div.innerContent {
	width: 775px;
	margin-left: 180px;
	padding: 20px 10px;
	border: solid 5px #fff;
	border-width: 0 5px;
}

.contentArea {
	height: auto !important;
	height: 265px; /* IE6 */
	min-height: 265px;
}

div#paging {
	height: 20px;
	padding-right: 35px;
	padding-top: 5px;
	text-align: right;
	font-size: 11px;
	line-height: 16px;
	color: #757561;
}

div#paging a {
	text-decoration: none;
	color: #757561;
}
div#paging a:hover, div#paging a.pageActive {
	color: #d31145;
}

div#footer {
	margin-top: 70px;
}

#leftColumn_1 {
	float: left;
	display: inline;
	margin: 0 10px 0 195px;
	width: 150px;
}
#rightColumn_1 {
	float: left;
	display: inline;
	width: 630px;
	padding-right: 20px;
	height: 480px;
	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;
}

/* MAIN MENU
----------------------------------------------- */	
.menu {
float: left;
z-index:1000;
font-size:90%;
height:210px;
margin-top: 44px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:160px;
height:210px;
position:relative;
border:1px solid #fff;
}

.menu li {
background:#fff;
font: 14px/27px Arial, Verdana, Tahoma, Helvetica, sans-serif;
}
.menu li li{
font: 11px/18px Arial, Verdana, Tahoma, Helvetica, sans-serif;
}
* html .menu li {margin-left:-16px; margin-lef\t:0;}
/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em; width:0; height:0;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
width:100%;
color:#757561;
border-bottom:1px solid #fff;
}
/* style the link hover */
.menu a:hover {color:#d31145; background:#fff;}

.menu a.active {
	color: #d31145 !important;
}

.menu ul ul ul {
	/*width: 180px;*/
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:-1px;
left:160px;
}

.menu ul.active {
visibility:visible !important;
height:210px;
}

/* TEXT FORMATTING
----------------------------------------------- */	
.contentPath {
	font-size: 12px;
	line-height: 27px;
	color: #d31145;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
}

div.outerContent .contentPath {
	color: #f0f0d9;
}

div.outerContent {
	line-height: 20px;
	color: #f0f0d9;
}

div.outerContent div p {
	margin: 10px 0 0 0;
}

.contentTitle {
	font-size: 24px;
	color: #5a2149;
	margin-bottom: 10px;
}

.featuredCaseStudy {
	color: #d31145;
	font-size: 13px;
}