/*
	Color sets:
	
	Green: #668363;
	Light Green: #eceee9;
	Off-white: #eeece3;
	Green borders: #dae0d2;
	Grey text: #4f4a44;
	Brown: #837463;
*/

html {margin: 0; padding: 0;}
body {
	background:#eceee9;
	margin:0;
	padding:0;
	color:#4f4a44;
	font-family: Times, Georgia,Serif;
	font-size: .85em;
}

.basictab ul{
margin: 4px;
padding: 3px 0;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 1px solid gray;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid gray;
border-bottom: none;
background-color: #f6ffd5;
color: #2d2b2b;
}

.basictab li a:visited{
color: #2d2b2b;
}

.basictab li a:hover, .basictab li a.current{
background-color: #DBFF6C;
color: black;
}

.basictab li a:active{
color: black;
}

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
display:none;
}
/* Sortable tables */
table.sortable thead {
    background-color:#999966;
    color:#4f4a44;
    font-weight: bold;
    cursor: default;
}

a {color: #837463; text-decoration: none;}
a:hover {color: #333;}

img, img a, img a:hover {border: 0;}

h1 {
	font-size: 1.8em;
	font-weight: normal;
	padding: 0; margin: 0;
}

h2 {
	font-size: 1.6em;
	font-weight: normal;
	padding: 0; margin: 30px 0 0 0;
}

h3 {
	color: #668363;
	font-size: 1.3em;
	font-weight: normal;
	padding: 10px 0 0 0; margin: 0;
	width: 150px;
}

h4 {
	color: #668363;
	font-size: 1.6em;
	font-weight: normal;
	padding: 0; margin: 30px 0 0 0;
}

hr {
	border: 1px solid #837463;
}

#container {
	background: white;
	width: 786px;
	overflow: hidden;
	border-right: 7px solid #dae0d2;
	border-bottom: 7px solid #dae0d2;
	border-left: 7px solid #dae0d2;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	clear: both;
}

.whyUs {
	list-style-image: url(images/clove.png);
}
.whyUs li {padding: 4px 0 4px 0;}


/*
NOTE:
If you want ads, replace the width of "width: 562px;" with "width: 432px;" 
to give enough space for right ad placement.
*/
#content {
	width: 562px;
	float: left;
	padding: 10px;
}

#content a {text-decoration: underline;}

#loginArea {
	width: 776px; height: 40px;
	clear: both;
	text-align: right;
}

#loginShow {float: right; margin-top: 14px;}
#loginStuff {float: right; margin-top: 10px; margin-right: 20px;}

#loggedIn {
	text-align: right;
	padding: 5px 10px 5px 0;
	overflow: hidden;
}
div.browseUniTag {float: left; margin: -18px 0 0 0; padding: 0 0 0 10px; font-weight: bold;}

#footer {
	width: 786px;
	margin: 0 auto 20px auto;
	text-align: center;
	overflow: hidden;
	padding-top: 5px;
}

#browseUni_membersPage {
	background: #eeece3;
	border: 4px solid #dae0d2;
	width: 550px;
	overflow: hidden;
}

/*Left sidebar*/
/*Setting up a left column for all the sidebars*/
#leftCol {
	float: left;
	width: 190px;	
}
.sidebar {
	width: 150px;
	background: #eeece3;
	border: 4px solid #dae0d2;
	float: left;
	margin: 0 0 10px 10px;
	padding: 0 10px 0 10px;
}

* html .sidebar {margin: 0 0 10px 3px;}
*:first-child+html .sidebar {margin: 0 0 10px 10px;}

.sidebar ul {
	list-style: none;
	width: 150px;
	margin: 0 0 20px -40px;
}

* html .sidebar ul {margin: 0 0 20px 0px;}
*:first-child+html .sidebar ul {margin: 0 0 20px 0px;}

.sidebar li {
	padding: 10px 0 0px 0;
}



/*HEADER*/
#header {
	width:100%;
	height: 120px;
	background:#dae0d2 url("images/bg.png") repeat-x bottom;
	font-size:.9em;
	line-height:normal;
	position: relative;
	z-index: 10;
	float: left;
}

#header .wrap {
	width: 784px;
	height: 94px;
	overflow: hidden;
	margin: 0 auto 0 auto;
}

#header ul {
	width: 786px;
	margin: 4px auto 0 auto;
	position: relative;
	left: 30px;
	padding:0px 10px 0 0;
	list-style:none;
}

