@charset "utf-8";
/* CSS Document */

body {
	padding:0;
	margin:0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#5e5d5d;
	font-size:14px;
	background-color:#f8f8f7;
}
#headerWrapper {
	float:left;
	width:100%;
	background-color:#ebe8e4;	
	height:150px;
}
#headerWrap {
	margin:auto;
	width:1000px;
}
#header {
	float:left;
	width:100%;
	height:110px;
}
#logo {
	float:left;
	width:500px;
	font-size:40px;
	line-height:110px;
	
	/*margin-top:35px;*/
}

#logo a{
	text-decoration:none;
	color:#000;
}

#headerRight {
	float:right;
	width:400px;
	color:#494949;
	font-size:24px;	
	line-height:110px;
	text-align:right;
}
#menuWrapper {
	float:left; 
	width:100%;
	height:40px;
	background:#efeeec url(../images/menuBg.png);
	background-repeat:repeat-x;	
}
#menuWrap {
	margin:auto;
	width:1000px;	
}
/*#menu {
	list-style:none;
	padding:0;
	margin:0;
}
#menu li {
	float:left;
}
#menu li a {
	display:block;
	height:36px;
	line-height:36px;
	color:#555559;
	font-size:15px;	
	text-decoration:none;
	padding:0 20px;
	float:left;
	margin-top:2px;
	margin-bottom:2px;
}
#menu li span {
	width:2px;
	height:40px;
	background:url(../images/menuDivider.png) center no-repeat;
	display:block;
	float:left;
}
#menu li a:hover, #menu li a.active {
	background-color:#046e98;	
	color:#FFF;
}*/

/*#menu li ul {
	display:none;
	list-style:none;
	padding:0;
	margin:0;
	margin-top:35px;
	width:150px;	
}
#menu li ul li {
	display:block;
	width:100%;
}
#menu li ul li a {
	color:#FFF;	
	background-color:#046e98;	
	display:block;
	width:100%;
	opacity:0.9;
}
#menu li ul li a:hover {
	background-color:#7F6C99;	
}

#menu li:hover ul {
  display: block;
  position: absolute;
}*/

/*#menu li:hover li {
  float: none;
  font-size: 11px;
}
#menu li:hover ul li a:hover { background: #95A9B1; }*/




#bannerWrapper {
	float:left; 
	width:100%;
	height:320px;
	background:#bcc3b1;
}
#bannerWrap {
	margin:auto;
	width:1000px;	
}
#bannerWrapperHeading {
	float:left; 
	width:100%;
	height:80px;
	background:#bcc3b1;
	font-size:26px;
	color:#3D3636;
	line-height:80px;
	text-transform:uppercase;
}

#contentWrapper {
	margin:auto;
	width:1000px;	
}
#contentWrap {
	float:left;
	width:980px;
	padding:20px 10px;	
	min-height:200px;
	height:auto;
	min-height:350px;
}

#contentWrap p{
	color:#605f5f;
}

#contentWrap .leftside{
	float:left;
	width:250px;
	min-width:200px;
}

#contentWrap .leftside .tabs{
	margin:0;
	padding:0;
	list-style:none;
}

.tabs li{
	display:block;
	height:auto;
	color:#555559;
	font-size:15px;	
	text-decoration:none;
	padding:0 20px;
	margin-top:2px;
	margin-bottom:2px;
	border: 1px solid #666;
	cursor:pointer;
}

.tabs li a{
	display: block;
	padding: 8px 0px;
}

.tabs .active{
	background-color:#046e98;
	color:#FFF;
}

.tabs li:hover{
	background-color:#046e98;
	color:#FFF;
}


#contentWrap .rightside{
	float:left;
	margin-left:30px;
	width:600px;
}

.tab-content{
	float:left;
	width:100%;
}

#contentWrap .rightside .tab-content{
	display: none;
}

#contentWrap .rightside .active {
	display: block;
}


#footerWrapper {
	float:left; 
	width:100%;
	/*height:270px;*/
	height:57px;
	background:#b3afa6 url(../images/footerBg.png);
	border-top:2px solid #8e846e;
}
#footerWrap {
	margin:auto;
	width:1000px;	
}
#footerBottom {
	float:left;
	width:100%;
	height:57px;
	background:url(../images/footerBottomBg.png) no-repeat;
	line-height:57px;
	color:#ffffff;
	font-family: Myriad Pro;
}

#footerBottom  #footerBottomLeft {
	float:left;
	width:400px;
}

#footerBottom  #footerBottomRight {
	float:right;
}

#footerBottom  #footerBottomRight a{
	text-decoration:none;
	color:#ffffff;
	padding: 0 10px;
}

#footerBottom  #footerBottomRight a:hover{
	color:#5e5d5d;
}

.heading{
	font-size:25px;
	margin:20px 0;
	color:#383636;
}

.smallHeading{
	font-size:17px;
}

p {
	text-align:justify;
	line-height:22px;
}	

