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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* -------------------------------------------------------
    GENERAL
---------------------------------------------------------- */
html { overflow-y: scroll; }
body {
    font-family: Arial;
    font-size: 14px;
    line-height: 25px;
    color: #3B3B3B;
    background: /* url(../images/25-pixel-baseline.png) left top repeat, */ url(../images/bg.png) left top repeat ;
}

i { font-style: italic; }

p { margin-bottom: 25px; }
p.intro { font-size: 16px;    width: 620px; }

/* links */
a:link, a:visited {
    color: #888;
    text-decoration: none;
    outline: 0;
}
a:hover, a:focus, a:active {
    color: #248a38;
}

/* Headers */
h1, h2, h3, h4, h5, h6 {
    font-family: Arial;
}
h1 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -0.9px;
    color: #046416;
    margin-left: -2px;
}
h2 {
    font-size: 22px;
    line-height: 25px;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #046416;
}
h3 {
    font-size: 18px;
    line-height: 25px;
    color: #046416;
}

/* Lists */
ul, ol {
	margin-bottom: 25px;
	padding: 0 20px;
}
ul { list-style: disc; }
ol { list-style: decimal; }

dl { margin-bottom: 25px; }
dt {
    font-weight: bold;
    color: #046416;
}
dd {
    padding-left: 20px;
}

blockquote {
	margin: 25px 0;
 	padding-left: 40px;
    padding-right: 30px;
    background: url(../images/quote.png) no-repeat 3px 0;
	font-weight: normal;
	font-size: 18px;
	font-style: italic;
}
input, select {
    vertical-align: middle;
}

strong, b {
    font-weight: bold; 
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
mark {
    background-color: #FDD2B3;
}

/* Clearing and Alignment Classes */
.align-left {
    float: left;
}
.align-right {
    float: right;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.ie7 .clearfix { zoom: 1; } /* IE7 */

/* ------------------------------------------------------
    STRUCTURE
--------------------------------------------------------- */
#header-wrap {
    background: #035513; /* Old browsers */
background: -moz-linear-gradient(top,  #035513 0%, #248a38 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#035513), color-stop(100%,#248a38)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #035513 0%,#248a38 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #035513 0%,#248a38 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #035513 0%,#248a38 100%); /* IE10+ */
background: linear-gradient(to bottom,  #035513 0%,#248a38 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#035513', endColorstr='#248a38',GradientType=0 ); /* IE6-9 */
	border-bottom: 5px solid #035513;
    width: 100%;
    height: 84px;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
}
header {
    position: relative;
    width: 940px;
    height: 84px;
    margin: 0 auto;
}
.content-wrap {
    width: 940px;
    margin: 0 auto;
}
.content-wrap section {
    position: relative;
    padding: 125px 0 25px 0;
    background: url(../images/section-sep.png) repeat-x left 25px;
}
.content-wrap section section {
    background: none;
    margin: 0;
}
.content-wrap section .row {
    clear: both;
    overflow: hidden;
    margin-bottom: 25px;
}
.content-wrap section .row .col {
    float: left;
    margin: 0;
    padding: 0;
    width: 290px;
}
.content-wrap section .row .mid  {
    margin-left: 35px;
    margin-right: 35px;
}
.content-wrap section .no-bottom-margin{
    margin-bottom: 0;
}
.content-wrap section .primary {
    float: left;
    width: 620px;
}
.content-wrap section .primary p.intro {
    /* margin: 15px 0 10px 0; */
    margin: 15px 0 25px 0;
    width: 620px;
}
.content-wrap section aside {
    float: right;
    width: 300px;
}
.content-wrap section aside h2 {
    margin: 12.5px 0 12.5px 0;
}

.content-wrap section aside ul.link-list {
    font-size: 16px;
    margin: 0 0 25px 0;
    padding: 0;
    list-style: none;
    background: url(../images/section-sep.png) repeat-x left top;
}
.content-wrap section aside ul.link-list li {
    background: url(../images/section-sep.png) repeat-x left bottom;
    padding-left: 3px;
}
.content-wrap section aside ul.link-list li a {
    display: block;
    color: #3B3B3B;
    padding-top: 12.5px;
    padding-bottom: 12.5px;
}
.content-wrap section aside ul.link-list li a:hover,
.content-wrap section aside ul.link-list li a:focus,
.content-wrap section aside ul.link-list li a:active {
    color: #285935;
}
.content-wrap section aside .testimonials {
    margin: 0 0 25px 0;
}
.content-wrap section aside .testimonials blockquote {
    font-style: italic;
    font-size: 16px;
    padding-left: 27px;
    background: url(../images/quote-open.png) no-repeat left 5px;
    margin: 12.5px 0;
}
.content-wrap section aside .testimonials blockquote p {
    margin-bottom: 0;
}
.content-wrap section aside .testimonials blockquote cite {
    font-style: normal;
    text-transform: uppercase;
    font-size: 11px;
}

.content-wrap section .back-to-top {
    display: block;
    position: absolute;
    bottom: -65px;
    right: 10px;
    height: 43px;
    width: 43px;
    background: url(../images/back-to-top.png);
    text-indent: -9999px;
    z-index: 9999;
}
.ie7 .content-wrap section .back-to-top {
    bottom: -70px;
}

footer {
    position: relative;
    background: url(../images/section-sep.png) repeat-x left 25px;
    width: 940px;
    margin: 0 auto;
    padding-top: 125px;
}

/* -------------------------------------------
    Header
-------------------------------------------- */

/* Logo */
header hgroup {
    position: absolute;
    background: url(../nagaram.png) no-repeat;
    height: 50px;
    width: 330px;
    display: block;
    top: 18px;
    left: 0;
}
header hgroup h1 a {
    text-indent: -9999em;
    display: block;
    height: 50px;
    width: 330px;
}
header hgroup h3  {
    text-indent: -9999em;
    height: 0;
}

/* Main Navigation */
header nav {
    float: right;
    margin-top: 30px;
}
header nav ul {
    font: bold 15px/25px  Helvetica, Arial, Sans-serif;
    margin-right: -5px;
    padding: 0;
    list-style: none;
}
header nav ul li {
    float: left;
}
header nav ul a:link, header nav ul a:visited {
    color: #f7efdc;
    margin-right: 20px;
    text-shadow: 1px 1px 1px #000;

}
header nav ul a:hover,
header nav ul a:active {
    color: #fff;
    border-bottom: 1px solid #fff;
}

/* -----------------------------------------
    Main Section
------------------------------------------ */
section#main {
    width: 940px;
    background: none;
}
section#main h1 {
    margin-top: 10px;
    margin-bottom: 15px;
}
section#main .intro-box {
    float:left;
    width:620px;
    min-height: 300px;
    margin-right: 20px;
}
section#main .row .col h2 {
    margin-top: 15px;
    margin-bottom: 10px;
}