* html #header ul {margin: 1px auto 0 auto;}
*:first-child+html #header ul {margin: 1px auto 0 auto;}
#header li {
	float:left;
	background:url("images/left.png") no-repeat left top;
	margin:0;
	padding:0 6px 0 9px;
}
#header a {
	float:left;
	display:block;
	background:url("images/right.png") no-repeat right top;
	padding:5px 15px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#765;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
	color:#333;
}
#header .sel {
	background-image:url("images/left_on.png");
}
#header .sel a {
	background-image:url("images/right_on.png");
	color:#668363;
	padding-bottom:5px;
}

#header li.noImg {background: none; width: 240px; display: block; list-style-image: url(images/clove.png);}
#header li.noImg a {background: none; list-style-image: url(images/clove.png);}

/*-----------------------------------------------------------------*/

#header li:hover a, #header li a {position: relative; z-index:1000;}#header ul ul li {background: none; padding-left:1px;}#header li ul {position: absolute; background: #eeece3; border: 4px solid #dae0d2; width: 240px; padding-bottom: 10px; margin: 0 0 0 -9px; left: -9999px;}#header li:hover ul, #header li.sfhover ul {left: auto; display: block;}

div.browse {width: 240px; padding-left: 6px; clear: right; float: left; display: block; margin-bottom: 10px;}
div.browse2 {font-size: .9em; padding-left: 6px; clear: right; display: block; margin-bottom: 10px;}

/*#header li.browseUni a {color: black;}*/

/*Text*/
p.aboutNiraj {
	width: 300px;
	padding-left: 130px;
	background: url(images/niraj.png) top left no-repeat;
}
p.aboutMaha {
	width: 300px;
	padding-left: 130px;
	background: url(images/maha.png) top left no-repeat;
}
p.aboutPras {
	width: 300px; height: 180px;
	padding-left: 130px;
	background: url(images/pras.png) top left no-repeat;
}
p.aboutPrasad {
	width: 300px;
	padding-left: 130px;
	background: url(images/prasad.png) top left no-repeat;
}

/*Images*/
#header p.logo {
	width: 270px;
	float: left;
	height: 63px;
	margin: 8px 0 0 30px;
	padding: 0;
}

.aboutFace {padding: 0 10px 10px 0;}

/*Ads*/
/*Setting up a right column for ads*/
#rightCol {
	width: 140px;
	float: right;
}
#header img.topAd {
	float: right;
	margin: 20px 10px 0 0;
	width: 468px; height: 60px;
}

#rightCol img.rightAdLrg {
	float: right;
	width: 120px; height: 600px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#rightCol img.rightAdSm {
	float: right;
	width: 120px; height: 60px;
	padding-right: 10px;
	padding-bottom: 10px;
}


/*Forms*/
fieldset {border: 0;}
.textarea {width: 350px; height: 150px;}
input.text {margin-bottom: 10px;}
form {margin: 0; padding: 0;}
.browseDropDown {width: 225px;}

/*Extras*/
.noshow {display: none;} /*Class to hide stuff*/


/*Text*/
span.user {color: #668363; font-weight: bold;}
#loggedIn p {float: right; width: 500px; margin: 0; padding: 0;}


/*Tabs */
.shadetabs a {float: none;}
.shadetabs {
	margin: 30px 0 0 0;
	position: relative;
	left: 30px;
	top: -21px;
	padding:0px 10px 0 0;
	list-style:none;
	z-index: 3;
	font-size: .9em;
}

.shadetabs li {
	float:left;
	background:url("images/left.png") no-repeat left top;
	margin:0;
	padding:0 6px 0 9px;
}

.shadetabs li a {
	float:left;
	display:block;
	background:url("images/right.png") no-repeat right top;
	padding:5px 15px 4px 6px;
	text-decoration: none;
	font-weight:normal;
	color:#765;
}


.shadetabs li a:hover{color:#333;}

.shadetabs li.selected{
	position: relative;	background-image:url("images/left_on.png");
}

.shadetabs li.selected a{
	background-image:url("images/right_on.png");
	color:#668363;
}

.contentstyle{
	border: 4px solid #dae0d2;
	width: 542px;
	background: #eeece3;
	margin-bottom: 1em; padding: 10px;
	position: relative; z-index: 5;
}