@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}



/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: #2f332a;
  font-weight: bold;
  font-family: Helvetica, Arial;
  padding-bottom: 5px;
}
h2 {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.5px;
}
h3 {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0px;
}

/* Link Styles */
a:link, a:visited {
	color: #EB4200 ;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #EB4200;
	text-decoration: none;
}


.round {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  border-radius: 15px;
}
.round-top {
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -khtml-border-top-left-radius: 15px;
  -khtml-border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.round-bottom {
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-bottomright: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -khtml-border-bottom-left-radius: 15px;
  -khtml-border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}


.highlight_text{
	font-style:oblique;
	color:#EB4200;
}

body {
	color: #F7B100;
	background: #F7B100 url(../images/orange_bg.jpg) no-repeat fixed 0 0;
	font: 15px/21px Arial, Helvetica, sans-serif;
}

.header {
	margin-left:auto;
	margin-right:auto;
	width:940px;
}

.logo {
	background-image:url(../images/srssm.png);
	background-repeat:no-repeat;
	width:850px;
	height:60px;
	margin-left:100px;
	margin-top:30px;
}

.countdown_container{
	position:relative;
	margin-right:10px;
	top:20px;
}

.countdown{
	background-color:none;
	color:black;
	font: bold 22px Arial;
}

.countdown sup{ 
	font-size: 60%
}

.content_container{
	margin-left:auto;
	margin-right:auto;
	width:940px;
}



#brief_wrap {
  position: relative;
  min-width: 940px;
  padding: 100px 30px 0 30px;
}

#brief_header{
  position: relative;
  width: 940px;
  margin: 0 auto;
  height: 220px;
  background: transparent url(../images/header-bg.png) repeat-x 0 0;
  border: 1px solid white;
  margin-top:-100px;
}

.rayaru_pic{
    position: absolute;
    left: -100px;
    bottom: 10px;
  }
.brief-text {
    padding: 50px 75px 35px 150px;
    font-size: 19px;
    line-height: 24px;
    color: #826262;
    font-family: Georgia;
  }

.bullts{
	font-size:14px;
	font-family:Helvetica;
	color:#333;
	font-stretch:condensed;
	list-style-image:url(../images/arrow_blue.gif);
	list-style-position:inside;
	list-style-type:disc;
	margin-left:60px;
	width:700px;
}
.nav-section {
    position: relative;
    height: 50px;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 15px;
    letter-spacing: 0px;
    color: #000;
	margin-top:-0px;
	width:700px;
}
.nav-section ul {
      position: absolute;
      right: 0;
      top: 0;
}
.nav-section ul li {
        display: inline;
        line-height: 60px;
        margin-left: 20px;
        border-bottom: 1px dotted #c00;
}
.nav-section ul li:first-child {
        border: none;
}
.nav-section ul li a {
          color: #C00;
          padding: 18px 0;
}

.nav-section a:hover{
	color:#000;
}
  #about {
    position: relative;
    min-height: 200px;
  }
.about-saptaaha {
      position: relative;
      background: transparent url(../images/about-bg.png) repeat-x 0 0;
      border: 1px solid white;
      border-bottom: none;
}
.about-img {
        position: absolute;
        left: -35px;
        top: -55px;
}
.about-text {
        padding: 60px 60px 35px 150px;
        font-size: 19px;
        line-height: 24px;
        color: #826262;
        font-family: Helvetica;
}

.side-tag {
    position: absolute;
    top: 40px;
    left: -16px;
}

.div-left {
      float: left;
      width: 370px;
      padding: 130px 0 60px 75px;
}
.div-right {
      position: relative;
      float: right;
      width: 170px;
      padding: 130px 75px 60px 0;
}
.dates{
	font-size:12px;
	margin-left:20px;
	color:#C00;
}
.past {
      background: transparent url(../images/darker-green.png) repeat-x 0 0;
      border-left: 1px solid white;
      border-right: 1px solid white;
      position: relative;
}
.past_events {
      float: left;
}

.past_events li {
        float: left;
        padding: 3px 0;
        display: block;
        width: 100%;
		        font-size: 19px;
        line-height: 24px;
        color: #747d67;
        font-family: Helvetica;
}
.team h3 {
        float: left;
        width: 48%;
}
.past_events span {
        float: left;
        width: 52%;
        color: #576049;
        font-weight: bold;
}
.post-even {
      background: transparent url(../images/lighter-green.png) repeat-x 0 0;
      border: 1px solid white;
      border-top: none;
      padding: 6px;
}
.post-odd {
      background: transparent url(../images/darker-green.png) repeat-x 0 0;
      border: 1px solid white;
      border-top: none;
      padding: 6px;
}

.gallery {
    position: relative;
    min-height: 200px;
}

