/*  Maharishi Institute Master CSS  */

/* Universal Styles */
html, body { 
	font: normal 13px arial; 
	color: #000 ; 
	line-height: 20px ; 
	background-color: #fff;
	padding: 0; 
	margin: 0;
}

p { 
	margin: 0 0 20px 0 ;
}


h1 {
	color: #fff; 
	font: bold 18px arial; 
	line-height: 20px;
	letter-spacing: 1px;
	margin: 19px 0 7px 30px;
}

h1 a, 
h1 a:visited {
	color: #fff;
}

h1 a:hover {
	color: #94c7f7;
}


h2 { 
	color: #000; 
	font: bold 28px arial;
	line-height: 24px; 
	margin: 0 0 20px 0;
}

h2 span.right {
	float: right;
	font: normal 14px arial;
	margin-top: 9px;
}

h2.topLine { 
	margin: 20px -20px 20px -20px;
	border-top: 2px solid #d6e1f0;
	padding: 20px 20px 0 20px;
}


h3 { 
	color: #000; 
	font: bold 20px arial; 
	line-height: 24px;
	margin: 20px -20px 22px -20px;
	border-top: 1px solid #d6e1f0;
	padding: 20px 20px 0 20px;
}

h3.noLine { 
	margin: 0 0 4px 0;
	border: 0;
	padding: 0;
}

h3 a, 
h3 a:visited {
	color: #0d488b;
}

h3 a:hover{
	color: #1168ba; 
}


h4 { 
	color: #94c7f7;
	font: normal 15px arial;
	line-height: 25px;
	margin: 0 0 25px 0;
}

h4 strong,
h4 b { 
	color: #fff;
	font-weight: bold;
}

form h4 { 
	color: #000;
	font: normal 14px arial;
	line-height: 20px;
	margin: 0 0 2px 0;
}

h4 a, 
h4 a:visited {
	color: #94c7f7;
}

h4 a:hover{
	color: #fff;
}


a, a:visited { 
	font-weight: bold;
	color: #1168ba; 
	text-decoration: none ; 
}


a:hover { 
	color: #0d488b;
	text-decoration: none ;
}

a:focus {
	outline:none
}

/* Structural Elements */

#navBar {
	position:relative ; 
	width: 100% ;
	height: 34px; 
	z-index: 2; 
	text-align: center ; 
	background: transparent url(../media/bg_nav-repeat.gif) repeat-x center top; 
	clear: both ;
}

#navBar .background {
	position:relative ; 
	width: auto ;
	height: 34px; 
	text-align: center ; 
	background: transparent url(../media/bg_nav.png) no-repeat center top; 
}


#body,
#body .background { 
	position:relative ; 
	width: 100% ; 
	z-index: 0; 
	text-align: center ; 
	margin: auto;
	background: #fff url(../media/bg_body-repeat.gif) repeat-x center top;
}


#body {
	margin-top: -20px;
}

#body .background { 
	background: url(../media/bg_body.jpg) no-repeat center top;
}

#body.home { 
	background: url(../media/flash_bg.gif) repeat-x center top;
}


#body.home .background { 
}

#flashArea {
margin-top: -10px;
}


#footer { 
	position:relative ; 
	width: 100% ; 
	z-index: 0; 
	text-align: center ; 
	clear: both ;
	height: 120px;
}


#subFooter,
#subFooter .background  { 
	position:relative ; 
	width: 100% ; 
	z-index: 0; 
	text-align: center ; 
	background: #e6edf5; 
	clear: both ;
	height: 199px;
}

#subFooter .background { 
	background: url(../media/bg_subfooter.jpg)  no-repeat center top; 
	padding-top: 20px;
}

.container { 
	position:relative ; 
	width: 980px ; 
	margin: auto ; 
	z-index: 0; 
	text-align: left ;
}

#navBar .container {
width: 856px;
}

#clearColumns, 
.clearColumns {
	clear: both;
	height: 0; 
	line-height: 0px;
	font-size: 0px;
	text-indent: -5000px;
}


/* Page Layout */

#bodyContent {
	padding: 440px 20px 30px 20px;
}

#colMain {
	float: left;
	width: 640px;
	text-align: left;
	padding: 0 0 20px 0;
	margin: 0 60px 0 0;
}

#colSide {
	float: left;
	width: 240px;
	padding: 0 0 40px 0;
	margin: 0;
}




/* Unique Elements */

a#logo,
a#logo:visited { 
	position: absolute;
	top: 50px;
	left: 20px;
	background: url(../media/logo.gif) no-repeat;
	display: block;
	height: 127px;
	width: 122px;
	border: 0;
	font-size: 0px;
	text-indent: -5000px;
}

