 /**
 * skin
 * skin file
 * version:2
 */
 



#outerWrapper #contentWrapper #leftColumn1 {
 background-color: #ffffff;
 /*border-right: solid 1px #9bb6d2;*/
 float: left;
 padding: 0px 0px 0px 0px;
 width: 160px;
 margin-left: 5px;
    display: inline;
}

/* Layout Styles Starts */

#wrapper{
	width:955px;
	margin:0 auto;
	padding:0px 0;
	border: solid 1px #a00408;
}
	#header{
		background:url(../images/websitetopfinal.jpg) no-repeat;
		background-position:center;
		background-color:#983a52;
		height:206px;

	}
		#logo{
			width:217px;
			float:left;
			padding:25px 0 0 43px;
		}
			#logo h1{
				/*<!--background:url(../images/logo.jpg) no-repeat;	-->	*/	
			}
				#logo h1 a{
					display:block;
					height:67px;					
				}
					#logo h1 a span{
						display:none;
					}
		#heading{
			padding:28px 43px 0 0;
			float:right;
		}
			#heading h2{
				color:#fff;
				margin:0;
				line-height:30px;
				font-weight:normal;
			}
	#menu{
		background:url(../images/menu.jpg) no-repeat;
		height:37px;
		padding:0 45px;
		overflow:hidden;
	}
		#menu ul{
			width:900px;
			float:left;
			position:relative;
		}
			#menu li, #menu li a{
				float:left;
				display:block;
			}
			#menu li{
				margin:0 50px 0 0;
			}
				#menu li.back {
					background:url(../images/menu-hover.jpg) no-repeat center bottom;
					z-index:8;
					position:absolute;
					bottom:0;
					width:9px;
					height:5px;
				}
				#menu li a{
					color:#fff;
					text-decoration:none;
					line-height:37px;
					text-transform:uppercase;
					font-size:11px;
				}
					#menu li a:hover{
						color:#fff;
					}
				#menu li a, #menu li a:hover{
					position:relative;
					overflow:hidden;
					z-index: 10;
					cursor:pointer;
				}
		#search-box{
			width:131px;
			height:18px;
			float:right;
			background:url(../images/search-box.jpg) no-repeat;
			margin:8px 0 0 0;
			padding:1px;
		}
			#search-box .search-text{
				width:102px;
				height:18px;
				font-size:11px;
				font-weight:bold;
				float:left;
				color:#ffda98;
				background:none;				
				border:none;
				padding:2px 0 0 6px;
			}
			#search-box .search-btn{
				width:21px;
				height:18px;
				cursor:pointer;
				border:none;
				outline:none;
				float:right;
				background:none;
			}
		
	#container{
	background-color:#FFFFFF;
		padding:25px 35px;
	}
		#content{
			width:655px;
		}
			#mainarea h2 span{
				color:#e56000;
			}
			.mblock1{
				width:150px;
				float:left;
			}
				.mblock1.floatleft{
					margin:0 18px 0 0;
				}
				.mblock1 p{
					line-height:20px;
					text-align:justify;
				}
		#sidearea{
			width:210px;
		}
			.sblock1{
				background:url(../images/sblock1-bg.jpg) repeat-y;
				margin:0 0 25px 0;
			}
				.sblock1-top{
					background:url(../images/sblock1-top.jpg) no-repeat;
					height:36px;
					color:#fff;
					text-indent:25px;
					font-size:15px;
					line-height:32px;
				}
				.sblock1-bottom{
					background:url(../images/sblock1-bottom.jpg) no-repeat bottom;
					padding:10px;
					font-size:11px;
					line-height:20px;
				}
					#container .sblock1-bottom ul{
						list-style:none;
						margin:0;
					}
						.sblock1-bottom li, .sblock1-bottom li.current{
							list-style:none;
							margin:0 0 3px 0;
						}
							.sblock1-bottom li a, .sblock1-bottom li.current a{
								font-size:10px;
								color:#5f5f5f;
								background:url(../images/arrow.jpg) no-repeat 10px center;
								text-decoration:none;
								padding:0 0 0 25px;
								text-transform:capitalize;
							}
							.sblock1-bottom li a:hover, .sblock1-bottom li.current a{
								color:#e46000;
								background:url(../images/arrow-h.jpg) no-repeat 10px center;
								text-decoration:underline;
							}
							.sblock1-bottom li.current{
	
							}
							
	#footer{
		background:url(../images/footer_bg.jpg) no-repeat;
		height:20px;

		padding:5px;
		overflow:hidden;
		color:#fff;
		font-size:10px;
	}
		#footer a{
			color:#ffedcf;
			font-weight:normal;
			margin:0 8px;
		}
			#footer a:hover{
				color:#fff;
			}
	
/* Layout Styles Ends */

/* Paragraph and list Styles */

#container p{
	margin:0 0 15px 0;
}
#container form p{
	margin:0 0 5px 0;
}
#container p img.floatleft{
	margin:0 20px 0 0;
}
#container p img.floatright{
	margin:0 0 0 20px;
}
#mainarea p img.floatleft{
	margin:10px;
}
#mainarea p img.floatright{
	margin:10px;
}
#container ul, #container ol{
	margin:0 0 0 20px;
}
#mainarea ol{
	margin:0 0 0 30px;	
}
#container dt{
	font-weight:bold;
}
/* Paragraph Styles */

/* Links Styles Starts */

a.readmore{
	font-size:10px;
	text-decoration:underline;
	font-weight:normal;
}

/* Links Styles Ends */

/* Form Styles */

.input{
	border:1px solid #9f9f9f;
	background:none;
	cursor:text;
	margin:5px 0;
	padding:2px;
}
.button1{
	background:#f87313 url(../images/btn1.jpg) repeat-x;
	margin:8px 0;
	padding:2px 10px !important;
	padding:2px 0;
	color:#fff;
	font-weight:bold;
	border:none;
	outline:none;
	cursor:pointer;
}

/* Form Styles */

/* Generic Styles start */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
a {
	color:#000;
	text-decoration:none;
	
}
a:hover {text-decoration:underline;color:#e46000;}

img{border:none;}
.clear{clear:both;}
.floatleft{float:left;}
.floatright{float:right;}
.center{text-align:center;}
.normal, .normal a{font-weight:normal;}
.paddingleft85{padding-left:85px;}
.nomargin, p.nomargin{margin:0;}
#container .imgcenter{margin:0 auto;text-align:center;}
.width120{width:120px;}

fieldset
{
border: 1px solid #ccc;
padding:8px;
}

legend
{
color: #fff;
background: #a00106;
border: 0px solid #781351;
padding: 8px 8px;

} 

/* TinyMCE specific rules */
body.mceContentBody {
   background: #fff;
}

/* Generic Styles END */

