/*
CSS Credit: http://www.devims.com
*/

body {
	margin: 0;
	padding: 0;
	color: #333333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 20px;
	background-color: #61a8a4;
	background-repeat: repeat;
	background-image: url(../images/bg1.png);
}

a, a:link, a:visited { 
	color: #D39400; 
	font-weight: normal; 
}

a:hover { 
	text-decoration: underline; 
}

p { 
	margin: 0 0 10px 0; 
	padding: 0;
	text-align:justify;
}

img { border: none }
blockquote { border: 1px solid #ccc; border-left: 5px solid #FF7911; padding: 19px; margin: 20px 0 0 0}
cite { font-weight: bold; color:#fff; }
cite a, cite a:link, cite a:visited  { font-weight: 400; color:#fff; text-decoration: none }
cite span { font-weight: 400; color: #d6e5e4; }
em { color: #fff; }

h1, h2, h3, h4, h5, h6 {
	color: #AF3300;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif
}
h1 { font-size: 34px; margin: 0 0 30px; padding: 5px 0 }
h2 {
	font-size: 18px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
h3 { font-size: 22px; margin: 0 0 10px; padding: 0; }
h4 { font-size: 18px; margin: 0 0 15px; padding: 0; }
h5 { font-size: 16px; margin: 0 0 10px; padding: 0;  }
h6 { font-size: 14px; margin: 0 0 5px; padding: 0; }

.cleaner { clear: both }
.h10 { height: 10px }
.h20 { height: 20px }
.h30 { height: 30px }
.h40 { height: 40px }
.h50 { height: 50px }
.h60 { height: 60px }

.hr_divider {
	padding-bottom: 2px;
	margin-bottom: 8px;
	background: url(../images/hr_divider.jpg) repeat-x bottom;
}

.float_l { float: left }
.float_r { float: right }

.image_frame { 
	margin-bottom: 10px; 
	border: 5px solid #579c98; 
}

.image_fl { 
	float: left; 
	margin: 3px 30px 0 0; 
}

.image_fr { 
	float: right; 
	margin: 3px 0 0 30px; 
}

.list { 
	margin: 10px 0 10px 0; 
	padding: 10px; 
	list-style: none; 
}

.list li {
	color: #333333;
	background-attachment: scroll;
	background-image: url(../images/trishul.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 25px;
}

.list li a { 
	color: #d6e5e4; 
	font-weight: normal; 
}

.list li a:hover { 
	color: #d6e5e4; 
}

#wrapper {
	width: 978px;
	border:1px solid #440000;
	padding: 0px;
	background: #fff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
-webkit-box-shadow: 0px 14px 45px rgba(241, 18, 18, 0.55);
-moz-box-shadow:    0px 14px 45px rgba(241, 18, 18, 0.55);
box-shadow:         0px 14px 45px rgba(241, 18, 18, 0.55);
-webkit-border-bottom-right-radius: 7px;
-webkit-border-bottom-left-radius: 7px;
-moz-border-radius-bottomright: 7px;
-moz-border-radius-bottomleft: 7px;
border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;
}
#gr-bg {
	background: url(../images/gr-bg.png) repeat-y center;
	width: 100%;
	height: auto;
	clear: both;
	display: block;
	padding-bottom: 15px;
}
/*#top-bg { background:url(../images/top-bg.png) no-repeat center top; width:100%; height:auto; clear:both; display:block; }*/
#top-bg { background:url(../images/lamp.png) no-repeat center top; width:100%; height:auto; clear:both; display:block; }
#header {
	width: 960px;
	padding-top: 60px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	height: 100px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#menu {
	height: 45px;
	margin-bottom: 0px;
	position: relative;
	background: rgb(255,198,78); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,198,78,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,198,78,1)), color-stop(50%,rgba(252,205,77,1)), color-stop(50%,rgba(248,181,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,198,78,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,198,78,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,198,78,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 50%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,198,78,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 50%); /* W3C */



filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc64e', endColorstr='#f8b500',GradientType=0 ); /* IE6-9 */
	padding: 0px;

}

.menu_bg {
	width:46px;
	height:37px;
	overflow:hidden;
	display:block;
	position:absolute;
	right:260px;
	top:5px;
	cursor:default;
}

#slider {
	width: 940px;
	height: 320px;
	border: 3px solid #F2A100;
}

#main {
	clear: both;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

#bottom {
	clear: both;
	margin: 30px 0 10px;
	padding: 30px 10px 10px;
	font-size: 13px;
	background: #579c98 url(../images/hr_divider.jpg) repeat-x bottom;
}

#footer {
	clear: both;
	display:block;
	text-align: center;
	height: 50px;
	margin: 15px auto 0px auto;
	width: 960px;
	padding: 10px;
	background-image: url(../images/footer-bg.png);
	background-repeat: repeat;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	border:1px solid #470000;
	color:#FFF;
	
	}
	#footer a{ text-decoration:none; }
