/********************************************
  WEBSITE:   Nile Yoga 	
 *******************************************/
 
 /********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; }

html {
	font: 12px/16px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #444;
}

body {
	background: #f4f9f0 url(../images/backgrdrepeat.jpg) repeat-x;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: maroon; 
	background: inherit;
}
a:hover {
	color: #39679e;
	background: inherit;
}

a img {
	border: 0;
}

input, textarea{
	line-height: 12px;
	font-size: 11px;
}

h1,h2,h3,h4,h5,h6 {
	text-transform: uppercase;
}


/********************************************
   LAYOUT
********************************************/
#global_wrapper {
	background: url(../images/background.jpg) no-repeat;
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

#main_wrapper {
	width: 854px;
	height: auto;
	margin: 0 auto;
}

#header {
	width: 854px;
	margin: 0 auto;
}

#banner {
	width: 854px;
	margin: 0 auto;
}

#navi {
	width: 750px;
	height: 40px;
	background: url(../images/navi/nav_backgrd.jpg) repeat-x;
	padding: 0 52px 0 52px;
}

#content_container {
	width: 824px;
	margin: 0 auto;
	overflow: hidden;
	background: url(../images/content_back.jpg) no-repeat;
	padding: 40px 15px 15px 15px;
}

/***INDEX PAGE***/

#left_col {
	width: 392px;
	float: left;
}

#divider {
	width: 40px;
	height: 100px;
	float: left;
}

#right_col_slideshow {
	width: 392px;
	height: 250px;
	float: left;
}

#right_col {
	width: 392px;
	float: left;
}

/***SUB PAGE***/

#title {
	width: 824px;
	height: 32px;
}

#left_3col_subpage {
	width: 200px;
	float: left;
	padding: 20px 0 0 0;
}

#left_col_subpage {
	width: 392px;
	float: left;
	text-align: justify;
}

#right_3col_subpage {
	width: 544px;
	float: left;
	text-align: justify;
}

#right_col_slideshow_abtme {
	width: 392px;
	height: 440px;
	float: left;
}

#right_col_social {
	width: 392px;
	float: right;
}

#line_divider {
	width: 35px;
	height: 297px;
	float: left;
}


/* Accordion styles starts (green)*/
.heading_block_green {
	background: #39679E;
	text-transform: uppercase;
}

.heading_block_green a {
	border-bottom: 1px solid #FFF;
	display: block;
	font: 16px  "Lucida Grande", Arial, Verdana, sans-serif;
	color: #fff;
	height: 18px;
	padding: 6px 0px 6px 12px;
	text-decoration: none;
	background-image: url(../images/open-arrow.png);
	background-repeat: no-repeat;
	background-position: center right;
}

.heading_block_green a:hover {
	background: #716347;
	background-image: url(../images/open-arrow.png);
	background-repeat: no-repeat;
	background-position: center right;
	color: #fff;
}

/*.heading_block_green a:visited {
	background: #818181;
	background-image: url(../images/up-arrow.png);
	background-repeat: no-repeat;
	background-position: center right;
	color: #fff;
}*/

#spacer {
	height: 100px;
	clear: both;
}

#spacer_smll {
	height: 50px;
	clear: both;
}

/* Accordion styles ends (green)*/

/* Accordion styles starts (gray)*/
.heading_block_gray {
	background: #818181;
	text-transform: uppercase;
}

.heading_block_gray a {
	border-bottom: 1px solid #FFF;
	display: block;
	font: 16px  "Lucida Grande", Arial, Verdana, sans-serif;
	color: #fff;
	height: 18px;
	padding: 6px 0px 6px 12px;
	text-decoration: none;
	background-image: url(../images/open-arrow.png);
	background-repeat: no-repeat;
	background-position: center right;
}

.heading_block_gray a:hover {
	background: #716347;
	background-image: url(../images/open-arrow.png);
	background-repeat: no-repeat;
	background-position: center right;
	color: #fff;
}

/*.heading_block_green a:visited {
	background: #11622d;
	background-image: url(../images/up-arrow.png);
	background-repeat: no-repeat;
	background-position: center right;
	color: #fff;
}*/

#spacer {
	height: 100px;
	clear: both;
}

#spacer_smll {
	height: 50px;
	clear: both;
}

#teacher_img {
	float: left;
	padding: 5px 15px 5px 0;
}

/* Accordion styles ends (gray)*/

.nav_padding {
	padding: 3px 5px 3px 5px;
}

.table_padding {
	padding: 10px 5px 5px 5px;
}

#img_right {
	padding: 5px 0 15px 15px;
	float: right;
}

#img_left {
	padding: 5px 15px 5px 0;
	float: left;
}

#footer_image {
	width: 854px;
	height: 59px;
	background: url(../images/footer.jpg) no-repeat;
}

#footer_container {
	background-color: #838383;
	line-height: 20px;
	color: #fff;
	text-align: center;
	font-size: 10px;
}



/********************************************
   Typo
********************************************/

.left_navi {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

a.left_navi {
	text-decoration: none;
	color: maroon;
}

a.left_navi:hover {
	text-decoration: none;
	color: #716347;
}

.blue {
	color: #39679e;
}

.white {
	color: #fff;
}

.smalltxt {
	font-size: 11px;
	line-height: 13px;
}