/* ----------------------------------------------------
    Footer
----------------------------------------------------- */

footer p.footer-text {
    font-family: Arial;
    font-size: 11px;
    padding: 0 10px;
    margin-bottom: 0;
    clear: both;
}
footer .footer-content {
    position: relative;
    width: 940px;
    top: -105px;
    border-top: 1px solid #ccc;
}
footer ul.footer-menu {
    float: left;
    margin: 20px 0 5px -3px;
    padding: 0;
    list-style: none; 
}
footer  ul.footer-menu li {
    float: left;
}
footer  ul.footer-menu li a {
    display: block;
    font-family: Arial;
    font-size: 12px;
    line-height: 1em;
    color: #3B3B3B;
    padding: 1px 12px;
    border-left:  1px  solid #ADADAD;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
}
footer  ul.footer-menu li a:hover,
footer  ul.footer-menu li a:focus,
footer  ul.footer-menu li a:active {
    color: #248a38;
}
footer  ul.footer-menu li.rss-feed a {
    background: url(../images/rss.png) no-repeat right 0;
    padding-right: 20px;
}
footer  ul.footer-menu li:first-child a {
    border: none;
}

footer .footer-content p {
	padding-left: 10px;
	font-size: 13px;
	margin-top: 10px;
}

/* Sidebar */

aside {
	float: right;
	width: 300px;
}

aside .word {
	padding: 10px !important;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-bottom: 10px !important;
}

aside section header {
	position: inherit;
	height: auto;
	width: auto;
	background: #ddd;
	padding: 5px;
	padding-left: 10px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #ccc;
}

aside .word article h1{
	padding: 0px;
	margin: 0px !important;
	line-height: 50px;
	font-size: 28px;
	text-align: center;
}

aside .word article p {
	font-size: 13px;
	padding: 0px;
	margin: 0px;
}

/* Forms */

div.well {
	padding: 20px;
	margin-bottom: 20px;
	background: #ddd;
	border-radius: 5px;
	box-shadow: inset 1px 1px 1px #bbb;
}

div.well p {
	padding: 0px !important;
	margin-bottom: 0px !important; 
}

div.well p input[type="text"] {
	font-size: 18px;
	padding: 5px;
	width: 400px;
}

div.well p input[type="submit"] {
	width: 140px;
	font-size: 13px;
	padding: 5px;
	height: 35px;
	    background: #035513; /* Old browsers */
background: -moz-linear-gradient(top,  #035513 0%, #248a38 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#035513), color-stop(100%,#248a38)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #035513 0%,#248a38 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #035513 0%,#248a38 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #035513 0%,#248a38 100%); /* IE10+ */
background: linear-gradient(to bottom,  #035513 0%,#248a38 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#035513', endColorstr='#248a38',GradientType=0 ); /* IE6-9 */
border: none;
	color: #fff;
	border-radius: 5px;
	line-height: 35px;
}


table.privacy {
  border-collapse: collapse;
}


table.privacy thead tr {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #ebebeb));
  background-image: -webkit-linear-gradient(#ffffff, #ebebeb);
  background-image: -moz-linear-gradient(#ffffff, #ebebeb);
  background-image: -o-linear-gradient(#ffffff, #ebebeb);
  background-image: -ms-linear-gradient(#ffffff, #ebebeb);
  background-image: linear-gradient(#ffffff, #ebebeb);
}


table.privacy th {
  text-align: left;
  border: 1px solid #ccc;
  padding: 10px;
}


table.privacy td {
  border: 1px solid #ccc;
  padding: 10px;
  vertical-align: top;
}

p.success {
	font-weight: bold;
	color: green;
}

p.errors {
	font-weight: bold;
	color: red;
}