.galry {
      position: relative;
      background: transparent url(../images/about-bg.png) repeat-x 0 0;
      border: 1px solid white;
      border-bottom: none;
}
.about-img {
        position: absolute;
        left: -35px;
        top: -55px;
}
.gallery-text {
        padding: 60px 60px 35px 150px;
        font-size: 19px;
        line-height: 24px;
        color: #826262;
        font-family: Helvetica;
}


 #contact {
    position: relative;
    border: 1px solid white;
    background: transparent url(../images/contact-bg.png) repeat-x 0 0;
    min-height: 200px;
    line-height: 25px;
  }
    #contact p {
      padding-bottom: 50px;
	          font-size: 19px;
        line-height: 24px;
        color: #826262;
        font-family: Helvetica;
    }
    .contact-us {
      display: block;
      padding: 50px 0 50px 70px;
    }
    .contact-form {
      float: left;
      width: 365px;
      padding: 0 50px 60px 75px;
    }
      #checkFormError {
        border-color: white !important;
        background: #ffcccc !important;
        font-weight: normal !important;
        font-size: 12px;
        width: 260px;
        text-align: center;
      }
      #contact .contact-form p {
        padding-bottom: 30px;
      }
      .contact-form .formField {
        padding: 0px;
        padding-bottom: 10px;
      }
        .contact-form .formField label {
          color: #505747 !important;
          font-weight: normal;
        }
        .contact-form .formField input,
        .contact-form .formField textarea,
        .contact-form .formField select {
          background: #e4eede;
          border: 1px solid white;
          padding: 5px;
          font-size: 12px;
          font-family: Arial;
          width: 290px;
        }
        .contact-form .formField select {
          width: 302px;
          margin-top: 1px;
        }
      .contact-form .formSubmit {
        padding: 0px;
      }
        .contact-form input#submitButton {
          background: transparent url(images/form-btn.png) no-repeat 0 0;
          border: none;
          color: #fff;
          height: 28px;
          font-size: 13px;
          padding: 4px 0 8px 0;
          margin-top: 10px;
          width: 115px;
          text-align: center;
          cursor: pointer;
        }
        .contact-form input:hover#submitButton {
          background: transparent url(images/form-btn.png) no-repeat 0 -28px;
        }
    .contact-info {
      position: relative;
      float: right;
      width: 240px;
      padding: 0 200px 60px 0;
    }
      .life-saver {
        position: absolute;
        right: 60px;
        top: 0px;
      }
	  
	  
/* Footer */
#footer_wrap {
  position: fixed;
  bottom: 0;
  left:0;
  height: 47px;
  width: 100%;
  background: #1b1b1b url(../images/footer-bg.jpg) no-repeat 0 0;
  border-top: 1px solid #749e58;
  z-index: 99;
}
#footer {
  position: relative;
  min-width: 960px;

}
  .footer-logo {
    margin: 10px 0 0 30px;
  }
 	
.tv1{
	float:left;
	margin-top:-30px;
	height:210px;
	text-align:right;
	width:940px;
	position:relative;

}

.tv{
	float:right;
	height:210px;
	width:940px;
	margin-top:-30px;
}


.follow {
	position: absolute;
	bottom: 20px;
	right: 21px;
	z-index: 1;
      }
.follow a {
          display: block;
          background: transparent url(../images/follow-btn.png) no-repeat 0 0;
          color: #fff;
          height: 28px;
          line-height: 25px;
          font-size: 13px;
          width: 89px;
          text-align: center;
          cursor: pointer;
}
.follow a:hover {
          background: transparent url(../images/follow-btn.png) no-repeat 0 -28px;
}
      
	  
	  
#samithi{
    position: relative;
    min-height: 400px;
  }
	  
.dwnld{
	list-style-image:url(../images/pdf_icon.png);
	list-style-position:outside;
	font-size:15px;

}
.dwnld ul {
      position: absolute;
      right: 0;
      top: 0;
}
.dwnld ul li {
        display: inline;
        line-height: 60px;
        margin-left: 20px;
        border-bottom: 1px dotted #c00;
}
.dwnld ul li a {
          color: #C00;
          padding: 18px 0;
}

.vdo{
	list-style-image:url(../images/camera_icon.png);
	list-style-position:outside;
	font-size:15px;
	

}
.vdo ul {
      position: absolute;
      right: 0;
      top: 0;
}
.vdo ul li {
        display: inline;
        line-height: 60px;
        margin-left: 30px;
        border-bottom: 1px dotted #c00;
}
.vdo ul li a {
          color: #C00;
          padding: 18px 0;
}


.ado{
	list-style-image:url(../images/small_music_icon.png);
	list-style-position:outside;
	font-size:15px;
	

}
.ado ul {
      position: absolute;
      right: 0;
      top: 0;
}
.ado ul li {
        display: inline;
        line-height: 60px;
        margin-left: 30px;
        border-bottom: 1px dotted #c00;
}
.ado ul li a {
          color: #C00;
          padding: 18px 0;
}

.phot{
	list-style-image:url(../images/small_photo_icon.png);
	list-style-position:outside;
	font-size:15px;
	

}
.phot ul {
      position: absolute;
      right: 0;
      top: 0;
}
.phot ul li {
        display: inline;
        line-height: 60px;
        margin-left: 30px;
        border-bottom: 1px dotted #c00;
}
.phot ul li a {
          color: #C00;
          padding: 18px 0;
}