*{
	margin:0;
	padding:0;
}
body{
	background:#fff;
	font:14px/21px Arial,Tahoma,Helvetica,sans-serif;
	color:#222;
}

blockquote {
  font: 14px/22px normal helvetica, sans-serif;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  padding-left: 15px;
  border-left: 3px solid #ccc;
} 


/* 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;
				position:relative;
			}
				#header{
					padding:23px 0 9px 0;
					height:36px;
				}
				/* Layout Logo Starts */				
					#logo{
						width:235px;
						padding:6px 0 0 0;
						float:left;
					}
						#logo h1{
						}
							
				/* 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.active{
										padding:0;
									}
									#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;
										}
			/* Easy Slider */

				#slider{
					height:238px;					
					width:860px;
					margin:0 auto;
				}	
				#slider li{ 
					/* 
						define width and height of list item (slide)
						entire slider area will adjust according to the parameters provided here
					*/ 
						height:222px;
						overflow:hidden;
						width:860px;
				}	
				#slider, #slider h2{
					color:#fff;
				}
				#slider h2{
					font-size:25px;
					font-weight:bold;
					line-height:28px;
					margin:0 0 8px 0;
					padding-top:15px;
					width:550px;
					float:left;
				}
				#slider p{
					margin:0 0 8px 0;
				}
				#slider div{
					width:560px;
					float:left;
				}
				#slider img{
					width:286px;
					padding:8px 0 0 10px;
					float:right;
				}
				#prevBtn, #nextBtn{ 
					display:block;
					width:34px;
					height:58px;
					cursor:pointer;
					position:absolute;
					top:150px;					
				}	
				#nextBtn{ 
					right:-33px;
				}
				#prevBtn{ 
					left:-33px;
				}															
				#prevBtn a, #nextBtn a{  
					display:block;
					width:34px;
					height:58px;
					background:url(images/left-arrow.png) no-repeat 0 0;	
					cursor:pointer;
					}	
				#nextBtn a{ 
					background:url(images/right-arrow.png) no-repeat 0 0;	
					}												
			
			/* // Easy Slider */
						
			/* Container Styles Starts */
				#container{
/*					padding:30px 0 15px 0;*/
					padding:30px 0 0 0;
				}
					#container h2, #container h3{
						text-transform:uppercase;
						text-transform:capitalize;
						letter-spacing:1px;
					}
					#container h2 span, #container h3 span{
						color:#578200;
					}
					#mainarea{
						width:610px;
						float:left;
					}
					#mainarea.home{
						width:620px;
					}
						#mission{
							width:610px;
						}
					#sidearea{
						width:270px;
						float:right;
						font-size:12px;
					}
						#sidearea .list-none{
							margin:0;
							list-style:none;
						}
							#sidearea .list-none a{
								font-weight:normal;
							}						
						.image, .mblock img{
							background:#fff;
							padding:3px;
							border:1px solid #cbcbcb;
						}
						.mblock{
							width:590px;
							float:left;
							padding:0 20px 0 0;
						}
						.sblock2{
							border-bottom: 1px dotted #999999;
						}
						.blognode{
							border-bottom: 1px dotted #999999;						 }
											

/* 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;
}


/* Login Starts */

#user-login-form{
	text-align:left;
}
	#container #user-login-form ul, #container #user-login-form ol{
		margin:4px 0 0 0;
	}
		#container #user-login-form li{
			list-style:none;
			margin:0;
		}
		#container #user-login-form .form-text, #contact-mail-page .form-text, #contact-mail-page .form-textarea{
			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;
		}
		#container #user-login-form .form-text{
			width:250px;
		}
		#contact-mail-page .form-textarea{
			width:419px;
			height:100px;
		}		
		#container #user-login-form .form-submit, #contact-mail-page .form-submit{
			background:url(images/button.jpg) repeat-x;
			height:32px;
			line-height:32px;
			cursor:pointer;
			border:none;
			outline:none;
			margin:5px 0 0 0;
			color:#fff;
			font-weight:bold;
			padding:0 15px;
			-moz-border-radius:5px;
			-webkit-border-radius:5px;
			text-transform:uppercase;
		}
		#user-login-form .item-list{
			padding-top:8px;
		}
			#user-login-form .item-list li{
				display:inline;
			}
			#user-login-form .item-list li.last{
				padding-left:10px;
			}

/* Login Ends */


/* 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{
	padding:26px 10px 0 0;
}
#mainarea img.floatright, #mainarea p img.floatright{
	padding:26px 0 0 10px;
}
#container ul, #container ol{
	margin:0 0 0 2px;
}
#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:#578200;}
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:bold;}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{ color:#212121;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 */


#container .blog-links ul{
	margin-left:0;
	padding-bottom:15px;
}
	.blog-links li{
		padding:0;
	}
	ul.links li{
		padding:0;
	}
		.blog-links li a{
			background:url(images/button.jpg) repeat-x;
			border:none;
			outline:none;
			margin:5px 0 0 0;
			padding:5px 15px;
			color:#fff;
			font-weight:bold;
			-moz-border-radius:5px;
			-webkit-border-radius:5px;
		}