#footer_links {width:100%; height:20px; margin-bottom:5px;}
#footer_links a { padding:0px 5px; font-size:13px; text-decoration:none; height:18px;}
#footer_links a:hover {width:100%; height:20px;}

#site_title {
	margin: 0 auto; 
	width: 670px; 
}

#site_title h1 { 
	margin: 0; 
	padding: 0; 
}

#site_title h1 a { 
	display: block;
	height:75px;
	width: 670px; 
	padding-top: 37px; 
	color: #0b2726; 
	text-align: center; 
	letter-spacing: 2px; 
	font-size: 11px; 
	text-decoration: none; 
	background: url(../images/logo.png) no-repeat center center; 
}

#search_box { 
	float: right; 
	width: 250px; 
	height: 40px; 
	background: url(../images/search.png) no-repeat; 
}

#search_box form { 
	clear: both; 
	width: 250px; 
	height: 40px; 
	padding: 0; 
	margin: 0; 
} 

#searchfield { 
	float: left; 
	display: block; 
	line-height: 20px; 
	width: 190px; 
	padding: 9px 10px; 
	font-size: 12px; 
	color: #cbe1e0; 
	font-variant: normal;
	background: none; 
	border: none; 
} 

#searchbutton { 
	float: right; 
	display: block; 
	height: 40px; 
	width: 40px; 
	padding: 0; 
	margin: 0; 
	cursor: pointer; 
	background: none; 
	border: none; 
}

.gallery_box { 
	clear: both; 
	margin-bottom: 40px; 
}

.gallery_box .gallery_box_link {
	float:right;
	color:#579C98;
}

.gallery_box h2 { 
	padding-bottom: 8px; 
	margin-bottom: 10px; 
}

.gallery { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}

.gallery li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	margin: 0 8px 8px 0;
	width: 220px;
	height: 150px;
	border: 5px solid #F2A100;
}

.gallery li a img { 
	display: block; 
	float: left; 
	width: 220px; 
	height: 150px; 
	margin: 0 2px 2px 0;  
}

.post { 
	margin-bottom: 40px; 
	background: url(../images/hr_divider.jpg) repeat-x bottom; 
	padding-bottom: 40px; 
}

.post .post_image { 
	width: 600px; 
	position: relative; 
	border: 5px solid #579c98;  
	margin-bottom: 20px; 
}

.post .post_image .date { 
	position: absolute; 
	width: 114px; 
	height: 40px; 
	top: 10px; 
	right: -13px; 
	background: url(../images/date.png) no-repeat left; 
	font-size: 11px; 
	line-height: 32px; 
	color: #fff; 
	font-weight: 700; 
	text-align: center; 
}

#comment_section {
	clear: both;
	margin-bottom: 60px;
	width: 590px;
}

.first_level {
	margin: 0; padding: 0;
}

.comments {
	list-style: none; 
}

.comments li { 
	margin-bottom: 10px; 
	list-style:none; 
}

.comments li .comment_box { 
	clear: both; 
	width:100%; 
	padding: 10px 0 20px 0; 
	margin-bottom: 40px;  
}

.comments li .commentbox1 { 
	background: url(../images/hr_divider.jpg) repeat-x bottom;  
}

.comments li .commentbox2 { 
	padding: 10px; 
	background: #599b97 url(../images/hr_divider.jpg) repeat-x bottom;  
}

.comment_box .gravatar { 
	float: left; 
	width: 75px; 
	margin-right: 30px; 
}

.comment_box .gravatar img {  
	width: 75px; 
	height: 75px; 
}

.comment_box .comment_text {  }

.comment_box .comment_text p { 
	margin: 0; 
}

.comment_text .comment_author { 
	font-size: 14px; 
	font-weight: bold; 
	color: #fff; 
	margin-bottom: 10px; 
}

.comment_text .date { 
	font-size: 12px; 
	font-weight: normal; 
	color: #eee; 
	padding-left: 10px; 
}

.comment_text .time { 
	font-size: 12px; 
	font-weight: normal; 
	color: #eee; 
	padding-left: 10px; 
}