a#logo:hover { 
	opacity: .7;
	filter: alpha(opacity=70);
}

#head {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 403px;
	width: 600px;
	z-index: 3;
}

#quote {
	position: absolute;
	left: 240px;
	top: 50px;
	height: 129px;
	width: 309px;
	z-index: 3;
}



/* Lists */
ul { 
	margin: 0 0 24px 20px; 
	padding: 0; 
	list-style-type: none;
}

li { 
	background: url(../media/bullet_blue.gif) no-repeat 1px 7px;
	padding: 3px 0 2px 19px;
	font: normal 13px arial;
	line-height: 20px;
	margin-bottom: 10px;
}

ul.green li {
	background: url(../media/bullet_green.gif) no-repeat 1px 7px;
}

ul.green li a, 
ul.green li a:visited { 
	color: #539857
}

ul.green li a:hover { 
	color: #127125
}

ul.pagination {
	list-style-type: none;
	border-top: 2px solid #d6e1f0;
	margin: 30px 0 0 0;
	padding: 20px 20px 0 20px;
}

ul.pagination li {
	float: left;
	margin: 0 10px 20px 0;
	padding: 0;
	display: inline;
	background: transparent;
}

ul.pagination li.here {
	display: none;
}

ul.pagination li.page-total {
	padding-left: 10px;
	border-left: 1px solid #d6e1f0;
}


/* Sub Nav */

#subNav {
	position: absolute;
	top: 214px;
	width: 980px;
	height: 189px;
	margin: 0 0 -20px 0;
	padding: 0;
	z-index: 2;
}

#subNav ul {
	margin: 0 0 0 0; 
	padding-top: 15px;
	background: url(../media/bg_subNav-line.png) no-repeat 189px top;
	width: 440px;
	float: left;
	height: 170px;
}

#subNav li {
	display: block;
	float: left;
	width: 190px;
	line-height: 28px;
	margin: 0 -1px 0 0;
	background: transparent;
	padding: 0;
}

#subNav li a,
#subNav li a:visited {
	font: normal 13px arial;
	color: #fff;
	display: block;
	width: 160px;
	line-height: 28px;
	background: url(../media/subNav.png) no-repeat left top;
	padding: 0 0 0 30px
}


#subNav li.here a,
#subNav li.here a:visited {
	color: #fff; 
	background: #1959a0;
}

#subNav li a:hover,
#subNav li.here a:hover {
	color: #fff; 
	background: #1168ba;
}


.summary {
	padding: 20px 30px;
	width: 400px;
}

.summary h4 {
}



/* Footer */

#footer ul {
	float: left;
	width: 120px;
	border-left: 1px solid #e6edf5;
	margin: 25px 20px 25px 0;
}

#footer li {
	width: 120px;
	height: 24px;
	line-height: 24px;
	background: transparent;
	padding: 0;
	margin: 0;
}

#footer li a, 
#footer li a:visited {
	font: normal 12px arial;
	display: block;
	width: 80px;
	line-height: 24px;
	height: 24px;
	padding: 0 20px 0 20px;
}

#footer li a:hover {
	background: #1168ba;
	color: #fff;
}

#footer li.facebook a, 
#footer li.facebook a:visited {
	background: url(../media/facebook.png) no-repeat 20px 4px;
	padding-left: 43px;
}

#footer li.facebook a:hover {
	background: #1168ba url(../media/facebook.png) no-repeat 20px 4px;
}

#footer li.twitter a, 
#footer li.twitter a:visited {
	background: url(../media/twitter.png) no-repeat 20px 4px;
	padding-left: 43px;
}

#footer li.twitter a:hover {
	background: #1168ba url(../media/twitter.png) no-repeat 20px 4px;
}
#footer li.youtube a, 
#footer li.youtube a:visited {
	background: url(../media/youtube.png) no-repeat 20px 4px;
	padding-left: 43px;
}

#footer li.youtube a:hover {
	background: #1168ba url(../media/youtube.png) no-repeat 20px 4px;
}



p.copyright {
	float: right;
	display: block;
	text-align: right;
	width: 250px;
	margin: 25px 20px 0 0;
	line-height: 24px;
}

p.copyright a, 
p.copyright a:visited {
	font: normal 12px arial;
	line-height: 24px;
}



/* Buttons */

