@charset "UTF-8";
.thrColAbsHdr #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 1024px; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: center;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
	background-image: url(images/wrapperbackround.png);
} 
.thrColAbsHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	width: 1000px;
	background-image: url(images/ganesha-topper.png);
}
.thrColAbsHdr #sidebar1 {
	top: 0px;
	left: 0px;
	width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	height: auto;
	text-align: left;
	text-indent: 0px;
	line-height: 25px;
	position: relative;
	float: right;
	background-color: #FFF;
}
.thrColAbsHdr #sidebar1about {
	width: 300px;
	height: auto;
	overflow: hidden;
}
.thrColAbsHdr #sidebar2 {
	position: relative;
	top: 962px;
	right: 569px;
	width: 196px;
	padding: 0px;
	text-align: center;
	height: 178px;
	clear: both;
}
#mainContent {
	background-color: #000;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.thrColAbsHdr #mainContentabout {
	padding-right: 15px;
	padding-left: 10px;
	padding-bottom: 0px;
	background-image: url(images/background%20white%20crumpled%20paper.jpg);
	color: #000;
	text-align: justify;
	height: 500px;
	width: 705px;
	float: right;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
}
.thrColAbsHdr #mainContentcontact {
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	width: 650px;
	padding-bottom: 0px;
	float: left;
	background-image: url(images/background%20white%20crumpled%20paper.jpg);
}
.thrColAbsHdr #footer {
	z-index: 100;
	font-weight: normal;
	height: 40px;
	width: 980px;
	list-style-image: none;
	background-color: #900;
	clear: both;
	background-image: url(images/navbgrd.jpg);
}
.thrColAbsHdr #footer p {
	color: #FFF;
	padding-top: 5px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
#wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
a:link {
	text-decoration: none;
	color: #CCC;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: underline;
	color: #CCC;
}
a:active {
	text-decoration: none;
	color: #CCC;
}
ul
{
    list-style-type: none;
}
#sidebar1_text {
	text-indent: 30px;
	margin-left: 50px;
}
.sidebar1text {
	padding-right: 25px;
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: justify;
	font-size: small;
}
.onecol {
	float: left;
	width: 320px;
	margin-right: 10px;
	position: relative;
}
#lower {
	clear: both;
	font-size: medium;
	padding: 7px;
	background-image: url(images/background%20white%20crumpled%20paper.jpg);
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	width: 600px;
	float: right;
	margin-right: 100px;
	border-top-style: outset;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
}
.thrColAbsHdr #container{
	font-size:medium
}
h1 {
	font-size: medium;
}
h2 {
	font-size: medium;
}
/*Main Navigation*/
.main-nav {
    width: 910px;
    float: left;
    display: inline;
    margin: -3px 0 0 38px;
    position: relative;
    z-index: 5;
}
.main-nav UL {
    padding: 0px;
    margin: 0px;
    list-style: none;
} 
.main-nav UL LI {
    display: inline;
    float: left;
    position: relative;
}
.main-nav UL LI A {
    font-size: 12px;
    display: block;
    color: #FFF;
    height: 51px;
    width: 181px;
    outline: none;
}
.main-nav UL LI A SPAN {
    margin: 7px 0 0 13px;
    float: left;
    display: inline;
}
.main-nav UL LI.current A SPAN {margin-top: 28px;}


.main-nav UL LI:HOVER DIV {display: block;}
.main-nav UL LI UL LI A {
    background: none !important;
    height: auto;
    margin-left: 13px;
    line-height: 16px;
    font-size: 11px;
    position: relative;
}
.main-nav UL LI UL LI UL LI A {margin-left: 25px;}
.main-nav UL LI UL LI A SPAN {
    font-size: 12px; 
    margin-left: 0px;
    padding-bottom: 20px;
}
.main-nav UL LI.current UL LI A SPAN {margin-top: 7px;}
.main-nav UL LI UL LI.with-sub A {color: #4c0809;}
.main-nav UL LI UL LI.with-sub UL LI A {color: #FFF;}
.submenu {
    width: 181px;
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}
.main-nav UL LI .bg-sub {width: 181px;}

/* /onestop CSS */
#nav, #nav ul {
	font-size: medium!important;
	list-style: none;
	height: auto;
	padding-top: 8px;
	padding-bottom: 30px;
}
.leftmoduletop{
	position: relative;
	float: left;
	width: 220px;
	height: auto;
	z-index:0;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: justify;
}
body {
	background-color: #C60;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
			div#content div#text{
	float: left;
	width: auto;
	text-align: justify;
	font-size: 0.9em;
	background-repeat: no-repeat;
	background-position: 5px 44px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	}
		div#content.index div#text, div#content.biography div#text, div#content.contact div#text, div#content.links div#text {
			margin-top: -200px;
		}
		div#content div#text h2{
			margin-bottom: 10px;
		}
		div#content div#text p{
	margin: 0 0 10px 18px;
	color: #000;
		}
		}
div#content {
	position: relative;
	top: 0;
	left: 0;
	width: 980px;
	margin: 0 auto;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
div#content.bio {
	position: relative;
	top: 0;
	left: 0;
	width: 980px;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-repeat: repeat;
}
div#contact {
	position: relative;
	top: 0;
	left: 0;
	text-align: left;
	min-height: 100%;
	height: 500px !important;
	height: 500px;
	background-image: url(images/rickshaw.jpg);
	width: 730px;
}
div#contacttext {
	position: relative;
	top: 0;
	left: 0;
	text-align: left;
	min-height: 100%;
	height: 200px !important;
	width: 2000px;
	padding-top: 100px;
	padding-left: 230px;
	text-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
}
div#sidebar1 div#img {
	padding: 0px;
	width: auto;
}
#upper {
	font-size: medium;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	width: 730px;
	float: right;
	padding: 7;
}
div#topper1 {
	position: relative;
	top: 0;
	left: 0;
	width: 980px;
	margin: 0 auto;
	text-align: left;
	min-height: 200px;
	height: auto !important;
	height: 100%;
	background-image: url(images/ganesha-topper.png);
}
#fb {
	float: left;
	width: auto;
	text-align: justify;
	font-size: 0.9em;
	background-repeat: no-repeat;
	background-position: 5px 44px;
	margin-top: 0px;
	margin-right: 15px;
	background-color: #FFF;
}
.bottom_nav{text-align:center;font-size:11px;text-transform:uppercase; padding-top:4px}
.bottom_nav li{display:inline;margin:0 8px}
#navigation {
	height: 40px;
	width: 980px;
	list-style-image: none;
	background-color: #666;
}
#navigationleft {
	font-weight: normal;
	height: 40px;
	width: auto;
	list-style-image: none;
	word-spacing: 30px;
	float: left;
	text-align: left;
}
#navigationright {
	font-weight: normal;
	height: 40px;
	width: 230px;
	list-style-image: none;
	word-spacing: 50px;
	float: right;
}
.top_nav{
	text-align:left;
	font-size:medium;
	text-transform:uppercase;
	padding-top:4px;
	padding-bottom: 8px;
	word-spacing: 70px;
	width: auto;
}
.top_navsocial{
	font-size:medium;
	text-transform:uppercase;
	padding-top:4px;
	padding-bottom: 4px;
	color: #9F0;
	text-align: right;
}
#maincontentslide{
	font-size:medium;
	text-transform:uppercase;
	padding-bottom: 0px;
	float: left;
}
#maincontentsplash{
	font-size:medium;
	text-transform:uppercase;
	float: right;
}

