@charset "UTF-8";
/* CSS Document */
html {
    overflow-y:scroll;
}
* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FCF5EB url(../assets/bodyBg.jpg) no-repeat center top;
	width: 100%;
	display: table;
}


#container {
	margin: 0 auto;
	padding: 0;	
	width: 940px;
	height: auto;
	text-align: left;	
}

#masthead {
	padding: 0;
	margin: 0;
	width: 940px;
	height: 112px;
}
#navigation {
	margin: 0;
	padding: 0;
	width: 940px;
	height: 54px;
	background-image: url(../assets/navigation2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#HeadingContent {
	margin: 0px;
	padding: 0px;
	height: 61px;
	width: 940px;
	background: url(../assets/h1.jpg) no-repeat center top;
}
#mainContent {
	width: 940px;
	background: url(../assets/mainContent.png) repeat-y;
	padding: 0px;
	min-height:600px;
	height:auto !important;
	height:600px;
}
#sidebar {
	float: left;
	clear: right;
	padding: 0;
	margin: 0 0 0 60px;
	width: 240px;
	min-height:586px;
	height:auto !important;
	height:586px;
}
#TextInfo {
	margin: 0px 0 0 300px;
	padding: 10px 0;
	width: 569px;
}
#TextInfo2 {
	margin: 0px 0 0 300px;
	padding: 10px 0;
	width: 569px;
}
#rightBottom {
}
#footer {
	padding: 0;
	margin: 0;
	background: url(../assets/footer.png) no-repeat center top;
	height: 232px;
	width: 940px;
	
	
	
}
#footer p {
	text-align: center;
	font-size: 10px;
	line-height: normal;
	padding-top: 35px;
}





/* TEXT STYLES*/
h1 {
	letter-spacing: .05em;
	color: #444;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font: normal 30px/28px "Times New Roman", Times, serif;
}
h2 {
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 24px;
	font-weight: normal;
	/*line-height: 40px;*/
	letter-spacing: normal;
	color: #a517af;
	padding-left: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 7px;
}
h3 {
	font-family: times, Times New Roman, times-roman, georgia, serif;
	font-size: 18px;
	font-weight: normal;
	/*line-height: 40px;*/
	letter-spacing: normal;
	color: #a517af;
	padding-left: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
}
h4 {
	/*line-height: 40px;*/
	letter-spacing: normal;
	color: #333;
	padding-left: 15px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	font: normal 14px/130% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.sub2 {
	margin: 0px;
	padding: 0px 0px 150px;
	font-size: 18px;
	line-height: normal;
	font-style: italic;
}
p {
	text-transform: none;
	color: #444;
	font: 12px/18px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 0px 0px 5px;
}
#TextInfo p {
	padding: 0 15px 0 15px;	
}
#TextInfo2 p {
	padding: 0 15px 0 15px;	
}

.paragraphStart {
	text-transform:uppercase;
	letter-spacing: normal;
	font: italic bold 10px/16px Georgia, serif;
}
blockquote {
	font: italic bold 14px "MS Serif", "New York", serif;
	color: #333;
	text-align: center;
	letter-spacing: .05em;
	margin: 20px 15px 15px;
}


ul.text  {
	color: #C30;
	text-align: left;
	list-style: circle outside;
	margin-top: 10px;
	margin-bottom: 10px;
	
}
ul.text li {
	font: 11px Tahoma, Geneva, sans-serif;
	letter-spacing: 1px;
	margin-top: 5px;
	margin-left: 25px;
	margin-bottom: 0px;
}



#testimonial {
	width: 500px;
	padding: 10px;
	margin: 0 auto;
	background: top;
}
#testimonial p {
	text-align: justify;
	font: 14px/120% "Apple Chancery", "Zapf Chancery", cursive;
	color: #B551C1;
}
.signature {
	margin-bottom: 25px;
	text-align: right;
	float: right;
}

.eventLine {
	background-image: url(../assets/hrNitya.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 29px;
	width: 550px;
	margin: 0px auto;
	padding: 0px;
}

dl
{
	margin: 10px 0 10px 30px;
	padding: 0;
	font: 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #333;
}

dt
{
	margin: 0 0 5px;
	padding: 0;
	font-weight: bold;
}

dd
{
	margin: 0 0 3px;
	padding: 0;
	font-style: italic;
}

.topHeading1 {
	color: #f4974f;
	padding-left: 60px;
	margin: 0px;
}
.topHeading2 {
	color: #a517af;
	margin: 0px;
	padding-left: 60px;
}
.grayHeading {
	color: #444;
}
.eventMonth {
	color: #E11B13;
	background-image: url(../assets/hrNitya.png);
	background-repeat: no-repeat;
	background-position: center 10px;
	margin-top: 15px;
	padding: 0px 0px 20px;
	text-align: center;
}
.trademark {
	font-size: small;
}
.ital {
	font-style: italic;
}
.boldText {
	font-weight: bold;
	color: #222;
}




/*POSITIONING CLASSES*/
.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;
	margin-top: 5px;
	margin-right: 15px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearIt {
	clear: both;
	height: 1px;
}

.curve {/* this class is to remove space between images*/
	margin: 0;
	padding: 0;
	vertical-align: top;
}


/*LINK STYLES*/
a img {
border: none;
}
a:link {
	color: #67308D;
}
a:visited {
	color: #67308D;
}
a:hover {
	color: #FB9614;
	text-decoration: none;
}


/*navigation*/

#navigation ul {
	list-style-type: none;
	padding: 7px 0 0;
	margin: 0px 0px 0px 135px;
}
#navigation li {
	float: left;
	margin: 0px;
	padding: 0px;
	display: inline;	
}
#navigation a:link, #navigation a:visited {
	color: #FFFFFF;
	font: 12px/30px "Trebuchet MS", sans-serif;
	text-decoration: none;
	margin-left: 12px;
	padding: 0px;	/*height: 32px;*/
}
#navigation a:hover {
	color: #A930B5;
	text-decoration: underline;	/*background: #587E91;*/
	
	
}

#bulknav {
	
}


/*IE hacks\*/
*html .rt {
	display: inline;
	
	
	
}
*html .curve {
	display: inline;
	
}

