*{
	margin:0;
	padding:0;
}
body{
	background:#f0f0f0;
	font:11px/18px Tahoma, Arial, FreeSans, Helvetica, sans-serif;
	color:#222;
}

/* Layout Styles Starts */

#wrapper{
	width:950px;
	margin:0 auto;
}
	#header{
		background:url(images/header.jpg) no-repeat;
		height:143px;
	}
		#logo{
			/*
			width:419px;
			padding:47px 0 0 47px;
			*/
			padding:10px 0 0 0;
		}
			#logo h1{
				/*background:url(images/logo.jpg) no-repeat;*/
			}
				#logo h1 a{
					/*display:block;*/
					/*height:96px;*/
					color:#FFFFFF;
				}
				#logo h1 a:hover{
					text-decoration:none;
				}
					#logo h1 a span{
						display:none;
					}
	#menu{
		background:url(images/menu.jpg) no-repeat;
		height:40px;
	}
		#menu ul{
			list-style:none;
			text-align:center;
		}
			#menu li{
				display:inline;
				margin:0 8px;
			}
				#menu li a{
					color:#969696;
					line-height:40px;
					padding:8px 10px;
					text-decoration:none;
					text-transform:uppercase;
				}
					#menu li a:hover{
						color:#fff;
						text-decoration:none;
						background:#5ea133;
					}
	#container{
		margin:20px 0 0 0;
		overflow:hidden;
	}
		#left-col{
			width:210px;
			float:left;
		}
		#center-col{
			width:511px;
			float:left;
			margin:0 8px;
		}
			.content-block{
				background:url(images/rblock-bg.jpg) repeat-y;
				margin:0 0 15px 0;
			}
				.content-block-top{
					background:url(images/rblock-top.jpg) no-repeat top;
					height:11px;
				}
				.content-block-bottom{
					background:url(images/rblock-bottom.jpg) no-repeat bottom;
					padding:10px 15px;
				}
		#right-col{
			width:210px;
			float:right;
		}
		.sblock{
			margin:0 0 15px 0;
			background:url(images/sblock-bg.jpg) repeat-y;
		}
			.sblock-top{
				background:url(images/sblock-top.jpg) no-repeat top;
				height:30px;
				line-height:30px;
				color:#646464;
				font-size:14px;
				font-weight:bold;
				text-indent:42px;
			}
			.sblock-content{
				background:url(images/sblock-bottom.jpg) no-repeat bottom;
				padding:10px;
			}
				.sblock-content ul{
					list-style:none;
					margin:0 0 10px 0;
				}
					.sblock-content li{
						padding:3px 15px;
						border-bottom:1px solid #d6d6d6;
						color:#666;
					}
						.sblock-content li a{
							display:block;
							color:#666;
							font-weight:normal;
							text-decoration:none;
							/*text-transform:capitalize;*/
							background:url(images/arrow.jpg) no-repeat left center;
							padding:0 0 0 15px;
						}
							.sblock-content li a:hover{
								color:#49730b;
								text-decoration:none;
								background:url(images/arrow-h.jpg) no-repeat left center;
							}
	#footer{
		clear:both;
		background:url(images/footer.jpg) repeat-x;
		height:36px;
		line-height:36px;
		padding:0 20px;
		overflow:hidden;
		color:#fff;
		font-size:10px;
		color:#b0b0b0;
	}
		#footer a{
			color:#b0b0b0;
			text-decoration:none;
		}
			#footer a:hover{
				color:#fff;
				text-decoration:underline;
			}

/* Inner Pages 2 Column Styles */

#right-col1{
	width:730px;
	float:right;
}
	.content-block1{
		background:url(images/rblock1-bg.jpg) repeat-y;
		margin:0 0 15px 0;
	}
		.content-block1-top{
			background:url(images/rblock1-top.jpg) no-repeat top;
			height:11px;
		}
		.content-block1-bottom{
			background:url(images/rblock1-bottom.jpg) no-repeat bottom;
			padding:10px 15px;
		}
/* Inner Pages 2 Column Styles */
		

/* Layout Styles Ends */

/* Form Styles */

.sblock form{
	padding:0 5px;
}
.sblock form p{
	margin:0 0 5px 0;
}
.input{
	border:1px solid #dddddd;
	background:none;
	cursor:text;
	margin:5px 0;
	padding:2px;
}
.signin-btn, .button1{
	background:#4a4a4a;
	margin:8px 0;
	padding:2px 10px !important;
	padding:2px 0;
	color:#fff;
	font-weight:bold;
	border:none;
	outline:none;
	cursor:pointer;
}

/* Form Styles */

/* Paragraph and list Styles */

.content-block p, .content-block1 p{
	margin:0 0 15px 0;
}
.content-block ul, .content-block ol, .content-block1 ul, .content-block1 ol{
	margin:10px 0 10px 20px;
}

/* Paragraph Styles */

/* Genric Styles Starts */

.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:#333366;
	/*text-decoration:none;*/
	font-weight:bold;
}
a:hover {text-decoration:underline;color:#59811e;}
h1{font-size:32px;}
h2{font-size:16px;}
h3{font-size:18px;}
h4{font-size:16px;}
h5, h6{font-size:14px;}
h2,h3,h4,h5,h6{margin:0 0 15px 0;}
img{border:none;}
.clear{clear:both;}
.floatleft{float:left;}
.floatright{float:right;}
.normal a{font-weight:normal;}

/* Genric Styles Ends */