.comment_text .reply a { 
	display: block; 
	clear: both; 
	float: right; 
	color: #fff; 
	font-weight: 700; 
} 

#comment_form {
	clear: both;
}

#comment_form h3 {
	font-size: 20px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

#comment_form form {
}

#comment_form textarea {
	color: #000;
	background: #a4cdcb; 
	border: 1px solid #599b97;
	height:150px;
	padding:5px;
	width: 400px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

#comment_form .form_row {
	width: 100%;
	margin-bottom: 15px;
}

#comment_form form input {
	color: #000;
	padding: 5px;
	width: 250px;
	background: #a4cdcb; 
	border: 1px solid #599b97;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

#comment_form .submit_btn {
	width: 70px; 
	height: 30px; 
	padding: 5px 8px;
	border: 1px solid #7dbdb9; 
	background: #3f8e89;
	color: #fff; 
	font-size:12px; 
}

.popular_post { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}

.popular_post li { 
	margin-bottom: 30px; 
}

.popular_post li a { 
	display: block; 
}

#contact_form { 
	padding: 0; 
	margin-top: 40px; 
	width: 600px; 
}

#contact_form form {
	 margin: 0px; 
	 padding: 0px; 
}

#contact_form form .input_field { 
	width: 300px; 
	padding: 5px; 
	color: #222; 
	border: 1px solid #E1E0DF; 
	background: #EDECEB; 
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

#contact_form form label { 
	display: block; 
	width: 100px; 
	margin-right: 10px; 
	font-size: 13px; 
}

#contact_form form textarea { 
	width: 590px; 
	height: 200px; 
	padding: 5px;  
	border: 1px solid #E1E0DF 
	background: #EDECEB; 
	color: #222;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}

#contact_form form .submit_btn { 
	padding: 5px 14px;
	color: #fff;
	border: 1px solid #490A0A; 
	background: #3A0909; 
	font-size:14px; 
	margin: 10px 0px;
}

.sb_box { 
	margin-bottom: 30px; 
}

.sb_box_link {
	color:#d6e5e4;
	text-decoration:none;
	cursor:default;
}

.sb_box_link:hover {
	text-decoration:none
}

.sb_box h3 { 
	padding-bottom: 4px; 
	border-bottom: 1px solid #F8B500; 
}

.sb_list { 
	padding: 0; 
	margin: 0; 
}

.sb_list li { 
	padding: 0 0 3px 0; 
	margin: 0 0 5px 0; 
	list-style: none; 
}

.sb_list li a { 
	color: #333333; 
	text-decoration: none; 
	padding: 7px 0 5px 27px; 
	background: url(../images/list.png) no-repeat scroll 0 7px;
}
.sb_list li a:hover { 
	color: #D39400; 
	text-decoration: none; 

}
.col_f { 
	padding-left: 15px; 
	width: 210px; 
}

.col_l { 
	padding-right: 15px; 
	width: 210px; 
}

.footer_link { 
	margin: 0; 
	padding: 0; 
}

.footer_link li { 
	margin-bottom: 5px; 
	padding: 3px 0; 
	border-bottom: 1px dotted #488c88; 
	list-style: none; 
}

.footer_link li a { 
	text-decoration: none; 
}

.footer_link li .social { 
	padding-left: 30px; 
}

.footer_link li .facebook { 
	background: url(../images/facebook.png) left center no-repeat; 
}

.footer_link li .linkedin { 
	background: url(../images/linkedin.png) left center no-repeat; 
}

.footer_link li .myspace { 
	background: url(../images/myspace.png) left center no-repeat; 
}

.footer_link li .youtube { 
	background: url(../images/youtube.png) left center no-repeat; 
}

.footer_link li .vimeo { 
	background: url(../images/vimeo.png) left center no-repeat; 
}

.col {
	float: left;
	margin-top: 0;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0;
}

.half { 
	width: 460px; 
}

#sidebar, .one_third {
	width: 293px;
}

#content, .two-third {
	width: 640px;
}

.padding_right { 
	padding-right: 20px; 
}

.one_fourth { 
	width: 220px; 
}

.no_margin_right { 
	margin-right: 0; 
}

#bottom .one_fourth { 
	width: 220px; 
}

.last_box { 
	margin: 0; 
	background: none; 
}

.pagging { 
	margin: 0 0 20px; 
	padding: 0; 
}

.pagging ul { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
}

.pagging ul li { 
	margin: 0; 
	padding: 0; 
	display: inline; 
}

