﻿
/* --- Inner Page Styles --- */
.inner-content-area{
	/*width:560px;*/width:720px;
	min-height:550px;
	padding: 10px 20px 20px 30px;
	padding: 45px 20px 20px 30px !ie;
	}
	
.inner-content-large-area{
	/*width:798px;*/
	min-height:550px;
	/*border-right:solid 1px #ccc;*/
	padding: 10px 20px 20px 30px;
	/*padding: 45px 20px 20px 30px !ie;*/
	}	
	
.inner-section-title{
	position:relative;
	width:242px;
	font:bold 22px 'Century';
	padding-bottom:15px;
	color:#006840;
	}
	
.inner-section-subtitle{
	width:242px;
	font-family: 'Arial';
	font-size: 18px;
	line-height: 20px;
	text-align: left;
	text-decoration: none;
	padding-bottom: 10px;
	margin: 0px;
	color:#006840;
	}
	
.ask-expert{
	position:relative;
	width: 204px;
	height: 350px;
	padding:15px;
	margin-top:255px;
    border-right: 1px solid #ccc;
    color:#333333;
    background: url('images/bg-crm.png') no-repeat top left;	
	}


/* Left Menu Styles */	
.inner-menu-area{
	position:absolute;
	width: 198px;
	height: auto;
	margin-top:148px;
	margin-left:2px;
    color:#333333;
	}	
	
ul.menu-list {
	position: relative;
	list-style: none;
	margin-top:0px;
	margin-left:0px;
	padding: 0px;
	float: left;
	}

	ul.menu-list li a{
		width: 186px;
		height: 30px;
		background-color: #F5F5F5;
		display: block;
		
		font-family: 'Arial';
		color: #333333;
		font-size: 14px;
		font-weight: normal;
		line-height: 30px;
		text-align: left;
		text-decoration: none;
		padding-left:15px;
		margin-bottom:5px;
		}	
		ul.menu-list li a:hover {
			background-color: #FbFbFb;	
			color: #e65620;	
			line-height: 30px;
			text-decoration: none;
			}	
			
	 ul.menu-list li.active a{
		width: 186px;
		height: 30px;
		background-color: #FbFbFb;
		display: block;
		
		font-family: 'Arial';
		color: #e65620;
		font-size: 14px;
		font-weight: normal;
		line-height: 30px;
		text-align: left;
		text-decoration: none;
		padding-left:15px;
		margin-bottom:5px;
		}	
		ul.menu-list li.active a:hover {
			background-color: #FbFbFb;	
			color: #e65620;	
			line-height: 30px;
			text-decoration: none;
			}	
		
