/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background: #0E0E0E url(../neeha_images/neeha_bg.png) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4F4F4F;
	line-height: 18px;
}

.clear p {
	text-align: justify;
	padding: 0px 8px;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-align: left;
	behavior: url(ie-css3.htc);
}

h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 10px 0;
	text-align: left;
	behavior: url(ie-css3.htc);
}

.welcomeText {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 2px 0;
	text-align: left;
	behavior: url(ie-css3.htc);
	color: #003399;
}

.programText {
	text-align: justify;
	line-height: 25px;
	padding-bottom: 10px;
}

.box1 {
	background: #fff url(../neeha_images/body_bg.jpg) repeat-x bottom;
	margin: 0 auto 15px auto;
	width: 960px;
	padding: 0px 0 0px;
	border: 1px solid #d7d7d7;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	behavior: url(ie-css3.htc);
}

.box2 {
	background: transparent url(ashera.jpg);
	no-repeat top left;
	margin: 0 auto 35px auto;
	padding: 15px;
	border: 11px solid #c6ac6c;
	position: relative;
	margin-top: 35px;
	-moz-border-radius: 32px;
	-webkit-border-radius: 32px;
	border-radius: 32px;
	-moz-box-shadow: 10px 10px 10px #000;
	-webkit-box-shadow: 10px 10px 10px #000;
	box-shadow: 10px 10px 10px #000;
	z-index: 2;
	behavior: url(ie-css3.htc);
}

/* The script works with absolutely positioned elements too */
.box3 {
	background-color: #ddd;
	width: 110px;
	height: 25px;
	padding: 20px;
	position: absolute;
	top: 1px;
	left: 1px;
	text-align: center;
	font-weight: bold;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 10px 10px 20px #000;
	-webkit-box-shadow: 10px 10px 10px #000;
	box-shadow: 10px 10px 20px #000;
	behavior: url(ie-css3.htc);
}

.box2 div {
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 13pt;
	color: #ffd550;
	_bottom: 21px;
	/* IE6 */
	_width: 108%;
	/* IE6 */
	/* IE6 workarounds are ugly, I know. Just feeling lazy right now... */
}

.rel {
	margin: 3px 0 0 0px;
	padding: 0;
	position: relative;
	zoom: 1;
	/* IE6 */
}

code {
	padding: 0 1ex;
	background: #fff;
	border: 1px solid #ddd;
	white-space: nowrap;
}

.banner {
	height: 359px;
	background: #EDEDED url(../neeha_images/neeha_banner.png) no-repeat bottom center;
	padding-left: 6px;
	padding-bottom: 2px;
}

.blurbs {
	border-bottom: 1px solid #CECECE;
	background: #EDEDED;
}

#tabs {
	float: right;
	width: auto;
	font-size: 93%;
	line-height: normal;
	border-bottom: 0px solid #666;
	margin-bottom: 1em;
	/*margin between menu and rest of page*/
	overflow: hidden;
}

#tabs ul {
	margin: 0;
	padding: 10px 10px 0 0px;
	list-style: none;
}

#tabs li {
	display: inline;
	margin: 0;
	padding: 0;
}

#tabs1 {
	float: left;
	margin: 0px 10px;
	padding: 0 0 0 10px;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
	background: url(../neeha_images/menu_bg_left.png) no-repeat left;
}

#tabs1 span {
	float: left;
	display: block;
	padding: 6px 15px 4px 6px;
	margin-right: 2px;
	color: #fff;
	background: url(../neeha_images/menu_bg.png) no-repeat right;
}

#tabs a {
	float: left;
	margin: 0px 10px;
	padding: 0 0 0 10px;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
}

#tabs a span {
	float: left;
	display: block;
	padding: 6px 15px 4px 6px;
	margin-right: 2px;
	color: #000;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {
	float: none;
}

/* End IE5-Mac hack */
#tabs a:hover span {}

#tabs a:hover {
	background: url(../neeha_images/menu_bg_left.png) no-repeat left;
}

#tabs a:hover span {
	background: url(../neeha_images/menu_bg.png) no-repeat right;
	color: #FFFFFF;
}

.footer {
	border-top: 0px solid #BABABA;
	height: 191px;
}

.border ul {
	margin: 0px;
	padding: 0px;
}

.border li {
	list-style-type: none;
	float: left;
}

.border li a {
	color: #575757;
	padding: 0px 12px;
	margin: 0px;
	font-size: 12px;
	line-height: 22px;
	text-decoration: none;
	border-right: 1px solid #999999;
}

.border li a:hover {
	color: #0F4DB6;
}

.border {
	border-top: 1px solid #CCCCCC;
	padding: 10px 0px;
}