.pagging ul li a { 
	float: left; 
	display: block; 
	color: #333; 
	text-decoration: none; 
	margin-right: 5px; 
	padding: 5px 10px; 
	background: #a4cdcb; 
	border: 1px solid #599b97; 
}

.pagging ul li a:hover { 
	background: #599b97; 
	border: 1px solid #a4cdcb; 
	color: #fff;  
}

/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/

#slider-wrapper {
	float: left;
    width: 960px;
    height: 320px;
}

#slider {
	position: relative;
	width: 972px;
	height: 400px;
}

#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}

#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	right: 10px;
	bottom: -30px;
}

.nivo-controlNav a {
	display:block;
	width:14px;
	height:18px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}

.nivo-controlNav a.active {
	background-position:0 -18px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}

a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}

a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}

.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*archana-form*/
#archana-form {
	display: block;
	width: 952px;
	height: 170px;
	margin-bottom: 10px;
	/*background: url(../images/contact.png) no-repeat;*/
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border: #FFC102 3px solid;
	padding: 0px;
}

#archana-form h2 { color:#3F0505; padding:5px 10px; background-color:#FFC102;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px; padding-bottom:5px;}
#archana-form input {
	float: left;
	width: 210px;
	margin-right: 13px;
	line-height: 20px;
	height: 26px;
	color: #999;
	border: 2px solid #FDE6B4;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#archana-form input:hover { color:#333; border:2px solid #CCCBCD; }
#archana-form textarea {
	float: left;
	margin-top: 10px;
	width: 443px;
	margin-right: 10px;
	line-height: 20px;
	height: 65px;
	color: #999;
	border: 2px solid #FDE6B4;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background:url(../images/ad.png) no-repeat left top;
}
#archana-form textarea:hover { color:#333; border:2px solid #DCDBDD; 	background:none;}
#archana-form .radi { display:block; clear:both;
    height: 25px;
    width: 158px; margin-top:10px; margin-bottom:0px !important;}
	#archana-form .radi span{ float:left; display:inline-block; height:20px; }
#archana-form input.rad { width:10px; margin-right:10px; padding:0px !important; line-height:22px; height:10px !important; color:#999; border:0px;}
#archana-form select {
	width: 220px;
	margin-right: 12px;
	padding: 0px;
	line-height: 20px;
	height: 30px;
	color: #333;
	border: 2px solid #FDE6B4;
}
#archana-form select:hover {

	border: 2px solid #CCCBCD;
}
#archana-form input.bot {
	cursor: pointer;
	float: left;
	width: 130px;
	margin-left: 40px;
	line-height: 20px;
	height: 35px;
	color: #fff;
	border: 1px solid #AC3434;
	margin-top: 0px !important;
	background: rgb(212,71,67); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(212,71,67,1) 0%, rgba(178,41,41,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(212,71,67,1)), color-stop(100%,rgba(178,41,41,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(212,71,67,1) 0%,rgba(178,41,41,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(212,71,67,1) 0%,rgba(178,41,41,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(212,71,67,1) 0%,rgba(178,41,41,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(212,71,67,1) 0%,rgba(178,41,41,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d44743', endColorstr='#b22929',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
 }
 #archana-form input.bot:hover{background: rgb(178,41,41); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(178,41,41,1) 0%, rgba(212,71,67,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(178,41,41,1)), color-stop(100%,rgba(212,71,67,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(178,41,41,1) 0%,rgba(212,71,67,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(178,41,41,1) 0%,rgba(212,71,67,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(178,41,41,1) 0%,rgba(212,71,67,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(178,41,41,1) 0%,rgba(212,71,67,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b22929', endColorstr='#d44743',GradientType=0 ); /* IE6-9 */
}


.br_yellow { float:right; height:260px; background-color:#FFF; border:#FFC102 3px solid; 
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;}
.br_yellow h2 { color:#3F0505; padding:5px 10px; background-color:#FFC102;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px; padding-bottom:5px;}
.br_org {
	height: 174px;
	background-color: #FFF;
	border: #E87C00 3px solid;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.br_org h2 { color:#fff; padding:5px 10px; margin-bottom:0px; background-color:#E87C00;
-webkit-border-top-left-radius: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
border-top-left-radius: 4px;
border-top-right-radius: 4px; padding-bottom:5px;}
.br_org img { margin:5px 0px 5px 5px;  }
.mr { margin-right:0px !important;}

.small_b {
	height:auto;
	border: #FFC102 3px solid;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#inner_banner {
	display:block;
	clear:both;
	width:972px;
	height:230px;
		border: 3px solid #F2A100;
	}
