*{
	margin:0;
	padding:0;
}
body{
	background:#fff;
	font:13px/20px Arial,Tahoma,Helvetica,sans-serif;
	color:#222;
}

/* Layout Styles Starts */

#wrapper-outer{
	background:url(images/container-bg.jpg) repeat-y;
	margin:25px auto;
	width:990px;
}
	#wrapper{
		background:url(images/header-wrap.jpg) no-repeat top;
	}
		#wrapper-inner{
			width:920px;
			margin:0 auto;
		}
		/* Header Wrap Starts */		
			#header-wrap{
				height:306px;
			}
				#header{
					padding:23px 0 9px 0;
					height:36px;
				}
				/* Layout Logo Starts */				
					#logo{
						width:235px;
						padding:6px 0 0 0;
						float:left;
					}
						#logo h1{
							background:url(images/logo.jpg) no-repeat;
						}
							#logo h1 a{
								display:block;
								height:22px;								
							}
								#logo h1 a span{
									display:none;
								}
				/* Menu Styles Starts */								
					#menu{
						float:right;
					}
						#menu li{
							list-style:none;
							margin:0 0 0 8px;
						}
							#menu li, #menu li a, #menu li a span, #menu li.active, #menu li.active span{
								display:block;
								float:left;
								height:36px;
								text-transform:uppercase;
								cursor:pointer;
								font-size:12px;
							}
								#menu li a, #menu li.active{
									padding:0 10px;
									color:#fff;
									line-height:36px;
								}
									#menu li a:hover, #menu li.active{
										background:url(images/menu-h.jpg) repeat-x;
										text-decoration:none;
										line-height:34px;										
									}
										#menu li a:hover span, #menu li.active span{
											background:url(images/menu-h-pointer.jpg) no-repeat center bottom;
										}
			/* Slider Styles Starts */										
				#slider-wrap{
					height:238px;
					position:relative;
				}
					#myController{
						display:none;
					}
					
						#jFlowSlide{
							height:222px;
							overflow:hidden;
							width:860px;
							margin:0 auto;
						}
						
						.jFlowPrev, .jFlowNext{
							cursor:pointer;
							position:absolute;
							top:85px;
						}
						.jFlowPrev{
							left:-33px;
						}
						.jFlowNext{
							right:-33px;
						}
							.slider-content{
								height:222px;
								overflow:hidden;
								width:860px;
								margin:0 auto;
							}
								.slider-content, .slider-content h2{
									color:#fff;
								}
								.slider-content h2{
									font-size:25px;
									font-weight:bold;
									line-height:28px;
									margin:0 0 8px 0;
								}
								.slider-content p{
									margin:0 0 8px 0;
								}
								.slider-content .floatleft{
									width:560px;
									padding:15px 0 0 0;
								}
								.slider-content .floatright{
									width:286px;
									padding:8px 0 0 0;
									text-align:right;
								}
			/* Container Styles Starts */
				#container{
					padding:30px 0 15px 0;
				}
					#container h2, #container h3{
						text-transform:uppercase;
						text-transform:capitalize;
						letter-spacing:1px;
					}
					#container h2 span, #container h3 span{
						color:#006ac2;
					}
					#mainarea{
						width:610px;
						float:left;
					}
					#sidearea{
						width:270px;
						float:right;
						font-size:12px;
					}
						#sidearea .list-none{
							margin:0;
							list-style:none;
						}
							#sidearea .list-none a{
								font-weight:normal;
							}						
						.image{
							background:#fff;
							padding:3px;
							border:1px solid #cbcbcb;
						}
						.mblock{
							width:295px;
						}
											

/* Footer Styles Starts */								
	#footer{
		background:url(images/footer-bg.jpg) no-repeat bottom;
		height:74px;
		line-height:52px;
		overflow:hidden;
		padding:0 40px;
	}
		#footer, #footer a{
			color:#fff;
			font-size:10px;
		}

/* Layout Styles Ends */



/* Form Styles */

.input{
	border:1px solid #c6c6c6;
	background:none;
	cursor:text;
	margin:5px 0;
	padding:4px 5px 0 5px;
	width:419px;
	height:22px;
	background:url(images/input.gif) repeat-x top;
}
textarea.input{
	width:419px;
	height:100px;
}
.input:focus, .textarea:focus{
	border:1px solid #979797;
}

.submit-btn{
	background:url(images/subscribe-btn.gif) no-repeat;
	width:113px;
	height:32px;
	cursor:pointer;
	border:none;
	outline:none;
	margin:5px 0 0 90px;
}
.submit-btn{
	background:url(images/submit-btn.gif) no-repeat;
}
#commentForm{
	width:520px;
	margin-left:25px;
}
#commentForm label{
	float:left;
	width:70px;
	padding-top:7px;
}
#commentForm .input, #commentForm .textarea{
	float:right;
}
#commentForm label.error {
	color:#FF0000;
	font-weight:bold;
	padding:0 0 0 90px;
	vertical-align:top;
	width:350px;
	font-size:11px;
}

/* Form Styles */


/* Paragraph and list Styles */

#container p.hr{
	border:solid #b3b3b3;
	border-width:1px 0 0 0;
	margin:0;
	outline:none;
}
#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 img.floatleft, #mainarea p img.floatleft{
	margin:6px 10px 10px 0;
}
#mainarea img.floatright, #mainarea p img.floatright{
	margin:6px 0 10px 10px;
}
#container ul, #container ol{
	margin:0 0 0 20px;
}
#container ol{
	margin:0 0 0 30px;	
}
#container dt{
	font-weight:bold;
	margin:20px 0 10px 0;
}

/* 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:#222;
	text-decoration:none;
	font-weight:bold;
}
a:hover {text-decoration:underline;color:#006ac2;}
h1{font-size:32px;}
h2{font-size:22px;}
h3{font-size:20px;}
h4{font-size:15px;}
h5, h6{font-size:14px;}
h1,h2,h3,h4,h5,h6{margin:0 0 15px 0; color:#212121;font-family:"Myriad Pro Cond","Trebuchet MS",Arial, Helvetica;font-weight:normal;}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{ color:#578200;font-weight:normal;}							
img{border:none;}
.clear{clear:both;}
.floatleft{float:left;}
.floatright{float:right;}
.center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.normal, .normal a{font-weight:normal;}
.textbold{font-weight:bold;}


/* Genric Styles Ends */


