@charset "utf-8";
/*
Mind Matters Styles
By: Junaid Bhura
Exit Design, Bangalore
www.exitdesign.in
*/

/* -- Elements -- */
* {
	margin:0px;
	padding:0px;
}

html, body, #wrap { height: 100%; }

body {
	font-family:"Trebuchet MS", Tahoma, Arial;
	font-size:13px;
	background-color:#FFFFF5;
	line-height:16px;
}

img { border:0px; }

a { text-decoration:none; color:#2B6BAB; }

a:hover { text-decoration:underline; }

h1, h2 {
	font-size:20px;
	color:#88B631;
	padding-bottom:10px;
	line-height:20px;
}

h2 {
	font-size:14px;
	padding-bottom:0px;
}

hr {
	border:0px;
	background-image:url(../assets/images/line_horizontal.png);
	background-repeat:repeat-x;
	background-position:center;
	height:4px;
	font-size:1px;
	padding-top:15px;
	padding-bottom:15px;
}

p {
	font-size:13px;
	line-height:16px;
	padding-top:5px;
	padding-bottom:5px;
}


/* -- Classes -- */
.InnerWrap {
	width:970px;
	margin:0 auto;
}

.Highlight {
	color:#88B631;
	font-weight:bold;
}

.ClearFloat {
	clear:both;
	font-size:1px;
}

.SubMenuInactive a, .SubMenu2Inactive a { color:#666666; }

.SubMenuInactive span, .SubMenu2Inactive span { padding-bottom:4px; display:inline-block; }

.SubMenuActive span, .SubMenu2Active span {
	padding-bottom:4px;
	background-image:url(../assets/images/submenu_bg.png);
	background-repeat:repeat-x;
	background-position:bottom;
	display:inline-block;
}

.SubMenu2Active span {
	background-image:none;
}

.SubMenuActive a, .SubMenu2Active a { color:#88B631; text-decoration:none; }

.ResultsTable th {
	background-color:#88B631;
	font-weight:bold;
	text-align:center;
	color:#FFFFF5;
	padding:4px;
}

.ResultsTable td {
	padding:7px;
	border-bottom:1px solid #CCCCCC;
}

.ContentBox { width:166px; }

.ContentBox #Box_Head, .ContentBox #Box_Foot {
	width:166px;
	height:27px;
	font-size:1px;
	background-image:url(../assets/images/box_top.png);
	background-repeat:no-repeat;
}

.ContentBox #Box_Content {
	background-image:url(../assets/images/box_bg.png);
	background-repeat:repeat-y;
	background-position:center;
	padding-left:7px;
	padding-right:7px;
}

.ContentBox #Box_Foot {
	height:31px;
	background-image:url(../assets/images/box_bottom.png);
}


/* -- IDs -- */
body > #wrap { 
	height:auto;
	min-height:100%;
}

#main { padding-bottom: 150px; }  /* must be same height as the footer */

#content {
	height:400px;
	overflow-y:scroll;
}

#footer {
	position:relative;
	margin-top:-150px; /* negative value of footer height */
	height:150px;
	clear:both;
	background-color:#58595B;
}

#menu {
	height:33px;
	background-color:#FFFFF5;
}

#logoContainer {
	background-image:url(../assets/images/line_horizontal.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

#logo {
	width:275px;
	padding-top:20px;
	padding-bottom:20px;
}

#illustration {
	padding-bottom:4px;
	padding-left:20px;
}

#contentArea { padding-top:30px; }

#leftColumn, #rightColumn {
	width:220px;
	vertical-align:top;
	padding-top:145px;
}

#rightColumn { width:200px; padding-top:0px; }

#contentColumn {
	padding-left:20px; padding-right:20px;
}

#subMenu {
	list-style-type:none;
	margin-left:50px;
	line-height:14px;
}

#subMenu li { padding-bottom:10px; text-align:right; font-size:13px; font-weight:bold; }

#testimonials {
	padding-left:55px;
	text-align:right;
}

#testimonials .Testimonial {
	font-style:italic;
	color:#289FB3;
	padding-bottom:10px;
}

#testimonials .Signature {
	color:#58595B;
	font-size:13px;
	line-height:16px;
}

#testimonials .Signature span {
	color:#289FB3;
	font-size:14px;
}


/* -- DROP DOWN MENU -- */
#navMenu {
	visibility:hidden;
}

#navMenu li {
	padding-right:20px;
}

#navMenu ul li, #activeSubMenu div {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
	padding-right:0px;
}

#navMenu ul li a, #activeSubMenu div a {
	color:#FFFFFF;
	text-decoration:none;
}

#navMenu ul li a:hover, #activeSubMenu div a:hover {
	color:#88B631;
	text-decoration:underline;
}