/*-- Cognosis Core Styles --*/

* {
	padding:0px;
	margin:0px;
}
body {
	font-family:Arial, Helvetica, sans-serif;
}
img {
    border:none;
}
	
/*-- Main Wrap --*/
#mainwrap {
	width:830px;
	height:auto;
	margin:0px auto;
	margin-top:40px;
}
/*-- Sections --*/
#top_section {
	width:830px;
	height:45px;
}
#middle_section {
	width:830px;
	min-height:550px;
	float:left;
	background-image: url(../../assets/shadow_horz_left.gif);
	background-repeat: repeat-y;
	background-position: 165px;
}
#bottom_section {
	width:830px;
	min-height:45px;
	float:left;
}
/*-- Top Section Contents --*/
#cog_logo {
	width:180px;
	height:45px;
	float:left;
}
#cog_logo img {
	margin:0px;
	padding:0px;
	float:left;
}
#top_shadow {
	width:650px;
	height:45px;
	background:url(../../assets/shadow_vert.gif) repeat-x bottom left;
	float:right;
}
#top_right_shadow {
	width:15px;
	height:15px;
	background:url(../../assets/top_right_shadow.gif);
	float:right;
	margin-top:30px;
}
/*-- Middle Section Contents --*/
#middle_left {
	width:180px;
	height:auto;
	float:left;
}
#shadow_wrap {
	width:650px;
	height:auto;
	float:right;
	background:url(../../assets/shadow_horz_right.gif) repeat-y right;
}
#navi {
	width:155px;
	height:auto;
	margin-top:30px;
	background:#CCCCCC url(../../assets/navi_shadow.gif) repeat-y right;
	float:left;
	padding:0px 15px 0px 10px;
}
#mind_logo {
	width:165px;
	height:85px;
	background:url(../../assets/mind_logo.gif);
	float:left;
}
/*-- Containing element for correct scaling of drop shadow --*/
#shadow_wrap {
	width:650px;
	min-height:550px;
	float:right;
	background:url(../../assets/shadow_horz_right.gif) repeat-y right;
}
/*-- Bottom Section Contents --*/
#bottom_shadow {
	height:15px;
	width:665px;
	margin-left:165px;
	background:url(../../assets/shadow_vert_bot.gif) repeat-x;
}
#bottom_shadow_left {
	height:15px;
	width:15px;
	float:left;
	background:url(../../assets/bottom_left_corner.gif);
}
#bottom_shadow_right {
	height:15px;
	width:15px;
	float:right;
	background:url(../../assets/bottom_right_shadow.gif);
}
#footer {
	min-height:30px;
	width:650px;
	margin-left:180px;
	float:left;
	display:inline;
}
/*--Default Main Content--*/
#middle_content_main {
	width:615px;
	min-height:500px;
	float:left;
	padding:30px 0px 20px 20px;
}
#middle_content_main h1 {
	color:#4a004e;
	font-size:3em;
	padding:5px 0 10px 0;
}
#middle_content_main h2 {
	font-size:1.1em;
	color:#666666;
	padding-bottom:5px;
	padding-right:200px;
}
#middle_content_main h3 {
	color:#4a004e;
	font-size:1em;
}
#middle_content_main p {
	color:#666666;
	font-size:0.7em;
	padding:0 250px 10px 0;
}
#middle_content_main a {
	color:#4a004e;
	text-decoration:none;
}
#middle_content_main a:hover {
	text-decoration:underline;
}
ul.italic_list {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	padding:0 120px 10px 0;
	color:#666666;
}
ul.italic_list li {
	padding:5px 0;
	list-style:inside;
	font-style:italic;
}
ul.default_list {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	padding:0 120px 10px 0;
	color:#666666;
}
ul.default_list li {
	padding:5px 0;
	list-style:inside;
}
ul.nobullet li {
	list-style:none;
}
ul.default_list li a {
	color:#666666;
	text-decoration:none;
}
ul.default_list li a:hover {
	text-decoration:underline;
}
/*-- Footer Styles --*/
#footer ul {
	font-size:0.62em;
	color:#999999;
	text-align:center;
	margin-top:5px;
}
#footer ul li {
	display:inline;
	padding:0 5px;
}
#footer ul li a {
	color:#999999;
	text-decoration:none;
}
#footer ul li a:hover {
	text-decoration:underline;
}
/*-- Image Replacement styles --*/
#cog_logo h1 {
	text-indent:-9999px;
}
/*--- Tool Tip ---*/
#middle_section #tooltip p {
	font-size:0.6em;
	font-weight:bold;
	color:#4a004e;
	padding-bottom:5px;
}
#middle_section .tooltipContent {
	width:150px;
}