a.playVideo,
a.playVideo:visited {
	float: left;
	display: block; 
	width: 102px;
	height: 28px;
	line-height: 28px;
	font-size: 0px;
	text-indent: -5000px;
	background: url(../media/button_playVideo.gif) no-repeat left top;
	padding: 0;
	margin: 60px 0 0 -20px;
	border: 0;
}


a.playVideo:hover {
	text-decoration: none ;
	background-position: 0px -28px;
	border: 0;
}

span.viewAll {
	display: block; 
	width: 57px;
	height: 19px;
	line-height: 19px;
	font-size: 0px;
	text-indent: -5000px;
	background: url(../media/button_viewAll.gif) no-repeat left top;
	padding: 0;
	margin: 36px 0 0 77px;
	border: 0;
}


span.viewAll:hover {
	text-decoration: none ;
	background-position: 0px -20px;
	border: 0;
}

a.applyNow,
a.applyNow:visited {
	position: absolute;
	top: 214px;
	right: 0;
	display: block; 
	width: 101px;
	height: 28px;
	line-height: 28px;
	font-size: 0px;
	text-indent: -5000px;
	background: url(../media/button_applyNow.gif) no-repeat left top;
	padding: 0;
	margin: 20px 0 0 -20px;
	border: 0;
	z-index: 4;
}


a.applyNow:hover {
	text-decoration: none ;
	background-position: 0px -28px;
	border: 0;
}

a.readMore,
a.readMore:visited {
	float: left;
	display: block; 
	width: 103px;
	height: 28px;
	line-height: 28px;
	font-size: 0px;
	text-indent: -5000px;
	background: url(../media/button_readMore.gif) no-repeat left top;
	padding: 0;
	margin: -5px 0 0 0;
	border: 0;
}

a.readMore.blog {
	margin-bottom: 10px;

}

a.readMore:hover {
	text-decoration: none ;
	background-position: 0px -28px;
	border: 0;
}

/* Tables */

table {
	width: 100%;
	border: 0;
	margin: 0 0 30px 0;
}

td, th {
	text-align: left;
	vertical-align: top;
	border-right: 10px solid #fff;
}

td {
	padding: 10px 20px;
	background: #e6edf5;
}

th {
	color: #0d488b;
	font: bold 16px arial;
	padding: 20px 20px 10px 20px;
}

tr.odd td {
	background: #f0f4f9;	
}



/* Classes */

.listItem {
	clear: left;
	padding-top: 10px;
	margin: 0 0 5px 0;
}

.listItem .image {
	float: left;
	width: 150px;
	height: 150px;
	margin: 0 30px 20px 0;
}

.listItem .image a,
.listItem .image a:visited {
	border: 1px solid #d6e1f0;
	width: 150px;
	height: 150px;
	display: block;
}

.listItem .image a:hover {
	border-color: #1168ba; 
}


.listItem h3 {
	width: 760px;
	margin-top: 0;
	float: left;
}

#colMain .listItem h3 {
	width: 460px;
}

.listItem h3.full {
	width: auto;
	margin-top: 0;
	float: none;
}

.listItem p {
	padding-left: 180px;
}

.listItem.post p {
	padding: 0;
}

.listItem .video {
	padding: 10px 0 10px 0;
}

.listItem object {
	margin: 20px 0 0 0;
}

.tweet {
	padding: 10px 20px;
	background: #e6edf5;
	margin-top: 1px;
}

.tweet.odd {
	background: #f0f4f9;	
}

.tweet p {
	margin: 0;
}


#subFooter .box {
	float: left;
 	width: 190px;
 	height: 140px;
 	padding: 18px 20px 0 20px;
 	background: #fff;
 	margin: 0 15px 20px 0
}

#subFooter .box.last {
 	margin: 0 0 20px 0
}

#subFooter ul {
 	margin-left: 0;
}

#subFooter li {
	font-size: 14px;
	line-height: 20px;
 	margin-bottom: 4px;
}

#subFooter h2 {
	font-size: 24px;
	margin-bottom: 15px;
}

a img {
	border: 0;
}


.floatRight {
	float: right;
	margin: 0 0 15px 25px;
}

.floatLeft {
	float: left;
	margin: 0 30px 15px 0;
}

.notice {
	background: #fff;
	margin: 30px 0px;
	padding: 18px 20px 2px 20px;
}


form {
	margin: 0;
	padding: 0;
}


.formField {
	clear: left;
	background: #f0f4f9;
	border: 0;
	border-bottom: 1px solid #e6edf5;
	font: normal 13px arial;
	color: #000;
	padding: 5px;
	margin: 0px 5px 12px 0;
	width: 450px;
}

.formField.drop {
	width: auto;
}


